[commits] Horde branch master updated. eee1e8f436a952fb122a1a3b9bd3fc93ebfe3970

Michael M Slusarz slusarz at horde.org
Thu Feb 13 02:32:37 UTC 2014


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

from: eaf5e441c0b0751959949e9eb0b93dfffa9fc510

5b0e421 phpdoc
b814892 No need to fetch Cache object multiple times
f625641 [mms] Add null driver for the content tagger.
9c1393a No need to retrieve tagger object twice.
eee1e8f [mms] Allow tagging system to be disabled via configuration option.

Summary: http://github.com/horde/horde/compare/eaf5e441c0b0751959949e9eb0b93dfffa9fc510...eee1e8f436a952fb122a1a3b9bd3fc93ebfe3970

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

commit 5b0e42153b4f2d6450f4903e16963445add1a329
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 18:00:48 2014 -0700

    phpdoc

 framework/Core/lib/Horde/Core/Tagger.php                          |   77 +++--
 framework/Injector/doc/Horde/Injector/COPYING                     |    2 +-
 framework/Injector/lib/Horde/Injector.php                         |   28 ++-
 framework/Injector/lib/Horde/Injector/Binder.php                  |   29 +-
 framework/Injector/lib/Horde/Injector/Binder/AnnotatedSetters.php |   43 ++-
 framework/Injector/lib/Horde/Injector/Binder/Closure.php          |   34 ++-
 framework/Injector/lib/Horde/Injector/Binder/Factory.php          |   32 ++-
 framework/Injector/lib/Horde/Injector/Binder/Implementation.php   |   32 +-
 framework/Injector/lib/Horde/Injector/DependencyFinder.php        |   44 ++-
 framework/Injector/lib/Horde/Injector/Exception.php               |   24 ++-
 framework/Injector/lib/Horde/Injector/Scope.php                   |   20 +-
 framework/Injector/lib/Horde/Injector/TopLevel.php                |   41 ++-
 turba/lib/Ajax/Imple/TagAutoCompleter.php                         |   18 +-
 turba/lib/Application.php                                         |   25 +-
 turba/lib/Driver.php                                              |   28 +-
 turba/lib/Form/Contact.php                                        |   17 +-
 turba/lib/Form/EditContact.php                                    |   18 +-
 turba/lib/Object.php                                              |   24 +-
 turba/lib/Tagger.php                                              |   37 ++-
 turba/lib/Turba.php                                               |   22 +-
 turba/migration/10_turba_upgrade_categoriestotags.php             |   26 +-
 21 files changed, 421 insertions(+), 200 deletions(-)

http://github.com/horde/horde/commit/5b0e42153b4f2d6450f4903e16963445add1a329
http://git.horde.org/horde-git/-/commit/5b0e42153b4f2d6450f4903e16963445add1a329

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

commit b814892da914d2768210bdecd00ef6e50fcfe204
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 19:11:29 2014 -0700

    No need to fetch Cache object multiple times

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

http://github.com/horde/horde/commit/b814892da914d2768210bdecd00ef6e50fcfe204
http://git.horde.org/horde-git/-/commit/b814892da914d2768210bdecd00ef6e50fcfe204

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

commit f625641ac4f88a0d770dbbca11b057025710c0c5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 19:14:28 2014 -0700

    [mms] Add null driver for the content tagger.

 framework/Core/lib/Horde/Core/Tagger/Null.php |  108 +++++++++++++++++++++++++
 framework/Core/package.xml                    |   10 ++-
 2 files changed, 116 insertions(+), 2 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Tagger/Null.php

http://github.com/horde/horde/commit/f625641ac4f88a0d770dbbca11b057025710c0c5
http://git.horde.org/horde-git/-/commit/f625641ac4f88a0d770dbbca11b057025710c0c5

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

commit 9c1393a5a6c4b1acf1a456329344d98b4fb88bf0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 19:20:08 2014 -0700

    No need to retrieve tagger object twice.

 turba/lib/Tagger.php |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/9c1393a5a6c4b1acf1a456329344d98b4fb88bf0
http://git.horde.org/horde-git/-/commit/9c1393a5a6c4b1acf1a456329344d98b4fb88bf0

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

commit eee1e8f436a952fb122a1a3b9bd3fc93ebfe3970
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 19:29:30 2014 -0700

    [mms] Allow tagging system to be disabled via configuration option.

 turba/config/conf.xml                     |    5 ++++
 turba/docs/CHANGES                        |    1 +
 turba/docs/UPGRADING                      |   19 +++++++++++++-
 turba/lib/Ajax/Imple/TagAutoCompleter.php |    4 ++-
 turba/lib/Application.php                 |    3 +-
 turba/lib/Driver.php                      |   26 +++++++++----------
 turba/lib/Factory/Tagger.php              |   38 +++++++++++++++++++++++++++++
 turba/lib/Form/Contact.php                |   10 +++----
 turba/lib/Form/EditContact.php            |   11 +++-----
 turba/package.xml                         |    2 +
 10 files changed, 88 insertions(+), 31 deletions(-)
 create mode 100644 turba/lib/Factory/Tagger.php

http://github.com/horde/horde/commit/eee1e8f436a952fb122a1a3b9bd3fc93ebfe3970
http://git.horde.org/horde-git/-/commit/eee1e8f436a952fb122a1a3b9bd3fc93ebfe3970




More information about the commits mailing list