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

[2/4] git commit: [#5517] Make repo 'read' description more accurate

[#5517] Make repo 'read' description more accurate

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


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

Branch: refs/heads/master
Commit: 628d152bf4039f188c6cf04198229ab1d78bf73a
Parents: 2dcec81
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Tue Jul 23 20:03:18 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Tue Jul 23 21:07:31 2013 +0000

----------------------------------------------------------------------
 Allura/allura/lib/repository.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/628d152b/Allura/allura/lib/repository.py
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/repository.py b/Allura/allura/lib/repository.py
index a8665a8..83df6b2 100644
--- a/Allura/allura/lib/repository.py
+++ b/Allura/allura/lib/repository.py
@@ -47,7 +47,7 @@ class RepositoryApp(Application):
         'unmoderated_post', 'post', 'moderate', 'admin',
         'configure']
     permissions_desc = {
-        'read': 'Repo read access.',
+        'read': 'Browse repo via web UI. Removing read does not prevent direct repo read access.',
         'write': 'Repo push access.',
         'create': 'Not used.',
         'admin': 'Set permissions, default branch, and viewable files.',