The branch "develop" has been updated. The following is a summary of the commits.
from: d67174ca277fc5715680a0353c8eac138d6edd81 384ef71 Remove Horde_Mime_Address::sanityCheck() method. 37c8359 Imap_Client envelope data now stored internally as Mime Headers object 92bf82a Cleanups/fixes for new address/MIME code 42d189f Better email verification for From identity address. 0b30367 Data passed to viewport AJAX handler should be viewport data only - it should not care about the format of the delivering request. f9f4e00 Add 'horde_notify' parameter to allow switching of Notification handler ----------------------------------------------------------------------- commit 384ef71004e0eb5676dd13ff4f585f531e1d0b8a Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 14:25:21 2012 -0700 Remove Horde_Mime_Address::sanityCheck() method. Now accessed through parameter to addHeader()/replaceHeader(). getOb() now returns null if header doesn't exist (to match getValue() behavior). framework/Mime/doc/Horde/Mime/UPGRADING | 9 ++- framework/Mime/lib/Horde/Mime/Headers.php | 168 +++++++++++++---------------- 2 files changed, 84 insertions(+), 93 deletions(-) http://git.horde.org/horde-git/-/commit/384ef71004e0eb5676dd13ff4f585f531e1d0b8a ----------------------------------------------------------------------- commit 37c8359577b369945eee3319085abc6524c2e9bd Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 14:26:35 2012 -0700 Imap_Client envelope data now stored internally as Mime Headers object Those using develop the last week or so will need to manually clear cache, since internal data storage has changed. framework/Imap_Client/lib/Horde/Imap/Client/Data/Envelope.php | 111 +++++---- 1 files changed, 65 insertions(+), 46 deletions(-) http://git.horde.org/horde-git/-/commit/37c8359577b369945eee3319085abc6524c2e9bd ----------------------------------------------------------------------- commit 92bf82aa9a9a81b11736ae82bf4a4b8b690ef1ae Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 16:17:40 2012 -0700 Cleanups/fixes for new address/MIME code imp/lib/Compose.php | 66 ++++++++++++++++++++++--------------------- imp/lib/Prefs/Identity.php | 64 ++++++++++++++---------------------------- 2 files changed, 55 insertions(+), 75 deletions(-) http://git.horde.org/horde-git/-/commit/92bf82aa9a9a81b11736ae82bf4a4b8b690ef1ae ----------------------------------------------------------------------- commit 42d189f06b42e440da2f8240361bb11a0175f5ab Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 16:40:41 2012 -0700 Better email verification for From identity address. framework/Prefs/lib/Horde/Prefs/Identity.php | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/42d189f06b42e440da2f8240361bb11a0175f5ab ----------------------------------------------------------------------- commit 0b30367f57923c5ef3dc191a071a51b75de325c4 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 18:54:45 2012 -0700 Data passed to viewport AJAX handler should be viewport data only - it should not care about the format of the delivering request. imp/js/dimpbase.js | 4 ++-- imp/js/viewport.js | 17 +++-------------- 2 files changed, 5 insertions(+), 16 deletions(-) http://git.horde.org/horde-git/-/commit/0b30367f57923c5ef3dc191a071a51b75de325c4 ----------------------------------------------------------------------- commit f9f4e006023cde6b58cabbcf06d0d9748000a7b2 Author: Michael M Slusarz <[email protected]> Date: Mon Mar 5 19:16:06 2012 -0700 Add 'horde_notify' parameter to allow switching of Notification handler Remove 'base' option to showNotifications. framework/Core/js/hordecore.js | 15 ++++++--------- horde/js/mobile.js | 3 ++- imp/js/compose-dimp.js | 12 ++++-------- imp/js/mobile.js | 3 +-- 4 files changed, 13 insertions(+), 20 deletions(-) http://git.horde.org/horde-git/-/commit/f9f4e006023cde6b58cabbcf06d0d9748000a7b2 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
