[commits] Horde branch master updated. d5c7d5a37ed1d3f6c9895cd9bad3fb4e87355922

Michael M Slusarz slusarz at horde.org
Mon Feb 25 21:20:24 UTC 2013


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

from: 3efc591b42c81bcf3beaaaef76d77fe851707314

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.

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

commit a77cb67ff91d9bce0e3f17a329b3c4e74e5c2b68
Author: Michael M Slusarz <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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 <slusarz at horde.org>
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




More information about the commits mailing list