The branch "develop" has been updated. The following is a summary of the commits.
from: bcb2c9e3a0c39b93db57f260807750b60cb6ee0b 5930da3 The session extension is required (in Horde_Session). 3ab83c0 Don't only search at start of strings, use levenshtein weighting. 4336077 Don't double-encode auto-complete results, cleanup, always use levenshtein weighting (Bug #10945). 1283493 Typo 58542a5 Allow all-day cell to scroll in day view. fb0aea0 Implemented method exists() in Ldap driver ec3f2fc [jan] Add optimized exists() implementation to LDAP driver (Marco Ferrante <[email protected]>, Request #10944). 5e79893 Fix catching exception, check if logger exists (Request #10944). 42b954a Revert "ValEnum tags in DevInf may contain comma separated values (Bug #10912)." d6308ea ValEnum tags in DevInf may contain comma separated values (Bug #10912). 8ee55fc Fix completely (Bug #10923). ae95bb8 Reduce indention. e688010 Enforce C locale (Bug #9166). 2244537 [jan] Make expect driver locale independent (Bug #9166). 71fbc81 Rename Portal links in mobile views to Applications (Request #10667). 5df74a7 Use constant for this value. 759c003 If device doesn't accept our rules, don't enforce provisioning if we are using PROVISIONING_LOOSE 61f3d5e wrapping 4b889d9 Do not include all policy settings by default. Allow disabling specific policies. 1726951 Describe how to disable certain policies. 517604c This is not a question. 643afc1 [jan] Fix address book sorting in preferences (Bug #10897). 1b53918 Rename Portal links in mobile views to Applications (Request #10667). be94241 CHANGES 469627e Released Horde_ActiveSync-1.2.2 9e20b15 Development mode for Horde_ActiveSync-1.2.3 5fb9d00 Merge branch 'master' into develop ----------------------------------------------------------------------- commit 5930da3a5b4b79c6e0ae987e7be2a43b15911b1b Author: Jan Schneider <[email protected]> Date: Mon Jan 30 11:43:49 2012 +0100 The session extension is required (in Horde_Session). framework/Core/package.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/5930da3a5b4b79c6e0ae987e7be2a43b15911b1b ----------------------------------------------------------------------- commit 3ab83c098d3a4f06b0f1c8ca9955e8ac3b0fbe6b Author: Jan Schneider <[email protected]> Date: Mon Jan 30 13:56:57 2012 +0100 Don't only search at start of strings, use levenshtein weighting. kronolith/docs/CHANGES | 1 + kronolith/lib/Ajax/Imple/ContactAutoCompleter.php | 14 ++++++++++---- kronolith/package.xml | 2 ++ 3 files changed, 13 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/3ab83c098d3a4f06b0f1c8ca9955e8ac3b0fbe6b ----------------------------------------------------------------------- commit 433607768e50b49eae95facefc547eb0231aaf3d Author: Jan Schneider <[email protected]> Date: Mon Jan 30 13:59:23 2012 +0100 Don't double-encode auto-complete results, cleanup, always use levenshtein weighting (Bug #10945). whups/docs/CHANGES | 1 + whups/lib/Ajax/Imple/ContactAutoCompleter.php | 64 +++++++++---------------- whups/package.xml | 4 +- 3 files changed, 26 insertions(+), 43 deletions(-) http://git.horde.org/horde-git/-/commit/433607768e50b49eae95facefc547eb0231aaf3d ----------------------------------------------------------------------- commit 128349304e8a7cfede8f937b68e2857804a969d9 Author: Jan Schneider <[email protected]> Date: Mon Jan 30 14:00:25 2012 +0100 Typo whups/docs/CHANGES | 2 +- whups/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/128349304e8a7cfede8f937b68e2857804a969d9 ----------------------------------------------------------------------- commit 58542a50fb01dad5bdc0d21d58a41fddbe5fdd7a Author: Jan Schneider <[email protected]> Date: Mon Jan 30 14:12:51 2012 +0100 Allow all-day cell to scroll in day view. We don't limit the number of all-day events in the day view, so we need to allow scrolling here. kronolith/themes/default/screen.css | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/58542a50fb01dad5bdc0d21d58a41fddbe5fdd7a ----------------------------------------------------------------------- commit fb0aea01f7b691df7c311c3c906712a51640fafb Author: Marco Ferrante <[email protected]> Date: Fri Jan 27 11:23:04 2012 +0100 Implemented method exists() in Ldap driver Signed-off-by: Jan Schneider <[email protected]> Bug: 10944 framework/Auth/lib/Horde/Auth/Ldap.php | 36 ++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/fb0aea01f7b691df7c311c3c906712a51640fafb ----------------------------------------------------------------------- commit ec3f2fcc9afb02395eaf2e53c329687427baa93c Author: Jan Schneider <[email protected]> Date: Mon Jan 30 14:18:36 2012 +0100 [jan] Add optimized exists() implementation to LDAP driver (Marco Ferrante <[email protected]>, Request #10944). framework/Auth/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/ec3f2fcc9afb02395eaf2e53c329687427baa93c ----------------------------------------------------------------------- commit 5e798939890d0bf46aaefa30517c70c9034d631c Author: Jan Schneider <[email protected]> Date: Mon Jan 30 14:22:26 2012 +0100 Fix catching exception, check if logger exists (Request #10944). framework/Auth/lib/Horde/Auth/Ldap.php | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/5e798939890d0bf46aaefa30517c70c9034d631c ----------------------------------------------------------------------- commit 42b954ab4e3fd78fedaeaf06250d6d444ef4fe89 Author: Jan Schneider <[email protected]> Date: Mon Jan 30 15:27:43 2012 +0100 Revert "ValEnum tags in DevInf may contain comma separated values (Bug #10912)." ValEnum is an array. This reverts commit 313c70e851125e74d99959565e252dd8eb85f0f4. turba/lib/Driver.php | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/42b954ab4e3fd78fedaeaf06250d6d444ef4fe89 ----------------------------------------------------------------------- commit d6308ea3ba000f53b707599fafc8855116f9df19 Author: Jan Schneider <[email protected]> Date: Mon Jan 30 15:54:44 2012 +0100 ValEnum tags in DevInf may contain comma separated values (Bug #10912). turba/lib/Driver.php | 83 ++++++++++++++++++++++++++++++------------------- 1 files changed, 51 insertions(+), 32 deletions(-) http://git.horde.org/horde-git/-/commit/d6308ea3ba000f53b707599fafc8855116f9df19 ----------------------------------------------------------------------- commit 8ee55fca30cb7ba88bf6a9dbdb8db20b3334d9dc Author: Jan Schneider <[email protected]> Date: Mon Jan 30 16:04:14 2012 +0100 Fix completely (Bug #10923). horde/bin/horde-set-perms | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/8ee55fca30cb7ba88bf6a9dbdb8db20b3334d9dc ----------------------------------------------------------------------- commit ae95bb8f5826a3652974a258bc1a955ed63f8e21 Author: Jan Schneider <[email protected]> Date: Mon Jan 30 16:05:18 2012 +0100 Reduce indention. horde/bin/horde-set-perms | 56 ++++++++++++++++++++++++--------------------- 1 files changed, 30 insertions(+), 26 deletions(-) http://git.horde.org/horde-git/-/commit/ae95bb8f5826a3652974a258bc1a955ed63f8e21 ----------------------------------------------------------------------- commit e6880107c1605739822f7f5144b7a2df31c2d0fd Author: Jan Schneider <[email protected]> Date: Mon Jan 30 16:07:59 2012 +0100 Enforce C locale (Bug #9166). passwd/lib/Driver/Expect.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/e6880107c1605739822f7f5144b7a2df31c2d0fd ----------------------------------------------------------------------- commit 2244537968c9815f917473eae09791568955fd8a Author: Jan Schneider <[email protected]> Date: Mon Jan 30 16:09:01 2012 +0100 [jan] Make expect driver locale independent (Bug #9166). passwd/docs/CHANGES | 1 + passwd/package.xml | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/2244537968c9815f917473eae09791568955fd8a ----------------------------------------------------------------------- commit 71fbc8125b8322d471bee6f4e954dc6161ed1633 Author: Jan Schneider <[email protected]> Date: Mon Jan 30 16:19:07 2012 +0100 Rename Portal links in mobile views to Applications (Request #10667). ansel/templates/mobile/galleries.html.php | 2 +- imp/templates/mobile/folders.html.php | 2 +- kronolith/templates/mobile/day.html.php | 2 +- kronolith/templates/mobile/month.html.php | 2 +- kronolith/templates/mobile/summary.html.php | 2 +- nag/mobile.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/71fbc8125b8322d471bee6f4e954dc6161ed1633 ----------------------------------------------------------------------- commit 5df74a7418348e9baf3b67a00968fa354bff28f4 Author: Michael J Rubinsky <[email protected]> Date: Mon Jan 30 11:19:43 2012 -0500 Use constant for this value. framework/ActiveSync/lib/Horde/ActiveSync.php | 1 + framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php | 12 +++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/5df74a7418348e9baf3b67a00968fa354bff28f4 ----------------------------------------------------------------------- commit 759c0036e062b10828fad4a0de7c0e51a9751c97 Author: Michael J Rubinsky <[email protected]> Date: Mon Jan 30 11:19:59 2012 -0500 If device doesn't accept our rules, don't enforce provisioning if we are using PROVISIONING_LOOSE framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php | 41 ++++--- 1 files changed, 26 insertions(+), 15 deletions(-) http://git.horde.org/horde-git/-/commit/759c0036e062b10828fad4a0de7c0e51a9751c97 ----------------------------------------------------------------------- commit 61f3d5eb8f15feb85f1231908ad2ec33099000d4 Author: Michael J Rubinsky <[email protected]> Date: Mon Jan 30 11:34:12 2012 -0500 wrapping horde/config/conf.xml | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/61f3d5eb8f15feb85f1231908ad2ec33099000d4 ----------------------------------------------------------------------- commit 4b889d918794d23a02e6c383d3df67998e875076 Author: Michael J Rubinsky <[email protected]> Date: Mon Jan 30 11:40:19 2012 -0500 Do not include all policy settings by default. Allow disabling specific policies. framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php | 52 +++++++------ 1 files changed, 27 insertions(+), 25 deletions(-) http://git.horde.org/horde-git/-/commit/4b889d918794d23a02e6c383d3df67998e875076 ----------------------------------------------------------------------- commit 17269517a777746f84dc5afec50cf2240c9afc02 Author: Michael J Rubinsky <[email protected]> Date: Mon Jan 30 11:40:53 2012 -0500 Describe how to disable certain policies. horde/config/conf.xml | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/17269517a777746f84dc5afec50cf2240c9afc02 ----------------------------------------------------------------------- commit 517604cd91d22bab07fcaf310fa116177eed383c Author: Michael J Rubinsky <[email protected]> Date: Mon Jan 30 11:44:11 2012 -0500 This is not a question. horde/config/conf.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/517604cd91d22bab07fcaf310fa116177eed383c ----------------------------------------------------------------------- commit 643afc1cd04727f8b1ecb5bd2de379779c7b8e68 Author: Jan Schneider <[email protected]> Date: Mon Jan 30 18:33:32 2012 +0100 [jan] Fix address book sorting in preferences (Bug #10897). turba/docs/CHANGES | 1 + turba/lib/Application.php | 1 + turba/package.xml | 2 ++ 3 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/643afc1cd04727f8b1ecb5bd2de379779c7b8e68 ----------------------------------------------------------------------- commit 1b53918de30d2b719c0d141857248caf22cf13ba Author: Jan Schneider <[email protected]> Date: Mon Jan 30 18:35:13 2012 +0100 Rename Portal links in mobile views to Applications (Request #10667). This time for real. ansel/templates/mobile/galleries.html.php | 2 +- imp/templates/mobile/folders.html.php | 2 +- kronolith/templates/mobile/day.html.php | 2 +- kronolith/templates/mobile/month.html.php | 2 +- kronolith/templates/mobile/summary.html.php | 2 +- nag/mobile.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/1b53918de30d2b719c0d141857248caf22cf13ba ----------------------------------------------------------------------- commit be94241fe12a31b0051f9704ec8b2c50ac38390f Author: Michael J Rubinsky <[email protected]> Date: Mon Jan 30 12:55:10 2012 -0500 CHANGES framework/ActiveSync/package.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/be94241fe12a31b0051f9704ec8b2c50ac38390f ----------------------------------------------------------------------- commit 469627ee15610b86cc9cb91e5f8849b8c37af8a2 Author: Michael J Rubinsky <[email protected]> Date: Mon Jan 30 12:58:33 2012 -0500 Released Horde_ActiveSync-1.2.2 framework/ActiveSync/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/469627ee15610b86cc9cb91e5f8849b8c37af8a2 ----------------------------------------------------------------------- commit 9e20b15cfedb4e2787493d0b1d96b9303009b3dd Author: Michael J Rubinsky <[email protected]> Date: Mon Jan 30 12:58:34 2012 -0500 Development mode for Horde_ActiveSync-1.2.3 framework/ActiveSync/package.xml | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/9e20b15cfedb4e2787493d0b1d96b9303009b3dd ----------------------------------------------------------------------- commit 5fb9d004015ab8e44edfd01e3c21a4e7fcabeb6f Merge: bcb2c9e 9e20b15 Author: Michael J Rubinsky <[email protected]> Date: Mon Jan 30 13:03:32 2012 -0500 Merge branch 'master' into develop Conflicts: kronolith/package.xml turba/package.xml ansel/templates/mobile/galleries.html.php | 2 +- framework/ActiveSync/lib/Horde/ActiveSync.php | 1 + framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php | 52 ++-- framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php | 12 +- framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php | 41 ++-- framework/ActiveSync/package.xml | 25 ++- framework/Auth/lib/Horde/Auth/Ldap.php | 38 +++ framework/Auth/package.xml | 2 + framework/Core/package.xml | 3 + horde/bin/horde-set-perms | 54 +++-- horde/config/conf.xml | 47 ++-- imp/templates/mobile/folders.html.php | 2 +- kronolith/docs/CHANGES | 1 + kronolith/lib/Ajax/Imple/ContactAutoCompleter.php | 14 +- kronolith/package.xml | 13 +- kronolith/templates/mobile/day.html.php | 2 +- kronolith/templates/mobile/month.html.php | 2 +- kronolith/templates/mobile/summary.html.php | 2 +- kronolith/themes/default/screen.css | 3 + nag/mobile.php | 2 +- passwd/docs/CHANGES | 1 + passwd/lib/Driver/Expect.php | 3 +- passwd/package.xml | 2 + turba/docs/CHANGES | 1 + turba/lib/Application.php | 1 + turba/lib/Driver.php | 83 ++++--- turba/package.xml | 4 +- whups/docs/CHANGES | 1 + whups/lib/Ajax/Imple/ContactAutoCompleter.php | 64 ++--- whups/package.xml | 4 +- 30 files changed, 289 insertions(+), 193 deletions(-) http://git.horde.org/horde-git/-/commit/5fb9d004015ab8e44edfd01e3c21a4e7fcabeb6f __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
