[commits] Horde branch imp_6_1 updated. 0d43e011f9bbf5797191fa6681c2067eb11c5582
Michael M Slusarz
slusarz at horde.org
Wed Feb 6 19:49:43 UTC 2013
The branch "imp_6_1" has been updated.
The following is a summary of the commits.
from: 5fd8e214bbf3cc89599c90160a916ab5129dde06
12bbf29 Bug #11940: Better tricks for fixing bad behavior in IE 8
269bdda Convert style parameters in renderView() api call
b8a33f8 Took me two days to find this, breaking our complete test suite.
20fa2e2 Simplify
38a8162 Fix tests.
42397b2 Remove dead file.
9521680 Remove dead code.
193679f Cannot use array_combine - the order of $types is not guaranteed.
614254b More robust processing of copyMessages/moveMessages parameters from smartmobile view
3a3d09c Some more IE8 fixes (Bug #11940)
0d43e01 Merge branch 'master' into imp_6_1
-----------------------------------------------------------------------
commit 12bbf29e9029e4ee506f676038e6581e54474299
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Feb 5 17:54:41 2013 -0700
Bug #11940: Better tricks for fixing bad behavior in IE 8
imp/js/dimpbase.js | 15 ++++++++-------
imp/js/imp.js | 7 ++++++-
imp/js/message-dimp.js | 17 ++++++++++-------
3 files changed, 24 insertions(+), 15 deletions(-)
http://git.horde.org/horde-git/-/commit/12bbf29e9029e4ee506f676038e6581e54474299
-----------------------------------------------------------------------
commit 269bddaac57eec1acd39b5f9312b19bbc9a8a193
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Wed Feb 6 00:11:52 2013 -0500
Convert style parameters in renderView() api call
ansel/lib/Api.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/269bddaac57eec1acd39b5f9312b19bbc9a8a193
-----------------------------------------------------------------------
commit b8a33f83f59e27b090da7d85c1c46d3263a82e97
Author: Jan Schneider <jan at horde.org>
Date: Wed Feb 6 15:22:23 2013 +0100
Took me two days to find this, breaking our complete test suite.
framework/Push/test/Horde/Push/Unit/Push/CliTest.php | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/b8a33f83f59e27b090da7d85c1c46d3263a82e97
-----------------------------------------------------------------------
commit 20fa2e2f30692d099726022dbdd26643b1f39e8c
Author: Jan Schneider <jan at horde.org>
Date: Wed Feb 6 16:47:50 2013 +0100
Simplify
framework/bin/test_framework | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/20fa2e2f30692d099726022dbdd26643b1f39e8c
-----------------------------------------------------------------------
commit 38a816236d4f5d5007be0f57ddf1cfba4c14b698
Author: Jan Schneider <jan at horde.org>
Date: Wed Feb 6 16:50:12 2013 +0100
Fix tests.
.../Prefs/test/Horde/Prefs/Unit/Storage/KolabImapLogTest.php | 4 +---
framework/Prefs/test/Horde/Prefs/Unit/Storage/KolabImapTest.php | 2 ++
framework/Push/test/Horde/Push/Unit/Push/Factory/PushTest.php | 1 +
3 files changed, 4 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/38a816236d4f5d5007be0f57ddf1cfba4c14b698
-----------------------------------------------------------------------
commit 42397b228c96dacee5905415828599180b86a670
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 6 11:40:46 2013 -0500
Remove dead file.
kronolith/lib/Ajax/Imple/TagActions.php | 139 -------------------------------
kronolith/package.xml | 8 +-
2 files changed, 3 insertions(+), 144 deletions(-)
delete mode 100644 kronolith/lib/Ajax/Imple/TagActions.php
http://git.horde.org/horde-git/-/commit/42397b228c96dacee5905415828599180b86a670
-----------------------------------------------------------------------
commit 95216804c8599deaf91834003a4ada787ab81517
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 6 11:51:23 2013 -0500
Remove dead code.
Left overs from the Imple days...
kronolith/lib/Ajax/Application/Handler.php | 62 ----------------------------
1 files changed, 0 insertions(+), 62 deletions(-)
http://git.horde.org/horde-git/-/commit/95216804c8599deaf91834003a4ada787ab81517
-----------------------------------------------------------------------
commit 193679f879a1d42f58e10731636a67aa66cedec1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 6 12:31:57 2013 -0500
Cannot use array_combine - the order of $types is not guaranteed.
Possible fix for Bug: 12016
framework/Core/lib/Horde/Core/Tagger.php | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/193679f879a1d42f58e10731636a67aa66cedec1
-----------------------------------------------------------------------
commit 614254b358204efa4aad3c879e1aa98d7934da32
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 6 11:58:27 2013 -0700
More robust processing of copyMessages/moveMessages parameters from smartmobile view
imp/js/smartmobile.js | 19 ++++++++++++-------
imp/lib/Ajax/Application/Handler/Common.php | 8 ++++----
2 files changed, 16 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/614254b358204efa4aad3c879e1aa98d7934da32
-----------------------------------------------------------------------
commit 3a3d09c68f054ffe875c47e84b10746c4df71b73
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 6 12:45:10 2013 -0700
Some more IE8 fixes (Bug #11940)
imp/js/compose-dimp.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/3a3d09c68f054ffe875c47e84b10746c4df71b73
-----------------------------------------------------------------------
commit 0d43e011f9bbf5797191fa6681c2067eb11c5582
Merge: 5fd8e21 3a3d09c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 6 12:49:30 2013 -0700
Merge branch 'master' into imp_6_1
Conflicts:
imp/js/smartmobile.js
imp/lib/Ajax/Application/Handler/Common.php
ansel/lib/Api.php | 7 +-
framework/Core/lib/Horde/Core/Tagger.php | 5 +-
.../Prefs/test/Horde/Prefs/Unit/Storage/KolabImapLogTest.php | 4 +-
framework/Prefs/test/Horde/Prefs/Unit/Storage/KolabImapTest.php | 2 +
framework/Push/test/Horde/Push/Unit/Push/CliTest.php | 5 -
framework/Push/test/Horde/Push/Unit/Push/Factory/PushTest.php | 1 +
framework/bin/test_framework | 9 +-
imp/js/compose-dimp.js | 4 +-
imp/js/dimpbase.js | 15 +-
imp/js/imp.js | 7 +-
imp/js/message-dimp.js | 17 +-
imp/js/smartmobile.js | 18 +-
imp/lib/Ajax/Application/Handler/Common.php | 8 +-
kronolith/lib/Ajax/Application/Handler.php | 62 --
kronolith/lib/Ajax/Imple/TagActions.php | 139 -----
kronolith/package.xml | 8 +-
16 files changed, 60 insertions(+), 251 deletions(-)
http://git.horde.org/horde-git/-/commit/0d43e011f9bbf5797191fa6681c2067eb11c5582
More information about the commits
mailing list