Mercurial > p > roundup > code
comparison doc/customizing.txt @ 3747:c3bba2c81a6f
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 09 Nov 2006 05:54:24 +0000 |
| parents | c07ae92cebbc |
| children | 9f4dd27ae843 |
comparison
equal
deleted
inserted
replaced
| 3746:5cde43526788 | 3747:c3bba2c81a6f |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.210 $ | 5 :Version: $Revision: 1.211 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 1045 (with no password, so they won't be able to log in through | 1045 (with no password, so they won't be able to log in through |
| 1046 the web until an admin sets their password). By default new Roundup | 1046 the web until an admin sets their password). By default new Roundup |
| 1047 trackers don't allow this as it opens them up to spam. It may be enabled | 1047 trackers don't allow this as it opens them up to spam. It may be enabled |
| 1048 by uncommenting the appropriate addPermissionToRole in your tracker's | 1048 by uncommenting the appropriate addPermissionToRole in your tracker's |
| 1049 ``schema.py`` file. The new user is given the Roles list defined in the | 1049 ``schema.py`` file. The new user is given the Roles list defined in the |
| 1050 "new_email_user_roles" config variable. | 1050 "new_email_user_roles" config variable. |
| 1051 | 1051 |
| 1052 **only developers may be assigned issues** | 1052 **only developers may be assigned issues** |
| 1053 Create a new Permission called "Fixer" for the "issue" class. Create a | 1053 Create a new Permission called "Fixer" for the "issue" class. Create a |
| 1054 new Role "Developer" which has that Permission, and assign that to the | 1054 new Role "Developer" which has that Permission, and assign that to the |
| 1055 appropriate users. Filter the list of users available in the assignedto | 1055 appropriate users. Filter the list of users available in the assignedto |
