[commits] Horde-Hatchery branch master updated. f598cb7fe64854ecadd168416e24aae009d3fa8d

Michael M Slusarz slusarz at horde.org
Wed Dec 16 19:46:23 UTC 2009


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

from: cd3ebe105eb3d77b3c3f845a46554290dfb3eaba

363e51d ViewPort data tweaks.
d672b72 Better distinguish between user data and ViewPort added entries
8eba18b Add ViewPort -> onContentOffset() callback.
0955cf3 Remove this code - it was not eventually needed for the unseen search
71ec768 Fix several typos
d9b273e Loading position fixes.
43c6bd7 More correct, since the second argument to doActionComplete should not be the return from the X-JSON header
a1d6077 ViewPort documentation
b86085e Not needed, since event is fired in _fetchBuffer()
8335130 ContextSensitive events now fired on base element, not document
f598cb7 Add missing var definition

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

commit 363e51d676fcec5aca78696c0b805f1d46ebec7d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Dec 15 23:06:32 2009 -0700

    ViewPort data tweaks.
    
    Send some data only once per mailbox; other data needs to be sent every
    request because the server status may change over the course of the
    session.

 imp/ajax.php                   |    4 +++-
 imp/js/ViewPort.js             |   31 ++++++++++++++++++++-----------
 imp/lib/Views/ListMessages.php |   29 ++++++++++++++++++++---------
 3 files changed, 43 insertions(+), 21 deletions(-)

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=34090faab8c59bf3af4e88cde323f64bd800c839&r2=363e51d676fcec5aca78696c0b805f1d46ebec7d
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=230fbf281f03c4c76d6c6c90220136c287aca973&r2=363e51d676fcec5aca78696c0b805f1d46ebec7d
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=34090faab8c59bf3af4e88cde323f64bd800c839&r2=363e51d676fcec5aca78696c0b805f1d46ebec7d

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

commit d672b72d4b9bbe13d0d623b8080897d2c9e7bdde
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Dec 15 23:39:12 2009 -0700

    Better distinguish between user data and ViewPort added entries

 imp/js/DimpBase.js     |   28 ++++++++++++++--------------
 imp/js/ViewPort.js     |   46 ++++++++++++++++++++++++++--------------------
 imp/js/mailbox-dimp.js |    4 ++--
 3 files changed, 42 insertions(+), 36 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=230fbf281f03c4c76d6c6c90220136c287aca973&r2=d672b72d4b9bbe13d0d623b8080897d2c9e7bdde
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=363e51d676fcec5aca78696c0b805f1d46ebec7d&r2=d672b72d4b9bbe13d0d623b8080897d2c9e7bdde
http://git.horde.org/diff.php/imp/js/mailbox-dimp.js?rt=horde-hatchery&r1=dc5a8295cef78e444355c0eed26bed2ebfd37cbf&r2=d672b72d4b9bbe13d0d623b8080897d2c9e7bdde

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

commit 8eba18b86bba2cb4cb467685642793fd12c36fc7
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 16 00:03:28 2009 -0700

    Add ViewPort -> onContentOffset() callback.
    
    When searching for a row on the initial display, this prevents us from
    having to render the viewport twice - once for the original offset,
    and one for the altered offset.

 imp/js/DimpBase.js |   36 ++++++++++++++++++++++--------------
 imp/js/ViewPort.js |    8 ++++++++
 2 files changed, 30 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=d672b72d4b9bbe13d0d623b8080897d2c9e7bdde&r2=8eba18b86bba2cb4cb467685642793fd12c36fc7
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=d672b72d4b9bbe13d0d623b8080897d2c9e7bdde&r2=8eba18b86bba2cb4cb467685642793fd12c36fc7

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

commit 0955cf35d32d1ae7f068af984b1c03ed2a38beb2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 16 00:24:33 2009 -0700

    Remove this code - it was not eventually needed for the unseen search

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

http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=8eba18b86bba2cb4cb467685642793fd12c36fc7&r2=0955cf35d32d1ae7f068af984b1c03ed2a38beb2

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

commit 71ec768fd57d0649e2e492049acc14e4c5bf9bf1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 16 00:29:33 2009 -0700

    Fix several typos

 imp/templates/index/index-dimp.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=678911093b7752ff4faf8bd70dc96369a68367c9&r2=71ec768fd57d0649e2e492049acc14e4c5bf9bf1

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

commit d9b273ed51b6789c53f6bc5e966650b2b218618a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 16 11:06:53 2009 -0700

    Loading position fixes.
    
    Account for scrollable offsets to positioning.
    Remove document wide cursor setting, since it doesn't really work.

 imp/js/DimpCore.js |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-hatchery&r1=230fbf281f03c4c76d6c6c90220136c287aca973&r2=d9b273ed51b6789c53f6bc5e966650b2b218618a

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

commit 43c6bd768ff51560d3b2cc1b85c3ee033e04e4c6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 16 12:20:45 2009 -0700

    More correct, since the second argument to doActionComplete should not be the return from the X-JSON header

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

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=8eba18b86bba2cb4cb467685642793fd12c36fc7&r2=43c6bd768ff51560d3b2cc1b85c3ee033e04e4c6

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

commit a1d6077fa8ecfb0b8493095a51a875716a39d69a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 16 12:23:14 2009 -0700

    ViewPort documentation

 imp/js/ViewPort.js |   60 ++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 40 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=0955cf35d32d1ae7f068af984b1c03ed2a38beb2&r2=a1d6077fa8ecfb0b8493095a51a875716a39d69a

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

commit b86085e9e0a7981707a3aad2204af3c6c99644d2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 16 12:23:21 2009 -0700

    Not needed, since event is fired in _fetchBuffer()

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

http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=a1d6077fa8ecfb0b8493095a51a875716a39d69a&r2=b86085e9e0a7981707a3aad2204af3c6c99644d2

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

commit 83351301326cd46f44fc5fede3a7102d12027de1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 16 12:38:27 2009 -0700

    ContextSensitive events now fired on base element, not document

 imp/js/ContextSensitive.js |   15 ++++++++-------
 imp/js/DimpBase.js         |    6 +++---
 imp/js/DimpCore.js         |   16 +++++++++-------
 3 files changed, 20 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/imp/js/ContextSensitive.js?rt=horde-hatchery&r1=230fbf281f03c4c76d6c6c90220136c287aca973&r2=83351301326cd46f44fc5fede3a7102d12027de1
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=43c6bd768ff51560d3b2cc1b85c3ee033e04e4c6&r2=83351301326cd46f44fc5fede3a7102d12027de1
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-hatchery&r1=d9b273ed51b6789c53f6bc5e966650b2b218618a&r2=83351301326cd46f44fc5fede3a7102d12027de1

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

commit f598cb7fe64854ecadd168416e24aae009d3fa8d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 16 12:40:38 2009 -0700

    Add missing var definition

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

http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-hatchery&r1=83351301326cd46f44fc5fede3a7102d12027de1&r2=f598cb7fe64854ecadd168416e24aae009d3fa8d




More information about the commits mailing list