[commits] Horde branch develop updated. eeb2e0923e57e91cd92f48d21274319a955c72d4
Michael J. Rubinsky
mrubinsk at horde.org
Tue Apr 24 00:23:01 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: e846c4b2ba29f8c96a257f633c5373d33d2b6e85
6ecec5f For now, force deferScripts to false for smartMobile view.
5353a53 Move event binding to onDocumentReady
bdc5a83 Defer until after all calendars are loaded, even for month view..
6db9ec9 Make sure we always default to dayview
dd59254 No need to load this, it should already be there.
eeb2e09 use jqmData, as suggested by jqm docs.
-----------------------------------------------------------------------
commit 6ecec5fc1b5775c000625424aa89024b37d2ee25
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Apr 23 17:43:44 2012 -0400
For now, force deferScripts to false for smartMobile view.
I'm giving up. Spent the entire day trying to figure this out. For
things to work properly, including being able to call mobileInit
at a time that it actually gets executed, we MUST output mobile scripts
in the following order:
jquery.js
<in-line javascript to bind to mobilinit event>
jquery.mobile.js
application/js/mobile.js
Specifically, mobilinit must be bound between jquery.js and jquery.mobile.js
and application specific js must be loaded AFTER jquery and jquery.mobile.
Defering script output breaks the order of the javascript output, so disable
it until/if another solution is found that fits with the new page_output design.
ansel/mobile.php | 2 +-
framework/Core/lib/Horde/PageOutput.php | 4 ++--
horde/templates/common/footer.html.php | 2 +-
imp/mobile.php | 3 ++-
kronolith/mobile.php | 5 ++---
5 files changed, 8 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/6ecec5fc1b5775c000625424aa89024b37d2ee25
-----------------------------------------------------------------------
commit 5353a5367423a25657d8f3845cf031938774ff1b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Apr 23 18:18:07 2012 -0400
Move event binding to onDocumentReady
kronolith/js/mobile.js | 49 +++++++++++++++++++++++++++++++++++++++++++++++-
kronolith/mobile.php | 27 --------------------------
2 files changed, 48 insertions(+), 28 deletions(-)
http://git.horde.org/horde-git/-/commit/5353a5367423a25657d8f3845cf031938774ff1b
-----------------------------------------------------------------------
commit bdc5a837c0982ee13c27a2185695ba74e88d8cfc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Apr 23 20:09:52 2012 -0400
Defer until after all calendars are loaded, even for month view..
kronolith/js/mobile.js | 27 ++++++++++++---------------
1 files changed, 12 insertions(+), 15 deletions(-)
http://git.horde.org/horde-git/-/commit/bdc5a837c0982ee13c27a2185695ba74e88d8cfc
-----------------------------------------------------------------------
commit 6db9ec951b6de8987db1142b0d26f3015a3a6319
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Apr 23 20:10:45 2012 -0400
Make sure we always default to dayview
kronolith/js/mobile.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/6db9ec951b6de8987db1142b0d26f3015a3a6319
-----------------------------------------------------------------------
commit dd59254666331c1fcc2ae71ce27404931c4993c1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Apr 23 20:12:45 2012 -0400
No need to load this, it should already be there.
kronolith/js/mobile.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/dd59254666331c1fcc2ae71ce27404931c4993c1
-----------------------------------------------------------------------
commit eeb2e0923e57e91cd92f48d21274319a955c72d4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Apr 23 20:22:27 2012 -0400
use jqmData, as suggested by jqm docs.
kronolith/js/mobile.js | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/eeb2e0923e57e91cd92f48d21274319a955c72d4
More information about the commits
mailing list