author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 19 Mar 2004 04:47:59 +0000 (04:47 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 19 Mar 2004 04:47:59 +0000 (04:47 +0000) | ||
commit | 6c2d8fd3223c74f97da448f90f79fcee5aaacab3 | |
tree | d66333e3e3d85db47e49f66520506d95eb881133 | tree | snapshot |
parent | b23eeb5342d0913340325b5d96afe021d8472e9d | commit | diff |
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... :)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2157 57a73879-2fb5-44c3-a270-3262357dd7e2
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... :)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2157 57a73879-2fb5-44c3-a270-3262357dd7e2
15 files changed:
CHANGES.txt | diff | blob | history | |
roundup/backends/back_anydbm.py | diff | blob | history | |
roundup/backends/back_metakit.py | diff | blob | history | |
roundup/backends/back_mysql.py | diff | blob | history | |
roundup/backends/back_postgresql.py | diff | blob | history | |
roundup/backends/blobfiles.py | diff | blob | history | |
roundup/backends/indexer_dbm.py | [new file with mode: 0644] | blob |
roundup/backends/rdbms_common.py | diff | blob | history | |
roundup/backends/sessions_dbm.py | diff | blob | history | |
roundup/indexer.py | [deleted file] | blob | history |
roundup/roundupdb.py | diff | blob | history | |
test/db_test_base.py | diff | blob | history | |
test/session_common.py | diff | blob | history | |
test/test_indexer.py | diff | blob | history | |
test/test_mailgw.py | diff | blob | history |