[commits] Horde branch master updated. 5fd9505c1780f6a5c86b600339a0ace448ea66de

Michael M Slusarz slusarz at horde.org
Mon Feb 1 07:21:38 UTC 2010


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

from: 19e297b60a4724b53866b555fd021c5f6f7e501f

1d6a565 optimizations
e64d449 phpdoc
2b94e50 Add ability to disable server capabilities.
3d3f015 2nd argument must be an array
41aadf9 Add doc blurb about caching/CONDSTORE/QRESYNC
e7df7cf Add compression stats to imap cache query script
de91a5b Add 'updatecacheid' ViewPort return value
ea2dada FlagMessages action now catches mailbox changes and updates cacheid only if browser cache is up-to-date
ab8eec4 Need to update cacheid in ShowPreview return if mailbox hasn't changed but message was previously marked as unseen
5fd9505 phpdoc/tweaks for _generateDeleteResult()

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

commit 1d6a565f9e48ff5fb40b6ff78b56397f4c246131
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Jan 31 22:18:08 2010 -0700

    optimizations

 imp/lib/Ajax/Application.php |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=5a2b873ddbdb2388f3062868ca01d0a1eca562ca&r2=1d6a565f9e48ff5fb40b6ff78b56397f4c246131

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

commit e64d4495d8a066de1ffaa661ee49e493e2c18775
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Jan 31 22:44:30 2010 -0700

    phpdoc

 framework/Imap_Client/lib/Horde/Imap/Client.php |  103 ++++++++++++-----------
 1 files changed, 52 insertions(+), 51 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client.php?rt=horde-git&r1=5b5c67c9ce65c3d7978ab8c29627b8383d7d8fb2&r2=e64d4495d8a066de1ffaa661ee49e493e2c18775

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

commit 2b94e501f39024682944dcdc7f3e439c02ba22de
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Jan 31 22:55:40 2010 -0700

    Add ability to disable server capabilities.

 framework/Imap_Client/lib/Horde/Imap/Client.php      |    3 +++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |    4 ++++
 framework/Imap_Client/package.xml                    |    3 ++-
 imp/config/servers.php.dist                          |    8 ++++++++
 imp/lib/Imap.php                                     |    1 +
 5 files changed, 18 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client.php?rt=horde-git&r1=e64d4495d8a066de1ffaa661ee49e493e2c18775&r2=2b94e501f39024682944dcdc7f3e439c02ba22de
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=19e297b60a4724b53866b555fd021c5f6f7e501f&r2=2b94e501f39024682944dcdc7f3e439c02ba22de
http://git.horde.org/diff.php/framework/Imap_Client/package.xml?rt=horde-git&r1=19e297b60a4724b53866b555fd021c5f6f7e501f&r2=2b94e501f39024682944dcdc7f3e439c02ba22de
http://git.horde.org/diff.php/imp/config/servers.php.dist?rt=horde-git&r1=cde8827eafea3e0308c342936f55a896975566ad&r2=2b94e501f39024682944dcdc7f3e439c02ba22de
http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-git&r1=63ef6bdb8366f8f3601d514cacf3c0d5fbd80c5e&r2=2b94e501f39024682944dcdc7f3e439c02ba22de

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

commit 3d3f0157a4996a1a36afcfd2411c377b53f81c16
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Jan 31 23:08:25 2010 -0700

    2nd argument must be an array

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php  |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Cache.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=2b94e501f39024682944dcdc7f3e439c02ba22de&r2=3d3f0157a4996a1a36afcfd2411c377b53f81c16
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cache.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=3d3f0157a4996a1a36afcfd2411c377b53f81c16

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

commit 41aadf9345ecf936499eaae2d6849d0075b62304
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Jan 31 23:19:47 2010 -0700

    Add doc blurb about caching/CONDSTORE/QRESYNC

 imp/config/servers.php.dist |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/config/servers.php.dist?rt=horde-git&r1=2b94e501f39024682944dcdc7f3e439c02ba22de&r2=41aadf9345ecf936499eaae2d6849d0075b62304

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

commit e7df7cf3835478d5825742f8a932fb8d9e8ce292
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Jan 31 23:34:25 2010 -0700

    Add compression stats to imap cache query script

 imp/scripts/query-imap-cache.php |   31 +++++++++++++++++++++++++++----
 1 files changed, 27 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/scripts/query-imap-cache.php?rt=horde-git&r1=be9d0a1028017b8bca014ab8ffd62ad4d5c64d59&r2=e7df7cf3835478d5825742f8a932fb8d9e8ce292

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

commit de91a5b448b503fde0e7fc3b66aeb9a6d017d762
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Jan 31 23:54:46 2010 -0700

    Add 'updatecacheid' ViewPort return value

 imp/js/DimpBase.js           |    3 +--
 imp/js/ViewPort.js           |   13 +++++++------
 imp/lib/Ajax/Application.php |   10 ++++++++--
 3 files changed, 16 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=8f112a693009b7e6fccf4a60f7ad022a0376892f&r2=de91a5b448b503fde0e7fc3b66aeb9a6d017d762
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-git&r1=1ceacd58cf6a9caedf1eff4bb23221a1bb6e1963&r2=de91a5b448b503fde0e7fc3b66aeb9a6d017d762
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=1d6a565f9e48ff5fb40b6ff78b56397f4c246131&r2=de91a5b448b503fde0e7fc3b66aeb9a6d017d762

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

commit ea2dadac3efe30814560208a0bb002d76b7a21e6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Jan 31 23:56:44 2010 -0700

    FlagMessages action now catches mailbox changes and updates cacheid only if browser cache is up-to-date

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

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=de91a5b448b503fde0e7fc3b66aeb9a6d017d762&r2=ea2dadac3efe30814560208a0bb002d76b7a21e6
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=de91a5b448b503fde0e7fc3b66aeb9a6d017d762&r2=ea2dadac3efe30814560208a0bb002d76b7a21e6

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

commit ab8eec41db125888950254e57f27248bf9f76339
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 1 00:10:50 2010 -0700

    Need to update cacheid in ShowPreview return if mailbox hasn't changed but message was previously marked as unseen

 imp/js/DimpBase.js           |    4 ++--
 imp/lib/Ajax/Application.php |   27 ++++++++++++++++++++++-----
 2 files changed, 24 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=ea2dadac3efe30814560208a0bb002d76b7a21e6&r2=ab8eec41db125888950254e57f27248bf9f76339
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=ea2dadac3efe30814560208a0bb002d76b7a21e6&r2=ab8eec41db125888950254e57f27248bf9f76339

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

commit 5fd9505c1780f6a5c86b600339a0ace448ea66de
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 1 00:16:52 2010 -0700

    phpdoc/tweaks for _generateDeleteResult()

 imp/js/DimpBase.js           |    2 +-
 imp/lib/Ajax/Application.php |   11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=ab8eec41db125888950254e57f27248bf9f76339&r2=5fd9505c1780f6a5c86b600339a0ace448ea66de
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=ab8eec41db125888950254e57f27248bf9f76339&r2=5fd9505c1780f6a5c86b600339a0ace448ea66de




More information about the commits mailing list