[commits] Horde branch develop updated. 98c2e704adf5a6a1e08494bd97cda8f7ce3ebcdf
Michael M Slusarz
slusarz at horde.org
Sat Nov 19 01:52:34 UTC 2011
The branch "develop" has been updated.
The following is a summary of the commits.
from: 6173ff299b7d564617d2e5edd7ea1f61ff7601be
eee9e8e update package.xml
2245b3c Fix example
8e4cbbe Clean up documentation
b361fe2 Add blurb on VFS + SQL bad performance
b72668b Released Horde_Mail-1.0.2
936e887 Development mode for Horde_Mail-1.0.3
52c9fcb [mms] Fix DNS resolution when sending attachment viewed messages (Bug #10784).
8d238da [mms] Remove signature from compose UI; signature is no added automatically when sending (Request #10487).
98c2e70 Merge branch 'signature' into develop
-----------------------------------------------------------------------
commit eee9e8e190da47a4290b302637dfa12755f7b9c1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Nov 17 17:26:09 2011 -0500
update package.xml
horde/package.xml | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/eee9e8e190da47a4290b302637dfa12755f7b9c1
-----------------------------------------------------------------------
commit 2245b3cf2fabefa01beacf49b86742a75ef329f5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 17 14:22:13 2011 -0700
Fix example
turba/config/backends.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/2245b3cf2fabefa01beacf49b86742a75ef329f5
-----------------------------------------------------------------------
commit 8e4cbbe006008a64d795a730a65169bb0cbc6ae9
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 17 14:46:36 2011 -0700
Clean up documentation
Especially LDAP-specific options - better delineate these options to
allow those not using LDAP to more easily skip documentation.
turba/config/backends.php | 368 +++++++++++++++++++++++----------------------
1 files changed, 187 insertions(+), 181 deletions(-)
http://git.horde.org/horde-git/-/commit/8e4cbbe006008a64d795a730a65169bb0cbc6ae9
-----------------------------------------------------------------------
commit b361fe2aa53ff56cdf1f3c20e9b32ba7576ce50d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 17 14:52:53 2011 -0700
Add blurb on VFS + SQL bad performance
horde/docs/PERFORMANCE | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/b361fe2aa53ff56cdf1f3c20e9b32ba7576ce50d
-----------------------------------------------------------------------
commit b72668b6ff6e9885ca03052d91cfb531ee868cce
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 18 12:48:59 2011 -0700
Released Horde_Mail-1.0.2
framework/Mail/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/b72668b6ff6e9885ca03052d91cfb531ee868cce
-----------------------------------------------------------------------
commit 936e887cf5821df902389cf01e983236b656a5c8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 18 12:48:59 2011 -0700
Development mode for Horde_Mail-1.0.3
framework/Mail/package.xml | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/936e887cf5821df902389cf01e983236b656a5c8
-----------------------------------------------------------------------
commit 52c9fcb602927c0522e8efc598b3aa0b5e01c4b5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 18 13:00:20 2011 -0700
[mms] Fix DNS resolution when sending attachment viewed messages (Bug #10784).
imp/attachment.php | 2 +-
imp/docs/CHANGES | 1 +
imp/package.xml | 2 ++
3 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/52c9fcb602927c0522e8efc598b3aa0b5e01c4b5
-----------------------------------------------------------------------
commit 8d238daae1c893a67082cf22735d8244e12f282e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 18 18:45:56 2011 -0700
[mms] Remove signature from compose UI; signature is no added automatically when sending (Request #10487).
imp/compose-dimp.php | 11 ----
imp/compose-mimp.php | 6 +--
imp/compose.php | 22 +--------
imp/config/prefs.php | 12 +----
imp/docs/CHANGES | 2 +
imp/docs/UPGRADING | 13 +++++
imp/js/compose-base.js | 64 +-------------------------
imp/js/compose-dimp.js | 24 ++++-----
imp/js/compose.js | 22 ++++-----
imp/js/message-dimp.js | 4 +-
imp/lib/Ajax/Application.php | 1 +
imp/lib/Compose.php | 26 ++++++++++-
imp/lib/Compose/Stationery.php | 23 +---------
imp/lib/LoginTasks/SystemTask/Upgrade.php | 18 +++++++-
imp/lib/Prefs/Identity.php | 24 +++-------
imp/lib/Ui/Compose.php | 73 ++---------------------------
imp/package.xml | 2 +
imp/templates/prefs/stationery.html | 2 +-
18 files changed, 101 insertions(+), 248 deletions(-)
http://git.horde.org/horde-git/-/commit/8d238daae1c893a67082cf22735d8244e12f282e
-----------------------------------------------------------------------
commit 98c2e704adf5a6a1e08494bd97cda8f7ce3ebcdf
Merge: 6173ff2 8d238da
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 18 18:51:40 2011 -0700
Merge branch 'signature' into develop
Conflicts:
horde/package.xml
imp/docs/UPGRADING
imp/lib/LoginTasks/SystemTask/Upgrade.php
imp/package.xml
framework/Mail/package.xml | 23 ++-
horde/docs/PERFORMANCE | 9 +
horde/package.xml | 2 +-
imp/attachment.php | 2 +-
imp/compose-dimp.php | 11 -
imp/compose-mimp.php | 6 +-
imp/compose.php | 22 +--
imp/config/prefs.php | 12 +-
imp/docs/CHANGES | 3 +
imp/docs/UPGRADING | 4 +
imp/js/compose-base.js | 64 +-----
imp/js/compose-dimp.js | 24 +-
imp/js/compose.js | 22 +-
imp/js/message-dimp.js | 4 +-
imp/lib/Ajax/Application.php | 1 +
imp/lib/Compose.php | 26 ++-
imp/lib/Compose/Stationery.php | 23 +--
imp/lib/LoginTasks/SystemTask/Upgrade.php | 13 +
imp/lib/Prefs/Identity.php | 24 +--
imp/lib/Ui/Compose.php | 73 +------
imp/package.xml | 3 +
imp/templates/prefs/stationery.html | 2 +-
turba/config/backends.php | 376 +++++++++++++++--------------
23 files changed, 310 insertions(+), 439 deletions(-)
http://git.horde.org/horde-git/-/commit/98c2e704adf5a6a1e08494bd97cda8f7ce3ebcdf
More information about the commits
mailing list