Mercurial > p > roundup > code
diff CHANGES.txt @ 1631:8a908bbad1ef
A couple of form value handling changes:
- multilink properties may hhave multiple form values "1", "2,4", "5", ...
- string search properties are split on whitespace and match any of the
values
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 09 May 2003 01:47:51 +0000 |
| parents | 126d4d0ac89b |
| children | eb4d04a9d647 |
line wrap: on
line diff
--- a/CHANGES.txt Thu May 08 07:07:42 2003 +0000 +++ b/CHANGES.txt Fri May 09 01:47:51 2003 +0000 @@ -65,6 +65,7 @@ 3rd-party templates. - extended date syntax to make range searches even more useful - SMTP login and TLS support added (sf bug 710853 with extras ;) + Note: requires python 2.2+ Fixed: - applied unicode patch. All data is stored in utf-8. Incoming messages @@ -92,7 +93,7 @@ (sf "bug" 621226 for the users of the "standards compliant" browser IE) -2003-??-?? 0.5.7 +2003-05-08 0.5.7 - fixed Interval maths (sf bug 665357) - fixed sqlite rollback/caching bug (sf bug 689383) - fixed rdbms table update detection logic (sf bug 703297)
