[commits] Horde branch master updated. e5a42c62fe44f9c72f57114894608ef8a28c5a73
Michael M Slusarz
slusarz at horde.org
Sun Sep 9 20:54:23 UTC 2012
The branch "master" has been updated.
The following is a summary of the commits.
from: 201fc19e15479d1adb022bad9146b5ea6c40e613
52cc87b Fix formatting in compose screen
0817a33 CSS tweak
36c5203 Fix compose footer to match other IMP pages
9a9bda8 Improve/fix IMP's smartmobile link handling
ea1e52e Remove auto add of back button
f4c76ca turba smartmobile tweaks
24e15a6 Add additional buttons as-is to swipe menu
d9f99d5 Add $li object to changePage data
35e83a6 Use LI object in changePage data to dynamically add parameters to actions
7c45da5 Improved folder refresh
feb6f21 Revert "Not sure why the closure was removed here, but that's incorrect."
564376e Fix parse error in nag smartmobile js
341c6aa Disable tap toggle by default for header bar
4168c32 Don't allow tap toggle for these footer bars
5e6be4b Simplify innocent/spam button toggling
067f657 Add innocent button to swipe actions
695a0d0 Fix sub-header display
4ae10f8 Calendar should be in content div
b2b30d2 Don't use click handler
9526e10 Optimize
e5a42c6 nag smartmobile fixes
-----------------------------------------------------------------------
commit 52cc87b050998de015a991699038b631de221d27
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Sep 7 15:28:46 2012 -0600
Fix formatting in compose screen
imp/templates/smartmobile/compose.html.php | 47 +++++++++++++--------------
1 files changed, 23 insertions(+), 24 deletions(-)
http://git.horde.org/horde-git/-/commit/52cc87b050998de015a991699038b631de221d27
-----------------------------------------------------------------------
commit 0817a33f6188f2ac39821c3b8fd2a415e5181740
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Sep 7 15:32:59 2012 -0600
CSS tweak
imp/themes/default/smartmobile/screen.css | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/0817a33f6188f2ac39821c3b8fd2a415e5181740
-----------------------------------------------------------------------
commit 36c52034cbbe6d2f3df50598b99861f779d8aa63
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Sep 7 16:05:31 2012 -0600
Fix compose footer to match other IMP pages
imp/templates/smartmobile/compose.html.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/36c52034cbbe6d2f3df50598b99861f779d8aa63
-----------------------------------------------------------------------
commit 9a9bda8a44a2cd14b657da51af2c34b489890ab1
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Sep 7 16:21:04 2012 -0600
Improve/fix IMP's smartmobile link handling
We should really not be using a clickhandler at all in smartmobile (due
to some issues with the way that vlcick works cross-browser). Instead,
define an anchor for all links and intercept non-page change anchors in
toPage. Leverages the pre-existing link handling by jqm, while
providing all action handling within a single method.
Other tweaks:
* Increase mailbox page size to 40 messages.
* Delay UI generation as long as possible to make page views quicker
(e.g. don't populate header/attachment lists until viewed by the user)
* Remove some unused code
imp/js/smartmobile.js | 451 +++++++++++++++-------------
imp/lib/Smartmobile.php | 3 +-
imp/templates/smartmobile/compose.html.php | 4 +-
imp/templates/smartmobile/folders.html.php | 6 +-
imp/templates/smartmobile/mailbox.html.php | 8 +-
imp/templates/smartmobile/message.html.php | 16 +-
imp/templates/smartmobile/search.html.php | 2 +-
7 files changed, 257 insertions(+), 233 deletions(-)
http://git.horde.org/horde-git/-/commit/9a9bda8a44a2cd14b657da51af2c34b489890ab1
-----------------------------------------------------------------------
commit ea1e52e9bec33a2a394dcfdef832804c23489a0a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Sep 7 17:29:44 2012 -0600
Remove auto add of back button
This is now easily controlled via
Horde_Core_Smartmobile_View_Helper#smartmobileHeader() instead.
framework/Core/lib/Horde/PageOutput.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ea1e52e9bec33a2a394dcfdef832804c23489a0a
-----------------------------------------------------------------------
commit f4c76ca79da3ae7b3a71e95c1ca453b5d218821a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Sep 7 17:49:27 2012 -0600
turba smartmobile tweaks
turba/js/smartmobile.js | 12 +++++++-----
turba/templates/smartmobile/entry.html.php | 2 +-
turba/themes/default/smartmobile/screen.css | 2 +-
3 files changed, 9 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/f4c76ca79da3ae7b3a71e95c1ca453b5d218821a
-----------------------------------------------------------------------
commit 24e15a65238167e356eee920720e3c8c34fd2631
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Sep 7 17:55:16 2012 -0600
Add additional buttons as-is to swipe menu
imp/js/smartmobile.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/24e15a65238167e356eee920720e3c8c34fd2631
-----------------------------------------------------------------------
commit d9f99d55a938889d922efd25067fefc87413060b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Sep 7 18:24:54 2012 -0600
Add $li object to changePage data
framework/Core/js/jquery.mobile/plugins/swipebutton.js | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d9f99d55a938889d922efd25067fefc87413060b
-----------------------------------------------------------------------
commit 35e83a63581b9e35a06ee7c349ead380354756bd
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Sep 7 18:25:22 2012 -0600
Use LI object in changePage data to dynamically add parameters to actions
imp/js/smartmobile.js | 31 +++++++++----------------------
1 files changed, 9 insertions(+), 22 deletions(-)
http://git.horde.org/horde-git/-/commit/35e83a63581b9e35a06ee7c349ead380354756bd
-----------------------------------------------------------------------
commit 7c45da52aa933c619b17809a708a5ac9a4db1922
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Sep 7 18:56:17 2012 -0600
Improved folder refresh
imp/js/smartmobile.js | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/7c45da52aa933c619b17809a708a5ac9a4db1922
-----------------------------------------------------------------------
commit feb6f21cec338df19bd2b1b691f61e9c25a02241
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Sep 9 13:27:45 2012 -0600
Revert "Not sure why the closure was removed here, but that's incorrect."
This reverts commit 201fc19e15479d1adb022bad9146b5ea6c40e613.
This closure remains unnecessary. I just forgot to commit the correct
fix on Friday.
nag/js/smartmobile.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/feb6f21cec338df19bd2b1b691f61e9c25a02241
-----------------------------------------------------------------------
commit 564376e3aabe2d50621ece902ea47c4f12660a08
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Sep 7 17:32:33 2012 -0600
Fix parse error in nag smartmobile js
nag/js/smartmobile.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/564376e3aabe2d50621ece902ea47c4f12660a08
-----------------------------------------------------------------------
commit 341c6aaa71a864b8c0aaef95d87001bce5d17432
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Sep 9 13:31:48 2012 -0600
Disable tap toggle by default for header bar
framework/Core/lib/Horde/Core/Smartmobile/View/Helper.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/341c6aaa71a864b8c0aaef95d87001bce5d17432
-----------------------------------------------------------------------
commit 4168c328318b825035b71baf2f762bf742faece4
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Sep 9 13:32:14 2012 -0600
Don't allow tap toggle for these footer bars
imp/templates/smartmobile/folders.html.php | 2 +-
imp/templates/smartmobile/mailbox.html.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/4168c328318b825035b71baf2f762bf742faece4
-----------------------------------------------------------------------
commit 5e6be4ba6cc8191206835877e7886bf0ad82dfbe
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Sep 9 13:39:50 2012 -0600
Simplify innocent/spam button toggling
imp/js/smartmobile.js | 27 ++++++++++++---------------
1 files changed, 12 insertions(+), 15 deletions(-)
http://git.horde.org/horde-git/-/commit/5e6be4ba6cc8191206835877e7886bf0ad82dfbe
-----------------------------------------------------------------------
commit 067f65749341d18c3361911fe49a430c1dfdef6f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Sep 9 13:40:11 2012 -0600
Add innocent button to swipe actions
imp/js/smartmobile.js | 7 ++++++-
imp/templates/smartmobile/mailbox.html.php | 1 +
2 files changed, 7 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/067f65749341d18c3361911fe49a430c1dfdef6f
-----------------------------------------------------------------------
commit 695a0d051458d6be88b383cdf3cdacd60027d89c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Sep 9 13:56:15 2012 -0600
Fix sub-header display
kronolith/themes/default/smartmobile/screen.css | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/695a0d051458d6be88b383cdf3cdacd60027d89c
-----------------------------------------------------------------------
commit 4ae10f831b85a07a416a15da69a99f8085827ee0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Sep 9 13:57:24 2012 -0600
Calendar should be in content div
kronolith/templates/smartmobile/month.html.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/4ae10f831b85a07a416a15da69a99f8085827ee0
-----------------------------------------------------------------------
commit b2b30d28254c766de2ad898e87e47d6f51d13d6f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Sep 9 13:57:34 2012 -0600
Don't use click handler
kronolith/js/smartmobile.js | 60 +++++++++++++-----------
kronolith/templates/smartmobile/day.html.php | 4 +-
kronolith/templates/smartmobile/month.html.php | 4 +-
3 files changed, 36 insertions(+), 32 deletions(-)
http://git.horde.org/horde-git/-/commit/b2b30d28254c766de2ad898e87e47d6f51d13d6f
-----------------------------------------------------------------------
commit 9526e102315a14cac665912a1b3d09e9797cd9a8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Sep 9 14:24:26 2012 -0600
Optimize
framework/Core/js/jquery.mobile/plugins/swipebutton.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/9526e102315a14cac665912a1b3d09e9797cd9a8
-----------------------------------------------------------------------
commit e5a42c62fe44f9c72f57114894608ef8a28c5a73
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Sep 9 14:42:53 2012 -0600
nag smartmobile fixes
No need to constantly recreate listviews - just refresh the existing
widget instead.
Don't use click handler. For one action that requires a click event to
be watched (completion), hijack the click and convert to a pagechange
request instead.
nag/js/smartmobile.js | 120 ++++++++++++++++--------------
nag/templates/smartmobile/lists.html.php | 7 +-
nag/templates/smartmobile/main.html.php | 3 +
3 files changed, 72 insertions(+), 58 deletions(-)
http://git.horde.org/horde-git/-/commit/e5a42c62fe44f9c72f57114894608ef8a28c5a73
More information about the commits
mailing list