[commits] Horde branch develop updated. b506993cea14ba0713c1cd769a1822259823a920

Michael M Slusarz slusarz at horde.org
Sat Apr 7 19:57:51 UTC 2012


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

from: bf99889a28a54c8d0dec5400b2182d9d54eb5c28

6637574 Simplify
7b77e5a Fix Other dropdown undeleted action
fe53231 Save some unneeded EXAMINE calls when using dynamic view
ed55cbe Fix meta viewport tag generation in smartmobile mode
d12dda4 no need for placeholder
2f24ec8 Automatically add smartmobile notification page code via page footer
34554ec Cleanups in base smartmobile js file
b506993 Bug #11103: Re-add delay to showing notifications on page load

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

commit 6637574a3ba301953b3f9f2381cf9b9287cd68bc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 6 14:20:55 2012 -0600

    Simplify

 imp/js/dimpcore.js |   39 ++++++++++++++++++++-------------------
 1 files changed, 20 insertions(+), 19 deletions(-)

http://git.horde.org/horde-git/-/commit/6637574a3ba301953b3f9f2381cf9b9287cd68bc

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

commit 7b77e5a31c1732cf4f4d7378e0a483a7c991f70e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 6 23:24:16 2012 -0600

    Fix Other dropdown undeleted action

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

http://git.horde.org/horde-git/-/commit/7b77e5a31c1732cf4f4d7378e0a483a7c991f70e

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

commit fe532315d679241403d7f710c41236fb7b93d166
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Apr 6 23:32:57 2012 -0600

    Save some unneeded EXAMINE calls when using dynamic view

 imp/lib/Ajax/Application.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/fe532315d679241403d7f710c41236fb7b93d166

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

commit ed55cbeb150d2dabc857c624cae309ceb5d514ce
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Apr 7 00:57:11 2012 -0600

    Fix meta viewport tag generation in smartmobile mode

 framework/Core/lib/Horde/PageOutput.php |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/ed55cbeb150d2dabc857c624cae309ceb5d514ce

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

commit d12dda447b8980ae3a9c1cf5945297de40ee3918
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Apr 7 01:07:14 2012 -0600

    no need for placeholder

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

http://git.horde.org/horde-git/-/commit/d12dda447b8980ae3a9c1cf5945297de40ee3918

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

commit 2f24ec879994f5bd081af24fcf33e9a38bb38133
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Apr 7 01:19:54 2012 -0600

    Automatically add smartmobile notification page code via page footer

 ansel/mobile.php                           |    1 -
 ansel/templates/mobile/notice.html.php     |    9 ---------
 framework/Core/lib/Horde/PageOutput.php    |    1 +
 horde/js/mobile.js                         |   15 +++++++++++++--
 horde/templates/common/footer.html.php     |   10 ++++++++++
 horde/templates/login/mobile.inc           |   12 ------------
 horde/templates/portal/mobile.inc          |   17 -----------------
 imp/mobile.php                             |    1 -
 imp/templates/mobile/notice.html.php       |    9 ---------
 kronolith/mobile.php                       |    1 -
 kronolith/templates/mobile/notice.html.php |    9 ---------
 11 files changed, 24 insertions(+), 61 deletions(-)
 delete mode 100644 ansel/templates/mobile/notice.html.php
 delete mode 100644 imp/templates/mobile/notice.html.php
 delete mode 100644 kronolith/templates/mobile/notice.html.php

http://git.horde.org/horde-git/-/commit/2f24ec879994f5bd081af24fcf33e9a38bb38133

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

commit 34554ecc17d157e401c58b3f175cfbbfdb724ec0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Apr 7 01:23:38 2012 -0600

    Cleanups in base smartmobile js file

 horde/js/mobile.js |   23 ++++++++++-------------
 1 files changed, 10 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/34554ecc17d157e401c58b3f175cfbbfdb724ec0

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

commit b506993cea14ba0713c1cd769a1822259823a920
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Apr 7 13:53:00 2012 -0600

    Bug #11103: Re-add delay to showing notifications on page load
    
    This event is being fired too quickly, so the history is not being
    updated before switching to the notification view. This was completely
    breaking the ability to use the smartmobile view on actual smartmobile
    devices (e.g. Galaxy Nexus), since closing the notification window was
    returning to the previous page in the history - the login page - instead
    of the previous view in the current page.
    
    This is a total hack, but I couldn't figure out any other way of doing
    this in either jquery or jquery mobile.  Not sure if this has been fixed
    for 1.1.

 .../lib/Horde/Core/Notification/Listener/SmartmobileStatus.php    |    7 +++-
 1 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/b506993cea14ba0713c1cd769a1822259823a920




More information about the commits mailing list