Revisions for framework/Share/Share/datatree.php

Location: [ Horde ] / framework / Share / Share / datatree.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.
Show Branch:
  Revision Date Author Log Message
1.16.2.8 FRAMEWORK_3 (+1 -4 lines) 06/11/2008 10:32 AM Michael Rubinsky mrubinsk

MFH: 1.23

Bug: 6898

Tags: HORDE_3_3, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1

1.23 (+1 -4 lines) 06/11/2008 10:30 AM Michael Rubinsky mrubinsk

Prune dead code

Bug: 6898
Submitted by:patrick (dot) abiven (at) apitech (dot) fr

1.16.2.7 FRAMEWORK_3 (+12 -5 lines) 04/24/2008 05:09 PM Michael Rubinsky mrubinsk

MFH: 1.22

Tags: HORDE_3_2, HORDE_3_2_RC4

1.22 (+12 -5 lines) 04/24/2008 05:08 PM Michael Rubinsky mrubinsk

Match changes in the datatree share driver.
Allows Horde_Share_Objects to be returned as an arbitrary subclass.

1.16.2.6 FRAMEWORK_3 (+7 -3 lines) 04/23/2008 05:05 PM Michael Rubinsky mrubinsk

MFH`

1.21 (+7 -3 lines) 04/23/2008 04:59 PM Michael Rubinsky mrubinsk

Allow paging of results from a listShares() call

1.16.2.5 FRAMEWORK_3 (+3 -2 lines) 04/23/2008 01:42 PM Michael Rubinsky mrubinsk

MFH: 1.20 1.10

1.20 (+3 -2 lines) 04/23/2008 01:18 PM Michael Rubinsky mrubinsk

wrap

1.16.2.4 FRAMEWORK_3 (+7 -7 lines) 04/08/2008 11:25 AM Chuck Hagenbuch chuck

MFH: [cjh] Add beta SQL Permissions driver (duck@obala.net, Request #6150).

1.19 (+7 -7 lines) 04/08/2008 02:25 AM Chuck Hagenbuch chuck

[cjh] Add beta SQL Permissions driver (duck@obala.net, Request #6150).

This commit also moves a lot of core functionality from out of the
Perms_datatree class/file into the main Perms.php class, and
introduces a base Horde_Permission object that is backend-agnostic.

1.16.2.3 FRAMEWORK_3 (+2 -2 lines) 01/15/2008 05:35 AM Jan Schneider jan

MFH: 1.18

Tags: HORDE_3_2_RC3, HORDE_3_2_RC2

1.18 (+2 -2 lines) 01/15/2008 05:32 AM Jan Schneider jan

Explicitely check for $attributes being null. If checking for owner-only
shares this could be the guest user name (false).

1.16.2.2 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:30 AM Jan Schneider jan

Happy New Year

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

Happy New Year

1.16.2.1 FRAMEWORK_3 (+1 -1 lines) 12/20/2007 08:49 AM Jan Schneider jan

Merge from HEAD.

1.16 (+3 -1 lines) 12/02/2007 07:07 AM Jan Schneider jan

Add @since tags.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2

1.15 (+19 -1 lines) 12/01/2007 09:24 PM Chuck Hagenbuch chuck

Add countShares()
Submitted by: duck@obala.net

1.14 (+3 -3 lines) 11/20/2007 10:30 AM Jan Schneider jan

Fix variable names.

Tags: HORDE_3_2_RC1

1.13 (+206 -92 lines) 11/19/2007 08:54 PM Jan Schneider jan

Round 2 of Share refactoring. Probably broke a few things and the Kolab driver is completely untested.

1.12 (+42 -18 lines) 11/19/2007 11:45 AM Jan Schneider jan

Round 1 of Share cleanup: nuke extra storage class.

1.11 (+3 -4 lines) 11/01/2007 07:53 AM Jan Schneider jan

Copyright assignments, email updates.

1.10 (+1 -2 lines) 10/30/2007 08:23 PM Jan Schneider jan

First round of copyright assignments.

1.9 (+1 -25 lines) 10/23/2007 07:26 AM Gunnar Wrobel wrobel

Collapse this function into the parent class since the child classes don't differ.

1.8 (+6 -3 lines) 09/12/2007 02:29 PM Jan Schneider jan

Don't try to set PEAR_Errors as the storage object.

1.7 (+1 -7 lines) 07/07/2007 03:11 PM Michael Rubinsky mrubinsk

Call this hook from Horde_Share_Object_datatree instead of DatatreeObject_Share so we can pass the whole Horde_Share_Object to the hook, as we did before...
(thanks for the input, chuck).

Tags: HORDE_3_2_ALPHA

1.6 (+4 -4 lines) 06/27/2007 01:23 PM Jan Schneider jan

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

1.5 (+2 -2 lines) 01/14/2007 12:03 PM Jan Schneider jan

$groups can be false.

1.4 (+2 -2 lines) 01/02/2007 07:47 AM Jan Schneider jan

Happy New Year

1.3 (+3 -2 lines) 01/02/2007 06:27 AM Jan Schneider jan

Fix share caching. I'm pretty sure it's rendered useless now, since we need to
load the object from datatree even if we have it in the cache already, but at
least it works at all.

1.2 (+2 -2 lines) 01/01/2007 07:40 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.1 12/28/2006 10:53 PM Chuck Hagenbuch chuck

[cjh] Horde_Share now has a driver system with DataTree and Kolab backends
(Gunnar Wrobel <wrobel@pardus.de>, Request #4263).

Also greatly simplify the Horde_Share API while we're at it.