Merge lp:~benoit.pierre/sloecode/public-projects into lp:sloecode
Proposed by
Benoit Pierre
Status: | Merged |
---|---|
Merged at revision: | 135 |
Proposed branch: | lp:~benoit.pierre/sloecode/public-projects |
Merge into: | lp:sloecode |
Diff against target: |
313 lines (+112/-10) 13 files modified
dbpatches/patches/mysql/3 (+9/-0) dbpatches/patches/sqlite3/3 (+9/-0) help_pages/what-is/repo-type.rst (+5/-3) sloecode/controllers/admin/project.py (+2/-0) sloecode/controllers/xmlrpc.py (+7/-0) sloecode/lib/helpers.py (+3/-1) sloecode/lib/predicates.py (+1/-1) sloecode/lib/security.py (+48/-0) sloecode/model/project.py (+9/-1) sloecode/templates/admin/project-create.html (+8/-0) sloecode/templates/admin/project-list.html (+2/-0) sloecode/templates/admin/project-update.html (+4/-0) sloecode/templates/macros/nav.html (+5/-4) |
To merge this branch: | bzr merge lp:~benoit.pierre/sloecode/public-projects |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
sloecode | Pending | ||
Review via email:
|
Description of the change
Add support for public projects. A public project will be accessible (read-only) by all users.
To post a comment you must log in.