[commits] Horde branch master updated. 81124deca8a7e6bed2f1c637990316da5d21406f
Michael M Slusarz
slusarz at horde.org
Thu Mar 18 17:44:09 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 36e6408f27e13224e30b961de32ce7a265d1fad1
005b9c5 Filter superfluous spaces in display subjects
461b328 Some Horde_Log conversion fixes/omissions
eaf1084 Update Horde_Lock
f25091e Add Horde_Lock to the list of global bindings
200cb79 Bug #8914: Fix function name
6e3b394 Bug #8915: Fix template path
81124de Bug #8916: Remove unneeded (and no longer existing) replace() call
-----------------------------------------------------------------------
commit 005b9c54a8c44c967a08bb8d8845cc1761a496d4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Mar 17 23:53:44 2010 -0600
Filter superfluous spaces in display subjects
imp/lib/Ui/Message.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/lib/Ui/Message.php?rt=horde-git&r1=702c99f22fbd710031e66126426a4626d6f9f4ac&r2=005b9c54a8c44c967a08bb8d8845cc1761a496d4
-----------------------------------------------------------------------
commit 461b328a22b10fd54a870f81aa73b6a974af74cd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 18 02:33:51 2010 -0600
Some Horde_Log conversion fixes/omissions
ansel/lib/Image.php | 2 +-
framework/Alarm/lib/Horde/Alarm/Sql.php | 122 ++++++--
framework/Auth/lib/Horde/Auth/Customsql.php | 2 +-
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php | 26 +-
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php | 2 +-
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Permission.php | 5 +-
horde/lib/LoginTasks/SystemTask/GarbageCollection.php | 2 +-
imp/lib/Crypt/Pgp.php | 2 +-
imp/lib/Mime/Viewer/Pgp.php | 4 +-
ingo/lib/Storage/Sql.php | 2 +-
shout/lib/Ajax/Application.php | 2 +-
whups/lib/Api.php | 2 +-
12 files changed, 114 insertions(+), 59 deletions(-)
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=461b328a22b10fd54a870f81aa73b6a974af74cd
http://git.horde.org/diff.php/framework/Alarm/lib/Horde/Alarm/Sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=461b328a22b10fd54a870f81aa73b6a974af74cd
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth/Customsql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=461b328a22b10fd54a870f81aa73b6a974af74cd
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php?rt=horde-git&r1=240056800c5644feefb18a1dcdcff29fe83552ae&r2=461b328a22b10fd54a870f81aa73b6a974af74cd
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php?rt=horde-git&r1=240056800c5644feefb18a1dcdcff29fe83552ae&r2=461b328a22b10fd54a870f81aa73b6a974af74cd
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Permission.php?rt=horde-git&r1=f35979e0fea46bf3a8109e4fbd5cc359d3a7c9a6&r2=461b328a22b10fd54a870f81aa73b6a974af74cd
http://git.horde.org/diff.php/horde/lib/LoginTasks/SystemTask/GarbageCollection.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=461b328a22b10fd54a870f81aa73b6a974af74cd
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=461b328a22b10fd54a870f81aa73b6a974af74cd
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=461b328a22b10fd54a870f81aa73b6a974af74cd
http://git.horde.org/diff.php/ingo/lib/Storage/Sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=461b328a22b10fd54a870f81aa73b6a974af74cd
http://git.horde.org/diff.php/shout/lib/Ajax/Application.php?rt=horde-git&r1=5c47e6816c043f4f1ab65c899a573a98491eb329&r2=461b328a22b10fd54a870f81aa73b6a974af74cd
http://git.horde.org/diff.php/whups/lib/Api.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=461b328a22b10fd54a870f81aa73b6a974af74cd
-----------------------------------------------------------------------
commit eaf1084e5f682c8ba937ada748059a15a8220101
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 18 02:46:35 2010 -0600
Update Horde_Lock
Bring into line with H4 conventions.
Remove some Core-specific code/configuration.
Fix exception throwing in Horde_Lock package
framework/Lock/lib/Horde/Lock.php | 182 +++-------------------
framework/Lock/lib/Horde/Lock/Driver.php | 141 +++++++++++++++++
framework/Lock/lib/Horde/Lock/Exception.php | 16 ++-
framework/Lock/lib/Horde/Lock/Sql.php | 224 +++++++++++++--------------
framework/Lock/package.xml | 14 +-
5 files changed, 294 insertions(+), 283 deletions(-)
create mode 100644 framework/Lock/lib/Horde/Lock/Driver.php
http://git.horde.org/diff.php/framework/Lock/lib/Horde/Lock.php?rt=horde-git&r1=5a195e0424b25c9ffa4f79127702ca167222d11f&r2=eaf1084e5f682c8ba937ada748059a15a8220101
http://git.horde.org/co.php/framework/Lock/lib/Horde/Lock/Driver.php?rt=horde-git&r=eaf1084e5f682c8ba937ada748059a15a8220101
http://git.horde.org/diff.php/framework/Lock/lib/Horde/Lock/Exception.php?rt=horde-git&r1=4ba825f2285373c8a445c5945f7a8dd677a29875&r2=eaf1084e5f682c8ba937ada748059a15a8220101
http://git.horde.org/diff.php/framework/Lock/lib/Horde/Lock/Sql.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=eaf1084e5f682c8ba937ada748059a15a8220101
http://git.horde.org/diff.php/framework/Lock/package.xml?rt=horde-git&r1=2d02b5420f24899e5bc67aeb2abe9d5dfa0149d8&r2=eaf1084e5f682c8ba937ada748059a15a8220101
-----------------------------------------------------------------------
commit f25091e10c4b702b0a5e403b4dfc88b6ab56efad
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 18 03:28:23 2010 -0600
Add Horde_Lock to the list of global bindings
babel/view.php | 2 +-
framework/Core/lib/Horde/Core/Binder/Lock.php | 22 +++++++++++++++
framework/Core/lib/Horde/Registry.php | 1 +
framework/Core/package.xml | 2 +
framework/Rpc/lib/Horde/Rpc/Webdav.php | 18 ++++++------
framework/Share/Share.php | 36 +++++++++----------------
kronolith/lib/Event.php | 2 +-
wicked/lib/Page/StandardPage.php | 2 +-
8 files changed, 50 insertions(+), 35 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Binder/Lock.php
http://git.horde.org/diff.php/babel/view.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=f25091e10c4b702b0a5e403b4dfc88b6ab56efad
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Lock.php?rt=horde-git&r=f25091e10c4b702b0a5e403b4dfc88b6ab56efad
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=d7015b931ca003bfc78af272df621daac75b27cf&r2=f25091e10c4b702b0a5e403b4dfc88b6ab56efad
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=6cabfab972f38336f204179e5b41d0ecf3b0525d&r2=f25091e10c4b702b0a5e403b4dfc88b6ab56efad
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Webdav.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=f25091e10c4b702b0a5e403b4dfc88b6ab56efad
http://git.horde.org/diff.php/framework/Share/Share.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=f25091e10c4b702b0a5e403b4dfc88b6ab56efad
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=6cabfab972f38336f204179e5b41d0ecf3b0525d&r2=f25091e10c4b702b0a5e403b4dfc88b6ab56efad
http://git.horde.org/diff.php/wicked/lib/Page/StandardPage.php?rt=horde-git&r1=5ced59049a0eb547f981fbd8186055c138403021&r2=f25091e10c4b702b0a5e403b4dfc88b6ab56efad
-----------------------------------------------------------------------
commit 200cb7952221a852a0de95ad8f0ce92a798525de
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 18 11:39:23 2010 -0600
Bug #8914: Fix function name
framework/Form/Form/Type.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Form/Form/Type.php?rt=horde-git&r1=c18fdb1ea6db1ef862d1410e8a219fac4c0a2353&r2=200cb7952221a852a0de95ad8f0ce92a798525de
-----------------------------------------------------------------------
commit 6e3b3942125d392578950685b660174f1fdbbdb3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 18 11:41:19 2010 -0600
Bug #8915: Fix template path
imp/smime.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/smime.php?rt=horde-git&r1=6d97c196be61e3bca4413767f7b6f4d12b62fefd&r2=6e3b3942125d392578950685b660174f1fdbbdb3
-----------------------------------------------------------------------
commit 81124deca8a7e6bed2f1c637990316da5d21406f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Mar 18 11:44:18 2010 -0600
Bug #8916: Remove unneeded (and no longer existing) replace() call
imp/lib/Crypt/Pgp.php | 4 ----
imp/lib/Crypt/Smime.php | 4 ----
2 files changed, 0 insertions(+), 8 deletions(-)
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-git&r1=461b328a22b10fd54a870f81aa73b6a974af74cd&r2=81124deca8a7e6bed2f1c637990316da5d21406f
http://git.horde.org/diff.php/imp/lib/Crypt/Smime.php?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=81124deca8a7e6bed2f1c637990316da5d21406f
More information about the commits
mailing list