Mercurial > p > roundup > code
comparison doc/whatsnew-0.8.txt @ 3192:eb00a2fa0e0e maint-0.8 0.8.0
pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 16 Feb 2005 00:29:18 +0000 |
| parents | 7ca7407133b7 |
| children | 5962d6b1a411 |
comparison
equal
deleted
inserted
replaced
| 3189:bbe57087e22b | 3192:eb00a2fa0e0e |
|---|---|
| 7 | 7 |
| 8 __ features.html | 8 __ features.html |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 11 | 11 |
| 12 In Summary | 12 Email improvements |
| 13 ========== | 13 ================== |
| 14 | 14 |
| 15 (this information copied directly from the ``CHANGES.txt`` file) | 15 Added option to turn off registration confirmation via email |
| 16 ("instant_registration" in config). | |
| 16 | 17 |
| 17 XXX this section needs more detail | |
| 18 | 18 |
| 19 - create a new RDBMS cursor after committing | 19 Database improvements |
| 20 - roundup-admin reindex command may now work on single items or classes | 20 ===================== |
| 21 | 21 |
| 22 - roundup-server options -g and -u accept both ids and names (sf bug 983769) | 22 We create a new RDBMS cursor after committing, allowing further changes and |
| 23 - roundup-server now has a configuration file (-C option) | 23 commits. |
| 24 - roundup windows service may be installed with command line options | |
| 25 recognized by roundup-server (but not tracker specification arguments). | |
| 26 Use this to specify server configuration file for the service. | |
| 27 | 24 |
| 28 - added option to turn off registration confirmation via email | 25 The roundup-admin reindex command may now work on single items or classes. |
| 29 ("instant_registration" in config) (sf rfe 922209) | |
| 30 | 26 |
| 27 | |
| 28 Server improvements | |
| 29 =================== | |
| 30 | |
| 31 The roundup-server options -g and -u accept both ids and names. | |
| 32 | |
| 33 roundup-server now has a configuration file (see the -C option) and may | |
| 34 generate a new config file for you (see the -S option). | |
| 35 | |
| 36 The Roundup windows service may be installed with command line options | |
| 37 recognized by roundup-server (but not tracker specification arguments). | |
| 38 Use this to specify server configuration file for the service. | |
| 31 | 39 |
| 32 | 40 |
| 33 Performance improvements | 41 Performance improvements |
| 34 ======================== | 42 ======================== |
| 35 | 43 |
| 150 Web Interface Miscellanea | 158 Web Interface Miscellanea |
| 151 ========================= | 159 ========================= |
| 152 | 160 |
| 153 The web interface has seen some changes: | 161 The web interface has seen some changes: |
| 154 | 162 |
| 155 Editing | |
| 156 | |
| 157 Templating | 163 Templating |
| 158 We implement __nonzero__ for HTMLProperty - properties may now be used in | 164 We implement __nonzero__ for HTMLProperty - properties may now be used in |
| 159 boolean conditions (eg ``tal:condition="issue/nosy"`` will be false if | 165 boolean conditions (eg ``tal:condition="issue/nosy"`` will be false if |
| 160 the nosy list is empty). | 166 the nosy list is empty). |
| 161 | 167 |
