[commits] Horde branch develop updated. 033d06cc79c82c07f0bbde2618bf3d30afe9ee04
Michael M Slusarz
slusarz at horde.org
Mon Feb 6 23:02:16 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 7e0b72a8b606c2e3d0c8a4781b4314237aa7eac7
e43fe30 Make sure we only pass the clean connection parameter array to Horde_Db without any extra keys from backend.php
a4aa1f0 [rla] Don't pass too many parameters from backends.php to Horde_Db (Fix for [#10963] problem with PostgreSQL)
bb6588a [mms] Other places where bodystructure may return literals.
4686006 Fix phpdoc
3eb04cb Add Horde_Core_Alarm_Handler_Notify class
033d06c Merge branch 'master' into develop
-----------------------------------------------------------------------
commit e43fe30c972e1f3038fded11de2921530150a8d5
Author: Ralf Lang <lang at b1-systems.de>
Date: Mon Feb 6 19:28:35 2012 +0000
Make sure we only pass the clean connection parameter array to Horde_Db without any extra keys from backend.php
passwd/lib/Factory/Driver.php | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/e43fe30c972e1f3038fded11de2921530150a8d5
-----------------------------------------------------------------------
commit a4aa1f00f0b6423fb8f5c00977a47932e3271bc2
Author: Ralf Lang <lang at b1-systems.de>
Date: Mon Feb 6 19:33:20 2012 +0000
[rla] Don't pass too many parameters from backends.php to Horde_Db (Fix for [#10963] problem with PostgreSQL)
passwd/docs/CHANGES | 2 ++
passwd/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/a4aa1f00f0b6423fb8f5c00977a47932e3271bc2
-----------------------------------------------------------------------
commit bb6588af2902fa116ab0e46dd9ef8929a871919d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Feb 6 15:02:38 2012 -0700
[mms] Other places where bodystructure may return literals.
I pulled these out yesterday since I didn't read the RFC correctly, but
they are all strings that can be sent via literals.
Thanks to Timo's insane literal mode patch for finding these issues:
http://markmail.org/message/x5f2ppcs67jhyy33
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 6 +++---
framework/Imap_Client/package.xml | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/bb6588af2902fa116ab0e46dd9ef8929a871919d
-----------------------------------------------------------------------
commit 4686006122184c20e284f70b1e9d72514806667b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Feb 6 15:22:21 2012 -0700
Fix phpdoc
framework/Alarm/lib/Horde/Alarm/Handler/Notify.php | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/4686006122184c20e284f70b1e9d72514806667b
-----------------------------------------------------------------------
commit 3eb04cb5d8972b124aed95ed568d056c8e980dc3
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Feb 6 15:32:05 2012 -0700
Add Horde_Core_Alarm_Handler_Notify class
The injector passed to the Alarm Notify class requires that create()
have no arguments. However, the factory class requires that create()
have a Horde_Injector argument.
The alternative is to create a wrapper object that wraps the create()
method and adds the argument. But at that point, we might as well
create a local Horde_Core driver.
Wondering if we should do this for the Mail and Desktop drivers also.
framework/Core/lib/Horde/Core/Alarm/Handler/Notify.php | 79 ++++++++++++++++
framework/Core/lib/Horde/Core/Factory/Alarm.php | 8 +-
framework/Core/package.xml | 12 ++-
3 files changed, 91 insertions(+), 8 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Alarm/Handler/Notify.php
http://git.horde.org/horde-git/-/commit/3eb04cb5d8972b124aed95ed568d056c8e980dc3
-----------------------------------------------------------------------
commit 033d06cc79c82c07f0bbde2618bf3d30afe9ee04
Merge: 7e0b72a 3eb04cb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Feb 6 16:02:05 2012 -0700
Merge branch 'master' into develop
Conflicts:
framework/Core/lib/Horde/Core/Factory/Alarm.php
framework/Core/package.xml
framework/Alarm/lib/Horde/Alarm/Handler/Notify.php | 10 +-
framework/Core/lib/Horde/Core/Alarm/Handler/Notify.php | 79 ++++++++++++++++
framework/Core/lib/Horde/Core/Factory/Alarm.php | 5 +-
framework/Core/package.xml | 12 ++-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 6 +-
framework/Imap_Client/package.xml | 4 +-
passwd/docs/CHANGES | 2 +
passwd/lib/Factory/Driver.php | 16 +++-
passwd/package.xml | 2 +
9 files changed, 119 insertions(+), 17 deletions(-)
http://git.horde.org/horde-git/-/commit/033d06cc79c82c07f0bbde2618bf3d30afe9ee04
More information about the commits
mailing list