|
1.24 (+7 -9 lines) |
05/06/2008 07:56 PM |
Michael Rubinsky mrubinsk |
Well, here goes. Another sweeping change to the data storage in Ansel.
This commit has Ansel using the new Horde_Share hierarchical sql driver,
and thus requires Horde_Share_sql_hierarchical.php which is now in FW_3.
To upgrade an existing installation, you need to first run the
2008-04-28_add_sql_share_tables.sql script on your database, and then run
then *_sql_share_migration.php script which will move all the gallery data
completely out of the datatree for good! This script will not delete any
data unless you tell it to. Also be aware that if you have hacked ansel's
config to use seperate datatree tables for ansel then you will need to edit
the script with the correct table names. |
|
1.23 (+4 -3 lines) |
04/19/2008 07:05 PM |
Michael Rubinsky mrubinsk |
Change variable name. Not sure what this had to do with categories... |
|
1.22 (+6 -5 lines) |
04/19/2008 03:07 PM |
Michael Rubinsky mrubinsk |
Don't check for error here, instead see if we have the capability first |
|
1.21 (+3 -1 lines) |
03/29/2008 12:20 PM |
Michael Rubinsky mrubinsk |
Sort usernames and groupnames
Bug: 6520
Submitted by: david (at) tmv (dot) gov (dot) tw |
|
1.20 (+14 -7 lines) |
01/15/2008 08:30 PM |
Michael Rubinsky mrubinsk |
The mother of all Ansel commits. This removes all the gallery attributes
from the datatree, leaving only permissions and hierarchical information in
datatree.
To upgrade, first run the 2008_01_07_add_galleries.sql script to create
the gallery table and then run the sql_galleries.php script. The script
does *NOT* delete any data from the datatree - it only creates the new
structure. Another (upcoming) upgrade script will remove the data from
the datatree once this is more thoroughly tested.
Bug: 6101 |
|
1.19 (+2 -2 lines) |
01/02/2008 06:11 AM |
Jan Schneider jan |
Happy New Year |
|
1.18 (+1 -1 lines) |
01/02/2007 07:46 AM |
Jan Schneider jan |
Happy New Year |
|
1.17 (+4 -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.16 (+2 -2 lines) |
08/09/2006 12:00 PM |
Michael Rubinsky mrubinsk |
Move towards removing long share_names wherever we can. Ansel::listGalleries() now takes a DatatreeObject Id or the constant DATATREE_ROOT for the $parent parameter.
Chuck - thanks for the input. |
|
1.15 (+1 -1 lines) |
01/01/2006 04:09 PM |
Jan Schneider jan |
Happy new year\! |
|
1.14 (+5 -5 lines) |
10/13/2005 01:44 AM |
Matt Selsky selsky |
ws |
|
1.13 (+1 -1 lines) |
01/03/2005 09:34 AM |
Jan Schneider jan |
Happy New Year |
|
1.12 (+2 -2 lines) |
10/21/2004 10:20 PM |
Ben Chavet ben |
Allow owner-specific gallery listings. There is no way to browse to this
yet, but I'm getting there.
Note, the parameter lists have changed for Ansel::listGalleries and
Ansel::countGalleries |
|
1.11 (+4 -4 lines) |
10/18/2004 08:45 PM |
Chuck Hagenbuch chuck |
Registry::getParam() -> Registry::get(). |
|
1.10 (+2 -2 lines) |
04/07/2004 10:43 AM |
Chuck Hagenbuch chuck |
No more HORDE_LIBS. |
|
1.9 (+2 -2 lines) |
01/23/2004 06:57 PM |
Chuck Hagenbuch chuck |
We need to pass in the name as the parent, not the category_id. |
|
1.8 (+2 -2 lines) |
01/18/2004 06:58 PM |
Jan Schneider jan |
Show notifications only from the requested message stack. |
|
1.7 (+2 -2 lines) |
01/15/2004 05:59 PM |
Jan Schneider jan |
Move Horde_Group to framework. |
|
1.6 (+8 -7 lines) |
01/14/2004 06:49 AM |
Jan Schneider jan |
Fix Share:: method names. |
|
1.5 (+50 -50 lines) |
01/13/2004 10:43 PM |
Chuck Hagenbuch chuck |
These are by no means private constants. Remove the weird leading _
(it was my idea in the first place, for the record. Dunno why). |
|
1.4 (+2 -2 lines) |
01/01/2004 10:13 AM |
Jan Schneider jan |
Happy new year everyone. |
|
1.3 (+13 -5 lines) |
11/17/2003 09:10 PM |
Chuck Hagenbuch chuck |
Add the ability to update the permissions for all child shares when
changing permissions. |
|
1.2 (+32 -32 lines) |
09/16/2003 07:03 PM |
Jan Schneider jan |
Use the new Util:: class. |
|
1.1 |
08/27/2003 12:45 PM |
Chuck Hagenbuch chuck |
use our own perms-editing script since we need to make sure shares are
loaded as CategoryObject_Gallery objects - otherwise information gets lost. |