|
1.44 (+2 -2 lines) |
07/30/2008 11:57 AM |
Chuck Hagenbuch chuck |
newer template naming standard |
|
1.43 (+2 -2 lines) |
01/02/2008 06:14 AM |
Jan Schneider jan |
Happy New Year |
|
1.42 (+4 -2 lines) |
10/30/2007 08:24 PM |
Jan Schneider jan |
First round of copyright assignments. |
|
1.41 (+2 -2 lines) |
06/27/2007 01:24 PM |
Jan Schneider jan |
Bump year, looks like a missed a few last time. |
|
1.40 (+2 -2 lines) |
01/29/2007 02:19 PM |
Chuck Hagenbuch chuck |
This should let bookmarks be added without javascript. |
|
1.39 (+9 -9 lines) |
01/10/2007 06:19 PM |
Chuck Hagenbuch chuck |
[cjh] Bookmark ratings can now be changed via a dynamic, CSS-based
star rater that saves new ratings but degrades to a real link
without JavaScript.
Will look better after some more work on the browse interface. Edit
screen needs to be fixed for setting the rating, also. |
|
1.38 (+7 -3 lines) |
01/02/2007 06:54 PM |
Chuck Hagenbuch chuck |
- remove as much usage of DATATREE_ROOT as possible.
- move much of the styling of the bookmarks list to CSS
- consolidate browse templates |
|
1.37 (+12 -21 lines) |
12/31/2006 04:24 PM |
Chuck Hagenbuch chuck |
[cjh] Move bookmarks from DataTree storage to a SQL table.
Probably still a few kinks to work out, but it works. |
|
1.36 (+2 -2 lines) |
12/30/2006 03:24 PM |
Jan Schneider jan |
Standardize copyright wrapping and spacing. |
|
1.35 (+8 -3 lines) |
09/04/2006 02:29 AM |
Chuck Hagenbuch chuck |
[cjh] Implement iframe-based bookmarklet for bookmarking the current page
without a popup window.
What's missing is that the iframe doesn't close by itself, because of
cross-browser domain restrictions. Could probably be solved by doing
everything in a DIV and fetching content remotely. |
|
1.34 (+25 -25 lines) |
06/14/2006 07:14 PM |
Ben Chavet ben |
Rename "categories" to "folders" to avoid confusion with Horde Categories. |
|
1.33 (+2 -2 lines) |
01/01/2006 04:12 PM |
Jan Schneider jan |
Happy new year\! |
|
1.32 (+18 -1 lines) |
05/21/2005 12:29 AM |
Ben Chavet ben |
Allow creating a new category when adding/editing a bookmark. |
|
1.31 (+30 -6 lines) |
05/10/2005 01:32 PM |
Jan Schneider jan |
Add permissions to restrict number of categories and bookmarks. |
|
1.30 (+4 -6 lines) |
03/21/2005 09:41 PM |
Ben Chavet ben |
Make sure that only "user's Categories" is directly under DATATREE_ROOT.
Everything else should be at least under "user's Categories" |
|
1.29 (+7 -7 lines) |
03/15/2005 05:01 PM |
Ben Chavet ben |
Add backend support for Horde_Share, though the UI doesn't reflect this yet.
Unfortunately, this breaks compatibility with Horde 3.0.x, but we're
shooting for a release with Horde 3.1.
be sure to run scripts/upgrades/2005-03-15_move_to_horde_share.php |
|
1.28 (+2 -2 lines) |
01/03/2005 09:35 AM |
Jan Schneider jan |
Happy New Year |
|
1.27 (+4 -3 lines) |
01/01/2005 11:30 PM |
Chuck Hagenbuch chuck |
don't show menu in popups
Submitted by: Rob Rosenfeld <rosenfeld@alum.mit.edu> |
|
1.26 (+3 -3 lines) |
12/14/2004 10:15 PM |
Ben Chavet ben |
call-by-reference vs. call-by-value |
|
1.25 (+33 -44 lines) |
12/14/2004 05:51 PM |
Ben Chavet ben |
Restructured the bookmark storage to take better advantage of the natural
parent/child relationships that the datatree structure provides.
The most notable advantage of this is the ability to have bookmarks in
the root category (No more "You must have at least one category..."
messages).
Minor UI updates, more to come. |
|
1.24 (+3 -3 lines) |
12/07/2004 11:09 AM |
Chuck Hagenbuch chuck |
Instead of hardcoding '-1' in tons of places, use a new constant: DATATREE_ROOT. Much more readable, etc. At the same time, make this an int (-1) instead of the string value ('-1') which was inconsistent with all other datatree ids, buggy, etc. |
|
1.23 (+2 -2 lines) |
11/14/2004 05:59 PM |
Chuck Hagenbuch chuck |
- new bookmark and add graphics
- remove unused graphics
- use new <ul> menu |
|
1.22 (+2 -2 lines) |
10/18/2004 08:46 PM |
Chuck Hagenbuch chuck |
Registry::getParam() -> Registry::get(). |
|
1.21 (+10 -3 lines) |
09/21/2004 05:49 PM |
Chuck Hagenbuch chuck |
If we know we're in a popup, make sure the window is focused, don't
show the bookmarkable JS links, and close the window after adding the
bookmark. |
|
1.20 (+4 -4 lines) |
06/27/2004 10:51 PM |
Chuck Hagenbuch chuck |
Make sure that importing of subfolders works. |
|
1.19 (+11 -4 lines) |
05/11/2004 03:32 PM |
Chuck Hagenbuch chuck |
- strings instead of constants
- make sure all files have a header
- fix license references to all point to the actual LICENSE file.
- cleanups |
|
1.18 (+2 -2 lines) |
01/17/2004 05:57 PM |
Jan Schneider jan |
All footers look the same, so why not use only one. |
|
1.17 (+3 -3 lines) |
01/13/2004 08:36 PM |
Chuck Hagenbuch chuck |
- Move Category into the framework.
- At the same time, rename the API to DataTree.
- shorten some method names while we're at it. |
|
1.16 (+10 -10 lines) |
09/16/2003 07:08 PM |
Jan Schneider jan |
Use the new Util:: class. |
|
1.15 (+44 -44 lines) |
07/16/2003 03:30 AM |
mdjukic |
fix indents |
|
1.14 (+2 -2 lines) |
05/23/2003 09:21 AM |
Chuck Hagenbuch chuck |
Another batch of menu.php -> ::menu() changes. |
|
1.13 (+3 -1 lines) |
03/07/2003 04:09 PM |
Chuck Hagenbuch chuck |
exit after sending Location: headers. |
|
1.12 (+1 -2 lines) |
03/07/2003 03:45 PM |
bjn |
This one also redundant, then. |
|
1.11 (+5 -3 lines) |
03/07/2003 02:16 PM |
bjn |
Previous attempt to add a getNumberOfChildren method failed; for now, just
pull the list and count them (which is tested and works). |
|
1.10 (+30 -13 lines) |
03/06/2003 09:58 PM |
bjn |
Ensure that errors are displayed when adding a bookmark or category fails
(don't skip off to browse.php and thus lose the pushed notification).
Insist on at least one category before adding a bookmark (don't present
empty drop-down category list). Fix typos. |
|
1.9 (+5 -6 lines) |
01/14/2003 03:25 PM |
Chuck Hagenbuch chuck |
Lots of cleanup, HTML fixes, etc. Links show up where they should again. |
|
1.8 (+3 -3 lines) |
01/02/2003 06:12 PM |
Michael M Slusarz slusarz |
Horde::addParameter() updates. |
|
1.7 (+41 -39 lines) |
11/25/2002 09:34 AM |
Chuck Hagenbuch chuck |
Clean up a bunch of Trean, including adding sub-categories. A bunch of
this is still a mess. |
|
1.6 (+3 -3 lines) |
11/24/2002 11:53 PM |
Chuck Hagenbuch chuck |
Always pass second parameter = true to Horde::applicationUrl() for
redirects.
Submitted by: Arne Gellhaus <arne@gellhaus.de> |
|
1.5 (+5 -9 lines) |
10/08/2002 06:30 PM |
Chuck Hagenbuch chuck |
- fully implement editing
- xhtml and CS fixes |
|
1.4 (+3 -3 lines) |
09/19/2002 11:47 PM |
mikec |
Some fixes so Trean works with the new categories system.
- Chris Albertson <alb@chrisalbertson.com> |
|
1.3 (+6 -2 lines) |
08/30/2002 02:36 AM |
mikec |
Add Edit and Delete options and some XHTML fixes. |
|
1.2 (+1 -2 lines) |
08/25/2002 11:47 PM |
Chuck Hagenbuch chuck |
more html.php references |
|
1.1 |
08/25/2002 09:37 PM |
mikec |
Initial Commit of Trean.
Add Bookmark/Category working.
Search working.
Edit/Delete not started |