The branch "master" has been updated. The following is a summary of the commits.
from: db3a769777fa4ed72381dd1fd69363e79264adac 937e4a3 There may be multiple html display iframes, so need to keep track of locks separately 02397b9 for the 100th time: more HTML iframe resize tweaking 1c75cdb Revert "Ignore reset() if data already exists. This is not a clear method" 811d69a Use entirely separate fields to store autocompleter JSON encoded data Summary: http://github.com/horde/horde/compare/db3a769777fa4ed72381dd1fd69363e79264adac...811d69a0e9c91358ff114437570bf57f0d4ab450 ----------------------------------------------------------------------- commit 937e4a30e8db474887d90c403f732182cae2bbfb Author: Michael M Slusarz <[email protected]> Date: Tue Oct 7 19:31:38 2014 -0600 There may be multiple html display iframes, so need to keep track of locks separately imp/js/imp.js | 59 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 30 insertions(+), 29 deletions(-) http://github.com/horde/horde/commit/937e4a30e8db474887d90c403f732182cae2bbfb ----------------------------------------------------------------------- commit 02397b9cdc4dc96b5402c170ed526208e3086583 Author: Michael M Slusarz <[email protected]> Date: Tue Oct 7 19:41:36 2014 -0600 for the 100th time: more HTML iframe resize tweaking Firefox, especially in portrait view, often tends to under-calculate the height of the IFRAME contents, so set to newer value if different than original caclulated value imp/js/imp.js | 31 +++++++++++++++++-------------- 1 files changed, 17 insertions(+), 14 deletions(-) http://github.com/horde/horde/commit/02397b9cdc4dc96b5402c170ed526208e3086583 ----------------------------------------------------------------------- commit 1c75cdb709d18fa8c2b7e10083f869261d71a015 Author: Michael M Slusarz <[email protected]> Date: Tue Oct 7 22:59:51 2014 -0600 Revert "Ignore reset() if data already exists. This is not a clear method" This reverts commit 3336caa3636b8180b2aabc2628e24a75877e5ed0. This needs to be handled a different way imp/js/autocomplete.js | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/1c75cdb709d18fa8c2b7e10083f869261d71a015 ----------------------------------------------------------------------- commit 811d69a0e9c91358ff114437570bf57f0d4ab450 Author: Michael M Slusarz <[email protected]> Date: Tue Oct 7 23:15:22 2014 -0600 Use entirely separate fields to store autocompleter JSON encoded data Send both non-JSON encoded data (in original form element) and JSON encoded data. Presence of autocompleter can now be done via searching for original form element name + '_ac' suffix. imp/js/autocomplete.js | 24 +++++++++++++++++------- imp/js/compose-dimp.js | 2 -- imp/lib/Ajax/Application.php | 15 +++++++++++++-- imp/lib/Ajax/Application/Handler/Common.php | 9 ++------- imp/templates/dynamic/compose.html.php | 1 - 5 files changed, 32 insertions(+), 19 deletions(-) http://github.com/horde/horde/commit/811d69a0e9c91358ff114437570bf57f0d4ab450 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
