[commits] Horde branch master updated. 13a61fdb13adb6f60baa38d08f590af17e6ea885

Michael J. Rubinsky mrubinsk at horde.org
Mon Dec 6 23:17:20 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: eeccb24ef5b04085c372572bd59ec380cef22973

199c672 Better way to deal with the requirement for events to be bound before jqm is loaded.
63473e5 work around jquery(mobile?) bug.
13a61fd Clean up event binding, use a catch-all click handler.

-----------------------------------------------------------------------

commit 199c6722b26352dc6f525b2781afbe06a1b92f1b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 6 17:01:23 2010 -0500

    Better way to deal with the requirement for events to be bound before jqm is loaded.
    
    Mobile apps should implement an {app}_Application::mobileInitCallback() method that is
    responsible for bringing in any additional javascript files and setting up event bindings
    that must be done prior to jqm being initialized. At the minimum, this would include
    a mobileinit handler to localize the Back and Loading text.

 horde/templates/common-header-mobile.inc     |   11 +---
 imp/lib/Application.php                      |   17 ++++++
 imp/mobile.php                               |   11 +---
 kronolith/lib/Application.php                |   56 +++++++++++++++++++
 kronolith/mobile.php                         |    7 +--
 kronolith/templates/common-header-mobile.inc |   75 --------------------------
 6 files changed, 80 insertions(+), 97 deletions(-)
 delete mode 100644 kronolith/templates/common-header-mobile.inc

http://git.horde.org/horde-git/-/commit/199c6722b26352dc6f525b2781afbe06a1b92f1b

-----------------------------------------------------------------------

commit 63473e54ea6a27b0d7d759cd06ad0ebe9a720e51
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 6 18:02:44 2010 -0500

    work around jquery(mobile?) bug.
    
    elt.parent() returns an empty array when there is no parent
    (as would be the case when called on the activePage), use this to
    determine when we can't move upwards anymore, and avoid javascript errors.
    
    Also, remove unused variable.

 imp/js/mobile.js |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/63473e54ea6a27b0d7d759cd06ad0ebe9a720e51

-----------------------------------------------------------------------

commit 13a61fdb13adb6f60baa38d08f590af17e6ea885
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 6 18:15:58 2010 -0500

    Clean up event binding, use a catch-all click handler.

 kronolith/js/mobile.js                    |   47 ++++++++++++++++++++++-------
 kronolith/templates/mobile/month.html.php |    4 +-
 2 files changed, 38 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/13a61fdb13adb6f60baa38d08f590af17e6ea885




More information about the commits mailing list