[commits] Horde branch develop updated. 11e1e868c6d1494323fe42f97f5b5a09eae71dce
Michael M Slusarz
slusarz at horde.org
Mon Feb 20 07:01:09 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 870fdf9ee1dda092ac164e1a9f56bdfb8b331f84
b581ccb Fix docs for the webdocs operation.
4d59463 Only allow admins to removeUserData
6dfe4c4 Prepend the protocol the the $url.
b9cee34 actually return the set permissions
b1dc594 EOF whitespace
265b128 Fix replying to text/html only message
6210694 [mms] Return correct authentication error if authentication fails after the original login (Bug #11007).
76faef6 [mms] Add Horde_Imap_Client_Base#setParam() (Bug #10680).
9f52190 Merge branch 'master' into develop
11e1e86 Bug #10680: Use correct secret key to encrypt IMAP password
-----------------------------------------------------------------------
commit b581ccb3c893a35e251ebebb8c9f8ab70a173ed2
Author: Gunnar Wrobel <p at rdus.de>
Date: Sat Feb 18 23:43:48 2012 +0100
Fix docs for the webdocs operation.
components/lib/Components/Module/Webdocs.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/b581ccb3c893a35e251ebebb8c9f8ab70a173ed2
-----------------------------------------------------------------------
commit 4d59463edbb2c4e12370ba0f2b75264aa3c9483c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Feb 18 13:15:20 2012 -0500
Only allow admins to removeUserData
turba/lib/Driver/Share.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/4d59463edbb2c4e12370ba0f2b75264aa3c9483c
-----------------------------------------------------------------------
commit 6dfe4c4f39e1360ee64f86740a8fb85f14074795
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Feb 18 19:15:34 2012 -0500
Prepend the protocol the the $url.
This is consistent with the way setServer() works for the time being.
Probably want to eventually detect the protocol and only add it if needed.
framework/Pear/lib/Horde/Pear/Rest.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/6dfe4c4f39e1360ee64f86740a8fb85f14074795
-----------------------------------------------------------------------
commit b9cee3481bd7c7d49a8097586b366f531909e22c
Author: Ralf Lang <lang at b1-systems.de>
Date: Sun Feb 19 14:20:07 2012 +0000
actually return the set permissions
sesha/lib/Application.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/b9cee3481bd7c7d49a8097586b366f531909e22c
-----------------------------------------------------------------------
commit b1dc594d629245e727fbae15ff632c90894918af
Author: Ralf Lang <lang at b1-systems.de>
Date: Sun Feb 19 14:21:51 2012 +0000
EOF whitespace
sesha/lib/Application.php | 2 +-
sesha/lib/Forms/CategoryList.php | 2 +-
sesha/lib/Forms/Property.php | 1 -
sesha/lib/Forms/PropertyList.php | 1 -
sesha/lib/Forms/Stock.php | 1 -
5 files changed, 2 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/b1dc594d629245e727fbae15ff632c90894918af
-----------------------------------------------------------------------
commit 265b128f1bc9b6cb5f2aaf97936c2625445d9911
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Feb 19 21:51:36 2012 -0700
Fix replying to text/html only message
imp/lib/Compose.php | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/265b128f1bc9b6cb5f2aaf97936c2625445d9911
-----------------------------------------------------------------------
commit 6210694d913c7b041fec96aef6e3c1cb9cc91b0d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Feb 19 23:35:00 2012 -0700
[mms] Return correct authentication error if authentication fails after the original login (Bug #11007).
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 18 +++++++++++----
framework/Imap_Client/package.xml | 2 +
2 files changed, 15 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/6210694d913c7b041fec96aef6e3c1cb9cc91b0d
-----------------------------------------------------------------------
commit 76faef61dc154be79b95946f6cd3c16c6c6f29a1
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Feb 19 23:44:40 2012 -0700
[mms] Add Horde_Imap_Client_Base#setParam() (Bug #10680).
framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 4 ++
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 42 ++++++++++++----
framework/Imap_Client/package.xml | 2 +
3 files changed, 37 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/76faef61dc154be79b95946f6cd3c16c6c6f29a1
-----------------------------------------------------------------------
commit 9f521907ba2134afdcd92823dde8a8c53fc559c9
Merge: 870fdf9 76faef6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Feb 19 23:46:23 2012 -0700
Merge branch 'master' into develop
components/lib/Components/Module/Webdocs.php | 3 +-
framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 4 ++
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 42 +++++++++++----
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 18 +++++--
framework/Imap_Client/package.xml | 4 ++
framework/Pear/lib/Horde/Pear/Rest.php | 2 +-
imp/lib/Compose.php | 4 +-
sesha/lib/Application.php | 5 +-
sesha/lib/Forms/CategoryList.php | 2 +-
sesha/lib/Forms/Property.php | 1 -
sesha/lib/Forms/PropertyList.php | 1 -
sesha/lib/Forms/Stock.php | 1 -
12 files changed, 60 insertions(+), 27 deletions(-)
http://git.horde.org/horde-git/-/commit/9f521907ba2134afdcd92823dde8a8c53fc559c9
-----------------------------------------------------------------------
commit 11e1e868c6d1494323fe42f97f5b5a09eae71dce
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Feb 20 00:00:59 2012 -0700
Bug #10680: Use correct secret key to encrypt IMAP password
imp/lib/Auth.php | 11 +++++++++++
imp/package.xml | 2 +-
2 files changed, 12 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/11e1e868c6d1494323fe42f97f5b5a09eae71dce
More information about the commits
mailing list