Revisions for trean/edit.php

Location: [ Horde ] / trean / edit.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.55 (+10 -5 lines) 06/15/2008 02:01 PM Michael Rubinsky mrubinsk

catch errors when deleting folders

Bug:6928

1.54 (+2 -2 lines) 01/02/2008 06:14 AM Jan Schneider jan

Happy New Year

1.53 (+4 -2 lines) 10/30/2007 08:24 PM Jan Schneider jan

First round of copyright assignments.

1.52 (+14 -4 lines) 06/19/2007 10:22 PM Chuck Hagenbuch chuck

Make these windows "popup" friendly
Bug: 2565
Submitted by: joey (at) joeyhewitt (dot) com

1.51 (+3 -2 lines) 05/21/2007 05:20 PM Chuck Hagenbuch chuck

Another image submit/IE check.
Bug: 5385

1.50 (+22 -1 lines) 05/08/2007 02:54 PM Chuck Hagenbuch chuck

[cjh] Force folder deletion to be a POST request, and add a confirmation
dialog.

1.49 (+3 -2 lines) 03/21/2007 11:36 PM Chuck Hagenbuch chuck

Silly IE7 image button detection.
Bug: 5133

1.48 (+54 -47 lines) 02/04/2007 05:52 PM Chuck Hagenbuch chuck

Pretty big UI reorg. Reintroduce the folder tree, make most bookmark
actions work without javascript, introduce an actions panel, etc.

1.47 (+1 -3 lines) 01/10/2007 06:21 PM Chuck Hagenbuch chuck

Well, we don't set rating on add, so why set it on edit, esp. now that
setting it is a single click in the main view?

1.46 (+13 -26 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.45 (+10 -10 lines) 01/03/2007 01:29 AM Chuck Hagenbuch chuck

Consolidate code and remove unused code, more fixes, and remove some TODOs.

1.44 (+3 -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.43 (+29 -35 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.42 (+1 -17 lines) 12/29/2006 04:43 PM Chuck Hagenbuch chuck

It took me until today, when I was tracking down the usage and meaning
of all attributes used by bookmarks, that I found the feature to save
a bookmark's redirected URL. Great idea but given that I never knew it
was there... I've instead included (commented out for now) code in
check_links.php to go ahead and update the actual url of the bookmark.

1.41 (+1 -2 lines) 12/29/2006 04:27 PM Chuck Hagenbuch chuck

I can't find anything that http-status-count was used for.

1.40 (+73 -73 lines) 06/14/2006 07:14 PM Ben Chavet ben

Rename "categories" to "folders" to avoid confusion with Horde Categories.

1.39 (+2 -2 lines) 04/07/2006 11:03 PM Chuck Hagenbuch chuck

nit

1.38 (+7 -1 lines) 02/05/2006 03:37 PM Ben Chavet ben

Reset http status when URL is updated (#2879)

1.37 (+2 -2 lines) 01/01/2006 04:12 PM Jan Schneider jan

Happy new year\!

1.36 (+84 -68 lines) 11/28/2005 02:53 AM Ben Chavet ben

In an effort to make better use of screen space, I changed how
bookmarks are browsed.  Categories are now integrated into the
bookmark list, and the category tree has been removed.  This
should also help speed up page loads (#1920).

On top of that, there are a few little changes:

- Fixed cancel button (#2881)
- Return to category after edit (#2666)
- Changed wording in template preference
- Added option to always show rating in browse view
- new TODO items

The selection code in templates/browse/javascript.inc is a bit of a hack,
but I couldn't figure out any other way to do it, particularly
selectCategories() and selectBookmarks().  If someone knows a better way,
I'm all ears.

1.35 (+9 -9 lines) 10/13/2005 12:02 AM Matt Selsky selsky

ws

1.34 (+2 -2 lines) 08/24/2005 01:30 AM Matt Selsky selsky

Use double-quotes.

1.33 (+63 -4 lines) 05/21/2005 12:29 AM Ben Chavet ben

Allow creating a new category when adding/editing a bookmark.

1.32 (+3 -1 lines) 05/07/2005 12:42 AM Ben Chavet ben

Add bookmark ranking.  The rankings report might not function right unless
you run the add_default_ranking upgrade script.

1.31 (+4 -3 lines) 05/05/2005 01:16 AM Ben Chavet ben

Include standard editing controls in the search results screen

1.30 (+32 -13 lines) 03/24/2005 11:04 PM Ben Chavet ben

Allow user to take action on broken/redirected links

1.29 (+2 -2 lines) 03/24/2005 08:16 AM Jan Schneider jan

Fix tense.

1.28 (+20 -20 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.27 (+43 -1 lines) 02/06/2005 04:55 PM Ben Chavet ben

Basic UI to move categories

Bug: 1169

1.26 (+1 -7 lines) 02/05/2005 08:03 PM Ben Chavet ben

fix category management

1.25 (+46 -34 lines) 01/29/2005 10:09 PM Ben Chavet ben

* Extended the bookmark edit page to be able to edit multiple bookmarks
at once

* Put the edit function by the delete/move/copy functions.

1.24 (+75 -4 lines) 01/25/2005 10:35 PM Ben Chavet ben

delete/move/copy multiple bookmarks at once

1.23 (+2 -2 lines) 01/05/2005 10:00 PM Ben Chavet ben

Performance improvements

1.22 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.21 (+8 -11 lines) 01/02/2005 06:18 PM Chuck Hagenbuch chuck

Add & use $bookmark->getParent() instead of using $category_id in the
bookmark view templates for general cleanup and also to avoid warnings
on the search results page.

Also general HTML cleanup while I was there.

1.20 (+8 -8 lines) 12/14/2004 10:15 PM Ben Chavet ben

call-by-reference vs. call-by-value

1.19 (+52 -56 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.18 (+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.17 (+2 -2 lines) 10/18/2004 08:46 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.16 (+14 -8 lines) 05/14/2004 04:51 AM Jan Schneider jan

Check for errors from addBookmark().

1.15 (+14 -7 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.14 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

1.13 (+4 -4 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.12 (+18 -18 lines) 09/16/2003 07:08 PM Jan Schneider jan

Use the new Util:: class.

1.11 (+20 -4 lines) 08/26/2003 08:55 PM Chuck Hagenbuch chuck

- add the ability to rename categories (Robert Ribnitz <ribnitz@linuxbourg.ch>)
- use more verbose constant names (no DEL or REN)

1.10 (+2 -2 lines) 05/23/2003 09:21 AM Chuck Hagenbuch chuck

Another batch of menu.php -> ::menu() changes.

1.9 (+2 -2 lines) 02/05/2003 08:38 PM mikec

Recusivly delete the sub categories when deleteing a category.

1.8 (+5 -7 lines) 01/14/2003 03:25 PM Chuck Hagenbuch chuck

Lots of cleanup, HTML fixes, etc. Links show up where they should again.

1.7 (+3 -3 lines) 01/02/2003 06:12 PM Michael M Slusarz slusarz

Horde::addParameter() updates.

1.6 (+12 -2 lines) 11/29/2002 09:46 AM Chuck Hagenbuch chuck

[cjh] Add deletion of bookmark categories
      (Arne Gellhaus <arne@gellhaus.de>).

1.5 (+6 -6 lines) 11/25/2002 09:35 AM Chuck Hagenbuch chuck

Clean up a bunch of Trean, including adding sub-categories. A bunch of
this is still a mess.

1.4 (+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.3 (+37 -41 lines) 10/08/2002 06:30 PM Chuck Hagenbuch chuck

- fully implement editing
- xhtml and CS fixes

1.2 (+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.1 08/30/2002 02:36 AM mikec

Add Edit and Delete options and some XHTML fixes.