The branch "develop" has been updated. The following is a summary of the commits.
from: d9f89533249a4890f9d1a755419e7ffef602bb83 a459ca9 Code tweaks/style 3ee107a Rework authenticated hooks e9b3d0f Store app identifier in Application object 96cc41f Bootstrapping of session variables. 7b32d5e Might as well make init() a wrapper method also. aed569a Adapt applications to new framework init code e49f637 Fix/improve e-mail verification when saving draft fd69edc Fix some personal/groupname encoding issues d46ce7d Cache availablity of contacts/search API call fc310af Add a contains() method to the list object. 9c06c8f Optimize loading of contacts in contacts popup 0a9decd Leverage Horde_Mail_Rfc822 when doing HTML image block search 4e1e45b [mms] Block images in HTML messages that appear to be sent from you by default, to prevent spammers form easily circumventing the block. 8bb89fc phpdoc b931056 Implement on-demand initialization of Queue Runner 2a5b5d9 remove @since cruft 024165f Simplify b03a521 Move Registry shutdown requests to a Horde Queue Task ----------------------------------------------------------------------- commit a459ca9b6793d3ec0ee1fc46db9df9608494803b Author: Michael M Slusarz <[email protected]> Date: Fri Mar 2 13:32:35 2012 -0700 Code tweaks/style framework/Core/lib/Horde/Core/Auth/Application.php | 1 + framework/Core/lib/Horde/Registry.php | 14 ++++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/a459ca9b6793d3ec0ee1fc46db9df9608494803b ----------------------------------------------------------------------- commit 3ee107a4012906c6c7121dd631e3b496379cf039 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 2 13:32:56 2012 -0700 Rework authenticated hooks Hook 'appinitialized' -> 'appauthenticated' Do better job of handling exceptions thrown from all initialization callbacks. framework/Core/lib/Horde/Core/Auth/Application.php | 2 - framework/Core/lib/Horde/Registry.php | 101 +++++++++++--------- framework/Core/lib/Horde/Registry/Application.php | 4 + horde/config/hooks.php.dist | 12 +- horde/docs/UPGRADING | 14 ++- 5 files changed, 74 insertions(+), 59 deletions(-) http://git.horde.org/horde-git/-/commit/3ee107a4012906c6c7121dd631e3b496379cf039 ----------------------------------------------------------------------- commit e9b3d0fcdca5e3116bc32645eedbbbc9e772b496 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 2 15:08:19 2012 -0700 Store app identifier in Application object framework/Core/lib/Horde/Registry/Application.php | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/e9b3d0fcdca5e3116bc32645eedbbbc9e772b496 ----------------------------------------------------------------------- commit 96cc41f06b4313f4431081ac3f06abe415848758 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 2 15:08:30 2012 -0700 Bootstrapping of session variables. Authentication methods may result in producing session variables. Can't store them in auth methods though, since session is not yet created. Modify application init methods to allow for automatic adding of these session variables BEFORE authenticated is ever called. framework/Core/lib/Horde/Registry/Application.php | 58 ++++++++++++++++++-- 1 files changed, 52 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/96cc41f06b4313f4431081ac3f06abe415848758 ----------------------------------------------------------------------- commit 7b32d5e2550f3cbfef3b7d7a5aa8f06a91542f8c Author: Michael M Slusarz <[email protected]> Date: Fri Mar 2 15:17:30 2012 -0700 Might as well make init() a wrapper method also. Just in case we need to do tweaking in the future, we can keep BC. framework/Core/lib/Horde/Registry/Application.php | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/7b32d5e2550f3cbfef3b7d7a5aa8f06a91542f8c ----------------------------------------------------------------------- commit aed569ab5776104eecc297977ef0de1295195578 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 2 14:25:50 2012 -0700 Adapt applications to new framework init code ansel/lib/Application.php | 2 +- beatnik/lib/Application.php | 2 +- chora/lib/Application.php | 2 +- folks/lib/Application.php | 2 +- gollem/lib/Application.php | 31 +++------------------ hylax/lib/Application.php | 4 ++- imp/lib/Application.php | 31 +++----------------- imp/lib/Auth.php | 19 +++---------- imp/lib/Factory/Imap.php | 60 +++++++++++++---------------------------- ingo/lib/Application.php | 2 +- jonah/lib/Application.php | 2 +- klutz/lib/Application.php | 2 +- kronolith/lib/Application.php | 4 +- luxor/lib/Application.php | 3 +- mnemo/lib/Application.php | 2 +- nag/lib/Application.php | 2 +- operator/lib/Application.php | 2 +- pastie/lib/Application.php | 2 +- shout/lib/Application.php | 2 +- skeleton/lib/Application.php | 4 +-- trean/lib/Application.php | 2 +- turba/lib/Application.php | 25 ++++++++++------- ulaform/lib/Application.php | 2 +- vilma/lib/Application.php | 2 +- whups/lib/Application.php | 2 +- wicked/lib/Application.php | 2 +- 26 files changed, 71 insertions(+), 144 deletions(-) http://git.horde.org/horde-git/-/commit/aed569ab5776104eecc297977ef0de1295195578 ----------------------------------------------------------------------- commit e49f6379c3b317a69e3526882f311d749b0f4987 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 2 17:04:52 2012 -0700 Fix/improve e-mail verification when saving draft imp/lib/Compose.php | 19 ++++++++----------- 1 files changed, 8 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/e49f6379c3b317a69e3526882f311d749b0f4987 ----------------------------------------------------------------------- commit fd69edc0466748042315bc50d73d3e82b5b6ec68 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 2 17:25:56 2012 -0700 Fix some personal/groupname encoding issues framework/Mail/lib/Horde/Mail/Rfc822/Address.php | 10 ++++++---- framework/Mail/lib/Horde/Mail/Rfc822/Group.php | 11 ++++++----- framework/Mail/test/Horde/Mail/GroupTest.php | 10 ++++++++++ framework/Mail/test/Horde/Mail/ParseTest.php | 17 +++++++++++++++++ 4 files changed, 39 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/fd69edc0466748042315bc50d73d3e82b5b6ec68 ----------------------------------------------------------------------- commit d46ce7d108621dfc14949bba57d7e962780c65d3 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 2 18:03:09 2012 -0700 Cache availablity of contacts/search API call Add sanity check in contacts.php in case it is called without the API call being available. imp/compose.php | 4 ++-- imp/contacts.php | 5 +++++ imp/lib/Ajax.php | 4 ++-- imp/lib/Auth.php | 6 ++++++ imp/lib/Compose.php | 4 ++-- 5 files changed, 17 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/d46ce7d108621dfc14949bba57d7e962780c65d3 ----------------------------------------------------------------------- commit fc310afedbc94b6270d3fc0a319318e0d6137f69 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 2 18:13:29 2012 -0700 Add a contains() method to the list object. framework/Mail/lib/Horde/Mail/Rfc822/List.php | 20 ++++++++++++++++++++ framework/Mail/test/Horde/Mail/ListTest.php | 11 +++++++++++ 2 files changed, 31 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/fc310afedbc94b6270d3fc0a319318e0d6137f69 ----------------------------------------------------------------------- commit 9c06c8fb99e33b59a2dbb7d5a34b4fcf69adabab Author: Michael M Slusarz <[email protected]> Date: Fri Mar 2 18:16:58 2012 -0700 Optimize loading of contacts in contacts popup imp/contacts.php | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/9c06c8fb99e33b59a2dbb7d5a34b4fcf69adabab ----------------------------------------------------------------------- commit 0a9decd3b55782652e7454ef22990ad0799a23d4 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 2 18:17:16 2012 -0700 Leverage Horde_Mail_Rfc822 when doing HTML image block search imp/lib/Ui/Imageview.php | 46 ++++++++++++++++++++++++++++++---------------- 1 files changed, 30 insertions(+), 16 deletions(-) http://git.horde.org/horde-git/-/commit/0a9decd3b55782652e7454ef22990ad0799a23d4 ----------------------------------------------------------------------- commit 4e1e45b634c7c56a4847d826bc35f70afa92cb87 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 2 18:24:18 2012 -0700 [mms] Block images in HTML messages that appear to be sent from you by default, to prevent spammers form easily circumventing the block. imp/docs/CHANGES | 2 ++ imp/lib/Ui/Imageview.php | 9 ++++++++- imp/package.xml | 1 + 3 files changed, 11 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/4e1e45b634c7c56a4847d826bc35f70afa92cb87 ----------------------------------------------------------------------- commit 8bb89fcb9c15d1cfa29b7fd87b3c6af3d5fe0e9e Author: Michael M Slusarz <[email protected]> Date: Sun Mar 4 02:20:44 2012 -0700 phpdoc framework/Core/lib/Horde/Registry.php | 195 +++++++++++++++------------------ 1 files changed, 88 insertions(+), 107 deletions(-) http://git.horde.org/horde-git/-/commit/8bb89fcb9c15d1cfa29b7fd87b3c6af3d5fe0e9e ----------------------------------------------------------------------- commit b931056a580d18d04389829936fd013a97706247 Author: Michael M Slusarz <[email protected]> Date: Sun Mar 4 02:27:36 2012 -0700 Implement on-demand initialization of Queue Runner framework/Core/lib/Horde/Core/Factory/QueueStorage.php | 15 +++++++++++++++ framework/Core/lib/Horde/Registry.php | 10 ++-------- framework/Core/package.xml | 6 ++++-- 3 files changed, 21 insertions(+), 10 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/Factory/QueueStorage.php http://git.horde.org/horde-git/-/commit/b931056a580d18d04389829936fd013a97706247 ----------------------------------------------------------------------- commit 2a5b5d9ea8fc299e92e529cc56c07f85296441d9 Author: Michael M Slusarz <[email protected]> Date: Sun Mar 4 02:30:30 2012 -0700 remove @since cruft framework/Core/lib/Horde/Config.php | 3 --- framework/Core/lib/Horde/Config/Form.php | 1 - framework/Core/lib/Horde/Core/Ajax.php | 1 - framework/Core/lib/Horde/Core/Ajax/Response.php | 1 - framework/Core/lib/Horde/Core/Ajax/Response/Raw.php | 1 - framework/Core/lib/Horde/Core/Factory/Ldap.php | 3 +-- framework/Core/lib/Horde/Core/Factory/UrlShortener.php | 1 - framework/Core/lib/Horde/Menu.php | 2 -- framework/Core/lib/Horde/Registry/Application.php | 2 -- framework/Core/lib/Horde/Session.php | 4 ---- framework/Core/lib/Horde/Session/Null.php | 4 ---- framework/Core/lib/Horde/Themes/Css.php | 1 - 12 files changed, 1 insertions(+), 23 deletions(-) http://git.horde.org/horde-git/-/commit/2a5b5d9ea8fc299e92e529cc56c07f85296441d9 ----------------------------------------------------------------------- commit 024165fcea21e210762c6ef034ebb9ec7644cd91 Author: Michael M Slusarz <[email protected]> Date: Sun Mar 4 02:37:45 2012 -0700 Simplify framework/Core/lib/Horde/Registry.php | 23 +++++++---------------- 1 files changed, 7 insertions(+), 16 deletions(-) http://git.horde.org/horde-git/-/commit/024165fcea21e210762c6ef034ebb9ec7644cd91 ----------------------------------------------------------------------- commit b03a521923e7e0cbf00c111fe504cfc25098f2f7 Author: Michael M Slusarz <[email protected]> Date: Sun Mar 4 02:44:46 2012 -0700 Move Registry shutdown requests to a Horde Queue Task framework/Core/lib/Horde/Core/Queue/Registry.php | 33 ++++++++++++++++++++++ framework/Core/lib/Horde/Registry.php | 18 +----------- framework/Core/package.xml | 6 +++- 3 files changed, 39 insertions(+), 18 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/Queue/Registry.php http://git.horde.org/horde-git/-/commit/b03a521923e7e0cbf00c111fe504cfc25098f2f7 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
