[commits] Horde branch master updated. 6f3343a6300c20fd2b5f7614ab015593d2731636

Michael Rubinsky mike at theupstairsroom.com
Sat Jul 3 00:14:23 UTC 2010


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

from: e0ed512d9801c344849d35dfbd91272b72245141

27990d3 Can not use pages in this type of client since there have likely been more *recent* tweets added.
dc2c41f Implement ajax refreshing of the twitter stream.
6f3343a caching the twitter api requests cause some strange side effects, disable it for now.

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

commit 27990d394feebdca4a51e5aa82ddffa4380ef302
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 2 19:43:50 2010 -0400

    Can not use pages in this type of client since there have likely been more *recent* tweets added.
    
    Need to remember the oldest and newest tweet ids ourselves and do our own paging.

 horde/js/twitterclient.js            |   81 ++++++++++++++++++++++++++++------
 horde/lib/Block/twitter_timeline.php |    2 +-
 horde/services/twitter.php           |   20 ++++++++-
 3 files changed, 86 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/horde/js/twitterclient.js?rt=horde-git&r1=814018ccddfbb77ed98f18513cac2312c25b15a5&r2=27990d394feebdca4a51e5aa82ddffa4380ef302
http://git.horde.org/diff.php/horde/lib/Block/twitter_timeline.php?rt=horde-git&r1=2d584e587f59f1bd3e14ebb044c4dff0d64d2ac6&r2=27990d394feebdca4a51e5aa82ddffa4380ef302
http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=e0ed512d9801c344849d35dfbd91272b72245141&r2=27990d394feebdca4a51e5aa82ddffa4380ef302

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

commit dc2c41f40942fa286d6eec13fa10adf58d3f92ff
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 2 20:12:39 2010 -0400

    Implement ajax refreshing of the twitter stream.

 horde/js/twitterclient.js            |   13 +++++++++----
 horde/lib/Block/twitter_timeline.php |   15 ++++++++++-----
 2 files changed, 19 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/horde/js/twitterclient.js?rt=horde-git&r1=27990d394feebdca4a51e5aa82ddffa4380ef302&r2=dc2c41f40942fa286d6eec13fa10adf58d3f92ff
http://git.horde.org/diff.php/horde/lib/Block/twitter_timeline.php?rt=horde-git&r1=27990d394feebdca4a51e5aa82ddffa4380ef302&r2=dc2c41f40942fa286d6eec13fa10adf58d3f92ff

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

commit 6f3343a6300c20fd2b5f7614ab015593d2731636
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 2 20:13:10 2010 -0400

    caching the twitter api requests cause some strange side effects, disable it for now.
    
    Caching the stream can result in newer tweets, that may have appeared in the stream due to the ajax updates,
    from NOT being shown when the entire page is reloaded.

 framework/Core/lib/Horde/Core/Binder/Twitter.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Twitter.php?rt=horde-git&r1=b68535a7029462092807ff694d46830f1cb3e8e6&r2=6f3343a6300c20fd2b5f7614ab015593d2731636




More information about the commits mailing list