[commits] Horde branch develop updated. 337d928510da82d19f2109f1cd912a61ad8e3333
Michael M Slusarz
slusarz at horde.org
Tue May 8 02:54:48 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 0b0596dc8175d11b942950217eb4c120ae83d827
95105b2 The default type is "new".
da1934f Re-add leading paragraph before HTML signature that got lost along the way.
991d92e Bing does not require an API key
e82399c Redbox CSS tweaks
e30cd1e [mms] SECURITY: Fix XSS vulnerability on the dynamic compose page.
4841d3e Better initialization of growler js framework
4c3c033 Store 'view' passed to header() for use in footer()
0601573 Fix to use new ckeditor namespaced config object
f693b38 Fix error display when viewing preview message in dynamic view that no longer exists
9210c8e Trigger notify handler at end of callback.
d59a54e These actions are now handled by AJAX tasks
337d928 Merge branch 'develop' of ssh://dev.horde.org/horde/git/horde into develop
-----------------------------------------------------------------------
commit 95105b28df31141d2ca89309e6d9b4928bfdf4a9
Author: Jan Schneider <jan at horde.org>
Date: Fri May 4 18:40:30 2012 +0200
The default type is "new".
Use RTE editor even if not passing type parameter.
imp/compose-dimp.php | 1 +
imp/docs/CHANGES | 1 +
imp/package.xml | 2 ++
3 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/95105b28df31141d2ca89309e6d9b4928bfdf4a9
-----------------------------------------------------------------------
commit da1934f714ce83d51c087a1dacf06f12e07299c7
Author: Jan Schneider <jan at horde.org>
Date: Fri May 4 19:15:15 2012 +0200
Re-add leading paragraph before HTML signature that got lost along the way.
imp/docs/CHANGES | 2 ++
imp/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/da1934f714ce83d51c087a1dacf06f12e07299c7
-----------------------------------------------------------------------
commit 991d92eded32f21448ef4c2b78592822425c475a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon May 7 16:04:45 2012 -0400
Bing does not require an API key
ansel/lib/Ansel.php | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/991d92eded32f21448ef4c2b78592822425c475a
-----------------------------------------------------------------------
commit e82399c147a63f320c0998b4b8d64b0fecf0547e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 7 16:11:33 2012 -0600
Redbox CSS tweaks
horde/themes/default/screen.css | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/e82399c147a63f320c0998b4b8d64b0fecf0547e
-----------------------------------------------------------------------
commit e30cd1e0034f9abd8b0a7aea6c021f4225db6aba
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 7 16:13:08 2012 -0600
[mms] SECURITY: Fix XSS vulnerability on the dynamic compose page.
imp/compose-dimp.php | 2 +-
imp/docs/CHANGES | 1 +
imp/package.xml | 2 ++
3 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/e30cd1e0034f9abd8b0a7aea6c021f4225db6aba
-----------------------------------------------------------------------
commit 4841d3e50d149d9e2bb5c9544bcab8fc6ce6e8bd
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 7 19:31:42 2012 -0600
Better initialization of growler js framework
framework/Core/js/hordecore.js | 4 +
.../Core/lib/Horde/Core/Notification/Listener/DynamicStatus.php | 20 ++---
2 files changed, 10 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/4841d3e50d149d9e2bb5c9544bcab8fc6ce6e8bd
-----------------------------------------------------------------------
commit 4c3c03303d42f5814d2dcbcda2eae1db50082588
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 7 19:31:56 2012 -0600
Store 'view' passed to header() for use in footer()
framework/Core/lib/Horde/PageOutput.php | 29 +++++++++++++++--------------
1 files changed, 15 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/4c3c03303d42f5814d2dcbcda2eae1db50082588
-----------------------------------------------------------------------
commit 06015734f092810836bc6a2b47270420a3e83397
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 7 17:42:15 2012 -0600
Fix to use new ckeditor namespaced config object
framework/Editor/lib/Horde/Editor/Ckeditor.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/06015734f092810836bc6a2b47270420a3e83397
-----------------------------------------------------------------------
commit f693b389716ae67520787e27cbf442572166b36f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 7 19:23:11 2012 -0600
Fix error display when viewing preview message in dynamic view that no longer exists
imp/js/dimpbase.js | 21 +++++++++------------
imp/lib/Ajax/Application.php | 14 ++++++++++++--
imp/lib/Ajax/Queue.php | 12 +++++++-----
3 files changed, 28 insertions(+), 19 deletions(-)
http://git.horde.org/horde-git/-/commit/f693b389716ae67520787e27cbf442572166b36f
-----------------------------------------------------------------------
commit 9210c8e4bc0b36c080f0754dc3e023ea85aca38f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 7 19:50:00 2012 -0600
Trigger notify handler at end of callback.
Tasks/callbacks may change the notify handler, so wait until we are done
with all processing before displaying notifications.
framework/Core/js/hordecore.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/9210c8e4bc0b36c080f0754dc3e023ea85aca38f
-----------------------------------------------------------------------
commit d59a54e4f139cee4c78ce58a4b5af953afe89f4d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 7 19:50:52 2012 -0600
These actions are now handled by AJAX tasks
imp/js/compose-dimp.js | 26 ++++++++++++++++++--------
1 files changed, 18 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/d59a54e4f139cee4c78ce58a4b5af953afe89f4d
-----------------------------------------------------------------------
commit 337d928510da82d19f2109f1cd912a61ad8e3333
Merge: d59a54e 0b0596d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 7 20:54:29 2012 -0600
Merge branch 'develop' of ssh://dev.horde.org/horde/git/horde into develop
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 86 ++++--
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 47 +++-
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 189 ++++++++----
3 files changed, 223 insertions(+), 99 deletions(-)
http://git.horde.org/horde-git/-/commit/337d928510da82d19f2109f1cd912a61ad8e3333
More information about the commits
mailing list