[commits] Horde branch master updated. f92994a77d09b7d2badebcf5d55404a74820b7ca

Michael M Slusarz slusarz at horde.org
Fri May 14 19:02:49 UTC 2010


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

from: 34ea879fc775caec7b968386495966a8732c5c26

ff69ab0 Removed Horde_Util::assertDriverConfig()
fd6f247 Can't pass arguments to binders
c185c64 Bug #9027: Use Horde_Db_Pear binder to get DB objects
f92994a Sentmail SQL driver now supports split read/write operation

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

commit ff69ab061e00228d254232bc0049828415bfebef
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri May 14 12:21:01 2010 -0600

    Removed Horde_Util::assertDriverConfig()

 beatnik/lib/Driver/pdnsgsql.php                 |    4 +--
 framework/Core/lib/Horde/Core/Binder/Common.php |    2 +-
 framework/Util/lib/Horde/Util.php               |   31 -----------------------
 framework/Util/package.xml                      |    9 +++++-
 4 files changed, 9 insertions(+), 37 deletions(-)

http://git.horde.org/diff.php/beatnik/lib/Driver/pdnsgsql.php?rt=horde-git&r1=2f8a37fb90c62b6c62ab89ccb31e907859365733&r2=ff69ab061e00228d254232bc0049828415bfebef
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Common.php?rt=horde-git&r1=9aab052c54d35a272e7c2799042243990ef60fbb&r2=ff69ab061e00228d254232bc0049828415bfebef
http://git.horde.org/diff.php/framework/Util/lib/Horde/Util.php?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=ff69ab061e00228d254232bc0049828415bfebef
http://git.horde.org/diff.php/framework/Util/package.xml?rt=horde-git&r1=3559335be56b6872fa873b5faacb2ecf1c135d20&r2=ff69ab061e00228d254232bc0049828415bfebef

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

commit fd6f247c888a218953c7c19fe6cfe0d15aa69540
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri May 14 12:28:09 2010 -0600

    Can't pass arguments to binders

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

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=9aab052c54d35a272e7c2799042243990ef60fbb&r2=fd6f247c888a218953c7c19fe6cfe0d15aa69540

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

commit c185c64bc1d178d54ef2c22de3d7a806677f5b03
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri May 14 12:45:57 2010 -0600

    Bug #9027: Use Horde_Db_Pear binder to get DB objects

 framework/Core/lib/Horde/Core/Binder/Alarm.php          |    4 +-
 framework/Core/lib/Horde/Core/Binder/Cache.php          |    6 +-
 framework/Core/lib/Horde/Core/Binder/Common.php         |   44 ------
 framework/Core/lib/Horde/Core/Binder/DbPear.php         |   17 +++
 framework/Core/lib/Horde/Core/Binder/Lock.php           |    4 +-
 framework/Core/lib/Horde/Core/Binder/Perms.php          |    4 +-
 framework/Core/lib/Horde/Core/Binder/SessionHandler.php |    6 +-
 framework/Core/lib/Horde/Core/Binder/Token.php          |    4 +-
 framework/Core/lib/Horde/Core/Factory/DbPear.php        |  106 +++++++++++++++
 framework/Core/lib/Horde/Registry.php                   |    1 +
 framework/Core/package.xml                              |   10 +-
 11 files changed, 146 insertions(+), 60 deletions(-)
 delete mode 100644 framework/Core/lib/Horde/Core/Binder/Common.php
 create mode 100644 framework/Core/lib/Horde/Core/Binder/DbPear.php
 create mode 100644 framework/Core/lib/Horde/Core/Factory/DbPear.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Alarm.php?rt=horde-git&r1=9aab052c54d35a272e7c2799042243990ef60fbb&r2=c185c64bc1d178d54ef2c22de3d7a806677f5b03
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Cache.php?rt=horde-git&r1=40e6e5beecbd4b69b590afaecbde1adf662ea3dc&r2=c185c64bc1d178d54ef2c22de3d7a806677f5b03
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Common.php?rt=horde-git&r1=ff69ab061e00228d254232bc0049828415bfebef&r2=c185c64bc1d178d54ef2c22de3d7a806677f5b03
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/DbPear.php?rt=horde-git&r=c185c64bc1d178d54ef2c22de3d7a806677f5b03
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Lock.php?rt=horde-git&r1=9aab052c54d35a272e7c2799042243990ef60fbb&r2=c185c64bc1d178d54ef2c22de3d7a806677f5b03
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Perms.php?rt=horde-git&r1=9aab052c54d35a272e7c2799042243990ef60fbb&r2=c185c64bc1d178d54ef2c22de3d7a806677f5b03
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/SessionHandler.php?rt=horde-git&r1=9aab052c54d35a272e7c2799042243990ef60fbb&r2=c185c64bc1d178d54ef2c22de3d7a806677f5b03
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Token.php?rt=horde-git&r1=9aab052c54d35a272e7c2799042243990ef60fbb&r2=c185c64bc1d178d54ef2c22de3d7a806677f5b03
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/DbPear.php?rt=horde-git&r=c185c64bc1d178d54ef2c22de3d7a806677f5b03
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=fd6f247c888a218953c7c19fe6cfe0d15aa69540&r2=c185c64bc1d178d54ef2c22de3d7a806677f5b03
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=9aab052c54d35a272e7c2799042243990ef60fbb&r2=c185c64bc1d178d54ef2c22de3d7a806677f5b03

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

commit f92994a77d09b7d2badebcf5d55404a74820b7ca
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri May 14 13:01:37 2010 -0600

    Sentmail SQL driver now supports split read/write operation

 imp/config/conf.xml                  |    4 +-
 imp/docs/CHANGES                     |    1 +
 imp/lib/Injector/Binder/Sentmail.php |   23 +++++++--
 imp/lib/Sentmail.php                 |   27 ++++-----
 imp/lib/Sentmail/Sql.php             |   96 ++++++++++++++--------------------
 5 files changed, 74 insertions(+), 77 deletions(-)

http://git.horde.org/diff.php/imp/config/conf.xml?rt=horde-git&r1=454a548f312d3dc69e10ec20fc1b8c6ab2c3f941&r2=f92994a77d09b7d2badebcf5d55404a74820b7ca
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=d2fd48146c90e2d8b20065a6d1b4caf2723267e1&r2=f92994a77d09b7d2badebcf5d55404a74820b7ca
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Sentmail.php?rt=horde-git&r1=702c99f22fbd710031e66126426a4626d6f9f4ac&r2=f92994a77d09b7d2badebcf5d55404a74820b7ca
http://git.horde.org/diff.php/imp/lib/Sentmail.php?rt=horde-git&r1=b852ce0f8affdeb57cc473ba287b65d16d382fc0&r2=f92994a77d09b7d2badebcf5d55404a74820b7ca
http://git.horde.org/diff.php/imp/lib/Sentmail/Sql.php?rt=horde-git&r1=b852ce0f8affdeb57cc473ba287b65d16d382fc0&r2=f92994a77d09b7d2badebcf5d55404a74820b7ca




More information about the commits mailing list