Mercurial > p > roundup > code
annotate TODO.txt @ 2077:3e0961d6d44d
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.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 15 Mar 2004 05:50:20 +0000 |
| parents | fc52d57c6c3e |
| children | a6e3c54cfc6f |
| rev | line source |
|---|---|
|
1880
24ac1b330bda
re-purpose TODO.txt to only have pre-nex-release stuff in it
Richard Jones <richard@users.sourceforge.net>
parents:
1646
diff
changeset
|
1 This file has been re-purposed to contain specifically the items that need |
|
24ac1b330bda
re-purpose TODO.txt to only have pre-nex-release stuff in it
Richard Jones <richard@users.sourceforge.net>
parents:
1646
diff
changeset
|
2 doing before the next release: |
|
864
76c6db876c14
Some more TODOs
Richard Jones <richard@users.sourceforge.net>
parents:
840
diff
changeset
|
3 |
|
2005
fc52d57c6c3e
documentation cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1986
diff
changeset
|
4 - sessions, otks and indexing in RDBMSes |
|
1986
910b39f8c5b8
use the upload-supplied content-type if there is one
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
5 - add tests for group-by-multilink so I finally implement it for the RDBMSes |
|
2005
fc52d57c6c3e
documentation cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1986
diff
changeset
|
6 - s/getnode/getitem in backends (and s/Node/Item) |
|
2077
3e0961d6d44d
Added the "actor" property.
Richard Jones <richard@users.sourceforge.net>
parents:
2005
diff
changeset
|
7 - have rdbms backends look up the journal for actor if it's not set |
|
3e0961d6d44d
Added the "actor" property.
Richard Jones <richard@users.sourceforge.net>
parents:
2005
diff
changeset
|
8 - ensure index creation is triggered by the version 1->2 update |
|
2005
fc52d57c6c3e
documentation cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
1986
diff
changeset
|
9 |
|
1880
24ac1b330bda
re-purpose TODO.txt to only have pre-nex-release stuff in it
Richard Jones <richard@users.sourceforge.net>
parents:
1646
diff
changeset
|
10 - migrate to numeric ID values (fixes bug 817217) |
