The branch "horde_5_2" has been updated. The following is a summary of the commits.
from: 78aa1f6c2cd59f24d68a007bcfe62552d0bb687e aed352d No need to limit the accepted year for isLeapYear(). 51381ff [jan] Correct dates with very large days-of-month more efficiently (Bug #12615). 096bb21 Respect nobase64_img conf fd74973 [mms] Respect 'nobase64_img' configuration when generating image tags (João Machado <[email protected]>). 9602e6f [mms] Don't auto-detect TLS availability again once we have done initial detection. 5d08996 [mms] Improved error handling when creating a new flag in dynamic view. b6de21c Fix variable name 97973f3 Better grammar 0e0a484 Don't default to secure = true 8196739 Released Horde_Imap_Client-2.15.0 477b034 Development mode for Horde_Imap_Client-2.15.1 25ce6cd [mms] Fix regression where MIME headers were being displayed for PGP decrypted messages (Bug #12648). 3ba63a7 Missing parantheses c77c81c Mirror PGP changes 5974cf4 improve import from an iCal file ddc1f41 Don't consider digits as separators when finding like pages. 71af6a4 [jan] Fix rendering pages in portal blocks. 782f948 [jan] Fix rendering of full text search results. b679ece Escape ac56f1e Default to current name when renaming. fe9ec48 Fully support X509 certificates for ActiveSync. a21d831 This belongs in Horde_5_2 24ff4a7 This config isn't available until Horde_5_2, existence check it. 6cfcd48 CHANGES d3bbece Merge branch 'master' into horde_5_2 ----------------------------------------------------------------------- commit aed352db7c79f1b0c84892a2ba14b531607ba45c Author: Jan Schneider <[email protected]> Date: Tue Sep 3 17:48:04 2013 +0200 No need to limit the accepted year for isLeapYear(). framework/Date/lib/Horde/Date/Utils.php | 6 +----- framework/Date/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/aed352db7c79f1b0c84892a2ba14b531607ba45c ----------------------------------------------------------------------- commit 51381ff61c45b500dd50add91317e543da2acaa0 Author: Jan Schneider <[email protected]> Date: Tue Sep 3 17:49:34 2013 +0200 [jan] Correct dates with very large days-of-month more efficiently (Bug #12615). framework/Date/lib/Horde/Date.php | 11 +++++++++++ framework/Date/package.xml | 2 ++ framework/Date/test/Horde/Date/DateTest.php | 3 +++ 3 files changed, 16 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/51381ff61c45b500dd50add91317e543da2acaa0 ----------------------------------------------------------------------- commit 096bb21c5d6cba662dbede08a67063634cbc46c9 Author: João Machado <[email protected]> Date: Tue Sep 3 15:59:32 2013 +0100 Respect nobase64_img conf Signed-off-by: Michael M Slusarz <[email protected]> framework/Core/lib/Horde/Themes/Image.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/096bb21c5d6cba662dbede08a67063634cbc46c9 ----------------------------------------------------------------------- commit fd749737ecb75a8008033f70f1abc2691251ebb5 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 3 12:37:45 2013 -0600 [mms] Respect 'nobase64_img' configuration when generating image tags (João Machado <[email protected]>). framework/Core/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/fd749737ecb75a8008033f70f1abc2691251ebb5 ----------------------------------------------------------------------- commit 9602e6f7d929883712395e856441733eda1da36e Author: Michael M Slusarz <[email protected]> Date: Tue Sep 3 13:14:02 2013 -0600 [mms] Don't auto-detect TLS availability again once we have done initial detection. framework/Smtp/lib/Horde/Smtp.php | 2 ++ framework/Smtp/package.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/9602e6f7d929883712395e856441733eda1da36e ----------------------------------------------------------------------- commit 5d08996f71d0563f52e94df53c260d5a0a9a3913 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 3 13:38:47 2013 -0600 [mms] Improved error handling when creating a new flag in dynamic view. imp/docs/CHANGES | 1 + imp/js/dimpbase.js | 23 ++++++++++++++++------- imp/lib/Ajax/Application/Handler/Dynamic.php | 13 ++++++++++--- imp/lib/Flags.php | 3 ++- imp/package.xml | 2 ++ 5 files changed, 31 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/5d08996f71d0563f52e94df53c260d5a0a9a3913 ----------------------------------------------------------------------- commit b6de21c7c46001ffee4a2bed55f0e008b8e7f273 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 3 13:41:30 2013 -0600 Fix variable name imp/lib/Ajax/Application/Handler/Dynamic.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b6de21c7c46001ffee4a2bed55f0e008b8e7f273 ----------------------------------------------------------------------- commit 97973f315bf71b85bdcd4f760f0aa48c548ca9b8 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 3 16:31:38 2013 -0600 Better grammar framework/Imap_Client/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/97973f315bf71b85bdcd4f760f0aa48c548ca9b8 ----------------------------------------------------------------------- commit 0e0a484088e39114577f3c82b98402ff764cba1e Author: Michael M Slusarz <[email protected]> Date: Tue Sep 3 16:33:35 2013 -0600 Don't default to secure = true Makes complete sense to do this, but be more conservative about this change especially since 3.0 is fairly close (and Horde applications don't direcly support this option anyway) framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 3 +-- framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/0e0a484088e39114577f3c82b98402ff764cba1e ----------------------------------------------------------------------- commit 8196739eaac5a4bf24803de965fd9f8910c239e9 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 3 16:43:09 2013 -0600 Released Horde_Imap_Client-2.15.0 framework/Imap_Client/package.xml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/8196739eaac5a4bf24803de965fd9f8910c239e9 ----------------------------------------------------------------------- commit 477b03442b792a262698527a56089bd9175b0532 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 3 16:43:10 2013 -0600 Development mode for Horde_Imap_Client-2.15.1 framework/Imap_Client/package.xml | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/477b03442b792a262698527a56089bd9175b0532 ----------------------------------------------------------------------- commit 25ce6cdbeb57d3e4cf5cecbb134dea2b5e28eb8a Author: Michael M Slusarz <[email protected]> Date: Wed Sep 4 00:07:53 2013 -0600 [mms] Fix regression where MIME headers were being displayed for PGP decrypted messages (Bug #12648). imp/docs/CHANGES | 2 ++ imp/lib/Mime/Viewer/Pgp.php | 7 ++++--- imp/package.xml | 2 ++ 3 files changed, 8 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/25ce6cdbeb57d3e4cf5cecbb134dea2b5e28eb8a ----------------------------------------------------------------------- commit 3ba63a7303a90041835ef87f8eeec52c5ea63eda Author: Michael M Slusarz <[email protected]> Date: Wed Sep 4 00:08:37 2013 -0600 Missing parantheses imp/templates/prefs/pgppublickey.html.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/3ba63a7303a90041835ef87f8eeec52c5ea63eda ----------------------------------------------------------------------- commit c77c81c8438a684b2ac2f95312605c8508d0d4eb Author: Michael M Slusarz <[email protected]> Date: Wed Sep 4 00:08:40 2013 -0600 Mirror PGP changes imp/lib/Mime/Viewer/Smime.php | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/c77c81c8438a684b2ac2f95312605c8508d0d4eb ----------------------------------------------------------------------- commit 5974cf41761467a43389edaccac016785a3df729 Author: Nicolas Rochelemagne <[email protected]> Date: Tue Sep 3 16:47:32 2013 -0500 improve import from an iCal file when importing from an ical file, the task uid is defined and probably not used, that commit will use it in that case in order to preserve it and import tasks with relations as it's done in the interface when importing a file. Signed-off-by: Jan Schneider <[email protected]> nag/lib/Api.php | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/5974cf41761467a43389edaccac016785a3df729 ----------------------------------------------------------------------- commit ddc1f41639fc963005f32feb091b9731f239b941 Author: Jan Schneider <[email protected]> Date: Wed Sep 4 10:39:54 2013 +0000 Don't consider digits as separators when finding like pages. Still need to deal with path-style page names better. wicked/docs/CHANGES | 1 + wicked/lib/Driver/Sql.php | 2 +- wicked/package.xml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/ddc1f41639fc963005f32feb091b9731f239b941 ----------------------------------------------------------------------- commit 71af6a4f0f2de10ea4c21d050c5119dd72d42f45 Author: Jan Schneider <[email protected]> Date: Wed Sep 4 11:24:44 2013 +0000 [jan] Fix rendering pages in portal blocks. wicked/docs/CHANGES | 1 + wicked/lib/Page/StandardPage.php | 62 ++++++++++++++------------- wicked/package.xml | 11 ++++- wicked/templates/display/standard.html.php | 6 ++- wicked/themes/default/block/screen.css | 52 +++++++++++++++++++++++ 5 files changed, 98 insertions(+), 34 deletions(-) create mode 100644 wicked/themes/default/block/screen.css http://git.horde.org/horde-git/-/commit/71af6a4f0f2de10ea4c21d050c5119dd72d42f45 ----------------------------------------------------------------------- commit 782f948a401c8119dc95b0b41734273b8e9e7d0a Author: Jan Schneider <[email protected]> Date: Wed Sep 4 11:25:24 2013 +0000 [jan] Fix rendering of full text search results. wicked/docs/CHANGES | 1 + wicked/lib/Page/Search.php | 4 ++-- wicked/package.xml | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/782f948a401c8119dc95b0b41734273b8e9e7d0a ----------------------------------------------------------------------- commit b679ecea449522a9415fe1ff0d43e4f4b5fa1030 Author: Jan Schneider <[email protected]> Date: Wed Sep 4 12:12:18 2013 +0000 Escape wicked/templates/display/MergeOrRename.html.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/b679ecea449522a9415fe1ff0d43e4f4b5fa1030 ----------------------------------------------------------------------- commit ac56f1ee5879482451e2f6c8401a0bf141c89a23 Author: Jan Schneider <[email protected]> Date: Wed Sep 4 12:12:34 2013 +0000 Default to current name when renaming. wicked/lib/Page/MergeOrRename.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/ac56f1ee5879482451e2f6c8401a0bf141c89a23 ----------------------------------------------------------------------- commit fe9ec485c31bef4566f6451c9aafd8c780c41cd9 Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 15:07:17 2013 -0400 Fully support X509 certificates for ActiveSync. Allow separate configuration for ActiveSync Authentication methods. Emulates Exchange server's ability to accept either: HTTP Basic only, client certificate only, or to require both HTTP Basic AND client certificates. If configured to require both, horde-wide Auth driver is used to authenticate using the HTTP Basic credentials, and the X509 driver is used to to authenticate with the client certificate. Obviously requires webserver config/support for the certificates. framework/Core/lib/Horde/Core/ActiveSync/Auth.php | 98 +++++++++++ framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 28 +++- framework/Core/lib/Horde/Core/Factory/ActiveSyncBackend.php | 26 +++- horde/config/conf.xml | 49 +++++ 4 files changed, 196 insertions(+), 5 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/ActiveSync/Auth.php http://git.horde.org/horde-git/-/commit/fe9ec485c31bef4566f6451c9aafd8c780c41cd9 ----------------------------------------------------------------------- commit a21d831e4e740a2a892c4d56695d87aeaa581ad4 Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 10:42:30 2013 -0400 This belongs in Horde_5_2 horde/config/conf.xml | 49 ------------------------------------------------- 1 files changed, 0 insertions(+), 49 deletions(-) http://git.horde.org/horde-git/-/commit/a21d831e4e740a2a892c4d56695d87aeaa581ad4 ----------------------------------------------------------------------- commit 24ff4a71c8e9de237b43aca013b938bfdb125393 Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 10:48:06 2013 -0400 This config isn't available until Horde_5_2, existence check it. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 10 +++++++--- framework/Core/lib/Horde/Core/Factory/ActiveSyncBackend.php | 4 +++- 2 files changed, 10 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/24ff4a71c8e9de237b43aca013b938bfdb125393 ----------------------------------------------------------------------- commit 6cfcd480065b8901efddaecd35ec64a1bca36ecf Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 10:52:54 2013 -0400 CHANGES framework/Core/package.xml | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/6cfcd480065b8901efddaecd35ec64a1bca36ecf ----------------------------------------------------------------------- commit d3bbecec618407941350b79878ddfe12fa2a5e5d Merge: 78aa1f6 6cfcd48 Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 4 10:58:34 2013 -0400 Merge branch 'master' into horde_5_2 Conflicts: framework/Core/lib/Horde/Core/ActiveSync/Driver.php framework/Core/lib/Horde/Core/Factory/ActiveSyncBackend.php framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 10 +- framework/Core/lib/Horde/Core/Factory/ActiveSyncBackend.php | 4 +- framework/Core/lib/Horde/Themes/Image.php | 2 +- framework/Core/package.xml | 18 ++- framework/Date/lib/Horde/Date.php | 11 ++ framework/Date/lib/Horde/Date/Utils.php | 6 +- framework/Date/package.xml | 6 +- framework/Date/test/Horde/Date/DateTest.php | 3 + framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 3 +- framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 4 +- framework/Imap_Client/package.xml | 27 +++-- framework/Smtp/lib/Horde/Smtp.php | 2 + framework/Smtp/package.xml | 4 +- imp/docs/CHANGES | 3 + imp/js/dimpbase.js | 23 +++- imp/lib/Ajax/Application/Handler/Dynamic.php | 15 ++- imp/lib/Flags.php | 3 +- imp/lib/Mime/Viewer/Pgp.php | 7 +- imp/lib/Mime/Viewer/Smime.php | 7 +- imp/package.xml | 4 + imp/templates/prefs/pgppublickey.html.php | 2 +- nag/lib/Api.php | 16 ++- wicked/docs/CHANGES | 3 + wicked/lib/Driver/Sql.php | 2 +- wicked/lib/Page/MergeOrRename.php | 2 +- wicked/lib/Page/Search.php | 4 +- wicked/lib/Page/StandardPage.php | 62 ++++++----- wicked/package.xml | 17 ++- wicked/templates/display/MergeOrRename.html.php | 4 +- wicked/templates/display/standard.html.php | 6 +- wicked/themes/default/block/screen.css | 52 +++++++++ 31 files changed, 232 insertions(+), 100 deletions(-) http://git.horde.org/horde-git/-/commit/d3bbecec618407941350b79878ddfe12fa2a5e5d
-- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
