[commits] Horde branch develop updated. 282a1c59732774a457b0cfe498f7496a29d254f4
Michael M Slusarz
slusarz at horde.org
Tue Mar 13 05:21:52 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: b5b8e46a8b6ccadab9584c8d53a873088313c282
7ee6ea9 Neglected to remove this code
3214467 Fix element reference
33f8abf combine some statements/ws/style
fd4a503 [mms] Viewing a mailbox in smartmobile mode no longer resets the sortpref preference.
158dc5a Remove unused JS variables in mobile view
bf98eca Remove non-working/commented-out code in mobile.js
fc93efb Only handle draft and seen flags for now
8cbb874 [mms] Cache last seen message in smartmobile view.
869833f parseRangeString has been replaced by toUIDString
0bcbc03 Fix jquery numericSort method
bc87694 Run callback method AFTER tasks are performed
282a1c5 [mms] Add mailbox caching to the smartmobile view.
-----------------------------------------------------------------------
commit 7ee6ea9ccb1d69ac9cbe78a32aa3a4b057ae777d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 12 15:22:30 2012 -0600
Neglected to remove this code
imp/js/dimpbase.js | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/7ee6ea9ccb1d69ac9cbe78a32aa3a4b057ae777d
-----------------------------------------------------------------------
commit 3214467911c2dba4267df25a77ac9671b653c6cf
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 12 18:47:31 2012 -0600
Fix element reference
imp/js/dimpbase.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/3214467911c2dba4267df25a77ac9671b653c6cf
-----------------------------------------------------------------------
commit 33f8abf3399f9ea354c04b640abbf6cb7e2ddfeb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 12 18:50:07 2012 -0600
combine some statements/ws/style
imp/js/mobile.js | 17 +++++++++++------
imp/mobile.php | 17 ++++++-----------
2 files changed, 17 insertions(+), 17 deletions(-)
http://git.horde.org/horde-git/-/commit/33f8abf3399f9ea354c04b640abbf6cb7e2ddfeb
-----------------------------------------------------------------------
commit fd4a503903a1fed82a5ffb82fd7dfccca068af73
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 12 19:06:26 2012 -0600
[mms] Viewing a mailbox in smartmobile mode no longer resets the sortpref preference.
imp/docs/CHANGES | 2 +
imp/js/mobile.js | 6 +--
imp/lib/Application.php | 1 +
imp/lib/Factory/PrefsSort.php | 46 +++++++++++++++++++++++++++
imp/lib/Prefs/Sort/Mobile.php | 69 +++++++++++++++++++++++++++++++++++++++++
imp/package.xml | 1 +
6 files changed, 121 insertions(+), 4 deletions(-)
create mode 100644 imp/lib/Factory/PrefsSort.php
create mode 100644 imp/lib/Prefs/Sort/Mobile.php
http://git.horde.org/horde-git/-/commit/fd4a503903a1fed82a5ffb82fd7dfccca068af73
-----------------------------------------------------------------------
commit 158dc5af6cfa6bcd7d9a8ed04dcf81670b636359
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 12 19:06:59 2012 -0600
Remove unused JS variables in mobile view
imp/templates/mobile/javascript_defs.php | 67 ++++--------------------------
1 files changed, 9 insertions(+), 58 deletions(-)
http://git.horde.org/horde-git/-/commit/158dc5af6cfa6bcd7d9a8ed04dcf81670b636359
-----------------------------------------------------------------------
commit bf98eca7428ae0cc809b726dff3bfb1f855832d3
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 12 19:12:43 2012 -0600
Remove non-working/commented-out code in mobile.js
Keep payload as small as possible, and some of the original dynamic view
code is no longer viable anyway.
imp/js/mobile.js | 68 +-----------------------------------------------------
1 files changed, 1 insertions(+), 67 deletions(-)
http://git.horde.org/horde-git/-/commit/bf98eca7428ae0cc809b726dff3bfb1f855832d3
-----------------------------------------------------------------------
commit fc93efb69ae87976e9f791a671aeeb1d231f6ac0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 12 19:27:27 2012 -0600
Only handle draft and seen flags for now
Don't add other flags to page; it's just wasting time for nothing (and
non-IMAP flags aren't even being added correctly anyway).
imp/js/mobile.js | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/fc93efb69ae87976e9f791a671aeeb1d231f6ac0
-----------------------------------------------------------------------
commit 8cbb8746137d505329074dc934255dcfc215c25e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 12 21:30:51 2012 -0600
[mms] Cache last seen message in smartmobile view.
We already have the data, since we don't clear the message page when
switching to mailbox, so this caching is essentially free.
imp/docs/CHANGES | 1 +
imp/js/mobile.js | 9 +++++++++
imp/package.xml | 1 +
3 files changed, 11 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/8cbb8746137d505329074dc934255dcfc215c25e
-----------------------------------------------------------------------
commit 869833f6a6344e8e9cb22cf93ae473d8c13375c6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 12 21:59:09 2012 -0600
parseRangeString has been replaced by toUIDString
imp/js/mobile.js | 36 +-----------------------------------
1 files changed, 1 insertions(+), 35 deletions(-)
http://git.horde.org/horde-git/-/commit/869833f6a6344e8e9cb22cf93ae473d8c13375c6
-----------------------------------------------------------------------
commit 0bcbc03439bcb95262e204dba3c34b8ba4d83460
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 12 23:07:06 2012 -0600
Fix jquery numericSort method
horde/js/horde-jquery.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/0bcbc03439bcb95262e204dba3c34b8ba4d83460
-----------------------------------------------------------------------
commit bc87694fc815b489a70efdaa1b063347b3ece912
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 12 23:07:37 2012 -0600
Run callback method AFTER tasks are performed
Since the callback may do things like switch pages, it should only be
run once it is ensured that all data has been updated for this request.
framework/Core/js/hordecore.js | 16 ++++++++--------
horde/js/mobile.js | 12 ++++++------
2 files changed, 14 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/bc87694fc815b489a70efdaa1b063347b3ece912
-----------------------------------------------------------------------
commit 282a1c59732774a457b0cfe498f7496a29d254f4
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 12 23:08:38 2012 -0600
[mms] Add mailbox caching to the smartmobile view.
imp/docs/CHANGES | 1 +
imp/js/mobile.js | 285 +++++++++++++++++++++++++++++++++++-------------------
imp/package.xml | 1 +
3 files changed, 188 insertions(+), 99 deletions(-)
http://git.horde.org/horde-git/-/commit/282a1c59732774a457b0cfe498f7496a29d254f4
More information about the commits
mailing list