Mercurial > p > roundup > code
diff CHANGES.txt @ 1931:f1e5e5115c29
Always sort MultilinkHTMLProperty in the correct order...
...usually alphabetically (feature [SF#790512]).
Extract find_sort_key method.
Use nested scopes in make_sort_function.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Thu, 20 Nov 2003 15:20:21 +0000 |
| parents | f9316d2cd5ba |
| children | b4e670840963 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Nov 19 22:53:15 2003 +0000 +++ b/CHANGES.txt Thu Nov 20 15:20:21 2003 +0000 @@ -15,6 +15,8 @@ - Existing trackers (ie. live ones) may be used as templates for new trackers - the TEMPLATE-INFO.txt name entry has the tracker's dir name appended (so the demo tracker's template name is "classic-demo") +- Always sort MultilinkHTMLProperty in the correct order, usually + alphabetically (sf feature 790512). Fixed: - mysql documentation fixed to note requirement of 4.0+ and InnoDB @@ -55,7 +57,7 @@ - Added note to upgrading doc for detectors fix in 0.6.2 - Added script to help migrating queries from pre-0.6 trackers - Fixed "documentation" of getnodeids in roundup.hyperdb -- Added flush() to DevNull (sf bug #835365) +- Added flush() to DevNull (sf bug 835365) - Fixed javascript for help window for only one checkbox case - Date arithmetic was utterly broken, and has been for a long time. Date +/- Interval now works, and Date - Date also works (produces
