[commits] Horde branch master updated. 69e1ffaa62246afd0687485324b914e605609281
Michael M Slusarz
slusarz at horde.org
Sun Jan 31 05:08:27 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 8002b17057da4a459f86d1992a29cabec3f4441e
eb78b69 Use PEAR to manage minimum package dependencies
5b5c67c Phpdoc fixes/cleanup.
33eb724 Add Horde_History::removeByParent()
d2de68b Add __wakeup() call to Horde_Memcache
6e4bd25 Make Horde_Memcache injectable
ee2f36d All code should now use injector to get a Horde_Cache instance
84e2d04 Add Horde_Template binder
3f65378 Core needs Horde_Injector and Horde_Autoloader
8bebfc2 Add ability to define callback to run when class is autoloaded.
a195690 Add Horde_Mime autoloader callback
63ef6bd Remove some unneeded code
12e455a Convert some singletons to injector usage
205d6b6 Fix @package tags
3ee1645 Make Horde_Config_Form autoloadable
69e1ffa ws
-----------------------------------------------------------------------
commit eb78b692cb14c30842b694bea32e15d309233884
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 11:02:10 2010 -0700
Use PEAR to manage minimum package dependencies
framework/Mime/lib/Horde/Mime/Part.php | 5 ++---
framework/Mime/package.xml | 10 ++++++++++
2 files changed, 12 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Part.php?rt=horde-git&r1=9c16f95b147e98dfa102dd28a971927fa9a94623&r2=eb78b692cb14c30842b694bea32e15d309233884
http://git.horde.org/diff.php/framework/Mime/package.xml?rt=horde-git&r1=6f82ed1e4005f034a1d9443e896d64726735c16f&r2=eb78b692cb14c30842b694bea32e15d309233884
-----------------------------------------------------------------------
commit 5b5c67c9ce65c3d7978ab8c29627b8383d7d8fb2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 11:44:15 2010 -0700
Phpdoc fixes/cleanup.
framework/Auth/lib/Horde/Auth/Cyrus.php | 7 -
framework/Imap_Client/lib/Horde/Imap/Client.php | 2 +-
framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php | 27 ++-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +
framework/Injector/lib/Horde/Injector.php | 178 +++++++++------
framework/Memcache/scripts/Horde/Memcache/stats.php | 10 +-
6 files changed, 130 insertions(+), 96 deletions(-)
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Cyrus.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=5b5c67c9ce65c3d7978ab8c29627b8383d7d8fb2
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client.php?rt=horde-git&r1=0bb07630d3d568fec99905babf4df9d43b8b56d9&r2=5b5c67c9ce65c3d7978ab8c29627b8383d7d8fb2
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php?rt=horde-git&r1=f87c919ff088cb09cfea4042a068035313cda262&r2=5b5c67c9ce65c3d7978ab8c29627b8383d7d8fb2
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=f87c919ff088cb09cfea4042a068035313cda262&r2=5b5c67c9ce65c3d7978ab8c29627b8383d7d8fb2
http://git.horde.org/diff.php/framework/Injector/lib/Horde/Injector.php?rt=horde-git&r1=aeeb790a3fea45a06033216b79783a27096364ec&r2=5b5c67c9ce65c3d7978ab8c29627b8383d7d8fb2
http://git.horde.org/diff.php/framework/Memcache/scripts/Horde/Memcache/stats.php?rt=horde-git&r1=61e152c1cb66d66db7fedbc358a4f417aa4e17c5&r2=5b5c67c9ce65c3d7978ab8c29627b8383d7d8fb2
-----------------------------------------------------------------------
commit 33eb7243328cac82e4f43fbc1060a9c089d7efb6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 11:53:52 2010 -0700
Add Horde_History::removeByParent()
framework/History/lib/Horde/History.php | 17 +++++++++++++++++
kronolith/lib/Application.php | 15 +--------------
nag/lib/Application.php | 15 +--------------
3 files changed, 19 insertions(+), 28 deletions(-)
http://git.horde.org/diff.php/framework/History/lib/Horde/History.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=33eb7243328cac82e4f43fbc1060a9c089d7efb6
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=b128a5ea7bcb6fba57e449cc18ed85676259864a&r2=33eb7243328cac82e4f43fbc1060a9c089d7efb6
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=659c348abc1a65fec88aa8c25b6848687dcb9f05&r2=33eb7243328cac82e4f43fbc1060a9c089d7efb6
-----------------------------------------------------------------------
commit d2de68b75fdea7b2f034218493ab8589820f8083
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 15:48:47 2010 -0700
Add __wakeup() call to Horde_Memcache
framework/Memcache/lib/Horde/Memcache.php | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/framework/Memcache/lib/Horde/Memcache.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=d2de68b75fdea7b2f034218493ab8589820f8083
-----------------------------------------------------------------------
commit 6e4bd25a9b9a6219affbd3a752ca816713e3802e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 17:14:36 2010 -0700
Make Horde_Memcache injectable
framework/Cache/lib/Horde/Cache.php | 5 +-
framework/Cache/lib/Horde/Cache/Memcache.php | 16 ++-
framework/Core/lib/Horde/Core/Binder/Cache.php | 6 +-
framework/Core/lib/Horde/Core/Binder/Memcache.php | 15 ++
framework/Core/lib/Horde/Registry.php | 81 ++++----
framework/Core/package.xml | 2 +
framework/Memcache/lib/Horde/Memcache.php | 25 +--
framework/Memcache/scripts/Horde/Memcache/stats.php | 2 +-
framework/SessionHandler/lib/Horde/SessionHandler.php | 58 ++----
framework/SessionHandler/lib/Horde/SessionHandler/Memcache.php | 33 ++--
kronolith/fb.php | 2 +-
11 files changed, 123 insertions(+), 122 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Binder/Memcache.php
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=6e4bd25a9b9a6219affbd3a752ca816713e3802e
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Memcache.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=6e4bd25a9b9a6219affbd3a752ca816713e3802e
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Cache.php?rt=horde-git&r1=63302dc5cb057ffb0f0be1b8296e27451161f2f6&r2=6e4bd25a9b9a6219affbd3a752ca816713e3802e
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Memcache.php?rt=horde-git&r=6e4bd25a9b9a6219affbd3a752ca816713e3802e
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=6053bbf9ca17fe487f02d5d22bdf0404df3380e6&r2=6e4bd25a9b9a6219affbd3a752ca816713e3802e
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=63302dc5cb057ffb0f0be1b8296e27451161f2f6&r2=6e4bd25a9b9a6219affbd3a752ca816713e3802e
http://git.horde.org/diff.php/framework/Memcache/lib/Horde/Memcache.php?rt=horde-git&r1=d2de68b75fdea7b2f034218493ab8589820f8083&r2=6e4bd25a9b9a6219affbd3a752ca816713e3802e
http://git.horde.org/diff.php/framework/Memcache/scripts/Horde/Memcache/stats.php?rt=horde-git&r1=5b5c67c9ce65c3d7978ab8c29627b8383d7d8fb2&r2=6e4bd25a9b9a6219affbd3a752ca816713e3802e
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=6e4bd25a9b9a6219affbd3a752ca816713e3802e
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Memcache.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=6e4bd25a9b9a6219affbd3a752ca816713e3802e
http://git.horde.org/diff.php/kronolith/fb.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=6e4bd25a9b9a6219affbd3a752ca816713e3802e
-----------------------------------------------------------------------
commit ee2f36def7f90274040b3c391222e91f534d359d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 17:42:11 2010 -0700
All code should now use injector to get a Horde_Cache instance
agora/lib/Messages.php | 3 +-
agora/rss/index.php | 3 +-
agora/rss/messages.php | 5 +-
agora/rss/threads.php | 5 +-
ansel/lib/Application.php | 2 +-
chora/lib/Application.php | 8 +-
folks/lib/Block/my_comments.php | 3 +-
folks/lib/Friends.php | 3 +-
folks/lib/base.php | 3 +-
framework/Cache/lib/Horde/Cache.php | 44 ---------
framework/Cache/lib/Horde/Cache/Sql.php | 13 +--
framework/Core/lib/Horde.php | 4 +-
framework/Core/lib/Horde/Core/Binder/Cache.php | 33 ++++---
framework/Group/Group/contactlists.php | 3 +-
framework/Imap_Client/lib/Horde/Imap/Client/Cache.php | 19 ++--
framework/Kolab_Storage/lib/Horde/Kolab/Storage.php | 5 +-
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php | 2 +-
framework/Perms/lib/Horde/Perms/Datatree.php | 3 +-
framework/Perms/lib/Horde/Perms/Permission/DataTreeObject.php | 2 +-
framework/Perms/lib/Horde/Perms/Permission/SqlObject.php | 2 +-
framework/Perms/lib/Horde/Perms/Sql.php | 2 +-
framework/Template/lib/Horde/Template.php | 2 +-
framework/Ui/lib/Horde/Ui/VarRenderer/Html.php | 4 +-
gollem/lib/Gollem.php | 4 +-
horde/lib/Block/feed/reader.php | 3 +-
horde/lib/Block/twitter_timeline.php | 3 +-
horde/services/cache.php | 2 +-
horde/services/cacheview.php | 2 +-
horde/services/twitter.php | 5 +-
hylax/img.php | 2 +-
imp/lib/Crypt/Pgp.php | 2 +-
imp/lib/Folder.php | 4 +-
imp/lib/IMP.php | 15 ---
imp/lib/Imap.php | 6 +-
imp/lib/Imap/Tree.php | 8 +-
news/lib/Block/my_comments.php | 3 +-
news/lib/base.php | 3 +-
operator/lib/Application.php | 2 +-
turba/lib/Driver/Imsp.php | 2 +-
39 files changed, 77 insertions(+), 162 deletions(-)
http://git.horde.org/diff.php/agora/lib/Messages.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/agora/rss/index.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/agora/rss/messages.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/agora/rss/threads.php?rt=horde-git&r1=9ee10e5ccece8d846040d1de7e898f1a8578c78f&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/ansel/lib/Application.php?rt=horde-git&r1=d89028c7e4cc718dd97891634117c947bcde9a31&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/chora/lib/Application.php?rt=horde-git&r1=fde3be3ef1811f382f974b75af08274dc51481f7&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/folks/lib/Block/my_comments.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/folks/lib/Friends.php?rt=horde-git&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/folks/lib/base.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache.php?rt=horde-git&r1=6e4bd25a9b9a6219affbd3a752ca816713e3802e&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Sql.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=d255d66a6a8ace592e3a058e455f628cc6aa1faa&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Cache.php?rt=horde-git&r1=6e4bd25a9b9a6219affbd3a752ca816713e3802e&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Group/Group/contactlists.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cache.php?rt=horde-git&r1=613a5a327cc462583b251abf43a23e8c0fad39b5&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Datatree.php?rt=horde-git&r1=b2231eb2cb89baf44b6bc00e504666bc23aa814c&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Permission/DataTreeObject.php?rt=horde-git&r1=7c59a447b1b3eba5bad16f7fedf99695599193e2&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Permission/SqlObject.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Sql.php?rt=horde-git&r1=b2231eb2cb89baf44b6bc00e504666bc23aa814c&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Template/lib/Horde/Template.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/VarRenderer/Html.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/gollem/lib/Gollem.php?rt=horde-git&r1=4b2f35af247518958a75fefb6b169574f3a3437e&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/horde/lib/Block/feed/reader.php?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/horde/lib/Block/twitter_timeline.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/horde/services/cache.php?rt=horde-git&r1=61e152c1cb66d66db7fedbc358a4f417aa4e17c5&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/horde/services/cacheview.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/horde/services/twitter.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/hylax/img.php?rt=horde-git&r1=8976e91b8d972f01583ab242adeb977b2f1852ce&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-git&r1=21f45243722ec51b38c42437be36b03b6bedff41&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/imp/lib/Folder.php?rt=horde-git&r1=aa790c777ec08c9b1fe4e40e1b3574bf0a6d68db&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=e98f6cf90d6ce442ad46afcad7903db46b363d13&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-git&r1=8002b17057da4a459f86d1992a29cabec3f4441e&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=0b323e03586865781592a52370148f23636239b9&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/news/lib/Block/my_comments.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/news/lib/base.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/operator/lib/Application.php?rt=horde-git&r1=58aab31160712e15cac094f65dfc9d5b93f94f4a&r2=ee2f36def7f90274040b3c391222e91f534d359d
http://git.horde.org/diff.php/turba/lib/Driver/Imsp.php?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=ee2f36def7f90274040b3c391222e91f534d359d
-----------------------------------------------------------------------
commit 84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 18:10:16 2010 -0700
Add Horde_Template binder
babel/lib/base.php | 2 +-
framework/Core/lib/Horde/Core/Binder/Template.php | 15 ++++++
framework/Core/lib/Horde/Registry.php | 1 +
framework/Core/package.xml | 2 +
framework/Template/lib/Horde/Template.php | 16 ++++--
framework/Template/package.xml | 8 +--
framework/Template/test/Horde/Template/array_assoc.phpt | 2 +-
framework/Template/test/Horde/Template/array_if.phpt | 2 +-
framework/Template/test/Horde/Template/array_nested.phpt | 2 +-
framework/Template/test/Horde/Template/array_simple.phpt | 2 +-
framework/Template/test/Horde/Template/if.phpt | 2 +-
framework/Template/test/Horde/Template/iterator.phpt | 2 +-
framework/Template/test/Horde/Template/scalar.phpt | 2 +-
gollem/clipboard.php | 2 +-
gollem/lib/Gollem.php | 2 +-
gollem/manager.php | 2 +-
gollem/quota.php | 2 +-
gollem/selectlist.php | 2 +-
gollem/templates/prefs/columnselect.inc | 2 +-
horde/admin/setup/config.php | 2 +-
horde/admin/setup/diff.php | 2 +-
horde/admin/setup/index.php | 2 +-
horde/services/logintasks.php | 2 +-
horde/services/obrowser/index.php | 2 +-
hylax/compose.php | 2 +-
hylax/folder.php | 2 +-
hylax/send.php | 2 +-
hylax/summary.php | 2 +-
hylax/view.php | 2 +-
imp/acl.php | 2 +-
imp/compose-dimp.php | 4 +-
imp/compose.php | 2 +-
imp/contacts.php | 2 +-
imp/filterprefs.php | 2 +-
imp/folders.php | 12 ++--
imp/lib/Ajax/Application.php | 4 +-
imp/lib/Crypt/Pgp.php | 2 +-
imp/lib/Crypt/Smime.php | 2 +-
imp/lib/IMP.php | 6 +-
imp/lib/Ui/Compose.php | 2 +-
imp/mailbox.php | 18 ++++----
imp/message.php | 8 ++--
imp/pgp.php | 2 +-
imp/rss.php | 2 +-
imp/saveimage.php | 2 +-
imp/search-basic.php | 2 +-
imp/search.php | 2 +-
imp/smime.php | 2 +-
imp/stationery.php | 2 +-
imp/thread.php | 2 +-
ingo/filters.php | 2 +-
jeta/index.php | 2 +-
kronolith/feed/index.php | 2 +-
kronolith/lib/FreeBusy/View.php | 34 +++++++-------
kronolith/lib/View/Day.php | 2 +-
kronolith/lib/View/Week.php | 2 +-
vilma/lib/base.php | 2 +-
whups/data.php | 2 +-
whups/query/rss.php | 2 +-
whups/queue/rss.php | 2 +-
whups/search/rss.php | 2 +-
whups/ticket/rss.php | 2 +-
wicked/lib/Page/AddPage.php | 3 +-
wicked/lib/Page/AllPages.php | 3 +-
wicked/lib/Page/AttachedFiles.php | 3 +-
wicked/lib/Page/LeastPopular.php | 3 +-
wicked/lib/Page/MergeOrRename.php | 3 +-
wicked/lib/Page/MostPopular.php | 3 +-
wicked/lib/Page/RecentChanges.php | 3 +-
wicked/lib/Page/Search.php | 3 +-
70 files changed, 132 insertions(+), 120 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Binder/Template.php
http://git.horde.org/diff.php/babel/lib/base.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Template.php?rt=horde-git&r=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=6e4bd25a9b9a6219affbd3a752ca816713e3802e&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=6e4bd25a9b9a6219affbd3a752ca816713e3802e&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/framework/Template/lib/Horde/Template.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/framework/Template/package.xml?rt=horde-git&r1=fefa91e31a7d7ec317e0c330b2aedfc9d43f2b1e&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/framework/Template/test/Horde/Template/array_assoc.phpt?rt=horde-git&r1=e1e4fade0aefad93d23014f9ac622d11d7de0c81&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/framework/Template/test/Horde/Template/array_if.phpt?rt=horde-git&r1=e1e4fade0aefad93d23014f9ac622d11d7de0c81&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/framework/Template/test/Horde/Template/array_nested.phpt?rt=horde-git&r1=e1e4fade0aefad93d23014f9ac622d11d7de0c81&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/framework/Template/test/Horde/Template/array_simple.phpt?rt=horde-git&r1=e1e4fade0aefad93d23014f9ac622d11d7de0c81&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/framework/Template/test/Horde/Template/if.phpt?rt=horde-git&r1=e1e4fade0aefad93d23014f9ac622d11d7de0c81&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/framework/Template/test/Horde/Template/iterator.phpt?rt=horde-git&r1=dc3873cf006806a328b2f4ee477b8a3fd3ca4866&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/framework/Template/test/Horde/Template/scalar.phpt?rt=horde-git&r1=e1e4fade0aefad93d23014f9ac622d11d7de0c81&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/gollem/clipboard.php?rt=horde-git&r1=db1627e147e8c7084904b2ccf45c236ddbcc13bf&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/gollem/lib/Gollem.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/gollem/manager.php?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/gollem/quota.php?rt=horde-git&r1=db1627e147e8c7084904b2ccf45c236ddbcc13bf&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/gollem/selectlist.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/gollem/templates/prefs/columnselect.inc?rt=horde-git&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/horde/admin/setup/config.php?rt=horde-git&r1=7048034ca63677d28c68d4bd5facb56a44dc6347&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/horde/admin/setup/diff.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/horde/admin/setup/index.php?rt=horde-git&r1=64ef696f27bb1f20f6a55747f6c0e01246111b4a&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/horde/services/logintasks.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/horde/services/obrowser/index.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/hylax/compose.php?rt=horde-git&r1=8976e91b8d972f01583ab242adeb977b2f1852ce&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/hylax/folder.php?rt=horde-git&r1=8976e91b8d972f01583ab242adeb977b2f1852ce&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/hylax/send.php?rt=horde-git&r1=8976e91b8d972f01583ab242adeb977b2f1852ce&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/hylax/summary.php?rt=horde-git&r1=8976e91b8d972f01583ab242adeb977b2f1852ce&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/hylax/view.php?rt=horde-git&r1=8976e91b8d972f01583ab242adeb977b2f1852ce&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/acl.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=8f112a693009b7e6fccf4a60f7ad022a0376892f&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=288d9f19e4c451d16e7efb00fbdfdb30e29e9e23&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/contacts.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/filterprefs.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=0b323e03586865781592a52370148f23636239b9&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=38568bc14aabb56ddc698d72c2ff9222cab3cb11&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/lib/Crypt/Smime.php?rt=horde-git&r1=5736ca790072bae9da91f06838b08541a5a92827&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=7cec5ed95bcef8a61f62267876693da5a9e9ad5f&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-git&r1=21f45243722ec51b38c42437be36b03b6bedff41&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/rss.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-git&r1=7f11545142f8b9959af8ae4bc0f0c3257d6f966b&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/search-basic.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/smime.php?rt=horde-git&r1=5736ca790072bae9da91f06838b08541a5a92827&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/stationery.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=bf97ab372de5229deebfe8304769a8f16056c0ca&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/ingo/filters.php?rt=horde-git&r1=3c96ff13f7304145bec05103b308f18b4ece20b0&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/jeta/index.php?rt=horde-git&r1=a1c79f76960416d9cb930433e1b53320ced84abb&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/kronolith/feed/index.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/kronolith/lib/FreeBusy/View.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/kronolith/lib/View/Day.php?rt=horde-git&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/kronolith/lib/View/Week.php?rt=horde-git&r1=6dbfe1cecfab4f4ecfa9eea24b36e10cf7781596&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/vilma/lib/base.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/whups/data.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/whups/query/rss.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/whups/queue/rss.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/whups/search/rss.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/whups/ticket/rss.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/wicked/lib/Page/AddPage.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/wicked/lib/Page/AllPages.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/wicked/lib/Page/AttachedFiles.php?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/wicked/lib/Page/LeastPopular.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/wicked/lib/Page/MergeOrRename.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/wicked/lib/Page/MostPopular.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/wicked/lib/Page/RecentChanges.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
http://git.horde.org/diff.php/wicked/lib/Page/Search.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da
-----------------------------------------------------------------------
commit 3f653789b3b137a08b89fc976ae873cae623d1b8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 18:31:24 2010 -0700
Core needs Horde_Injector and Horde_Autoloader
framework/Core/package.xml | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=3f653789b3b137a08b89fc976ae873cae623d1b8
-----------------------------------------------------------------------
commit 8bebfc297b4c3e75e78302a09479305a691fe79c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 18:41:42 2010 -0700
Add ability to define callback to run when class is autoloaded.
framework/Autoloader/lib/Horde/Autoloader.php | 63 +++++++++++++++++++------
framework/Autoloader/package.xml | 3 +-
2 files changed, 51 insertions(+), 15 deletions(-)
http://git.horde.org/diff.php/framework/Autoloader/lib/Horde/Autoloader.php?rt=horde-git&r1=6a7747593bea4719c41b0e3e3b778780b519bde1&r2=8bebfc297b4c3e75e78302a09479305a691fe79c
http://git.horde.org/diff.php/framework/Autoloader/package.xml?rt=horde-git&r1=190fffb2ca857d09b2c17bd2b100e0ede375c2e9&r2=8bebfc297b4c3e75e78302a09479305a691fe79c
-----------------------------------------------------------------------
commit a195690c2b3d64cb829525ef5615e78c64bd2582
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 18:49:06 2010 -0700
Add Horde_Mime autoloader callback
framework/Core/lib/Horde/Core/Autoloader/Callback/Mime.php | 15 ++++++++++++
framework/Core/lib/Horde/Registry.php | 3 ++
framework/Core/package.xml | 6 ++++
imp/lib/Application.php | 5 +---
4 files changed, 25 insertions(+), 4 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Autoloader/Callback/Mime.php
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Autoloader/Callback/Mime.php?rt=horde-git&r=a195690c2b3d64cb829525ef5615e78c64bd2582
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=a195690c2b3d64cb829525ef5615e78c64bd2582
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=3f653789b3b137a08b89fc976ae873cae623d1b8&r2=a195690c2b3d64cb829525ef5615e78c64bd2582
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=2c4f91bd6d87e4af1e725160b871f92295fc46e4&r2=a195690c2b3d64cb829525ef5615e78c64bd2582
-----------------------------------------------------------------------
commit 63ef6bdb8366f8f3601d514cacf3c0d5fbd80c5e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 19:20:44 2010 -0700
Remove some unneeded code
framework/Prefs/lib/Horde/Prefs/Ui.php | 16 +++-------------
imp/lib/Application.php | 13 ++++---------
imp/lib/Auth.php | 8 +++-----
imp/lib/Crypt/Pgp.php | 3 +--
imp/lib/Crypt/Smime.php | 3 +--
imp/lib/IMP.php | 3 +--
imp/lib/Imap.php | 3 +--
7 files changed, 14 insertions(+), 35 deletions(-)
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Ui.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=63ef6bdb8366f8f3601d514cacf3c0d5fbd80c5e
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=a195690c2b3d64cb829525ef5615e78c64bd2582&r2=63ef6bdb8366f8f3601d514cacf3c0d5fbd80c5e
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=c351d491c0bced8474c5e14d5e306109c8337b86&r2=63ef6bdb8366f8f3601d514cacf3c0d5fbd80c5e
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=63ef6bdb8366f8f3601d514cacf3c0d5fbd80c5e
http://git.horde.org/diff.php/imp/lib/Crypt/Smime.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=63ef6bdb8366f8f3601d514cacf3c0d5fbd80c5e
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=63ef6bdb8366f8f3601d514cacf3c0d5fbd80c5e
http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=63ef6bdb8366f8f3601d514cacf3c0d5fbd80c5e
-----------------------------------------------------------------------
commit 12e455a324a5a44ca84c3d8939d50484eb9d9ad8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 19:58:26 2010 -0700
Convert some singletons to injector usage
imp/acl.php | 4 +-
imp/compose.php | 2 +-
imp/folders-mimp.php | 2 +-
imp/folders.php | 15 ++---
imp/lib/Accounts.php | 22 -------
imp/lib/Ajax/Application.php | 58 +++++++------------
imp/lib/Api.php | 21 ++-----
imp/lib/Application.php | 28 ++++-----
imp/lib/Block/tree_folders.php | 2 +-
imp/lib/Compose.php | 9 +--
imp/lib/Filter.php | 20 +++----
imp/lib/Folder.php | 49 +++-------------
imp/lib/IMP.php | 4 +-
imp/lib/Imap/Acl.php | 25 +--------
imp/lib/Imap/Flags.php | 22 -------
imp/lib/Imap/Tree.php | 43 ++------------
imp/lib/Injector/Binder/Imaptree.php | 40 +++++++++++++
imp/lib/LoginTasks/SystemTask/GarbageCollection.php | 3 +-
imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php | 2 +-
imp/lib/LoginTasks/Task/PurgeSentmail.php | 4 +-
imp/lib/LoginTasks/Task/PurgeSpam.php | 6 +-
imp/lib/LoginTasks/Task/PurgeTrash.php | 6 +-
imp/lib/LoginTasks/Task/RenameSentmailMonthly.php | 2 +-
imp/lib/Message.php | 29 +--------
imp/lib/Search.php | 18 ++----
imp/lib/Spam.php | 4 +-
imp/lib/Ui/Block.php | 3 +-
imp/lib/Ui/Folder.php | 3 +-
imp/lib/Ui/Message.php | 3 +-
imp/lib/Ui/Search.php | 2 +-
imp/lib/Views/Compose.php | 2 +-
imp/lib/Views/ListMessages.php | 6 +-
imp/mailbox-mimp.php | 6 +-
imp/mailbox.php | 20 ++----
imp/message-mimp.php | 5 +-
imp/message.php | 4 +-
imp/rss.php | 3 +-
imp/search.php | 2 +-
imp/templates/index/index-dimp.inc | 3 +-
imp/templates/javascript_defs_dimp.php | 3 +-
imp/templates/prefs/accountsmanagement.inc | 3 +-
imp/templates/prefs/flagmanagement.inc | 3 +-
imp/thread.php | 3 +-
43 files changed, 170 insertions(+), 344 deletions(-)
create mode 100644 imp/lib/Injector/Binder/Imaptree.php
http://git.horde.org/diff.php/imp/acl.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/folders-mimp.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Accounts.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Api.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=63ef6bdb8366f8f3601d514cacf3c0d5fbd80c5e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=7cec5ed95bcef8a61f62267876693da5a9e9ad5f&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Filter.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Folder.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=63ef6bdb8366f8f3601d514cacf3c0d5fbd80c5e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Imap/Acl.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Imap/Flags.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=ee2f36def7f90274040b3c391222e91f534d359d&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/co.php/imp/lib/Injector/Binder/Imaptree.php?rt=horde-git&r=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/GarbageCollection.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSentmail.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSpam.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeTrash.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/RenameSentmailMonthly.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Ui/Block.php?rt=horde-git&r1=8d97ee0cdccacdd5b097a4b06666af8d49633e01&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Ui/Folder.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Ui/Message.php?rt=horde-git&r1=add5b9f9b63d81d29085a9615c30c4c9b4163e5d&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Ui/Search.php?rt=horde-git&r1=2eceeab16d2ceb3443bc22ac417e74cdd7f01d46&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-git&r1=8002b17057da4a459f86d1992a29cabec3f4441e&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/rss.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-git&r1=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-git&r1=13879630963e68a2bfe3f85e37082bd6d5ac6631&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/templates/prefs/accountsmanagement.inc?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/templates/prefs/flagmanagement.inc?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=12e455a324a5a44ca84c3d8939d50484eb9d9ad8
-----------------------------------------------------------------------
commit 205d6b608b229dbc485b89469d5a4039c58dcff0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 20:42:02 2010 -0700
Fix @package tags
imp/lib/Block/Foldersummary.php | 2 +-
imp/lib/Block/Newmail.php | 2 +-
imp/lib/Block/summary.php | 2 +-
imp/lib/Block/tree_folders.php | 2 +-
imp/lib/LoginTasks/SystemTask/GarbageCollection.php | 2 +-
imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php | 2 +-
imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php | 2 +-
imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php | 2 +-
imp/lib/LoginTasks/Task/PurgeSentmail.php | 2 +-
imp/lib/LoginTasks/Task/PurgeSpam.php | 2 +-
imp/lib/LoginTasks/Task/PurgeTrash.php | 2 +-
imp/lib/LoginTasks/Task/RenameSentmailMonthly.php | 2 +-
imp/lib/Mime/Viewer/Alternative.php | 2 +-
imp/lib/Mime/Viewer/Appledouble.php | 2 +-
imp/lib/Mime/Viewer/Enriched.php | 2 +-
imp/lib/Mime/Viewer/Html.php | 2 +-
imp/lib/Mime/Viewer/Images.php | 2 +-
imp/lib/Mime/Viewer/Itip.php | 2 +-
imp/lib/Mime/Viewer/Mdn.php | 2 +-
imp/lib/Mime/Viewer/Partial.php | 2 +-
imp/lib/Mime/Viewer/Pdf.php | 2 +-
imp/lib/Mime/Viewer/Pgp.php | 2 +-
imp/lib/Mime/Viewer/Plain.php | 2 +-
imp/lib/Mime/Viewer/Related.php | 2 +-
imp/lib/Mime/Viewer/Rfc822.php | 2 +-
imp/lib/Mime/Viewer/Smil.php | 2 +-
imp/lib/Mime/Viewer/Smime.php | 2 +-
imp/lib/Mime/Viewer/Status.php | 2 +-
imp/lib/Mime/Viewer/Tnef.php | 2 +-
imp/lib/Mime/Viewer/Zip.php | 2 +-
imp/lib/Notification/Listener/Status.php | 2 +-
imp/lib/Notification/Listener/StatusMobile.php | 2 +-
imp/lib/Quota.php | 2 +-
imp/lib/Quota/Command.php | 2 +-
imp/lib/Quota/Hook.php | 2 +-
imp/lib/Quota/Imap.php | 2 +-
imp/lib/Quota/Logfile.php | 2 +-
imp/lib/Quota/Maildir.php | 2 +-
imp/lib/Quota/Mdaemon.php | 2 +-
imp/lib/Quota/Mercury32.php | 2 +-
imp/lib/Quota/Sql.php | 2 +-
41 files changed, 41 insertions(+), 41 deletions(-)
http://git.horde.org/diff.php/imp/lib/Block/Foldersummary.php?rt=horde-git&r1=9b55b8e1d072028d9c354791460db3f3e5442729&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Block/Newmail.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-git&r1=9b55b8e1d072028d9c354791460db3f3e5442729&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/GarbageCollection.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php?rt=horde-git&r1=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSentmail.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSpam.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeTrash.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/RenameSentmailMonthly.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Alternative.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Appledouble.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Enriched.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Images.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Mdn.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Partial.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pdf.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Plain.php?rt=horde-git&r1=add5b9f9b63d81d29085a9615c30c4c9b4163e5d&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Related.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Rfc822.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smil.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-git&r1=70d4453668f1f37b10e5602e58f18c3683ce732a&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Status.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Tnef.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Zip.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Notification/Listener/Status.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Notification/Listener/StatusMobile.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Quota.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Quota/Command.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Quota/Hook.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Quota/Imap.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Quota/Logfile.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Quota/Maildir.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Quota/Mdaemon.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Quota/Mercury32.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
http://git.horde.org/diff.php/imp/lib/Quota/Sql.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=205d6b608b229dbc485b89469d5a4039c58dcff0
-----------------------------------------------------------------------
commit 3ee16453993960c5e043aa0eda708aa9b5027d8f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 20:49:53 2010 -0700
Make Horde_Config_Form autoloadable
framework/Core/lib/Horde/Config.php | 146 -----------------------------
framework/Core/lib/Horde/Config/Form.php | 151 ++++++++++++++++++++++++++++++
framework/Core/package.xml | 8 +-
horde/admin/setup/config.php | 3 +-
4 files changed, 158 insertions(+), 150 deletions(-)
create mode 100644 framework/Core/lib/Horde/Config/Form.php
http://git.horde.org/diff.php/framework/Core/lib/Horde/Config.php?rt=horde-git&r1=36b4c8a71fd29949f80d7c1ff6c676d4eb5376ce&r2=3ee16453993960c5e043aa0eda708aa9b5027d8f
http://git.horde.org/co.php/framework/Core/lib/Horde/Config/Form.php?rt=horde-git&r=3ee16453993960c5e043aa0eda708aa9b5027d8f
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=a195690c2b3d64cb829525ef5615e78c64bd2582&r2=3ee16453993960c5e043aa0eda708aa9b5027d8f
http://git.horde.org/diff.php/horde/admin/setup/config.php?rt=horde-git&r1=84e2d040b1e609a6e0d2ccc90abf90900a3ff6da&r2=3ee16453993960c5e043aa0eda708aa9b5027d8f
-----------------------------------------------------------------------
commit 69e1ffaa62246afd0687485324b914e605609281
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Sat Jan 30 21:09:33 2010 -0700
ws
framework/Injector/test/Horde/Injector/InjectorTest.php | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
http://git.horde.org/diff.php/framework/Injector/test/Horde/Injector/InjectorTest.php?rt=horde-git&r1=089ff0ba318e9e865ce4e6d0d5c1131fec156fe1&r2=69e1ffaa62246afd0687485324b914e605609281
More information about the commits
mailing list