lp://staging/~benoit.pierre/sloecode/incubation
- Get this branch:
- bzr branch lp://staging/~benoit.pierre/sloecode/incubation
Branch merges
- Thomi Richards (community): Needs Fixing
-
Diff: 885 lines (+261/-74) (has conflicts)25 files modifieddevelopment.ini (+4/-1)
sloecode/bzr/display.py (+13/-4)
sloecode/codehosting/server.py (+10/-0)
sloecode/config/middleware.py (+1/-1)
sloecode/controllers/admin/person.py (+18/-8)
sloecode/controllers/admin/project.py (+2/-0)
sloecode/controllers/person.py (+31/-0)
sloecode/controllers/project.py (+6/-2)
sloecode/controllers/xmlrpc.py (+7/-0)
sloecode/lib/auth.py (+16/-9)
sloecode/lib/helpers.py (+13/-2)
sloecode/lib/predicates.py (+40/-19)
sloecode/lib/security.py (+43/-10)
sloecode/model/person.py (+2/-2)
sloecode/model/project.py (+15/-3)
sloecode/sshserver/launcher.py (+2/-0)
sloecode/templates/admin/person-create.html (+2/-0)
sloecode/templates/admin/person-update.html (+6/-0)
sloecode/templates/admin/project-create.html (+6/-0)
sloecode/templates/admin/project-list.html (+2/-0)
sloecode/templates/admin/project-update.html (+4/-0)
sloecode/templates/login.html (+1/-1)
sloecode/templates/macros/nav.html (+7/-4)
sloecode/templates/person-details.html (+4/-4)
sloecode/templates/project-details.html (+6/-4)
Branch information
Recent revisions
- 141. By Benoit Pierre
-
More fine-grained control for projects.
Read-only access for:
* everybody when project is public
* all project members if project is privateRead/write access for:
* managers and developers of the project - 140. By Benoit Pierre
-
Quick hack: change branches display name.
Use path relative to containing repository, instead of nickname.
- 136. By Benoit Pierre
-
Add support for public projects.
A public project will automatically be read-only accessible by all users,
without the need to manually add them as observers. - 134. By Benoit Pierre
-
Fix user creation to work when password modification is not allowed.
Even when using PAM for authentication, it can still be useful to create users:
- an administrator can manage the details of user creation.
- even if the user don't exist on the PAM side, and won't be allowed to connect
to the web interface, he may still interact with the code hosting server.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/sloecode