[commits] Horde branch master updated. 55b214e98afe65c6dd230410bd2b3222e5071a4a

Michael J. Rubinsky mrubinsk at horde.org
Tue Aug 2 06:08:32 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: d2c2e6a8b971e66dda1bd1c5dbb4067520f22dd0

96d5aa2 rename this method to be more inline with what it does
e681867 Remove sql specific filtering from client code.
c833251 fix passing $perm parameter in countGalleryChildren
6ca6831 cache the results of the full query (with no limits)
55b214e comments

-----------------------------------------------------------------------

commit 96d5aa276259ae197cf2088fb70b19826487cbc5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Aug 1 19:34:05 2011 -0400

    rename this method to be more inline with what it does

 ansel/lib/GalleryMode/Date.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/96d5aa276259ae197cf2088fb70b19826487cbc5

-----------------------------------------------------------------------

commit e681867316c4f5f6640ce5021db61aa836fd75da
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 2 01:21:31 2011 -0400

    Remove sql specific filtering from client code.
    
    Use more generic filters outside of the storage driver.

 ansel/lib/GalleryMode/Date.php |  137 +++++++++++++++++++++++-----------------
 ansel/lib/Storage.php          |  121 ++++++++++++++++++++++++-----------
 2 files changed, 162 insertions(+), 96 deletions(-)

http://git.horde.org/horde-git/-/commit/e681867316c4f5f6640ce5021db61aa836fd75da

-----------------------------------------------------------------------

commit c8332515d04add1d73009e95cbfa66d6d58e663b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 2 01:55:37 2011 -0400

    fix passing $perm parameter in countGalleryChildren

 ansel/lib/GalleryMode/Date.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/c8332515d04add1d73009e95cbfa66d6d58e663b

-----------------------------------------------------------------------

commit 6ca68317e2740457521dbe250fef0c4ba480efd7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 2 01:56:11 2011 -0400

    cache the results of the full query (with no limits)
    
    Avoids hitting the database twice for each date view (once for counting
    ALL children, and once for loading the current, possibly paged, view.

 ansel/lib/GalleryMode/Date.php |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/6ca68317e2740457521dbe250fef0c4ba480efd7

-----------------------------------------------------------------------

commit 55b214e98afe65c6dd230410bd2b3222e5071a4a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 2 02:03:42 2011 -0400

    comments

 ansel/lib/GalleryMode/Date.php |   30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/55b214e98afe65c6dd230410bd2b3222e5071a4a




More information about the commits mailing list