[commits] Horde branch develop updated. f2457ad6e9b5aab7d6e81eb28283767a55c6144b

Michael M Slusarz slusarz at horde.org
Tue May 8 07:26:42 UTC 2012


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

from: 337d928510da82d19f2109f1cd912a61ad8e3333

5a90f1f Abstract message log information to an AJAX task
1e7325e Not needed
64312b9 Use 'set' instead of 'update'
e7f432e Add Douglas Crockford's public domain JSON parser
9779b6a Namespace browser->server viewport requests
515a991 Using JS notation when we actually need PHP
267a117 Simplify
f2457ad Optimize message pre-fetching

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

commit 5a90f1fd0c648943ac0f9948cea758e2d27edbca
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 7 22:37:11 2012 -0600

    Abstract message log information to an AJAX task

 imp/js/compose-dimp.js       |   23 +++++--------------
 imp/js/dimpbase.js           |   44 +++++++++++++------------------------
 imp/js/dimpcore.js           |   21 +++++++++++++----
 imp/js/message-dimp.js       |    7 +----
 imp/lib/Ajax/Application.php |   29 +++---------------------
 imp/lib/Ajax/Queue.php       |   49 ++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 93 insertions(+), 80 deletions(-)

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

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

commit 1e7325ed9e06d5b4cf62804b4f4ca27fa95a872b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 7 22:54:00 2012 -0600

    Not needed

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

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

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

commit 64312b93db386b7c6bd5a1a82c6c6a4dd4a7ad51
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 7 23:00:17 2012 -0600

    Use 'set' instead of 'update'

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

http://git.horde.org/horde-git/-/commit/64312b93db386b7c6bd5a1a82c6c6a4dd4a7ad51

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

commit e7f432e21a574210f1e62796884622c77b18e519
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 7 23:55:42 2012 -0600

    Add Douglas Crockford's public domain JSON parser
    
    Incredibly, jQuery does not provide JSON conversion utilities, so this
    is needed to replicate prototypejs' functionality.

 horde/js/json2.js |  340 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 340 insertions(+), 0 deletions(-)
 create mode 100644 horde/js/json2.js

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

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

commit 9779b6a3a7daa50294f7aee30dc39402efd0490e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 7 23:17:22 2012 -0600

    Namespace browser->server viewport requests

 imp/js/dimpbase.js           |   36 ++++++++++++++------
 imp/js/smartmobile.js        |   28 ++++++++++------
 imp/js/viewport.js           |   13 ++++---
 imp/lib/Ajax/Application.php |   72 +++++++++++++++++++++++++++++-------------
 imp/smartmobile.php          |    2 +
 5 files changed, 101 insertions(+), 50 deletions(-)

http://git.horde.org/horde-git/-/commit/9779b6a3a7daa50294f7aee30dc39402efd0490e

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

commit 515a991904e2e549ed5dbc65aaaae13b3c579b84
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 8 00:13:07 2012 -0600

    Using JS notation when we actually need PHP

 imp/lib/Mailbox.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/515a991904e2e549ed5dbc65aaaae13b3c579b84

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

commit 267a117044a8d3bee8361949f4b0db06f6edb5fe
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 8 00:20:42 2012 -0600

    Simplify

 imp/lib/Mime/Viewer/Html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/267a117044a8d3bee8361949f4b0db06f6edb5fe

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

commit f2457ad6e9b5aab7d6e81eb28283767a55c6144b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 8 01:22:39 2012 -0600

    Optimize message pre-fetching
    
    Never send a separate AJAX request; instead, piggyback onto a
    showMessage or flag request.

 imp/js/dimpbase.js           |   75 +++++++++++++++++++++++------------------
 imp/lib/Ajax/Application.php |   11 ++++++
 2 files changed, 53 insertions(+), 33 deletions(-)

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




More information about the commits mailing list