[commits] Horde branch develop updated. 47a7761484f6a2b86938cd47cbe03816a258da1b
Michael M Slusarz
slusarz at horde.org
Thu Mar 1 08:31:09 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: d7992c0eb326abb3d38959026b9732bbbde0cf6f
a6faf8d true is not a valid paramter value for 'secure' (Bug #11034).
26a6cfa Clean up the mess in getBackends() (Bug #11023).
458813e Print version where a changelog was added.
4f7027e Update de translation.
d4ebc79 Fix 'secure' parameter (Bug #11034).
0f8e19b Bug #11041: If mailbox listing fails, this needs to be a fatal error since the IMAP tree cannot be built correctly.
51ada72 [mms] Fix regression in displaying From address on mailbox page in traditional view.
ce3e7b3 More contacts popup fixes.
47a7761 Merge branch 'master' into develop
-----------------------------------------------------------------------
commit a6faf8d5d2b173d50649774f539a559ef06e7fc7
Author: Jan Schneider <jan at horde.org>
Date: Wed Feb 29 15:12:36 2012 +0100
true is not a valid paramter value for 'secure' (Bug #11034).
framework/Kolab_Session/lib/Horde/Kolab/Session/Imap.php | 2 +-
framework/Kolab_Session/package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/a6faf8d5d2b173d50649774f539a559ef06e7fc7
-----------------------------------------------------------------------
commit 26a6cfac8ca11cde59063ab5fe52f8d2141fc6a8
Author: Jan Schneider <jan at horde.org>
Date: Wed Feb 29 18:31:08 2012 +0100
Clean up the mess in getBackends() (Bug #11023).
passwd/docs/CHANGES | 1 +
passwd/lib/Passwd.php | 46 ++++++++++++++++++++++------------------------
passwd/package.xml | 4 ++--
3 files changed, 25 insertions(+), 26 deletions(-)
http://git.horde.org/horde-git/-/commit/26a6cfac8ca11cde59063ab5fe52f8d2141fc6a8
-----------------------------------------------------------------------
commit 458813e7b0eb347bb2a3febf6109295d7e37857d
Author: Jan Schneider <jan at horde.org>
Date: Wed Feb 29 18:44:26 2012 +0100
Print version where a changelog was added.
components/lib/Components/Helper/ChangeLog.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/458813e7b0eb347bb2a3febf6109295d7e37857d
-----------------------------------------------------------------------
commit 4f7027edb26e78138ff3dce0b44872f417fffbd2
Author: Jan Schneider <jan at horde.org>
Date: Wed Feb 29 18:49:22 2012 +0100
Update de translation.
Bug: 11033
imp/locale/de/LC_MESSAGES/imp.mo | Bin 188178 -> 188185 bytes
imp/locale/de/LC_MESSAGES/imp.po | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/4f7027edb26e78138ff3dce0b44872f417fffbd2
-----------------------------------------------------------------------
commit d4ebc79d9993243ca429b4a9fa0ad2aaf6ae056c
Author: Jan Schneider <jan at horde.org>
Date: Wed Feb 29 18:51:00 2012 +0100
Fix 'secure' parameter (Bug #11034).
framework/Core/lib/Horde/Core/Factory/KolabStorage.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d4ebc79d9993243ca429b4a9fa0ad2aaf6ae056c
-----------------------------------------------------------------------
commit 0f8e19b5982e5d078195800a4e7af78b8956f893
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 16:49:05 2012 -0700
Bug #11041: If mailbox listing fails, this needs to be a fatal error since the IMAP tree cannot be built correctly.
imp/lib/Imap/Tree.php | 15 ++++++---------
1 files changed, 6 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/0f8e19b5982e5d078195800a4e7af78b8956f893
-----------------------------------------------------------------------
commit 51ada72f5a00201b9cda15a04f6dde39b26c443d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 00:43:40 2012 -0700
[mms] Fix regression in displaying From address on mailbox page in traditional view.
imp/docs/CHANGES | 2 ++
imp/mailbox.php | 2 +-
imp/package.xml | 2 ++
3 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/51ada72f5a00201b9cda15a04f6dde39b26c443d
-----------------------------------------------------------------------
commit ce3e7b32620b0fb4925fcc9648913fead0ace5dd
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 00:44:47 2012 -0700
More contacts popup fixes.
Use prototypejs events to trigger updates on compose screen - no need to
carry around form names/field names in contacts page anymore.
In dynamic view, adding a CC/BCC field will now automatically
open/expand the field if not already open.
imp/compose.php | 2 +-
imp/contacts.php | 12 -------
imp/docs/CHANGES | 3 +-
imp/js/compose-base.js | 20 ++++++++++++
imp/js/compose-dimp.js | 23 +++++++++++++-
imp/js/compose.js | 8 +++++
imp/js/contacts.js | 47 ++++++-----------------------
imp/package.xml | 2 +-
imp/templates/imp/contacts/contacts.html | 2 -
imp/templates/imp/javascript_defs.php | 3 +-
10 files changed, 63 insertions(+), 59 deletions(-)
http://git.horde.org/horde-git/-/commit/ce3e7b32620b0fb4925fcc9648913fead0ace5dd
-----------------------------------------------------------------------
commit 47a7761484f6a2b86938cd47cbe03816a258da1b
Merge: d7992c0 ce3e7b3
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 01:00:27 2012 -0700
Merge branch 'master' into develop
Conflicts:
imp/contacts.php
imp/js/compose-base.js
imp/js/compose-dimp.js
imp/package.xml
passwd/package.xml
components/lib/Components/Helper/ChangeLog.php | 2 +-
framework/Core/lib/Horde/Core/Factory/KolabStorage.php | 2 +-
framework/Kolab_Session/lib/Horde/Kolab/Session/Imap.php | 2 +-
framework/Kolab_Session/package.xml | 4 +-
imp/compose.php | 2 +-
imp/contacts.php | 12 ----
imp/docs/CHANGES | 5 +-
imp/js/compose-base.js | 20 ++++++
imp/js/compose-dimp.js | 23 ++++++-
imp/js/compose.js | 8 ++
imp/js/contacts.js | 47 +++-----------
imp/lib/Imap/Tree.php | 15 ++---
imp/locale/de/LC_MESSAGES/imp.mo | Bin 188178 -> 188185 bytes
imp/locale/de/LC_MESSAGES/imp.po | 4 +-
imp/mailbox.php | 2 +-
imp/package.xml | 14 ++++
imp/templates/imp/contacts/contacts.html | 2 -
imp/templates/imp/javascript_defs.php | 3 +-
passwd/docs/CHANGES | 1 +
passwd/lib/Passwd.php | 46 ++++++-------
passwd/package.xml | 13 ++++
21 files changed, 128 insertions(+), 99 deletions(-)
http://git.horde.org/horde-git/-/commit/47a7761484f6a2b86938cd47cbe03816a258da1b
More information about the commits
mailing list