|
1.23 (+37 -1 lines) |
06/05/2008 08:41 PM |
Michael Rubinsky mrubinsk |
Add a new api method for getting a URL to use to add the currently displayed
page as a bookmark. Will try a DOM overlay, a pop-up window, then fallback
to a normal hyperlink depending on Browser capabilities. |
|
1.22 (+34 -3 lines) |
02/04/2008 08:42 AM |
Chuck Hagenbuch chuck |
API documentation
Submitted by: duck@obala.net |
|
1.21 (+2 -2 lines) |
01/02/2008 06:14 AM |
Jan Schneider jan |
Happy New Year |
|
1.20 (+4 -2 lines) |
10/30/2007 08:24 PM |
Jan Schneider jan |
First round of copyright assignments. |
|
1.19 (+139 -3 lines) |
08/16/2007 12:50 PM |
Chuck Hagenbuch chuck |
Trean half of updates to TreanMarks extension. You'll need the jsonrpc
file from the ticket to make this work.
Bug: 2565 |
|
1.18 (+2 -2 lines) |
06/27/2007 01:24 PM |
Jan Schneider jan |
Bump year, looks like a missed a few last time. |
|
1.17 (+211 -1 lines) |
06/19/2007 11:06 PM |
Chuck Hagenbuch chuck |
[cjh] Support for Firefox plugin that shows Trean bookmarks in the browser
(joey@joeyhewitt.com, Request #2565). |
|
1.16 (+2 -26 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.15 (+4 -4 lines) |
06/14/2006 07:14 PM |
Ben Chavet ben |
Rename "categories" to "folders" to avoid confusion with Horde Categories. |
|
1.14 (+2 -2 lines) |
01/01/2006 04:12 PM |
Jan Schneider jan |
Happy new year\! |
|
1.13 (+3 -3 lines) |
06/01/2005 11:26 AM |
Jan Schneider jan |
Fix api signatures. |
|
1.12 (+19 -1 lines) |
05/10/2005 01:32 PM |
Jan Schneider jan |
Add permissions to restrict number of categories and bookmarks. |
|
1.11 (+2 -2 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.10 (+2 -2 lines) |
01/03/2005 09:35 AM |
Jan Schneider jan |
Happy New Year |
|
1.9 (+6 -3 lines) |
12/29/2004 12:54 PM |
Chuck Hagenbuch chuck |
Trean::listAllBookmarks now works properly, and so does the
bookmarks/list API method. It also now returns a hash instead of
objects for better interop/less data being passed around through the
API. And, adjustments to Rakim to match these changes. |
|
1.8 (+15 -4 lines) |
12/28/2004 02:04 AM |
Chuck Hagenbuch chuck |
I think this fixes the bookmarks API. Ben? Btw, you should really grep
for methods to make sure they're used before deleting them... |
|
1.7 (+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.6 (+1 -38 lines) |
05/31/2004 02:22 PM |
Jan Schneider jan |
Block APIs are now exposed globally by the Horde API.
Some blocks probably have yet to be fixed because we don't include
lib/base.php anymore. |
|
1.5 (+1 -11 lines) |
05/29/2004 05:12 PM |
Jan Schneider jan |
Blocks are no longer defined by the applications' api.php files or
registry.php. Instead we scan all application/lib/Block directories for blocks
once per session now. |
|
1.4 (+4 -4 lines) |
05/24/2004 12:18 PM |
John Morrissey jwm |
use new stringArray type instead of 'array.' The argument types look sane,
but some of the return types aren't quite right yet, mostly the block API
calls, which return Horde_Block objects. |
|
1.3 (+6 -1 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.2 (+50 -2 lines) |
02/04/2004 05:03 PM |
Chuck Hagenbuch chuck |
Bookmark viewing block for Trean. |
|
1.1 |
03/18/2003 11:19 AM |
Chuck Hagenbuch chuck |
Have Trean provide a bookmarks API, and add bookmarks/list. |