| author | fabien | 
| Mon, 23 Aug 2004 23:30:27 -0400 | |
| branch | xbelweb | 
| changeset 55 | 2ae353b7f38a | 
| parent 47 | 2781ac85b807 | 
| child 56 | 6b31934e5b2e | 
| permissions | -rw-r--r-- | 
| 55 | 1 | * Make it a stateless with single entry point wellform CGI program. | 
| 2 | * Add synonymous support. | |
| 3 | * Add "new keyword" enlighting, maybe with link to keyword editing. | |
| 4 | * Add similar keywords suggestions. Otherly said: "Bookmarks which have | |
| 5 | X keywords also have this keywords. May be some frequency filter will | |
| 6 | be needed. | |
| 47 
2781ac85b807
[svn r1604] Implement default_view preferences, which move things around a lot.
 fabien parents: 
46diff
changeset | 7 | * Selection based bookmarks editions. | 
| 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: 
46diff
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: 
21diff
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: 
17diff
changeset | 16 | * Add user session support. | 
| 26 
17b0cd274530
[svn r1560] Add import functionality and correct a bug in the merge_kw.
 fabien parents: 
21diff
changeset | 17 | * Better unicode handling. | 
| 38 
c30e2402deca
[svn r1582] Add some user preferences support (kw sorting and kw select box size).
 fabien parents: 
37diff
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. |