Mercurial > p > roundup > code
diff CHANGES.txt @ 2089:93f03c6714d8
A few big changes in this commit:
1. The current indexer has been moved to backends/indexer_dbm in
anticipation of my writing an indexer_rdbms,
2. Changed indexer invocation during create / set to follow the pattern
set by the metakit backend, which was much cleaner, and
3. The "content" property of FileClass is now mutable in all but the
metakit backend.
Metakit needs to be changed to support the editing of "content". Hey, and
I learnt today that the metakit backend implements its own indexer. How
about that... :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 19 Mar 2004 04:47:59 +0000 |
| parents | a94eacad51c8 |
| children | 7d886a79ab67 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Mar 18 22:47:00 2004 +0000 +++ b/CHANGES.txt Fri Mar 19 04:47:59 2004 +0000 @@ -55,6 +55,7 @@ - the mail gateway now searches recursively for the text/plain and the attachments of a message (sf bug 841241). - fixed display of feedback messages in some situations (sf bug 739545) +- fixed ability to edit "content" property (sf bug 914062) Cleanup: - replace curuserid attribute on Database with the extended getuid() method.
