author | fabien@tzone.org |
Wed, 31 Dec 2008 01:40:46 -0500 | |
changeset 72 | 34fcc8b2c1f5 |
parent 67 | 652ff41518f3 |
child 74 | 6784c4350b41 |
permissions | -rw-r--r-- |
67
652ff41518f3
Update index.py and config to use the right information.
fabien@tzone.org
parents:
56
diff
changeset
|
1 |
* Add test unit. |
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 |
|
6 |
X keywords also have this keywords. May be some frequency filter will |
|
7 |
be needed. |
|
47
2781ac85b807
[svn r1604] Implement default_view preferences, which move things around a lot.
fabien
parents:
46
diff
changeset
|
8 |
* Selection based bookmarks editions. |
13 | 9 |
* Used SQL sequence instead of the db_sequence table. |
10 |
* Add CSS. |
|
11 |
* Add Search capabilities. |
|
47
2781ac85b807
[svn r1604] Implement default_view preferences, which move things around a lot.
fabien
parents:
46
diff
changeset
|
12 |
* 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
|
13 |
* Add XBel Export. |
15 | 14 |
* Add support for icons. |
15 |
* Add modified time. |
|
16 |
* Add access/check time. |
|
21
345ee7421989
[svn r1555] Add multiuser support and more templating.
fabien
parents:
17
diff
changeset
|
17 |
* Add user session support. |
26
17b0cd274530
[svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
21
diff
changeset
|
18 |
* Better unicode handling. |
38
c30e2402deca
[svn r1582] Add some user preferences support (kw sorting and kw select box size).
fabien
parents:
37
diff
changeset
|
19 |
* More user preferences. |
46 | 20 |
* Clean up of all the code. This is a real mess currently! |
21 |
* Optimization of some code part. |