You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/08/28 16:34:44 UTC

[03/50] git commit: [#3154] ticket:411 added exportable to Application docstring

[#3154] ticket:411 added exportable to Application docstring


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/9a39fcaf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/9a39fcaf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/9a39fcaf

Branch: refs/heads/tv/6526
Commit: 9a39fcaf657cb4e29f6f916e67add7ee27aee436
Parents: b2e246d
Author: Anton Kasyanov <mi...@gmail.com>
Authored: Tue Aug 13 16:16:30 2013 +0300
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Thu Aug 22 20:04:44 2013 +0000

----------------------------------------------------------------------
 Allura/allura/app.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/9a39fcaf/Allura/allura/app.py
----------------------------------------------------------------------
diff --git a/Allura/allura/app.py b/Allura/allura/app.py
index be2f70a..5de6a12 100644
--- a/Allura/allura/app.py
+++ b/Allura/allura/app.py
@@ -174,6 +174,7 @@ class Application(object):
         is 'production'.
     :cvar bool searchable: If True, show search box in the left menu of this
         Application. Default is True.
+    :cvar bool exportable: Default is False, Application can't be exported to json.
     :cvar list permissions: Named permissions used by instances of this
         Application. Default is [].
     :cvar dict permissions_desc: Descriptions of the named permissions.