The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: 06761a35f94bd0b9fc605c5cb2409875a3a5381e 04f8841 Don't cause the failure of copying to Sent to cause a fatal error on the client. 22e2c69 Catch the correct exception. 6dfb560 Use default color for modal form links. 3efc591 [jan] Add a Horde_ShutdownRunner factory on top of Horde_Queue. a77cb67 Unneeded variables da440d9 Only use 1 listener for the entire page. 8102727 Better event handling on login screen 0001001 Better event handling on logintasks page acd38d6 Use on() instead of observe() 72232db Use single mousedown observer a6e6c8c Use single click observer c9dba98 Another place to use on() 30f7fa9 phpdoc c7f6674 [mms] Add Horde_Themes::viewDir(). d5c7d5a [mms] Allow graphics/sounds to be loaded from view-specific theme directories. bfef895 Don't permanently save the save_sent_mail value in the backend if logging into POP server b28d651 Merge branch 'master' into imp_6_1 ----------------------------------------------------------------------- commit 04f88413c7852b01458c233aabd232a444e99b47 Author: Michael J Rubinsky <[email protected]> Date: Mon Feb 25 13:07:31 2013 -0500 Don't cause the failure of copying to Sent to cause a fatal error on the client. ansel/lib/Widget/ImageFaces.php | 84 ++++-------------- ansel/templates/widgets/imagefaces.html.php | 24 +++++ framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 10 ++- 3 files changed, 51 insertions(+), 67 deletions(-) create mode 100644 ansel/templates/widgets/imagefaces.html.php http://git.horde.org/horde-git/-/commit/04f88413c7852b01458c233aabd232a444e99b47 ----------------------------------------------------------------------- commit 22e2c69848bfbacf70add66471ec552a6fea6326 Author: Michael J Rubinsky <[email protected]> Date: Mon Feb 25 13:21:17 2013 -0500 Catch the correct exception. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/22e2c69848bfbacf70add66471ec552a6fea6326 ----------------------------------------------------------------------- commit 6dfb5604c00f9da0dcf39a40f1762411f2921dcd Author: Jan Schneider <[email protected]> Date: Fri Feb 22 14:36:50 2013 +0100 Use default color for modal form links. horde/themes/default/screen.css | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/6dfb5604c00f9da0dcf39a40f1762411f2921dcd ----------------------------------------------------------------------- commit 3efc591b42c81bcf3beaaaef76d77fe851707314 Author: Jan Schneider <[email protected]> Date: Mon Feb 25 19:47:46 2013 +0100 [jan] Add a Horde_ShutdownRunner factory on top of Horde_Queue. framework/Core/lib/Horde/Core/Factory/QueueStorage.php | 5 +--- framework/Core/lib/Horde/Core/Factory/ShutdownRunner.php | 14 +++++++++ framework/Core/lib/Horde/Registry.php | 1 + framework/Core/package.xml | 20 +++++++------ 4 files changed, 27 insertions(+), 13 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/Factory/ShutdownRunner.php http://git.horde.org/horde-git/-/commit/3efc591b42c81bcf3beaaaef76d77fe851707314 ----------------------------------------------------------------------- commit a77cb67ff91d9bce0e3f17a329b3c4e74e5c2b68 Author: Michael M Slusarz <[email protected]> Date: Sun Feb 24 23:17:02 2013 -0700 Unneeded variables horde/js/activesyncadmin.js | 3 +-- horde/js/activesyncprefs.js | 3 +-- horde/js/categoryprefs.js | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/a77cb67ff91d9bce0e3f17a329b3c4e74e5c2b68 ----------------------------------------------------------------------- commit da440d9b4fc5611ead72c9d004132f2b1d58cf90 Author: Michael M Slusarz <[email protected]> Date: Sun Feb 24 23:42:37 2013 -0700 Only use 1 listener for the entire page. horde/js/ieescguard.js | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/da440d9b4fc5611ead72c9d004132f2b1d58cf90 ----------------------------------------------------------------------- commit 810272769b76f086eb8524b3f328cee524aefdd9 Author: Michael M Slusarz <[email protected]> Date: Sun Feb 24 23:50:27 2013 -0700 Better event handling on login screen horde/js/login.js | 49 +++++++++++++++---------------------------------- 1 files changed, 15 insertions(+), 34 deletions(-) http://git.horde.org/horde-git/-/commit/810272769b76f086eb8524b3f328cee524aefdd9 ----------------------------------------------------------------------- commit 0001001cfa42eddc7f2226da1ac7ea2a41354c9b Author: Michael M Slusarz <[email protected]> Date: Sun Feb 24 23:57:14 2013 -0700 Better event handling on logintasks page horde/js/logintasks.js | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/0001001cfa42eddc7f2226da1ac7ea2a41354c9b ----------------------------------------------------------------------- commit acd38d64805daa226615f224d0f2a1648be052fc Author: Michael M Slusarz <[email protected]> Date: Mon Feb 25 00:20:21 2013 -0700 Use on() instead of observe() horde/js/userupdate.js | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/acd38d64805daa226615f224d0f2a1648be052fc ----------------------------------------------------------------------- commit 72232db73dada7685585ce87d8a0ccb4b31623bc Author: Michael M Slusarz <[email protected]> Date: Mon Feb 25 00:20:36 2013 -0700 Use single mousedown observer horde/js/slider2.js | 40 ++++++++++++++++++++++------------------ 1 files changed, 22 insertions(+), 18 deletions(-) http://git.horde.org/horde-git/-/commit/72232db73dada7685585ce87d8a0ccb4b31623bc ----------------------------------------------------------------------- commit a6e6c8cf8e4dd0aeb0f46f471122a7f3acb813f8 Author: Michael M Slusarz <[email protected]> Date: Mon Feb 25 00:31:14 2013 -0700 Use single click observer framework/Core/js/dialog.js | 29 ++++++++++++++++++++--------- 1 files changed, 20 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/a6e6c8cf8e4dd0aeb0f46f471122a7f3acb813f8 ----------------------------------------------------------------------- commit c9dba98ab34590772080cc5bbe76caa633186edd Author: Michael M Slusarz <[email protected]> Date: Mon Feb 25 00:37:03 2013 -0700 Another place to use on() framework/Core/js/growler.js | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/c9dba98ab34590772080cc5bbe76caa633186edd ----------------------------------------------------------------------- commit 30f7fa9e1bb331006cef20263eb0b0cf44fc38f2 Author: Michael M Slusarz <[email protected]> Date: Mon Feb 25 13:33:25 2013 -0700 phpdoc framework/Core/lib/Horde/Themes.php | 40 +++++++++++++++------------ framework/Core/lib/Horde/Themes/Cache.php | 22 ++++++++++----- framework/Core/lib/Horde/Themes/Element.php | 31 +++++++++++++-------- 3 files changed, 56 insertions(+), 37 deletions(-) http://git.horde.org/horde-git/-/commit/30f7fa9e1bb331006cef20263eb0b0cf44fc38f2 ----------------------------------------------------------------------- commit c7f6674cf5e40bead7c62b91fa494f90ef94a0c5 Author: Michael M Slusarz <[email protected]> Date: Mon Feb 25 13:55:26 2013 -0700 [mms] Add Horde_Themes::viewDir(). framework/Core/lib/Horde/PageOutput.php | 7 ++----- framework/Core/lib/Horde/Themes.php | 31 +++++++++++++++++++++++++++++++ framework/Core/package.xml | 2 ++ 3 files changed, 35 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/c7f6674cf5e40bead7c62b91fa494f90ef94a0c5 ----------------------------------------------------------------------- commit d5c7d5a37ed1d3f6c9895cd9bad3fb4e87355922 Author: Michael M Slusarz <[email protected]> Date: Mon Feb 25 14:00:40 2013 -0700 [mms] Allow graphics/sounds to be loaded from view-specific theme directories. framework/Core/lib/Horde/Themes.php | 4 ++++ framework/Core/lib/Horde/Themes/Cache.php | 10 ++++++++++ framework/Core/lib/Horde/Themes/Element.php | 5 +++++ framework/Core/package.xml | 2 ++ 4 files changed, 21 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/d5c7d5a37ed1d3f6c9895cd9bad3fb4e87355922 ----------------------------------------------------------------------- commit bfef895ba3cf0c4f7b76b1484fbe5b1df5a486bb Author: Michael M Slusarz <[email protected]> Date: Mon Feb 25 16:29:47 2013 -0700 Don't permanently save the save_sent_mail value in the backend if logging into POP server imp/lib/Imap.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/bfef895ba3cf0c4f7b76b1484fbe5b1df5a486bb ----------------------------------------------------------------------- commit b28d6514bbc6bb21a32ad76dd91c5bea1328c09d Merge: 06761a3 bfef895 Author: Michael M Slusarz <[email protected]> Date: Mon Feb 25 17:05:40 2013 -0700 Merge branch 'master' into imp_6_1 ansel/lib/Widget/ImageFaces.php | 84 +++----------- ansel/templates/widgets/imagefaces.html.php | 24 ++++ framework/Core/js/dialog.js | 29 +++-- framework/Core/js/growler.js | 10 +- framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 10 ++- framework/Core/lib/Horde/Core/Factory/QueueStorage.php | 5 +- framework/Core/lib/Horde/Core/Factory/ShutdownRunner.php | 14 +++ framework/Core/lib/Horde/PageOutput.php | 7 +- framework/Core/lib/Horde/Registry.php | 1 + framework/Core/lib/Horde/Themes.php | 75 +++++++++--- framework/Core/lib/Horde/Themes/Cache.php | 32 ++++- framework/Core/lib/Horde/Themes/Element.php | 36 ++++-- framework/Core/package.xml | 24 +++-- horde/js/activesyncadmin.js | 3 +- horde/js/activesyncprefs.js | 3 +- horde/js/categoryprefs.js | 2 +- horde/js/ieescguard.js | 14 +- horde/js/login.js | 49 +++------ horde/js/logintasks.js | 12 +-- horde/js/slider2.js | 40 ++++--- horde/js/userupdate.js | 7 +- horde/themes/default/screen.css | 3 - imp/lib/Imap.php | 4 +- 23 files changed, 268 insertions(+), 220 deletions(-) http://git.horde.org/horde-git/-/commit/b28d6514bbc6bb21a32ad76dd91c5bea1328c09d -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
