X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=CHANGES.txt;h=60470d29f42c6024e8acbfa3ea4de25a4e9e83ed;hb=d3f91d83c9d961c8cc7bef27423d64421f935d92;hp=c8e4fdb33744f7bf282e7973699fb5ad78a6c51a;hpb=b9701e45bb893a63cc86418b0df694e89fa87753;p=roundup.git diff --git a/CHANGES.txt b/CHANGES.txt index c8e4fdb..60470d2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,25 @@ are given with the most recent entry first. Fixed: . #576086 ] dumb copying mistake (frontends/ZRoundup.py) . installation instructions now mention "python2" in "testing your python". + . made the unit tests run again - they were quite b0rken + . #571170 ] gdbm deadlock + . #576241 ] MultiLink problems in parsePropsFromForm + . fixed the date module so that Date(". - 2d") works + . web forms may now unset Link values (like assignedto) + . cleanup: moved roundup.templatebuilder to roundup.templates.builder + +Feature: +TODO: roll stuff in from the TODO to here + . added is_retired test to hyperdb.Class + . added capability to save queries: + - a query Class with name, klass (to search) and url (query string) + properties + - a Multilink to query on user called queries + - html templates for query, and a list of queries in user.item + - search form has Save button & name input + - saved queries put in menu in pagehead + - for migration, none of the above is required and old behavior preserved. + - showquery translates search form <-> query string . cleaned up the indexer code: - it splits more words out - removed code we'll never use (roundup.roundup_indexer has the full @@ -27,9 +46,14 @@ Fixed: set up in the dbinit. - new "reindex" command in roundup-admin used to force regeneration of the index - . made the unit tests run again - they were quite b0rken . added email display function - mangles email addrs so they're not so easily scraped from the web + . added sorting of checklist HTML display + . switched to using a session-based web login + . made mailgw handle set and modify operations on multilinks (bug #579094) + . all storage-specific code (ie. backend) is now implemented by the backends + . fixed the journal bloat from multilink changes - we just log the add or + remove operations, not the whole list 2002-06-24 0.4.2