[commits] Horde branch master updated. c34d136112801290f49f2e3d4d1d330a5b5f0b0d

Michael J. Rubinsky mrubinsk at horde.org
Sat Jul 6 03:16:28 UTC 2013


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

from: 36994570ef8f96a3eb5fe694120c8d59480a75c3

f4a93e6 Fix Content_Tagger::getCloud method when filtering by objectId.
36c7506 Add helper method to get tag usage in a subset of objects.
6e99906 Improve Core_TagBrowser's related tag functionality.
f94c8c4 changes
625281e Further improve related tags functionality.
713d6aa Re-enable tag browsing.
b9c6d21 Reset the tasklist right before we use it, not earlier.
283ce0b Pass the list of task uids displayed in the current view.
2b4e86a Bump version required.
c34d136 changes

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

commit f4a93e64d21173f2abcc20396f989a06ddadb8ed
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 5 21:47:09 2013 -0400

    Fix Content_Tagger::getCloud method when filtering by objectId.
    
    This could never have worked properly without knowing the typeId
    of the objects. Make it so.

 content/lib/Tagger.php |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)

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

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

commit 36c7506693766b0c527863a69b76498ad041ad47
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 5 21:49:11 2013 -0400

    Add helper method to get tag usage in a subset of objects.

 framework/Core/lib/Horde/Core/Tagger.php |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/36c7506693766b0c527863a69b76498ad041ad47

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

commit 6e999064c34c7ea287e2c9fa4e57bd0033e2fa10
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 5 21:57:27 2013 -0400

    Improve Core_TagBrowser's related tag functionality.
    
    If we know the objectIds we are interested in, use those to perform
    a more efficient 'cloud' query instead of iterating each tag
    and searching. Also allow concrete tagger classes to override
    the strategy used to obtain the related tags when it is more
    efficeint to do so.

 framework/Core/lib/Horde/Core/TagBrowser.php |   52 ++++++++++++++++++++++++--
 1 files changed, 48 insertions(+), 4 deletions(-)

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

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

commit f94c8c48562bc0ff9687e97041eeaa9069f93686
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 5 23:02:18 2013 -0400

    changes

 content/docs/CHANGES |    1 +
 content/package.xml  |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit 625281e3583bc1713a61523e6e36b03c4c7cac35
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 5 23:05:20 2013 -0400

    Further improve related tags functionality.
    
    Allow for providing a default list of object ids to be used when
    there is no current tag search in progress. Saves having to
    query the tagger for *each* tag in order to get the tag counts.

 framework/Core/lib/Horde/Core/TagBrowser.php |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/625281e3583bc1713a61523e6e36b03c4c7cac35

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

commit 713d6aaa1a008b1be8ecd80dff5867c95b705ffb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 5 23:07:06 2013 -0400

    Re-enable tag browsing.

 nag/lib/View/List.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/713d6aaa1a008b1be8ecd80dff5867c95b705ffb

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

commit b9c6d212241f8c5fd03aa2ad5f2d7de97b03ec8f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 5 23:07:21 2013 -0400

    Reset the tasklist right before we use it, not earlier.

 nag/lib/View/List.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 283ce0b7b8cffde3022d206cc7a99c1de0a0d49c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 5 23:07:51 2013 -0400

    Pass the list of task uids displayed in the current view.
    
    Avoid multiple tagger queries, and fixes displaying tags not shown
    in the current completed filter.

 nag/lib/View/List.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/283ce0b7b8cffde3022d206cc7a99c1de0a0d49c

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

commit 2b4e86a6e9b4fd3882d09b294103e9a059e69a52
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 5 23:08:57 2013 -0400

    Bump version required.

 nag/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/2b4e86a6e9b4fd3882d09b294103e9a059e69a52

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

commit c34d136112801290f49f2e3d4d1d330a5b5f0b0d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 5 23:16:00 2013 -0400

    changes

 framework/Core/package.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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




More information about the commits mailing list