The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: 84416cd882b1aedd6addd2bad4990e6eb362dbb3 9160cf9 Need to document this BC API break 274eb82 There is no guarantee that maillog is available 22a3163 callAction() has been moved to Horde_Core 2.5.0 8205046 Move draft actions to a separate handler ee44efa [mms] Add saving compose drafts in smartmobile view. 435864a Fix parsing compose cacheid in smartmobile view ----------------------------------------------------------------------- commit 9160cf9f61b65760cbe5bad4a70c85e409f40ca6 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 26 12:40:54 2013 -0600 Need to document this BC API break imp/docs/UPGRADING | 9 +++++++++ imp/lib/Api.php | 6 ++++++ 2 files changed, 15 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/9160cf9f61b65760cbe5bad4a70c85e409f40ca6 ----------------------------------------------------------------------- commit 274eb8223c9ab7020ab26f6723ba48ed28583905 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 26 12:44:12 2013 -0600 There is no guarantee that maillog is available imp/lib/Api.php | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/274eb8223c9ab7020ab26f6723ba48ed28583905 ----------------------------------------------------------------------- commit 22a31634eb817804cdaffafa3cc7d1c85224e849 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 26 13:25:41 2013 -0600 callAction() has been moved to Horde_Core 2.5.0 imp/lib/Ajax/Application.php | 18 ------------------ imp/package.xml | 2 +- 2 files changed, 1 insertions(+), 19 deletions(-) http://git.horde.org/horde-git/-/commit/22a31634eb817804cdaffafa3cc7d1c85224e849 ----------------------------------------------------------------------- commit 82050463803b833b5011b89c9310087b21c02f17 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 26 13:41:25 2013 -0600 Move draft actions to a separate handler imp/lib/Ajax/Application.php | 1 + imp/lib/Ajax/Application/Handler/Draft.php | 137 ++++++++++++++++++++++++++ imp/lib/Ajax/Application/Handler/Dynamic.php | 101 ------------------- imp/package.xml | 4 +- 4 files changed, 141 insertions(+), 102 deletions(-) create mode 100644 imp/lib/Ajax/Application/Handler/Draft.php http://git.horde.org/horde-git/-/commit/82050463803b833b5011b89c9310087b21c02f17 ----------------------------------------------------------------------- commit ee44efa6cb7b852224cffb94f0dd6c8059126f59 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 26 13:50:06 2013 -0600 [mms] Add saving compose drafts in smartmobile view. imp/docs/CHANGES | 1 + imp/js/smartmobile.js | 5 ++++- imp/lib/Ajax/Application.php | 6 +++++- imp/lib/Smartmobile.php | 5 +++++ imp/package.xml | 1 + imp/templates/smartmobile/compose.html.php | 3 +++ 6 files changed, 19 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/ee44efa6cb7b852224cffb94f0dd6c8059126f59 ----------------------------------------------------------------------- commit 435864abfb9d045707b6e9a04e72eecd9803a8b4 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 26 13:56:57 2013 -0600 Fix parsing compose cacheid in smartmobile view imp/js/smartmobile.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/435864abfb9d045707b6e9a04e72eecd9803a8b4 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
