Mercurial > p > roundup > code
diff CHANGES.txt @ 873:394a6ff9253e
Saving queries.
| author | Gordon B. McMillan <gmcm@users.sourceforge.net> |
|---|---|
| date | Wed, 17 Jul 2002 12:53:48 +0000 |
| parents | 6d98bec4e52e |
| children | 51519406b73e |
line wrap: on
line diff
--- a/CHANGES.txt Wed Jul 17 12:39:11 2002 +0000 +++ b/CHANGES.txt Wed Jul 17 12:53:48 2002 +0000 @@ -11,6 +11,14 @@ . 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
