[commits] Horde branch imp_6_2 updated. df54668e6c94fb1581b0f0a211d0e237e823a3e2
Michael M Slusarz
slusarz at horde.org
Thu Nov 7 07:07:47 UTC 2013
The branch "imp_6_2" has been updated.
The following is a summary of the commits.
from: 48deb2889a3c0373577e8fc32c387e9648aa6a42
d29b380 Don't use registry call to get admin user list
e9472af Don't close context menu on mouse scroll
51ebc4b unneeded todo
57bd4a0 move growler destroy handler into HordeCore
55369cc small optimization
0d123dc UPGRADING isn't being updated, so reason to maintain it
880b5db [mms] Added standardized/normalized mousewheelY javascript event handling to HordeCore.
90ddf2c [mms] Add 'all' parameter to Horde_Stream#getToChar().
c6c131d [mms] Horde_Crypt_Pgp#parsePGPData() now accepts a Horde_Stream object as an argument.
df54668 Merge branch 'master' into imp_6_2
Summary: http://github.com/horde/horde/compare/48deb2889a3c0373577e8fc32c387e9648aa6a42...df54668e6c94fb1581b0f0a211d0e237e823a3e2
-----------------------------------------------------------------------
commit d29b380b1a4a0a619905d06a486fb290e93d8950
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 6 11:51:35 2013 -0700
Don't use registry call to get admin user list
imp/lib/Prefs/Special/Acl.php | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
http://github.com/horde/horde/commit/d29b380b1a4a0a619905d06a486fb290e93d8950
http://git.horde.org/horde-git/-/commit/d29b380b1a4a0a619905d06a486fb290e93d8950
-----------------------------------------------------------------------
commit e9472af1fb498a793f18485372eb691b58a84d54
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 6 12:06:08 2013 -0700
Don't close context menu on mouse scroll
horde/js/contextsensitive.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/e9472af1fb498a793f18485372eb691b58a84d54
http://git.horde.org/horde-git/-/commit/e9472af1fb498a793f18485372eb691b58a84d54
-----------------------------------------------------------------------
commit 51ebc4bff62707d0ec730d8a3faace70359abbb2
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 6 14:35:08 2013 -0700
unneeded todo
framework/Core/js/horde.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/51ebc4bff62707d0ec730d8a3faace70359abbb2
http://git.horde.org/horde-git/-/commit/51ebc4bff62707d0ec730d8a3faace70359abbb2
-----------------------------------------------------------------------
commit 57bd4a09cefe62a7ff62dac47609b4e96f11bcdc
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 6 14:40:15 2013 -0700
move growler destroy handler into HordeCore
framework/Core/js/hordecore.js | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/57bd4a09cefe62a7ff62dac47609b4e96f11bcdc
http://git.horde.org/horde-git/-/commit/57bd4a09cefe62a7ff62dac47609b4e96f11bcdc
-----------------------------------------------------------------------
commit 55369cc153a054950f7f9179e5307887194b5ca2
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 6 14:42:03 2013 -0700
small optimization
framework/Core/js/hordecore.js | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/55369cc153a054950f7f9179e5307887194b5ca2
http://git.horde.org/horde-git/-/commit/55369cc153a054950f7f9179e5307887194b5ca2
-----------------------------------------------------------------------
commit 0d123dcb44e064751f9abde07bb4e90906fd6870
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 6 14:52:03 2013 -0700
UPGRADING isn't being updated, so reason to maintain it
framework/Core/doc/Horde/Core/UPGRADING | 20 --------------------
1 files changed, 0 insertions(+), 20 deletions(-)
delete mode 100644 framework/Core/doc/Horde/Core/UPGRADING
http://github.com/horde/horde/commit/0d123dcb44e064751f9abde07bb4e90906fd6870
http://git.horde.org/horde-git/-/commit/0d123dcb44e064751f9abde07bb4e90906fd6870
-----------------------------------------------------------------------
commit 880b5db6c91267cca352c5734dc51e7c31233d54
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 6 15:12:32 2013 -0700
[mms] Added standardized/normalized mousewheelY javascript event handling to HordeCore.
Naturally, can't use it in the one place I was thinking - viewport.js -
since that library doesn't require HordeCore. But will probably be
useful in the future.
framework/Core/js/hordecore.js | 48 ++++++++++++++++++++++++++++++++++++++-
framework/Core/package.xml | 8 +++---
2 files changed, 50 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/880b5db6c91267cca352c5734dc51e7c31233d54
http://git.horde.org/horde-git/-/commit/880b5db6c91267cca352c5734dc51e7c31233d54
-----------------------------------------------------------------------
commit 90ddf2c1934fd186a692ef738e40c33508ec8f6e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 6 23:50:31 2013 -0700
[mms] Add 'all' parameter to Horde_Stream#getToChar().
framework/Stream/lib/Horde/Stream.php | 15 +++++---
framework/Stream/package.xml | 12 +++---
framework/Stream/test/Horde/Stream/TempTest.php | 41 ++++++++++++++++++++++-
3 files changed, 56 insertions(+), 12 deletions(-)
http://github.com/horde/horde/commit/90ddf2c1934fd186a692ef738e40c33508ec8f6e
http://git.horde.org/horde-git/-/commit/90ddf2c1934fd186a692ef738e40c33508ec8f6e
-----------------------------------------------------------------------
commit c6c131dd602a1d1a8dcdbbe96773a016b05584c5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 6 23:38:03 2013 -0700
[mms] Horde_Crypt_Pgp#parsePGPData() now accepts a Horde_Stream object as an argument.
framework/Crypt/lib/Horde/Crypt/Pgp.php | 25 ++++++++++++++++---------
framework/Crypt/package.xml | 19 +++++++++++++------
framework/Crypt/test/Horde/Crypt/PgpTest.php | 12 +++++++++++-
3 files changed, 40 insertions(+), 16 deletions(-)
http://github.com/horde/horde/commit/c6c131dd602a1d1a8dcdbbe96773a016b05584c5
http://git.horde.org/horde-git/-/commit/c6c131dd602a1d1a8dcdbbe96773a016b05584c5
-----------------------------------------------------------------------
commit df54668e6c94fb1581b0f0a211d0e237e823a3e2
Merge: 48deb28 c6c131d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 7 00:07:35 2013 -0700
Merge branch 'master' into imp_6_2
framework/Core/doc/Horde/Core/UPGRADING | 20 -------
framework/Core/js/horde.js | 4 +-
framework/Core/js/hordecore.js | 67 +++++++++++++++++++----
framework/Core/package.xml | 8 ++--
framework/Crypt/lib/Horde/Crypt/Pgp.php | 25 ++++++---
framework/Crypt/package.xml | 19 +++++--
framework/Crypt/test/Horde/Crypt/PgpTest.php | 12 ++++-
framework/Stream/lib/Horde/Stream.php | 15 ++++--
framework/Stream/package.xml | 12 ++--
framework/Stream/test/Horde/Stream/TempTest.php | 41 ++++++++++++++-
horde/js/contextsensitive.js | 1 -
imp/lib/Prefs/Special/Acl.php | 19 +++----
12 files changed, 167 insertions(+), 76 deletions(-)
http://github.com/horde/horde/commit/df54668e6c94fb1581b0f0a211d0e237e823a3e2
http://git.horde.org/horde-git/-/commit/df54668e6c94fb1581b0f0a211d0e237e823a3e2
More information about the commits
mailing list