Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 375291059E for ; Tue, 23 Jul 2013 21:08:07 +0000 (UTC) Received: (qmail 85258 invoked by uid 500); 23 Jul 2013 21:08:07 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 85207 invoked by uid 500); 23 Jul 2013 21:08:07 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 85188 invoked by uid 99); 23 Jul 2013 21:08:07 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jul 2013 21:08:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DF3B38B28D4; Tue, 23 Jul 2013 21:08:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brondsem@apache.org To: allura-commits@incubator.apache.org Date: Tue, 23 Jul 2013 21:08:07 -0000 Message-Id: <764ea7eecab34491a7b85a1d76825cc0@git.apache.org> In-Reply-To: <1a546cdca468496980926378fa0e121e@git.apache.org> References: <1a546cdca468496980926378fa0e121e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/4] git commit: [#5517] Make repo 'read' description more accurate [#5517] Make repo 'read' description more accurate Signed-off-by: Tim Van Steenburgh 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 Authored: Tue Jul 23 20:03:18 2013 +0000 Committer: Dave Brondsema 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.',