The branch "master" has been updated. The following is a summary of the commits.
from: ddfc0aa42c180d99a55977b2e569c8a517996cb0 252d766 More reliable way to get list of visible indexes and table 4b0e4fd Fix indention. 99cfd51 [jan] Improve getting tables and indexes from PostgreSQL servers (Ivan Sergio Borgonovo <[email protected]>). 77beed4 [jan] Bump earliest supported PostgreSQL version to 8.3. 1141297 Horde_Util already falls back to sys_get_temp_dir(). f41dc10 Use configured temporary directory (Request #11756). fc85220 bug #11737: include LDAP configuration options when selecting Kolab driver 6d59e5d Add <configldapuser> from LDAP section. Summary: http://github.com/horde/horde/compare/ddfc0aa42c180d99a55977b2e569c8a517996cb0...6d59e5d01796752cc55a31dfa99f3aeb40ccd0b2 ----------------------------------------------------------------------- commit 252d766710e9759d3214e2191effb70208b730fb Author: Ivan Sergio Borgonovo <[email protected]> Date: Fri Jan 15 18:31:36 2016 +0100 More reliable way to get list of visible indexes and table without dealing with search_path Got rid of bugged getSchemaSearchPath() framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 26 +------------- 1 files changed, 2 insertions(+), 24 deletions(-) http://github.com/horde/horde/commit/252d766710e9759d3214e2191effb70208b730fb ----------------------------------------------------------------------- commit 4b0e4fdcb72c81840e54e51d81a64684ac94b9fc Author: Jan Schneider <[email protected]> Date: Mon Feb 1 16:08:31 2016 +0100 Fix indention. framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/4b0e4fdcb72c81840e54e51d81a64684ac94b9fc ----------------------------------------------------------------------- commit 99cfd51aaec3fc2b7723bf202e92af9dbdcd8ed1 Author: Jan Schneider <[email protected]> Date: Mon Feb 1 16:10:07 2016 +0100 [jan] Improve getting tables and indexes from PostgreSQL servers (Ivan Sergio Borgonovo <[email protected]>). framework/Db/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/99cfd51aaec3fc2b7723bf202e92af9dbdcd8ed1 ----------------------------------------------------------------------- commit 77beed41a2eece56c032279f5250a4fede94637f Author: Jan Schneider <[email protected]> Date: Mon Feb 1 16:17:17 2016 +0100 [jan] Bump earliest supported PostgreSQL version to 8.3. framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php | 7 +--- framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 30 ++++----------- framework/Db/package.xml | 2 + 3 files changed, 11 insertions(+), 28 deletions(-) http://github.com/horde/horde/commit/77beed41a2eece56c032279f5250a4fede94637f ----------------------------------------------------------------------- commit 114129750e0a3aadec49b3c1df675d140b9123e7 Author: Jan Schneider <[email protected]> Date: Mon Feb 1 17:23:06 2016 +0100 Horde_Util already falls back to sys_get_temp_dir(). framework/Crypt/lib/Horde/Crypt/Pgp/Backend/Binary.php | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/114129750e0a3aadec49b3c1df675d140b9123e7 ----------------------------------------------------------------------- commit f41dc10b1a23e0f16e7aca04aa20b1df4d43b3f0 Author: Jan Schneider <[email protected]> Date: Mon Feb 1 17:31:07 2016 +0100 Use configured temporary directory (Request #11756). framework/Core/lib/Horde/Core/Factory/MimeViewer.php | 1 + framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php | 7 +++---- framework/Mime_Viewer/package.xml | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/f41dc10b1a23e0f16e7aca04aa20b1df4d43b3f0 ----------------------------------------------------------------------- commit fc85220429ba70cfb1c4632fdd6a971c7d94f56e Author: Jens-U. Mozdzen <[email protected]> Date: Tue Nov 27 18:35:12 2012 +0100 bug #11737: include LDAP configuration options when selecting Kolab driver horde/config/conf.xml | 35 ++++++++++++++++++++++++++++++++++- 1 files changed, 34 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/fc85220429ba70cfb1c4632fdd6a971c7d94f56e ----------------------------------------------------------------------- commit 6d59e5d01796752cc55a31dfa99f3aeb40ccd0b2 Author: Jan Schneider <[email protected]> Date: Mon Feb 1 17:52:11 2016 +0100 Add <configldapuser> from LDAP section. horde/config/conf.xml | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/6d59e5d01796752cc55a31dfa99f3aeb40ccd0b2 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
