@@ -9,6 +9,34 @@ __ features.html
99
1010.. contents::
1111
12+ In Summary
13+ ==========
14+
15+ (this information copied directly from the ``CHANGES.txt`` file)
16+
17+ XXX this section needs more detail
18+
19+ - remove "manual" locking of sqlite database
20+ - create a new RDBMS cursor after committing
21+ - roundup-mailgw now logs fatal exceptions rather than mailing them to admin
22+ - roundup-server options -g and -u accept both ids and names (sf bug 983769)
23+ - roundup-server now has a configuration file (-C option)
24+ - added mod_python interface (see installation.txt)
25+ - added option to turn off registration confirmation via email
26+ ("instant_registration" in config) (sf rfe 922209)
27+ - roundup-admin reindex command may now work on single items or classes
28+ - record journaltag lookup ("fixes" sf bug 998140)
29+ - roundup windows service may be installed with command line options
30+ recognized by roundup-server (but not tracker specification arguments).
31+ Use this to specify server configuration file for the service.
32+ - added experimental multi-thread server
33+ - don't try to import all backends in backends.__init__ unless we *want* to
34+ - unless in debug mode, keep a single persistent connection through a
35+ single web or mailgw request.
36+ - extended security.addPermissionToRole to allow skipping the separate
37+ getPermission call
38+
39+
1240Logging of internal messages
1341============================
1442
@@ -91,8 +119,6 @@ Web Interface Miscellanea
91119
92120The web interface has seen some changes:
93121
94- XXX this section needs more detail
95-
96122Templating
97123 We implement __nonzero__ for HTMLProperty - properties may now be used in
98124 boolean conditions (eg ``tal:condition="issue/nosy"`` will be false if
0 commit comments