Code

Added the "actor" property. Metakit backend not done (still not confident
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 15 Mar 2004 05:50:20 +0000 (05:50 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 15 Mar 2004 05:50:20 +0000 (05:50 +0000)
commitd6f5fe8c05c4be3118dbc7cc16da052210fb792a
tree5d97bcad2e0582255fabeb935026b623d1db70d4
parent697470498ceb8616fc9d85afde7395d5a5451c17
Added the "actor" property. Metakit backend not done (still not confident
I know how it's supposed to work ;)

Currently it will come up as NULL in the RDBMS backends for older items.
The *dbm backends will look up the journal. I hope to remedy the former
before 0.7's release.

Fixed a bunch of migration issues in the rdbms backends while I was at it
(index changes for key prop changes) and simplified the class table update
code for RDBMSes that have "alter table" in their command set (ie. not
sqlite) ... migration from "version 1" to "version 2" still hasn't
actually been tested yet though.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2147 57a73879-2fb5-44c3-a270-3262357dd7e2
14 files changed:
CHANGES.txt
TODO.txt
doc/upgrading.txt
roundup/backends/back_anydbm.py
roundup/backends/back_mysql.py
roundup/backends/back_postgresql.py
roundup/backends/back_sqlite.py
roundup/backends/rdbms_common.py
roundup/roundupdb.py
templates/classic/dbinit.py
templates/classic/html/issue.index.html
templates/classic/html/issue.item.html
templates/classic/html/issue.search.html
test/db_test_base.py