File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11I'm proud to release version 1.3.0 of Roundup.
22
33New Features in 1.3.0:
4+
45- WSGI support via roundup.cgi.wsgi_handler
56
67Fixed in 1.3.0:
8+
79- sqlite module detection was broken for python 2.5 compiled without sqlite
810 support
911- fixed support for pysqlite2 (version 2.1.0 is the minimum version
Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.210 $
5+ :Version: $Revision: 1.211 $
66
77.. This document borrows from the ZopeBook section on ZPT. The original is at:
88 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -1047,7 +1047,7 @@ See the `examples`_ section for longer examples of customisation.
10471047 trackers don't allow this as it opens them up to spam. It may be enabled
10481048 by uncommenting the appropriate addPermissionToRole in your tracker's
10491049 ``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.
10511051
10521052**only developers may be assigned issues**
10531053 Create a new Permission called "Fixer" for the "issue" class. Create a
You can’t perform that action at this time.
0 commit comments