[commits] Horde branch master updated. 24b51c9db05afe9aac2ee7aa91453424442c4c4b

Michael M Slusarz slusarz at horde.org
Mon Sep 3 05:26:28 UTC 2012


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

from: 6d8f1eb2603708479bc796795e2fbea2e37a55e9

06b3d56 Return the result of .ajax() from HordeMobile.doAction
fc95290 Add back button to smartmobile pages by default
43bebeb URL parameter information is now automatically added to pagebeforechange data (data.options.parsedUrl)
a1ebc85 Pass-through 2nd optional parameter
5e03c29 This might be empty
1b0acd2 jsdoc
4830b85 Add HordeMobile.createUrl
c6ffa2b Abstract out URL parameter generation into protected method
0b391c0 [mms] Added Horde_Core_Url_Smartmobile class.
b3ac7f7 Better resizing code
58dd89b Fix/improve URL linking in smartmobile pages.
adc21a6 First attempt to make Nag smartmobile view work
63a4754 Fix regression on copy/move screen
1173d3f Per jquerymobile page, use of rel=external is semantically incorrect (it is used to link to pages outside of current domain)
20fe2f7 Immediately resize HTML data without waiting for image loading
6bc9a1c Add Horde_Core_Smartmobile_View_Helper
52bc383 Use Horde_Core_Smartmobile_View_Helper to render the header
741fd1f Use second header to provide navigation through mailbox pages
c33930a Header bar should be fixed at all times
5f3b226 No need for top buttons with fixed header
603233d Make the most-used actions for smartmobile message screen fixed in the footer
24b51c9 Some button tweaks

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

commit 06b3d56e0a67e63dc46f5b14610715d38c9a8d05
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 14:06:55 2012 -0600

    Return the result of .ajax() from HordeMobile.doAction

 framework/Core/js/smartmobile.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/06b3d56e0a67e63dc46f5b14610715d38c9a8d05

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

commit fc952908e067d73dd11631bdc2334bbdfe23efa8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 14:14:19 2012 -0600

    Add back button to smartmobile pages by default

 framework/Core/lib/Horde/PageOutput.php |    1 +
 imp/smartmobile.php                     |    3 ---
 kronolith/smartmobile.php               |    3 ---
 turba/smartmobile.php                   |    3 ---
 4 files changed, 1 insertions(+), 9 deletions(-)

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

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

commit 43bebebe21f1cee41beb448c0df9faef75ca6e86
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 14:17:27 2012 -0600

    URL parameter information is now automatically added to pagebeforechange data (data.options.parsedUrl)

 framework/Core/js/smartmobile.js |   64 ++++++++++--------
 imp/js/smartmobile.js            |  136 +++++++++++++++++++-------------------
 turba/js/smartmobile.js          |   44 +++++++-----
 3 files changed, 129 insertions(+), 115 deletions(-)

http://git.horde.org/horde-git/-/commit/43bebebe21f1cee41beb448c0df9faef75ca6e86

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

commit a1ebc85d16499c8589f283bdf7e2ccc38decd3bf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 15:00:46 2012 -0600

    Pass-through 2nd optional parameter

 framework/Core/js/smartmobile.js |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

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

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

commit 5e03c29a56bb8d231cd9129fb0e1ec2f1ca2c88a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 15:48:28 2012 -0600

    This might be empty

 framework/Core/js/smartmobile.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/5e03c29a56bb8d231cd9129fb0e1ec2f1ca2c88a

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

commit 1b0acd2426f44c0ad99b1f0e6595f035d002819b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 15:48:37 2012 -0600

    jsdoc

 framework/Core/js/smartmobile.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/1b0acd2426f44c0ad99b1f0e6595f035d002819b

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

commit 4830b85cf5fda478a66f0c73f91dbf9d781f6291
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 15:48:47 2012 -0600

    Add HordeMobile.createUrl

 framework/Core/js/smartmobile.js |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/4830b85cf5fda478a66f0c73f91dbf9d781f6291

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

commit c6ffa2bd8361a715cf4882afcb56299e0a7e4fcc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 16:46:30 2012 -0600

    Abstract out URL parameter generation into protected method

 framework/Url/lib/Horde/Url.php |   45 ++++++++++++++++++++++++--------------
 1 files changed, 28 insertions(+), 17 deletions(-)

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

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

commit 0b391c0bf2ec72932b1fb368060960e6d7e53e28
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 16:47:38 2012 -0600

    [mms] Added Horde_Core_Url_Smartmobile class.

 framework/Core/lib/Horde/Core/Url/Smartmobile.php |   62 +++++++++++++++++++++
 framework/Core/package.xml                        |   12 +++-
 2 files changed, 71 insertions(+), 3 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Url/Smartmobile.php

http://git.horde.org/horde-git/-/commit/0b391c0bf2ec72932b1fb368060960e6d7e53e28

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

commit b3ac7f7ae68c2935597d7c14df8e75367902b620
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 17:13:08 2012 -0600

    Better resizing code

 imp/js/smartmobile.js |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

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

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

commit 58dd89bcaf0d593df1b679512d3ec8b3c4438de0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 16:48:06 2012 -0600

    Fix/improve URL linking in smartmobile pages.
    
    Since jquerymobile doesn't consistently allow URL parameters, this
    info must ALWAYS be passed in anchor data.

 framework/Core/js/smartmobile.js            |   44 ++-----
 imp/js/smartmobile.js                       |  182 ++++++++++++++-------------
 imp/lib/IMP.php                             |    2 +-
 imp/lib/Imap/Tree.php                       |    5 +-
 turba/js/smartmobile.js                     |    6 +-
 turba/lib/Smartmobile.php                   |    3 +-
 turba/templates/smartmobile/browse.html.php |    2 +-
 7 files changed, 118 insertions(+), 126 deletions(-)

http://git.horde.org/horde-git/-/commit/58dd89bcaf0d593df1b679512d3ec8b3c4438de0

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

commit adc21a68f07b7e74367c83576ff583a37bcbdbc6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 20:55:47 2012 -0600

    First attempt to make Nag smartmobile view work
    
    Ack! The previous code apparently relies on some sort of URL redirect
    scheme that is document nowhere.  This is not good.  We have a whole
    framework setup to handle this now.

 nag/app/controllers/CompleteTask.php            |   27 +-------
 nag/js/smartmobile.js                           |   81 ++++++++++------------
 nag/lib/Ajax/Application.php                    |    5 ++
 nag/lib/Ajax/Application/Helper/Smartmobile.php |   40 +++++++++++
 nag/lib/Task/Complete.php                       |   37 ++++++++++
 nag/smartmobile.php                             |   25 +++++++-
 6 files changed, 144 insertions(+), 71 deletions(-)
 create mode 100644 nag/lib/Ajax/Application/Helper/Smartmobile.php
 create mode 100644 nag/lib/Task/Complete.php

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

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

commit 63a4754cc1ec0e31c42a643da47882914b8652f5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 21:07:42 2012 -0600

    Fix regression on copy/move screen

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

http://git.horde.org/horde-git/-/commit/63a4754cc1ec0e31c42a643da47882914b8652f5

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

commit 1173d3f10b0bbf9062e3217355e37be1025f848e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 21:15:19 2012 -0600

    Per jquerymobile page, use of rel=external is semantically incorrect (it is used to link to pages outside of current domain)

 horde/templates/portal/smartmobile.inc           |    6 +++---
 imp/templates/smartmobile/compose.html.php       |    2 +-
 imp/templates/smartmobile/folders.html.php       |    4 ++--
 imp/templates/smartmobile/mailbox.html.php       |    2 +-
 imp/templates/smartmobile/message.html.php       |    2 +-
 kronolith/templates/smartmobile/day.html.php     |    4 ++--
 kronolith/templates/smartmobile/event.html.php   |    1 -
 kronolith/templates/smartmobile/month.html.php   |    4 ++--
 kronolith/templates/smartmobile/summary.html.php |    4 ++--
 nag/templates/smartmobile/main.html.php          |    4 ++--
 turba/templates/smartmobile/browse.html.php      |    4 ++--
 turba/templates/smartmobile/entry.html.php       |    2 +-
 12 files changed, 19 insertions(+), 20 deletions(-)

http://git.horde.org/horde-git/-/commit/1173d3f10b0bbf9062e3217355e37be1025f848e

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

commit 20fe2f749eb3315ca58537549229aed79e198846
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 21:30:14 2012 -0600

    Immediately resize HTML data without waiting for image loading

 imp/js/smartmobile.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/20fe2f749eb3315ca58537549229aed79e198846

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

commit 6bc9a1cf52c311f07f8f43f409dd4d8a9c691ca7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 22:02:19 2012 -0600

    Add Horde_Core_Smartmobile_View_Helper

 framework/Core/lib/Horde/Core/Smartmobile/View/Helper.php |   67 +++++++++++++
 framework/Core/package.xml                                |    8 ++-
 2 files changed, 74 insertions(+), 1 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Smartmobile/View/Helper.php

http://git.horde.org/horde-git/-/commit/6bc9a1cf52c311f07f8f43f409dd4d8a9c691ca7

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

commit 52bc383baeb7844b25d4d81d25bcc2fdbce169b8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 22:02:51 2012 -0600

    Use Horde_Core_Smartmobile_View_Helper to render the header

 imp/js/smartmobile.js                            |   26 +++++-----
 imp/lib/Smartmobile.php                          |    3 +-
 imp/templates/smartmobile/compose.html.php       |    9 +---
 imp/templates/smartmobile/folders.html.php       |    8 +---
 imp/templates/smartmobile/mailbox.html.php       |    8 +---
 imp/templates/smartmobile/message.html.php       |    8 +---
 kronolith/smartmobile.php                        |    3 +-
 kronolith/templates/smartmobile/day.html.php     |   34 +++++-------
 kronolith/templates/smartmobile/event.html.php   |    4 +-
 kronolith/templates/smartmobile/month.html.php   |   64 ++++++++++------------
 kronolith/templates/smartmobile/summary.html.php |   26 ++++-----
 nag/smartmobile.php                              |    6 +--
 nag/templates/smartmobile/create.html.php        |    4 +-
 nag/templates/smartmobile/main.html.php          |    9 +---
 turba/lib/Smartmobile.php                        |    6 +--
 turba/templates/smartmobile/browse.html.php      |    8 +---
 turba/templates/smartmobile/entry.html.php       |    8 +---
 17 files changed, 87 insertions(+), 147 deletions(-)

http://git.horde.org/horde-git/-/commit/52bc383baeb7844b25d4d81d25bcc2fdbce169b8

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

commit 741fd1f7907c9c3fd58c7c5276fbd92b49c0c3a5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 22:30:20 2012 -0600

    Use second header to provide navigation through mailbox pages

 imp/js/smartmobile.js                      |    6 +++---
 imp/lib/Smartmobile.php                    |    2 +-
 imp/templates/smartmobile/mailbox.html.php |    9 ++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/741fd1f7907c9c3fd58c7c5276fbd92b49c0c3a5

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

commit c33930a3d71890701bc9fe36665a4ea7a9b3efd5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 22:36:58 2012 -0600

    Header bar should be fixed at all times

 framework/Core/lib/Horde/Core/Smartmobile/View/Helper.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 5f3b226250d247f1fbffdecf053e8e9fb37c0277
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 22:39:03 2012 -0600

    No need for top buttons with fixed header

 imp/js/smartmobile.js                      |    6 ------
 imp/templates/smartmobile/mailbox.html.php |    1 -
 imp/templates/smartmobile/message.html.php |    1 -
 3 files changed, 0 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/5f3b226250d247f1fbffdecf053e8e9fb37c0277

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

commit 603233ddcb623a3a5d4fb41bb43953bbdb7cb71a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 23:08:02 2012 -0600

    Make the most-used actions for smartmobile message screen fixed in the footer

 imp/templates/smartmobile/message.html.php |   46 +++++++++++++++-------------
 1 files changed, 25 insertions(+), 21 deletions(-)

http://git.horde.org/horde-git/-/commit/603233ddcb623a3a5d4fb41bb43953bbdb7cb71a

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

commit 24b51c9db05afe9aac2ee7aa91453424442c4c4b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 2 23:25:37 2012 -0600

    Some button tweaks

 imp/templates/smartmobile/folders.html.php |    4 ++--
 imp/templates/smartmobile/mailbox.html.php |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/24b51c9db05afe9aac2ee7aa91453424442c4c4b




More information about the commits mailing list