The branch "master" has been updated. The following is a summary of the commits.
from: 894b7907098348d8633754f4df3d1c5f04b98ed0 e9da1f3 [mms] Upgrade jQuery Mobile to v1.3.2/jQuery Core to v1.9.1. 45e13a9 Fix sizing of HTML contents in smartmobile Summary: http://github.com/horde/horde/compare/894b7907098348d8633754f4df3d1c5f04b98ed0...45e13a9f2714604455f91098480954155c955f2b ----------------------------------------------------------------------- commit e9da1f3e43a414869bf5618417fe927402649963 Author: Michael M Slusarz <[email protected]> Date: Tue Oct 15 15:09:33 2013 -0600 [mms] Upgrade jQuery Mobile to v1.3.2/jQuery Core to v1.9.1. This did require a bunch of code tracing to fix an issue with query string data being lost (it ended up only being a couple of lines to fix). However, applications seem to be working fine and 1.3 fixes a bunch of issues plaguing 1.2, so it is a necessary upgrade. framework/Core/js/jquery.mobile/jquery.js | 5625 ++++++------ framework/Core/js/jquery.mobile/jquery.min.js | 7 +- framework/Core/js/jquery.mobile/jquery.mobile.js | 8720 ++++++++++------- framework/Core/js/jquery.mobile/jquery.mobile.min.css | 14 +- framework/Core/js/jquery.mobile/jquery.mobile.min.js | 11 +- framework/Core/js/smartmobile.js | 11 +- framework/Core/package.xml | 4 +- 7 files changed, 8201 insertions(+), 6191 deletions(-) http://github.com/horde/horde/commit/e9da1f3e43a414869bf5618417fe927402649963 http://git.horde.org/horde-git/-/commit/e9da1f3e43a414869bf5618417fe927402649963 ----------------------------------------------------------------------- commit 45e13a9f2714604455f91098480954155c955f2b Author: Michael M Slusarz <[email protected]> Date: Tue Oct 15 15:41:34 2013 -0600 Fix sizing of HTML contents in smartmobile We absolutely can't use height = 100% because it destroys the ability to position the page below the headers. imp/js/smartmobile.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/45e13a9f2714604455f91098480954155c955f2b http://git.horde.org/horde-git/-/commit/45e13a9f2714604455f91098480954155c955f2b -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
