author | fabien |
Mon, 27 Oct 2003 02:26:39 -0500 | |
branch | xbelweb |
changeset 53 | e80160a19653 |
parent 51 | 7015d65beb3d |
child 54 | f74bad856bce |
permissions | -rw-r--r-- |
44 | 1 |
xbelweb (0.1-5) unstable; urgency=low |
2 |
||
3 |
* Add display name to Preferences. |
|
45
c81d480c3224
[svn r1601] Add first try to get a folder's like view.
fabien
parents:
44
diff
changeset
|
4 |
* Add folders view with Add. |
47
2781ac85b807
[svn r1604] Implement default_view preferences, which move things around a lot.
fabien
parents:
45
diff
changeset
|
5 |
* Add a default view between folders and dynamic view. |
50 | 6 |
* Add a "remove keyword?" to the merge command. |
51
7015d65beb3d
[svn r1608] Correct the keywords bugs and some other in folder view, plus mutual
fabien
parents:
50
diff
changeset
|
7 |
* Mutual exclusion of selected keywords in dynamic view. |
47
2781ac85b807
[svn r1604] Implement default_view preferences, which move things around a lot.
fabien
parents:
45
diff
changeset
|
8 |
* Move things around so the code is a bit (really a bit) cleaner. |
44 | 9 |
|
51
7015d65beb3d
[svn r1608] Correct the keywords bugs and some other in folder view, plus mutual
fabien
parents:
50
diff
changeset
|
10 |
-- Fabien Ninoles <fabien@tzone.org> Sun, 26 Oct 2003 22:23:14 -0500 |
44 | 11 |
|
41 | 12 |
xbelweb (0.1-4) unstable; urgency=low |
13 |
||
14 |
* Restrict keywords count to selection. |
|
15 |
||
16 |
-- Fabien Ninoles <fabien@tzone.org> Fri, 10 Oct 2003 11:18:47 -0400 |
|
17 |
||
39 | 18 |
xbelweb (0.1-2) unstable; urgency=low |
19 |
||
20 |
* Add user preferences (kw sorting and select box size). |
|
21 |
||
22 |
-- Fabien Ninoles <fabien@tzone.org> Tue, 7 Oct 2003 12:52:27 -0400 |
|
23 |
||
24 |
xbelweb (0.1-1) unstable; urgency=low |
|
33 | 25 |
|
26 |
* Redone keywords selection with a select input box. |
|
27 |
* Push keywords edition into a separate page. |
|
28 |
* Add webutils.py for various form manipulation functions. |
|
29 |
||
39 | 30 |
-- Fabien Ninoles <fabien@tzone.org> Tue, 7 Oct 2003 00:03:17 -0400 |
33 | 31 |
|
29 | 32 |
xbelweb (0.0-5) unstable; urgency=low |
18 | 33 |
|
29 | 34 |
* Add delete bookmarks function. |
18 | 35 |
|
29 | 36 |
-- Fabien Ninoles <fabien@tzone.org> Thu, 26 Sep 2003 11:04:25 -0400 |
18 | 37 |
|
29 | 38 |
xbelweb (0.0-4) unstable; urgency=low |
18 | 39 |
|
29 | 40 |
* Can update/merge/delete keywords. |
41 |
* Some programmation cleanup. |
|
18 | 42 |
|
29 | 43 |
-- Fabien Ninoles <fabien@tzone.org> Thu, 25 Sep 2003 11:02:43 -0400 |
18 | 44 |
|
29 | 45 |
xbelweb (0.0-3) unstable; urgency=medium |
18 | 46 |
|
29 | 47 |
* Add, edit and browse bookmarks now working. |
48 |
* Add quick mark link. |
|
49 |
* Add protection on inc directories. |
|
50 |
* New keywords field when adding/editing bookmark. |
|
51 |
* Add count to keywords. |
|
18 | 52 |
|
29 | 53 |
-- Fabien Ninoles <fabien@tzone.org> Wed, 24 Sep 2003 16:44:19 -0400 |
18 | 54 |
|
29 | 55 |
xbelweb (0.0-2) unstable; urgency=low |
18 | 56 |
|
29 | 57 |
* Access protection to repository. |
58 |
* Configuration of DB in config.py. |
|
18 | 59 |
|
29 | 60 |
-- Fabien Ninoles <fabien@tzone.org> Tue, 23 Sep 2003 15:11:23 -0400 |
18 | 61 |
|
29 | 62 |
xbelweb (0.0-1) unstable; urgency=low |
18 | 63 |
|
29 | 64 |
* Initial version |
18 | 65 |
|
29 | 66 |
-- Fabien Ninoles <fabien@tzone.org> Tue, 23 Sep 2003 11:27:14 -0400 |