Mercurial > p > roundup > code
comparison CHANGES.txt @ 2174:e19b391b6b95
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 01 Apr 2004 00:36:24 +0000 |
| parents | 0def552122af |
| children | 723098a10677 |
comparison
equal
deleted
inserted
replaced
| 2170:0def552122af | 2174:e19b391b6b95 |
|---|---|
| 6 - CSV export was busted (as was any action returning a result) | 6 - CSV export was busted (as was any action returning a result) |
| 7 - MultiMapping deviated from the Zope C implementation in a number of | 7 - MultiMapping deviated from the Zope C implementation in a number of |
| 8 places (thanks Toby Sargeant) | 8 places (thanks Toby Sargeant) |
| 9 - MySQL and Postgresql use BOOL/BOOLEAN for Boolean types | 9 - MySQL and Postgresql use BOOL/BOOLEAN for Boolean types |
| 10 - OTK generation was busted (thanks Stuart D. Gathman) | 10 - OTK generation was busted (thanks Stuart D. Gathman) |
| 11 - handle Boolean values in history HTML display | |
| 12 | 11 |
| 13 | 12 |
| 14 2004-03-27 0.7.0b2 | 13 2004-03-27 0.7.0b2 |
| 15 Feature: | 14 Feature: |
| 16 - added CSV export to index pages | 15 - added CSV export to index pages |
| 116 * exceptions.py - all exceptions | 115 * exceptions.py - all exceptions |
| 117 * form_parser.py - parsePropsFromForm & extractFormList in a FormParser | 116 * form_parser.py - parsePropsFromForm & extractFormList in a FormParser |
| 118 class | 117 class |
| 119 | 118 |
| 120 | 119 |
| 121 2004-??-?? 0.6.8 | 120 2004-04-01 0.6.8 |
| 122 Fixed: | 121 Fixed: |
| 123 - existing trackers (ie. live ones) may be used as templates for new | 122 - existing trackers (ie. live ones) may be used as templates for new |
| 124 trackers - the TEMPLATE-INFO.txt name entry has the tracker's dir name | 123 trackers - the TEMPLATE-INFO.txt name entry has the tracker's dir name |
| 125 appended (so the demo tracker's template name is "classic-demo") | 124 appended (so the demo tracker's template name is "classic-demo") |
| 126 - handle bad multilink input at item creation time better (sf bug 917834) | 125 - handle bad multilink input at item creation time better (sf bug 917834) |
| 127 - make sure email signature starts on a newline (sf bug 919759) | 126 - make sure email signature starts on a newline (sf bug 919759) |
| 128 - add line to rego email to help URL detection (sf bug 906247) | 127 - add line to rego email to help URL detection (sf bug 906247) |
| 128 - look harder for text/plain in email | |
| 129 - fixed fallback excel writer in rcsv so it has a delimiter | |
| 130 - fixed setup.py's use of listTemplates (!) | |
| 131 - make rdbms serialise() less trusting | |
| 132 - handle Boolean values in history HTML display | |
| 129 | 133 |
| 130 | 134 |
| 131 2004-03-01 0.6.7 | 135 2004-03-01 0.6.7 |
| 132 Fixed: | 136 Fixed: |
| 133 - be more backward-compatible when asking for EMAIL_CHARSET | 137 - be more backward-compatible when asking for EMAIL_CHARSET |
