Merge lp:~jtv/launchpad/bug-440445 into lp:launchpad

Proposed by Jeroen T. Vermeulen
Status: Merged
Approved by: Jeroen T. Vermeulen
Approved revision: no longer in the source branch.
Merged at revision: not available
Proposed branch: lp:~jtv/launchpad/bug-440445
Merge into: lp:launchpad
Diff against target: 14 lines
1 file modified
database/schema/security.cfg (+3/-0)
To merge this branch: bzr merge lp:~jtv/launchpad/bug-440445
Reviewer Review Type Date Requested Status
Henning Eggers (community) code Approve
Review via email: mp+12777@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

= Bug 440445 =

The process that imports translations from bzr branches checks whether
the uploader has the right permissions. This is something we'd rather
skip under the circumstances, but the easiest thing to do it simply to
let it.

Occasionally the permissions check involves checking for translations
relicensing agreement, or translation group membership. We fixed up the
former; this branch also grants permission for the latter.

Jeroen

Revision history for this message
Henning Eggers (henninge) wrote :

Thanks for doing this so quickly.

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'database/schema/security.cfg'
2--- database/schema/security.cfg 2009-10-01 11:42:04 +0000
3+++ database/schema/security.cfg 2009-10-02 09:00:36 +0000
4@@ -1332,7 +1332,10 @@
5 [translationsbranchscanner]
6 type=user
7 groups=branchscanner
8+public.language = SELECT
9 public.translationrelicensingagreement = SELECT
10+public.translationgroup = SELECT
11+public.translator = SELECT
12
13 [translationstobranch]
14 type=user