[commits] Horde branch develop updated. bbeead122213e9e3ea580e2d3efa15b7f680761d
Michael M Slusarz
slusarz at horde.org
Thu Jan 19 06:31:17 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 698efdaf66f482ab32850a04b8fe6afabb243037
fc3066c Add section on framework exception handling
c525738 Bug #10929: Fix token verification when deleting public PGP key
ff51d1e Fix token verification when unloading S/MIME passphrase
c704e14 Remove quotes (Bug #10923).
aadbd31 Update capabilities for recent Blackberry devices.
b4c1b37 Bug #10930: additional tests
cd1b579 [mms] Add 'sendmail_eol' configuration parameter (Bug #10930).
50b1f18 Sanity checking for mixed-case driver name
bbeead1 Merge branch 'master' into develop
-----------------------------------------------------------------------
commit fc3066c899fe511f0f3ef04c8187dcb15c5cbf9b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 17 22:51:33 2012 -0700
Add section on framework exception handling
horde/docs/CODING_STANDARDS | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/fc3066c899fe511f0f3ef04c8187dcb15c5cbf9b
-----------------------------------------------------------------------
commit c525738c7bceb766eb5e39540c267bcdbc8b7816
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 17 23:06:23 2012 -0700
Bug #10929: Fix token verification when deleting public PGP key
imp/lib/Prefs/Ui.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/c525738c7bceb766eb5e39540c267bcdbc8b7816
-----------------------------------------------------------------------
commit ff51d1e224cf73845867061fde07e3658bcddea6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jan 17 23:06:40 2012 -0700
Fix token verification when unloading S/MIME passphrase
imp/lib/Prefs/Ui.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ff51d1e224cf73845867061fde07e3658bcddea6
-----------------------------------------------------------------------
commit c704e141e6326a7916d0fa528580c82f3d9c3924
Author: Jan Schneider <jan at horde.org>
Date: Wed Jan 18 11:21:45 2012 +0100
Remove quotes (Bug #10923).
horde/bin/horde-set-perms | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/c704e141e6326a7916d0fa528580c82f3d9c3924
-----------------------------------------------------------------------
commit aadbd310fe5f59cdac9c457b00f20bbb1c44bc20
Author: Jan Schneider <jan at horde.org>
Date: Wed Jan 18 16:13:54 2012 +0100
Update capabilities for recent Blackberry devices.
According to
http://docs.blackberry.com/en/developers/deliverables/11844/BB_Browser_content_support_by_version_438586_11.jsp
any Blackberry device 4.6 or later supports modern web standards.
Fixes bug #10736 too.
framework/Browser/lib/Horde/Browser.php | 10 +++++++++-
framework/Browser/package.xml | 4 ++--
2 files changed, 11 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/aadbd310fe5f59cdac9c457b00f20bbb1c44bc20
-----------------------------------------------------------------------
commit b4c1b3750b242550d62a9f8f08bd875e2e5fe64d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jan 18 12:31:38 2012 -0700
Bug #10930: additional tests
Better test for wrapped headers.
framework/Mail/test/Horde/Mail/SendTest.php | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/b4c1b3750b242550d62a9f8f08bd875e2e5fe64d
-----------------------------------------------------------------------
commit cd1b5793c0e771eb871f7b4295dbcab580bb5929
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jan 18 13:29:20 2012 -0700
[mms] Add 'sendmail_eol' configuration parameter (Bug #10930).
Also, make very clear in documentation that people should be using SMTP,
not sendmail.
framework/Core/lib/Horde/Core/Factory/Mail.php | 8 ++++++
horde/config/conf.xml | 7 +++++-
horde/docs/CHANGES | 1 +
horde/docs/INSTALL | 28 +++++++++++++++--------
horde/package.xml | 2 +
5 files changed, 35 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/cd1b5793c0e771eb871f7b4295dbcab580bb5929
-----------------------------------------------------------------------
commit 50b1f186832803920ef7cafaa8ab921802b36039
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jan 18 13:30:48 2012 -0700
Sanity checking for mixed-case driver name
framework/Core/lib/Horde/Core/Factory/Mail.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/50b1f186832803920ef7cafaa8ab921802b36039
-----------------------------------------------------------------------
commit bbeead122213e9e3ea580e2d3efa15b7f680761d
Merge: 698efda 50b1f18
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jan 18 23:31:02 2012 -0700
Merge branch 'master' into develop
framework/Browser/lib/Horde/Browser.php | 10 ++++++-
framework/Browser/package.xml | 4 +-
framework/Core/lib/Horde/Core/Factory/Mail.php | 10 ++++++-
framework/Mail/test/Horde/Mail/SendTest.php | 14 +++++++++-
horde/bin/horde-set-perms | 2 +-
horde/config/conf.xml | 7 ++++-
horde/docs/CHANGES | 1 +
horde/docs/CODING_STANDARDS | 35 ++++++++++++++++++++++++
horde/docs/INSTALL | 28 ++++++++++++-------
horde/package.xml | 2 +
imp/lib/Prefs/Ui.php | 4 +-
11 files changed, 98 insertions(+), 19 deletions(-)
http://git.horde.org/horde-git/-/commit/bbeead122213e9e3ea580e2d3efa15b7f680761d
More information about the commits
mailing list