[commits] Horde branch master updated. 84f940a08d731fdaed36bc7e7000c0e0ad3e74e4

Michael M Slusarz slusarz at horde.org
Tue Jan 28 20:54:00 UTC 2014


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

from: a2d291e76413af3dbdc3e7bf249fa2b35c884e5c

c1e9862 Logic is wrong: only need to create child injector if using SQL as cache driver
889e361 wrapping style
34370a7 [mms] Only run shutdown task if the tasklist is currently incomplete.
5825eeb Released Horde_LoginTasks-2.0.3
30177c4 Development mode for Horde_LoginTasks-2.0.4
5665076 Only run shutdown function once for Share factory
f91ade0 Fix singleton action of DB factory
6c46e57 List a few more package factories as deprecated
37f442b phpdoc
e02ef35 More intelligent way to search for classnames in factories
859dade Don't use Horde_Mime_Viewer#factory()
84f940a Avoid Horde_Text_Filter#factory() if possible

Summary: http://github.com/horde/horde/compare/a2d291e76413af3dbdc3e7bf249fa2b35c884e5c...84f940a08d731fdaed36bc7e7000c0e0ad3e74e4

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

commit c1e98629a62beba692602667db58f0f84e8a98f7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 12:27:14 2014 -0700

    Logic is wrong: only need to create child injector if using SQL as cache driver
    
    Otherwise, we are needlessly creating multiple Cache objects.

 framework/Core/lib/Horde/Core/Factory/Db.php |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

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

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

commit 889e361c9c4140c3a73c768090b29b15b13972b8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 12:27:41 2014 -0700

    wrapping style

 framework/Core/lib/Horde/Core/Factory/LoginTasks.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/889e361c9c4140c3a73c768090b29b15b13972b8
http://git.horde.org/horde-git/-/commit/889e361c9c4140c3a73c768090b29b15b13972b8

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

commit 34370a75785045264f0df7346ab87393de1824e1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 12:32:22 2014 -0700

    [mms] Only run shutdown task if the tasklist is currently incomplete.

 framework/LoginTasks/lib/Horde/LoginTasks.php |    4 +++-
 framework/LoginTasks/package.xml              |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/34370a75785045264f0df7346ab87393de1824e1
http://git.horde.org/horde-git/-/commit/34370a75785045264f0df7346ab87393de1824e1

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

commit 5825eebe5e73c37b2745ef06c97f8df5dc664748
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 12:34:48 2014 -0700

    Released Horde_LoginTasks-2.0.3

 framework/LoginTasks/composer.json |    2 +-
 framework/LoginTasks/package.xml   |    5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/5825eebe5e73c37b2745ef06c97f8df5dc664748
http://git.horde.org/horde-git/-/commit/5825eebe5e73c37b2745ef06c97f8df5dc664748

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

commit 30177c406dcf20a0bf6f804239889318bd8955e1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 12:34:49 2014 -0700

    Development mode for Horde_LoginTasks-2.0.4

 framework/LoginTasks/package.xml |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/30177c406dcf20a0bf6f804239889318bd8955e1
http://git.horde.org/horde-git/-/commit/30177c406dcf20a0bf6f804239889318bd8955e1

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

commit 56650767aef3a2904c03374bc7c818cbc89fe8af
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 12:37:52 2014 -0700

    Only run shutdown function once for Share factory

 framework/Core/lib/Horde/Core/Factory/ShareBase.php |   36 +++++++++++++-----
 1 files changed, 26 insertions(+), 10 deletions(-)

http://github.com/horde/horde/commit/56650767aef3a2904c03374bc7c818cbc89fe8af
http://git.horde.org/horde-git/-/commit/56650767aef3a2904c03374bc7c818cbc89fe8af

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

commit f91ade0e5424ec4144e8b48a931a985c107bdd26
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 12:50:02 2014 -0700

    Fix singleton action of DB factory
    
    No need to create a new DB object if we can reuse a pre-existing one.
    
    Signature has to be based on config, rather than app/backend combo,
    since odds are that configs are going to be same across applications.

 framework/Core/lib/Horde/Core/Factory/Db.php |   77 +++++++++++++-------------
 1 files changed, 39 insertions(+), 38 deletions(-)

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

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

commit 6c46e5781f33e415cb734f4f7ec24fbdca6e9bf7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 13:36:03 2014 -0700

    List a few more package factories as deprecated

 framework/Mime_Viewer/lib/Horde/Mime/Viewer.php |    2 ++
 framework/Text_Filter/lib/Horde/Text/Filter.php |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/6c46e5781f33e415cb734f4f7ec24fbdca6e9bf7
http://git.horde.org/horde-git/-/commit/6c46e5781f33e415cb734f4f7ec24fbdca6e9bf7

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

commit 37f442b3463f234670cb967d38dc60f846a8ee69
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 13:46:01 2014 -0700

    phpdoc

 framework/Core/lib/Horde/Core/Factory/MimeViewer.php |   41 ++++++++---------
 1 files changed, 19 insertions(+), 22 deletions(-)

http://github.com/horde/horde/commit/37f442b3463f234670cb967d38dc60f846a8ee69
http://git.horde.org/horde-git/-/commit/37f442b3463f234670cb967d38dc60f846a8ee69

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

commit e02ef35c346d390df2bfcaab469e197ef27038af
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 13:48:47 2014 -0700

    More intelligent way to search for classnames in factories

 framework/Core/lib/Horde/Core/Factory/Base.php |   27 ++++++++++++++++++-----
 1 files changed, 21 insertions(+), 6 deletions(-)

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

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

commit 859dade155ea1f071717e646b615c10e1c424bae
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 13:49:23 2014 -0700

    Don't use Horde_Mime_Viewer#factory()

 framework/Core/lib/Horde/Core/Factory/MimeViewer.php |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/859dade155ea1f071717e646b615c10e1c424bae
http://git.horde.org/horde-git/-/commit/859dade155ea1f071717e646b615c10e1c424bae

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

commit 84f940a08d731fdaed36bc7e7000c0e0ad3e74e4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 28 13:50:43 2014 -0700

    Avoid Horde_Text_Filter#factory() if possible
    
    It's still used within filter(), but not anything we can do about that
    from outside the package

 framework/Core/lib/Horde/Core/Factory/TextFilter.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/84f940a08d731fdaed36bc7e7000c0e0ad3e74e4
http://git.horde.org/horde-git/-/commit/84f940a08d731fdaed36bc7e7000c0e0ad3e74e4




More information about the commits mailing list