The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: 7645610db382478a041dd474223298974ddabb3f 6ae28cc Get rid of compose header 6d73b17 IMP_Compose#replyMessage() now returns address objects instead of strings. 587f2e3 IMP::parseAddressList() now supports Horde_Mail_Rfc822_List objects natively c2997eb phpdoc 397e36e Don't return headers array from IMP_Compose#forwardMessage() f4b42d2 Draft resuming methods no longer return headers array f9c2938 Pass reply addresses to dynamic views as an array instead of a string ----------------------------------------------------------------------- commit 6ae28ccc2f12ff3ace3aeb60c282be297b37d13d Author: Michael M Slusarz <[email protected]> Date: Thu Mar 28 15:34:33 2013 -0600 Get rid of compose header It is duplicative of window header and takes up substantial screen real estate. imp/templates/dynamic/compose.html.php | 4 ---- imp/themes/default/dynamic/screen.css | 9 --------- 2 files changed, 0 insertions(+), 13 deletions(-) http://git.horde.org/horde-git/-/commit/6ae28ccc2f12ff3ace3aeb60c282be297b37d13d ----------------------------------------------------------------------- commit 6d73b1702f241922f186a03ef12a1ad0e6fa850f Author: Michael M Slusarz <[email protected]> Date: Fri Mar 29 12:03:27 2013 -0600 IMP_Compose#replyMessage() now returns address objects instead of strings. imp/lib/Ajax/Application/Compose.php | 2 +- imp/lib/Ajax/Application/Handler/Common.php | 2 +- imp/lib/Basic/Compose.php | 4 +- imp/lib/Compose.php | 79 ++++++++++++++------------- imp/lib/Dynamic/Compose.php | 2 +- imp/lib/Minimal/Compose.php | 2 +- 6 files changed, 48 insertions(+), 43 deletions(-) http://git.horde.org/horde-git/-/commit/6d73b1702f241922f186a03ef12a1ad0e6fa850f ----------------------------------------------------------------------- commit 587f2e358efc520e790683c3413fc09a980c1e45 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 29 13:43:36 2013 -0600 IMP::parseAddressList() now supports Horde_Mail_Rfc822_List objects natively imp/lib/IMP.php | 30 ++++++++++++++++++++++-------- 1 files changed, 22 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/587f2e358efc520e790683c3413fc09a980c1e45 ----------------------------------------------------------------------- commit c2997eb090b74383f08a6dbedf300648facd791f Author: Michael M Slusarz <[email protected]> Date: Fri Mar 29 14:24:15 2013 -0600 phpdoc imp/lib/Compose.php | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/c2997eb090b74383f08a6dbedf300648facd791f ----------------------------------------------------------------------- commit 397e36e55d085ab3c485c325df747cd2eb36b8aa Author: Michael M Slusarz <[email protected]> Date: Fri Mar 29 14:35:59 2013 -0600 Don't return headers array from IMP_Compose#forwardMessage() imp/lib/Basic/Compose.php | 4 ++-- imp/lib/Compose.php | 35 ++++++++++++++++------------------- imp/lib/Dynamic/Compose.php | 2 +- imp/lib/Minimal/Compose.php | 2 +- 4 files changed, 20 insertions(+), 23 deletions(-) http://git.horde.org/horde-git/-/commit/397e36e55d085ab3c485c325df747cd2eb36b8aa ----------------------------------------------------------------------- commit f4b42d2403b96c40dbb2c35eb17653697b75260a Author: Michael M Slusarz <[email protected]> Date: Fri Mar 29 14:40:32 2013 -0600 Draft resuming methods no longer return headers array imp/lib/Basic/Compose.php | 35 +++++++++++++++++++++++++++++++---- imp/lib/Compose.php | 27 +++++++++++++++++---------- imp/lib/Minimal/Compose.php | 33 ++++++++++++++++++++++++++++++--- 3 files changed, 78 insertions(+), 17 deletions(-) http://git.horde.org/horde-git/-/commit/f4b42d2403b96c40dbb2c35eb17653697b75260a ----------------------------------------------------------------------- commit f9c29389237704bd89cfc8a5777cf5b89677cdd7 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 29 18:05:45 2013 -0600 Pass reply addresses to dynamic views as an array instead of a string imp/js/compose-dimp.js | 22 +++++++++++----------- imp/js/smartmobile.js | 6 +++--- imp/lib/Ajax/Application/Compose.php | 15 +++++++++++---- imp/lib/Ajax/Application/Handler/Common.php | 17 ++++++++--------- 4 files changed, 33 insertions(+), 27 deletions(-) http://git.horde.org/horde-git/-/commit/f9c29389237704bd89cfc8a5777cf5b89677cdd7 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
