[commits] Horde branch master updated. 40ca41b9c94a20146cc4a343ac2896e911d81dda
Michael M Slusarz
slusarz at horde.org
Tue May 18 18:08:33 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 7536e23b314364bb04c305019545295c211639b7
27f3db2 SessionHandler rewrite.
9c14811 Reset opacity when growler is removed from screen
40ca41b Two more places to use Horde_Db_Adapter_Base
-----------------------------------------------------------------------
commit 27f3db208654339614b2fced9677d55729eb37eb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri May 14 17:30:14 2010 -0600
SessionHandler rewrite.
* Abstracted memcache persistent-backend code into 'Stack' driver.
* Renamed 'none' driver to 'Builtin'.
* Now throws Horde_SessionHandler_Exception.
* Split driver code into abstract class.
* Use horde/Db to access SQL databases.
* Do not rely on Horde::logMessage() (or any of Core).
framework/Core/lib/Horde/Core/Binder/SessionHandler.php | 50 +-
framework/Core/lib/Horde/Registry.php | 30 +-
framework/SessionHandler/lib/Horde/SessionHandler.php | 336 +------
framework/SessionHandler/lib/Horde/SessionHandler/Builtin.php | 135 +++
framework/SessionHandler/lib/Horde/SessionHandler/Driver.php | 321 ++++++
framework/SessionHandler/lib/Horde/SessionHandler/Exception.php | 16 +
framework/SessionHandler/lib/Horde/SessionHandler/External.php | 125 +++
framework/SessionHandler/lib/Horde/SessionHandler/Ldap.php | 82 ++-
framework/SessionHandler/lib/Horde/SessionHandler/Memcache.php | 151 +--
framework/SessionHandler/lib/Horde/SessionHandler/Mysql.php | 305 ------
framework/SessionHandler/lib/Horde/SessionHandler/None.php | 67 --
framework/SessionHandler/lib/Horde/SessionHandler/Oci8.php | 278 -----
framework/SessionHandler/lib/Horde/SessionHandler/Pgsql.php | 285 ------
framework/SessionHandler/lib/Horde/SessionHandler/Sql.php | 182 ++---
framework/SessionHandler/lib/Horde/SessionHandler/Stack.php | 184 ++++
framework/SessionHandler/package.xml | 41 +-
horde/admin/sessions.php | 4 -
horde/config/conf.xml | 151 +---
18 files changed, 1079 insertions(+), 1664 deletions(-)
create mode 100644 framework/SessionHandler/lib/Horde/SessionHandler/Builtin.php
create mode 100644 framework/SessionHandler/lib/Horde/SessionHandler/Driver.php
create mode 100644 framework/SessionHandler/lib/Horde/SessionHandler/Exception.php
create mode 100644 framework/SessionHandler/lib/Horde/SessionHandler/External.php
delete mode 100644 framework/SessionHandler/lib/Horde/SessionHandler/Mysql.php
delete mode 100644 framework/SessionHandler/lib/Horde/SessionHandler/None.php
delete mode 100644 framework/SessionHandler/lib/Horde/SessionHandler/Oci8.php
delete mode 100644 framework/SessionHandler/lib/Horde/SessionHandler/Pgsql.php
create mode 100644 framework/SessionHandler/lib/Horde/SessionHandler/Stack.php
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/SessionHandler.php?rt=horde-git&r1=c185c64bc1d178d54ef2c22de3d7a806677f5b03&r2=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=e0e9c0083b887cec347cda90be5be85bde938863&r2=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/co.php/framework/SessionHandler/lib/Horde/SessionHandler/Builtin.php?rt=horde-git&r=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/co.php/framework/SessionHandler/lib/Horde/SessionHandler/Driver.php?rt=horde-git&r=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/co.php/framework/SessionHandler/lib/Horde/SessionHandler/Exception.php?rt=horde-git&r=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/co.php/framework/SessionHandler/lib/Horde/SessionHandler/External.php?rt=horde-git&r=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Ldap.php?rt=horde-git&r1=1b11a038e49027d2e05182b0726397dd6aed650d&r2=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Memcache.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Mysql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/None.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Oci8.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Pgsql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/diff.php/framework/SessionHandler/lib/Horde/SessionHandler/Sql.php?rt=horde-git&r1=b4ba6ed538947767af0304941d7c9fc93caad90d&r2=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/co.php/framework/SessionHandler/lib/Horde/SessionHandler/Stack.php?rt=horde-git&r=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/diff.php/framework/SessionHandler/package.xml?rt=horde-git&r1=fda725bb4ae99a441f8786dbf4ac3aa425739543&r2=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/diff.php/horde/admin/sessions.php?rt=horde-git&r1=377971957d96dfa46f3993d243ba581d6a0b5a29&r2=27f3db208654339614b2fced9677d55729eb37eb
http://git.horde.org/diff.php/horde/config/conf.xml?rt=horde-git&r1=69d631396c9c6560805bd0aadf8f775797a45f2d&r2=27f3db208654339614b2fced9677d55729eb37eb
-----------------------------------------------------------------------
commit 9c14811e5d527bc1328a8b9803311bf4e736cd07
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue May 18 11:42:26 2010 -0600
Reset opacity when growler is removed from screen
horde/js/Growler.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/horde/js/Growler.js?rt=horde-git&r1=cae456751b929bbc9d94d4b4a4a34ed94aaa3856&r2=9c14811e5d527bc1328a8b9803311bf4e736cd07
-----------------------------------------------------------------------
commit 40ca41b9c94a20146cc4a343ac2896e911d81dda
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue May 18 11:58:44 2010 -0600
Two more places to use Horde_Db_Adapter_Base
framework/admintools/horde-remove-pref.php | 39 ++++++++++++++++-----------
framework/admintools/horde-sql-shell.php | 20 ++++++--------
2 files changed, 32 insertions(+), 27 deletions(-)
http://git.horde.org/diff.php/framework/admintools/horde-remove-pref.php?rt=horde-git&r1=7e23da770e15011048375e5554f08dee8fb8aa03&r2=40ca41b9c94a20146cc4a343ac2896e911d81dda
http://git.horde.org/diff.php/framework/admintools/horde-sql-shell.php?rt=horde-git&r1=7e23da770e15011048375e5554f08dee8fb8aa03&r2=40ca41b9c94a20146cc4a343ac2896e911d81dda
More information about the commits
mailing list