Revisions for trean/data.php

Location: [ Horde ] / trean / data.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.57 (+2 -2 lines) 01/02/2008 06:14 AM Jan Schneider jan

Happy New Year

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

First round of copyright assignments.

1.55 (+2 -2 lines) 09/16/2007 09:21 AM Jan Schneider jan

Reference

1.54 (+2 -2 lines) 06/27/2007 01:24 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.53 (+2 -2 lines) 03/19/2007 12:31 AM Chuck Hagenbuch chuck

Fix variable scope
Bug: 5131

1.52 (+5 -7 lines) 01/14/2007 03:12 PM Chuck Hagenbuch chuck

fix property names for bookmark import
Bug: 4888

1.51 (+6 -6 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.50 (+2 -2 lines) 01/03/2007 01:29 AM Chuck Hagenbuch chuck

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

1.49 (+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.48 (+5 -4 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.47 (+2 -2 lines) 12/30/2006 03:24 PM Jan Schneider jan

Standardize copyright wrapping and spacing.

1.46 (+2 -2 lines) 08/12/2006 10:14 PM Chuck Hagenbuch chuck

Mixing numbered arguments and not-numbered arguments doesn't seem to work.

1.45 (+8 -5 lines) 08/04/2006 09:16 AM Jan Schneider jan

Don't raise notifications inside classes.

1.44 (+37 -37 lines) 06/14/2006 07:14 PM Ben Chavet ben

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

1.43 (+2 -2 lines) 02/01/2006 12:30 AM Ben Chavet ben

use the right variable name

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

Happy new year\!

1.41 (+3 -1 lines) 05/11/2005 01:04 AM Matt Selsky selsky

Add @package tag.

1.40 (+58 -5 lines) 05/10/2005 01:32 PM Jan Schneider jan

Add permissions to restrict number of categories and bookmarks.

1.39 (+50 -43 lines) 05/10/2005 12:56 PM Jan Schneider jan

Move function to top, cleanup.

1.38 (+2 -2 lines) 04/28/2005 01:44 PM Matt Selsky selsky

Don't use array_push() if we don't need to.

1.37 (+11 -7 lines) 04/27/2005 11:58 PM Ben Chavet ben

Extend the export interface to allow exporting a specified category

1.36 (+9 -9 lines) 04/02/2005 08:30 PM Chuck Hagenbuch chuck

[cjh] Fix bookmark export (Bug #1672).

1.35 (+6 -8 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.34 (+15 -14 lines) 01/20/2005 11:02 PM Ben Chavet ben

Fix import/export...I think I actually got it this time

1.33 (+8 -13 lines) 01/18/2005 12:41 AM Ben Chavet ben

Fix Export

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

Happy New Year

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

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

1.30 (+37 -42 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.29 (+2 -2 lines) 12/07/2004 02:26 PM Chuck Hagenbuch chuck

- Some more -1 to DATATREE_ROOT changes (these were ints before, which sort of makes my whole point of needing the constant <g>)

- style and ws cleanups that I hit along the way (grepping for -1 gives you a *lot* of files to go through).

1.28 (+4 -5 lines) 11/14/2004 05:59 PM Chuck Hagenbuch chuck

- new bookmark and add graphics
- remove unused graphics
- use new <ul> menu

1.27 (+2 -2 lines) 10/18/2004 08:46 PM Chuck Hagenbuch chuck

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

1.26 (+52 -53 lines) 10/16/2004 05:51 PM Chuck Hagenbuch chuck

Don't allow importing when there are no categories, error checking, UI
cleanup.

1.25 (+13 -17 lines) 06/27/2004 10:51 PM Chuck Hagenbuch chuck

Make sure that importing of subfolders works.

1.24 (+2 -2 lines) 05/25/2004 11:52 AM Jan Schneider jan

Move allowFileUploads() and wasFileUploaded() from Horde:: to Browser::

1.23 (+5 -2 lines) 05/14/2004 04:51 AM Jan Schneider jan

Check for errors from addBookmark().

1.22 (+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.21 (+2 -3 lines) 02/13/2004 04:14 PM Chuck Hagenbuch chuck

Remove Server.php; all functionality has migrated elsewhere. It may not all be in its final home, but we'll see.

1.20 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

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

1.19 (+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.18 (+85 -83 lines) 10/05/2003 10:58 PM Chuck Hagenbuch chuck

Fix export.

1.17 (+4 -4 lines) 09/16/2003 07:08 PM Jan Schneider jan

Use the new Util:: class.

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

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

1.15 (+5 -12 lines) 01/23/2003 08:00 PM mikec

Fix importing of nested categories.

1.14 (+3 -4 lines) 01/14/2003 03:25 PM Chuck Hagenbuch chuck

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

1.13 (+6 -7 lines) 01/02/2003 06:19 PM Michael M Slusarz slusarz

Use Server::wasFileUploaded().

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

Horde::addParameter() updates.

1.11 (+1 -2 lines) 12/18/2002 06:22 PM Chuck Hagenbuch chuck

More cleanup; remove all of the bogus echo "\n"; lines after header()
calls that at one point seemed to be needed for mobile devices, but
all of my emulators work without them now.

1.10 (+2 -4 lines) 12/14/2002 11:44 AM Chuck Hagenbuch chuck

fix trean import

1.9 (+21 -12 lines) 12/11/2002 11:57 AM Chuck Hagenbuch chuck

This might fix import again - someone want to give it a shot?

1.8 (+8 -11 lines) 12/11/2002 11:41 AM Chuck Hagenbuch chuck

start fixing import/export

Submitted by:  Florian Clever <fc@clever-soft.net>

1.7 (+4 -4 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.6 (+2 -2 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 (+21 -22 lines) 09/10/2002 07:17 PM Chuck Hagenbuch chuck

?> and other style.

1.4 (+47 -1 lines) 09/09/2002 09:24 AM mikec

Quick hack to get trean kinda working again.

Add export option so you can now export your code in preparation for a re-write in a then next week...

1.3 (+77 -80 lines) 09/02/2002 09:53 PM Chuck Hagenbuch chuck

Fix call-time-pass-by-reference and some style stuff (Mike, read
CODING_STANDARDS! <g>).

1.2 (+6 -8 lines) 08/29/2002 11:11 PM Chuck Hagenbuch chuck

- rename _fileCleanup() to Horde::deleteAtShutdown().
- add Horde::_deleteAtShutdown() as the actual shutdown version, to avoid
  potential pre-compilation problems.
- remove some unnecessary _fileCleanup() calls on uploaded files
  (PHP automatically deletes them at the end of the request).
- fix all other _fileCleanup() calls.
- make sure we use $_FILES everywhere instead of $HTTP_POST_FILES.

1.1 08/26/2002 02:13 AM mikec

Add some 'it works fine for me' Bookmark Import code.

Tested with a mozilla and an IE bookmarks export and works fine. Imports into a 'Imported Bookmarks' category.