author | fabien@tzone.org |
Wed, 31 Dec 2008 15:41:32 -0500 | |
changeset 74 | 6784c4350b41 |
parent 67 | 652ff41518f3 |
permissions | -rw-r--r-- |
74
6784c4350b41
Cleanup of old code, fixes some errors with folders view and make it a
fabien@tzone.org
parents:
67
diff
changeset
|
1 |
* Add more unit testing. |
56 | 2 |
* Add licences notes to src files. |
55 | 3 |
* Add synonymous support. |
4 |
* Add "new keyword" enlighting, maybe with link to keyword editing. |
|
5 |
* Add similar keywords suggestions. Otherly said: "Bookmarks which have |
|
74
6784c4350b41
Cleanup of old code, fixes some errors with folders view and make it a
fabien@tzone.org
parents:
67
diff
changeset
|
6 |
X keywords also have this keywords." May be some frequency filter will |
55 | 7 |
be needed. |
13 | 8 |
* Used SQL sequence instead of the db_sequence table. |
9 |
* Add CSS. |
|
10 |
* Add Search capabilities. |
|
47
2781ac85b807
[svn r1604] Implement default_view preferences, which move things around a lot.
fabien
parents:
46
diff
changeset
|
11 |
* Add default (dynamic?) tree expansion using colltags. |
26
17b0cd274530
[svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
21
diff
changeset
|
12 |
* Add XBel Export. |
15 | 13 |
* Add support for icons. |
14 |
* Add modified time. |
|
15 |
* Add access/check time. |
|
21
345ee7421989
[svn r1555] Add multiuser support and more templating.
fabien
parents:
17
diff
changeset
|
16 |
* Add user session support. |
26
17b0cd274530
[svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
21
diff
changeset
|
17 |
* Better unicode handling. |
38
c30e2402deca
[svn r1582] Add some user preferences support (kw sorting and kw select box size).
fabien
parents:
37
diff
changeset
|
18 |
* More user preferences. |
46 | 19 |
* Clean up of all the code. This is a real mess currently! |
20 |
* Optimization of some code part. |
|
74
6784c4350b41
Cleanup of old code, fixes some errors with folders view and make it a
fabien@tzone.org
parents:
67
diff
changeset
|
21 |
* Add AJAX support. |
6784c4350b41
Cleanup of old code, fixes some errors with folders view and make it a
fabien@tzone.org
parents:
67
diff
changeset
|
22 |
* Add cloud-like selection. |
6784c4350b41
Cleanup of old code, fixes some errors with folders view and make it a
fabien@tzone.org
parents:
67
diff
changeset
|
23 |
* Add public/private field. |