[commits] Horde branch master updated. 96f2118a37e3ee63862925f7939fd3332f7cb487
Michael J. Rubinsky
mrubinsk at horde.org
Mon Jan 17 21:28:40 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: c88749757133bf2910b1917ce884be02b979efef
6582c75 Improvements to obtaining galleries by slug
96f2118 allow the attributes filter to take an array of values to filter on.
-----------------------------------------------------------------------
commit 6582c75e79c538d3529adc38e5034a9f82dfc02a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Mon Jan 17 16:10:10 2011 -0500
Improvements to obtaining galleries by slug
ansel/lib/Gallery.php | 15 +++++++++----
ansel/lib/Storage.php | 50 ++++++------------------------------------------
2 files changed, 17 insertions(+), 48 deletions(-)
http://git.horde.org/horde-git/-/commit/6582c75e79c538d3529adc38e5034a9f82dfc02a
-----------------------------------------------------------------------
commit 96f2118a37e3ee63862925f7939fd3332f7cb487
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Mon Jan 17 16:26:36 2011 -0500
allow the attributes filter to take an array of values to filter on.
e.g.,
To return shares that have a slug of either $slug1 or $slug2:
$shares->listShares($user, array('attributes' => array('slug' => arary($slug1, $slug2))));
framework/Share/lib/Horde/Share/Sql.php | 8 ++++++--
framework/Share/lib/Horde/Share/Sql/Hierarchical.php | 12 +++---------
2 files changed, 9 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/96f2118a37e3ee63862925f7939fd3332f7cb487
More information about the commits
mailing list