[commits] Horde branch master updated. 746fd8a136b2d33195b65baff5d31b41e0f747d9

Michael M Slusarz slusarz at horde.org
Mon Oct 4 20:20:03 UTC 2010


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

from: 8093932637eef9fdbb299b76c8d3057536eb8001

f3643db Srchighlite is no more
aed51ad Fix @see phpdoc tags
b560a1f Add option to transparently compress cache data using lzf.
b398b6a This parameter doesn't exist anymore
fd52519 Use transparent cache compression
f3a6dc0 Fix Horde_Cache_Session creation.
4cba931 Remove unneeded IMP_Compose binder
1bb7362 Remove unneeded IMP_Contents binder
800cad7 Ignore vim temp files.
1121fb4 Remove unneeded IMP_Imap binder
7be1925 Remove unneeded IMP_Mime_Viewer binder
e8acab9 Variable not used
746fd8a Fix variable names

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

commit f3643dbc7a09e41f6578a507ade02e9b8b0e2aea
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sun Oct 3 16:45:35 2010 -0600

    Srchighlite is no more

 horde/docs/UPGRADING |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/docs/UPGRADING?rt=horde-git&r1=2db9b8c2c5e8b20ec118b892fdcde8302dac9a1f&r2=f3643dbc7a09e41f6578a507ade02e9b8b0e2aea

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

commit aed51adef80cc9633881927fb11e0fc9e51588ea
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 4 12:29:37 2010 -0600

    Fix @see phpdoc tags

 imp/lib/Indices.php                |    2 +-
 imp/lib/Mailbox/List/Track.php     |    2 +-
 imp/lib/Prefs/Identity.php         |    6 +++---
 imp/lib/Search/Filter.php          |    2 +-
 imp/lib/Search/Filter/Builtin.php  |    2 +-
 imp/lib/Search/Vfolder/Builtin.php |    2 +-
 imp/lib/Search/Vfolder/Vinbox.php  |    2 +-
 imp/lib/Search/Vfolder/Vtrash.php  |    2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/imp/lib/Indices.php?rt=horde-git&r1=92dd1eb28d591865518ac5e9a8016029f1487d94&r2=aed51adef80cc9633881927fb11e0fc9e51588ea
http://git.horde.org/diff.php/imp/lib/Mailbox/List/Track.php?rt=horde-git&r1=92dd1eb28d591865518ac5e9a8016029f1487d94&r2=aed51adef80cc9633881927fb11e0fc9e51588ea
http://git.horde.org/diff.php/imp/lib/Prefs/Identity.php?rt=horde-git&r1=9a22890d7257cd8934200f7c7154959392dcaaa0&r2=aed51adef80cc9633881927fb11e0fc9e51588ea
http://git.horde.org/diff.php/imp/lib/Search/Filter.php?rt=horde-git&r1=5cf6024e5df05a355d3a53ab46486da04faeb27e&r2=aed51adef80cc9633881927fb11e0fc9e51588ea
http://git.horde.org/diff.php/imp/lib/Search/Filter/Builtin.php?rt=horde-git&r1=c32f06fea763374b5ce749d3f97cbd1d49427253&r2=aed51adef80cc9633881927fb11e0fc9e51588ea
http://git.horde.org/diff.php/imp/lib/Search/Vfolder/Builtin.php?rt=horde-git&r1=c32f06fea763374b5ce749d3f97cbd1d49427253&r2=aed51adef80cc9633881927fb11e0fc9e51588ea
http://git.horde.org/diff.php/imp/lib/Search/Vfolder/Vinbox.php?rt=horde-git&r1=c32f06fea763374b5ce749d3f97cbd1d49427253&r2=aed51adef80cc9633881927fb11e0fc9e51588ea
http://git.horde.org/diff.php/imp/lib/Search/Vfolder/Vtrash.php?rt=horde-git&r1=c32f06fea763374b5ce749d3f97cbd1d49427253&r2=aed51adef80cc9633881927fb11e0fc9e51588ea

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

commit b560a1fecfa8994f68a65a5dabd0291dd345e170
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 4 12:51:23 2010 -0600

    Add option to transparently compress cache data using lzf.

 framework/Cache/lib/Horde/Cache.php              |   47 +++++++++++++++++++--
 framework/Cache/lib/Horde/Cache/Apc.php          |   24 ++---------
 framework/Cache/lib/Horde/Cache/Eaccelerator.php |   22 ++--------
 framework/Cache/lib/Horde/Cache/Exception.php    |    6 +--
 framework/Cache/lib/Horde/Cache/File.php         |   43 +++++---------------
 framework/Cache/lib/Horde/Cache/Memcache.php     |   23 +---------
 framework/Cache/lib/Horde/Cache/Mock.php         |   25 ++---------
 framework/Cache/lib/Horde/Cache/Null.php         |   22 +---------
 framework/Cache/lib/Horde/Cache/Session.php      |   30 +++-----------
 framework/Cache/lib/Horde/Cache/Sql.php          |   24 +----------
 framework/Cache/lib/Horde/Cache/Stack.php        |   30 ++-----------
 framework/Cache/lib/Horde/Cache/Xcache.php       |   21 +--------
 framework/Cache/package.xml                      |    8 +++-
 13 files changed, 97 insertions(+), 228 deletions(-)

http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache.php?rt=horde-git&r1=30684fe5577cf38ea3304004c068034b89ea4470&r2=b560a1fecfa8994f68a65a5dabd0291dd345e170
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Apc.php?rt=horde-git&r1=30684fe5577cf38ea3304004c068034b89ea4470&r2=b560a1fecfa8994f68a65a5dabd0291dd345e170
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Eaccelerator.php?rt=horde-git&r1=30684fe5577cf38ea3304004c068034b89ea4470&r2=b560a1fecfa8994f68a65a5dabd0291dd345e170
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Exception.php?rt=horde-git&r1=40e6e5beecbd4b69b590afaecbde1adf662ea3dc&r2=b560a1fecfa8994f68a65a5dabd0291dd345e170
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/File.php?rt=horde-git&r1=30684fe5577cf38ea3304004c068034b89ea4470&r2=b560a1fecfa8994f68a65a5dabd0291dd345e170
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Memcache.php?rt=horde-git&r1=30684fe5577cf38ea3304004c068034b89ea4470&r2=b560a1fecfa8994f68a65a5dabd0291dd345e170
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Mock.php?rt=horde-git&r1=30684fe5577cf38ea3304004c068034b89ea4470&r2=b560a1fecfa8994f68a65a5dabd0291dd345e170
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Null.php?rt=horde-git&r1=30684fe5577cf38ea3304004c068034b89ea4470&r2=b560a1fecfa8994f68a65a5dabd0291dd345e170
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Session.php?rt=horde-git&r1=30684fe5577cf38ea3304004c068034b89ea4470&r2=b560a1fecfa8994f68a65a5dabd0291dd345e170
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Sql.php?rt=horde-git&r1=c5626b8713d562b24f7aedd8a1aebbfc4eba37f0&r2=b560a1fecfa8994f68a65a5dabd0291dd345e170
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Stack.php?rt=horde-git&r1=30684fe5577cf38ea3304004c068034b89ea4470&r2=b560a1fecfa8994f68a65a5dabd0291dd345e170
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Xcache.php?rt=horde-git&r1=30684fe5577cf38ea3304004c068034b89ea4470&r2=b560a1fecfa8994f68a65a5dabd0291dd345e170
http://git.horde.org/diff.php/framework/Cache/package.xml?rt=horde-git&r1=30684fe5577cf38ea3304004c068034b89ea4470&r2=b560a1fecfa8994f68a65a5dabd0291dd345e170

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

commit b398b6a38e650e23a6f3216681d2c1496e7d4010
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 4 12:55:36 2010 -0600

    This parameter doesn't exist anymore

 framework/Core/lib/Horde/Core/Factory/Cache.php |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Cache.php?rt=horde-git&r1=977fd946c0bdd2802e23be274d0e7470b15f4e61&r2=b398b6a38e650e23a6f3216681d2c1496e7d4010

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

commit fd52519fbb69d8fd71d4620ab92854869195a55d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 4 12:55:52 2010 -0600

    Use transparent cache compression

 framework/Imap_Client/lib/Horde/Imap/Client.php       |   10 +--
 framework/Imap_Client/lib/Horde/Imap/Client/Cache.php |   59 +++-------------
 framework/Imap_Client/package.xml                     |    4 -
 horde/config/conf.xml                                 |    2 +
 imp/config/backends.php.dist                          |   11 ---
 imp/lib/Imap.php                                      |    1 -
 imp/scripts/query-imap-cache.php                      |   24 +++----
 7 files changed, 26 insertions(+), 85 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client.php?rt=horde-git&r1=9876a4174fc6c443c964dcc167a2b6746791639f&r2=fd52519fbb69d8fd71d4620ab92854869195a55d
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cache.php?rt=horde-git&r1=bf7f62efcc6ed5f62bca1464fc0452f8d9e65b0e&r2=fd52519fbb69d8fd71d4620ab92854869195a55d
http://git.horde.org/diff.php/framework/Imap_Client/package.xml?rt=horde-git&r1=9876a4174fc6c443c964dcc167a2b6746791639f&r2=fd52519fbb69d8fd71d4620ab92854869195a55d
http://git.horde.org/diff.php/horde/config/conf.xml?rt=horde-git&r1=2db9b8c2c5e8b20ec118b892fdcde8302dac9a1f&r2=fd52519fbb69d8fd71d4620ab92854869195a55d
http://git.horde.org/diff.php/imp/config/backends.php.dist?rt=horde-git&r1=f936ec44d0a4fce5b5a5b999abeed841957d14d3&r2=fd52519fbb69d8fd71d4620ab92854869195a55d
http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-git&r1=f936ec44d0a4fce5b5a5b999abeed841957d14d3&r2=fd52519fbb69d8fd71d4620ab92854869195a55d
http://git.horde.org/diff.php/imp/scripts/query-imap-cache.php?rt=horde-git&r1=0de85497ada04a9cb952d727e4cc4f657fc0e6b9&r2=fd52519fbb69d8fd71d4620ab92854869195a55d

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

commit f3a6dc0c929f22a19ae083e1a2a9a078cf0349e3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 4 13:09:30 2010 -0600

    Fix Horde_Cache_Session creation.
    
    Not sure how else to do this, but with the recent compress config option
    added to horde/Cache, this is the only way to pickup this option. Also,
    this was broken since theoretically use_memorycache could have been set
    to true but creating Horde_Cache_Session this way would not have honored
    that config setting.

 framework/Core/lib/Horde/Core/Factory/Cache.php |   21 +++++++++++++++++++++
 framework/Core/lib/Horde/Registry.php           |    4 ++++
 2 files changed, 25 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Cache.php?rt=horde-git&r1=b398b6a38e650e23a6f3216681d2c1496e7d4010&r2=f3a6dc0c929f22a19ae083e1a2a9a078cf0349e3
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=8093932637eef9fdbb299b76c8d3057536eb8001&r2=f3a6dc0c929f22a19ae083e1a2a9a078cf0349e3

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

commit 4cba931280dddddf4497b0b94fa0d6a66cdea315
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 4 13:24:03 2010 -0600

    Remove unneeded IMP_Compose binder

 imp/compose-dimp.php                 |    2 +-
 imp/compose-mimp.php                 |    2 +-
 imp/compose.php                      |    2 +-
 imp/lib/Ajax/Application.php         |   14 +++++++-------
 imp/lib/Application.php              |    5 ++---
 imp/lib/Auth.php                     |    2 +-
 imp/lib/Injector/Binder/Compose.php  |   31 -------------------------------
 imp/lib/Injector/Factory/Compose.php |    6 +++---
 imp/lib/Spam.php                     |    2 +-
 imp/lib/Views/Compose.php            |    2 +-
 imp/view.php                         |    2 +-
 11 files changed, 19 insertions(+), 51 deletions(-)
 delete mode 100644 imp/lib/Injector/Binder/Compose.php

http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=ce50d85f06abba483246630ba364630c3bb19385&r2=4cba931280dddddf4497b0b94fa0d6a66cdea315
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=4cba931280dddddf4497b0b94fa0d6a66cdea315
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=4cba931280dddddf4497b0b94fa0d6a66cdea315
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=4cba931280dddddf4497b0b94fa0d6a66cdea315
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=4cba931280dddddf4497b0b94fa0d6a66cdea315
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=b924f983cfbc1accf3edebd15c8b2e7e4fd3fae5&r2=4cba931280dddddf4497b0b94fa0d6a66cdea315
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Compose.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=4cba931280dddddf4497b0b94fa0d6a66cdea315
http://git.horde.org/diff.php/imp/lib/Injector/Factory/Compose.php?rt=horde-git&r1=084ea89feb94f9aece305ae7f69f9ca61825b15a&r2=4cba931280dddddf4497b0b94fa0d6a66cdea315
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=4cba931280dddddf4497b0b94fa0d6a66cdea315
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=4cba931280dddddf4497b0b94fa0d6a66cdea315
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=fc55d6178d33ca825f59a1a2eba44c8c7daa6019&r2=4cba931280dddddf4497b0b94fa0d6a66cdea315

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

commit 1bb736257b203c2348525be5c8b0efdcb5e3e341
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 4 13:35:16 2010 -0600

    Remove unneeded IMP_Contents binder

 imp/lib/Ajax/Application.php          |    2 +-
 imp/lib/Application.php               |    1 -
 imp/lib/Compose.php                   |    8 ++++----
 imp/lib/Filter.php                    |    2 +-
 imp/lib/Injector/Binder/Contents.php  |   31 -------------------------------
 imp/lib/Injector/Factory/Contents.php |   19 +------------------
 imp/lib/Mailbox/List.php              |    2 +-
 imp/lib/Message.php                   |    4 ++--
 imp/lib/Mime/Viewer/Partial.php       |    2 +-
 imp/lib/Spam.php                      |    2 +-
 imp/lib/Ui/Compose.php                |    2 +-
 imp/lib/Views/ShowMessage.php         |    2 +-
 imp/message-mimp.php                  |    2 +-
 imp/message.php                       |    2 +-
 imp/pgp.php                           |    2 +-
 imp/saveimage.php                     |    2 +-
 imp/smime.php                         |    2 +-
 imp/thread.php                        |    2 +-
 imp/view.php                          |    2 +-
 19 files changed, 21 insertions(+), 70 deletions(-)
 delete mode 100644 imp/lib/Injector/Binder/Contents.php

http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=4cba931280dddddf4497b0b94fa0d6a66cdea315&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=4cba931280dddddf4497b0b94fa0d6a66cdea315&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=fc55d6178d33ca825f59a1a2eba44c8c7daa6019&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/lib/Filter.php?rt=horde-git&r1=0b933ffd4447d918f445484d43a70d70ff25bc27&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Contents.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/lib/Injector/Factory/Contents.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/lib/Mailbox/List.php?rt=horde-git&r1=bde869585d03b26a41016f1edb934dc3d590f8bf&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Partial.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=4cba931280dddddf4497b0b94fa0d6a66cdea315&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-git&r1=ada336bdf4ad7e198575ee656c1d72016ffbef9b&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/smime.php?rt=horde-git&r1=ada336bdf4ad7e198575ee656c1d72016ffbef9b&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341
http://git.horde.org/diff.php/imp/view.php?rt=horde-git&r1=4cba931280dddddf4497b0b94fa0d6a66cdea315&r2=1bb736257b203c2348525be5c8b0efdcb5e3e341

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

commit 800cad775971245f73f4e70ea4c6abc5b054b062
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 4 13:31:42 2010 -0600

    Ignore vim temp files.

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/.gitignore?rt=horde-git&r1=c48e1a2dda9cb1e587fc7f21bb6c58e3fb71cb96&r2=800cad775971245f73f4e70ea4c6abc5b054b062

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

commit 1121fb4fdde21774156cca072cbce4f6aac49313
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 4 13:45:45 2010 -0600

    Remove unneeded IMP_Imap binder

 imp/compose-mimp.php                              |    2 +-
 imp/compose.php                                   |    2 +-
 imp/folders.php                                   |    6 ++--
 imp/lib/Ajax/Application.php                      |   10 +++---
 imp/lib/Api.php                                   |    4 +-
 imp/lib/Application.php                           |    3 +-
 imp/lib/Auth.php                                  |   10 +++---
 imp/lib/Block/Newmail.php                         |    2 +-
 imp/lib/Compose.php                               |   14 +++++-----
 imp/lib/Contents.php                              |   10 +++---
 imp/lib/Filter.php                                |    2 +-
 imp/lib/Folder.php                                |   18 ++++++------
 imp/lib/IMP.php                                   |    4 +-
 imp/lib/Imap/Acl.php                              |    8 +++---
 imp/lib/Imap/Flags.php                            |    4 +-
 imp/lib/Imap/Tree.php                             |   10 +++---
 imp/lib/Imap/Tree/Element.php                     |    2 +-
 imp/lib/Indices.php                               |    4 +-
 imp/lib/Injector/Binder/Imap.php                  |   31 ---------------------
 imp/lib/Injector/Binder/Mail.php                  |    2 +-
 imp/lib/Injector/Binder/Quota.php                 |    4 +-
 imp/lib/Injector/Factory/Imap.php                 |   21 +-------------
 imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php |    2 +-
 imp/lib/Mailbox/List.php                          |   12 ++++----
 imp/lib/Message.php                               |   16 +++++-----
 imp/lib/Notification/Handler/Decorator/Imap.php   |    2 +-
 imp/lib/Prefs/Ui.php                              |    6 ++--
 imp/lib/Search.php                                |    2 +-
 imp/lib/Spam.php                                  |    2 +-
 imp/lib/Ui/Block.php                              |    2 +-
 imp/lib/Ui/Message.php                            |    2 +-
 imp/lib/Views/ListMessages.php                    |    2 +-
 imp/lib/Views/ShowMessage.php                     |    2 +-
 imp/mailbox-mimp.php                              |    2 +-
 imp/mailbox.php                                   |    2 +-
 imp/message-dimp.php                              |    2 +-
 imp/message-mimp.php                              |    6 ++--
 imp/message.php                                   |    8 +++---
 imp/scripts/query-imap-cache.php                  |    2 +-
 imp/thread.php                                    |    2 +-
 40 files changed, 99 insertions(+), 148 deletions(-)
 delete mode 100644 imp/lib/Injector/Binder/Imap.php

http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=4cba931280dddddf4497b0b94fa0d6a66cdea315&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=4cba931280dddddf4497b0b94fa0d6a66cdea315&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=fc55d6178d33ca825f59a1a2eba44c8c7daa6019&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=1bb736257b203c2348525be5c8b0efdcb5e3e341&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Api.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=1bb736257b203c2348525be5c8b0efdcb5e3e341&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=4cba931280dddddf4497b0b94fa0d6a66cdea315&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Block/Newmail.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=1bb736257b203c2348525be5c8b0efdcb5e3e341&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=fc55d6178d33ca825f59a1a2eba44c8c7daa6019&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Filter.php?rt=horde-git&r1=1bb736257b203c2348525be5c8b0efdcb5e3e341&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Folder.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=fc55d6178d33ca825f59a1a2eba44c8c7daa6019&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Imap/Acl.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Imap/Flags.php?rt=horde-git&r1=fc55d6178d33ca825f59a1a2eba44c8c7daa6019&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=3e17c2bde9070bf8b237962fbb2f6e42789d6de6&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Imap/Tree/Element.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Indices.php?rt=horde-git&r1=aed51adef80cc9633881927fb11e0fc9e51588ea&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Imap.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Mail.php?rt=horde-git&r1=251fdaa7a63528d0de7301c00a94138780bfda03&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Quota.php?rt=horde-git&r1=ede7911f9ad2e44cb6ce307cc4b8ebad12304a18&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Injector/Factory/Imap.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php?rt=horde-git&r1=4348a533d96ff56070c182ecd0f67a7af863f25a&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Mailbox/List.php?rt=horde-git&r1=1bb736257b203c2348525be5c8b0efdcb5e3e341&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-git&r1=1bb736257b203c2348525be5c8b0efdcb5e3e341&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Notification/Handler/Decorator/Imap.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=49ef50b6620b1878b9add981d07172d1e34675d0&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-git&r1=5cf6024e5df05a355d3a53ab46486da04faeb27e&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=1bb736257b203c2348525be5c8b0efdcb5e3e341&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Ui/Block.php?rt=horde-git&r1=499b9020c4c1e5972f1680fc669b91304bbb2470&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Ui/Message.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-git&r1=1bb736257b203c2348525be5c8b0efdcb5e3e341&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=ee55e0993d8c6777bd26c789830e3bde251114cf&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-git&r1=065707ce13bfdf2ad6ac2a6ff7951940e34484c7&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=1bb736257b203c2348525be5c8b0efdcb5e3e341&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=1bb736257b203c2348525be5c8b0efdcb5e3e341&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/scripts/query-imap-cache.php?rt=horde-git&r1=fd52519fbb69d8fd71d4620ab92854869195a55d&r2=1121fb4fdde21774156cca072cbce4f6aac49313
http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=1bb736257b203c2348525be5c8b0efdcb5e3e341&r2=1121fb4fdde21774156cca072cbce4f6aac49313

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

commit 7be19256a67f81a97894f9891779b80b8fcd6e7d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 4 13:49:01 2010 -0600

    Remove unneeded IMP_Mime_Viewer binder

 imp/lib/Application.php                 |    1 -
 imp/lib/Contents.php                    |    8 +++---
 imp/lib/Injector/Binder/MimeViewer.php  |   32 -------------------------------
 imp/lib/Injector/Factory/MimeViewer.php |   13 +++++------
 imp/lib/Prefs/Ui.php                    |    2 +-
 5 files changed, 11 insertions(+), 45 deletions(-)
 delete mode 100644 imp/lib/Injector/Binder/MimeViewer.php

http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=1121fb4fdde21774156cca072cbce4f6aac49313&r2=7be19256a67f81a97894f9891779b80b8fcd6e7d
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=1121fb4fdde21774156cca072cbce4f6aac49313&r2=7be19256a67f81a97894f9891779b80b8fcd6e7d
http://git.horde.org/diff.php/imp/lib/Injector/Binder/MimeViewer.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=7be19256a67f81a97894f9891779b80b8fcd6e7d
http://git.horde.org/diff.php/imp/lib/Injector/Factory/MimeViewer.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=7be19256a67f81a97894f9891779b80b8fcd6e7d
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=1121fb4fdde21774156cca072cbce4f6aac49313&r2=7be19256a67f81a97894f9891779b80b8fcd6e7d

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

commit e8acab9549acc0f0261add8b339dda7de063a4e2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 4 13:56:48 2010 -0600

    Variable not used

 imp/lib/Injector/Factory/MailboxList.php |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/imp/lib/Injector/Factory/MailboxList.php?rt=horde-git&r1=92dd1eb28d591865518ac5e9a8016029f1487d94&r2=e8acab9549acc0f0261add8b339dda7de063a4e2

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

commit 746fd8a136b2d33195b65baff5d31b41e0f747d9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 4 14:19:50 2010 -0600

    Fix variable names

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

http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=13dcbf8f824f5aefc3f2add2e7642d5e8fbba1f4&r2=746fd8a136b2d33195b65baff5d31b41e0f747d9




More information about the commits mailing list