Code

*** empty log message ***
[roundup.git] / CHANGES.txt
index 466913438a0fd8e959f9a52660471346ee4187bb..23d2f2609ec13b92e1e671086c84e8f7c4ea45f0 100644 (file)
@@ -7,8 +7,18 @@ Fixed:
  . 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
 
 Feature:
+ . 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
@@ -36,6 +46,9 @@ Feature:
  . 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