comparison 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
comparison
equal deleted inserted replaced
872:bd6211d39328 873:394a6ff9253e
9 . #571170 ] gdbm deadlock 9 . #571170 ] gdbm deadlock
10 . #576241 ] MultiLink problems in parsePropsFromForm 10 . #576241 ] MultiLink problems in parsePropsFromForm
11 . fixed the date module so that Date(". - 2d") works 11 . fixed the date module so that Date(". - 2d") works
12 12
13 Feature: 13 Feature:
14 . added capability to save queries:
15 - a query Class with name, klass (to search) and url (query string) properties
16 - a Multilink to query on user called queries
17 - html templates for query, and a list of queries in user.item
18 - search form has Save button & name input
19 - saved queries put in menu in pagehead
20 - for migration, none of the above is required and old behavior preserved.
21 - showquery translates search form <-> query string
14 . cleaned up the indexer code: 22 . cleaned up the indexer code:
15 - it splits more words out 23 - it splits more words out
16 - removed code we'll never use (roundup.roundup_indexer has the full 24 - removed code we'll never use (roundup.roundup_indexer has the full
17 implementation, and replaces roundup.indexer) 25 implementation, and replaces roundup.indexer)
18 - only index text/plain and rfc822/message (ideas for other text formats to 26 - only index text/plain and rfc822/message (ideas for other text formats to

Roundup Issue Tracker: http://roundup-tracker.org/