[commits] Horde branch master updated. f7e52f555368efcd4894dc4ccfa037e529263a96

Jan Schneider jan at horde.org
Wed Jan 22 10:03:47 UTC 2014


The branch "master" has been updated.
The following is a summary of the commits.

from: 57f99f08d89be92ab3d6ab4721b3e083b0972bc9

57afb44 Fix changing old-style primary key columns to autoincrementKey.
ab75cfa Add test configuration for Oracle.
97088bc Decode CLOB columns.
0073fb7 Support bigint columns.
636ddd6 Truncate sequence and trigger identifiers to the maximum of 30 chars too.
e33864e Add Oracle test.
df60280 Update da translation.
2831a7b Add da translation.
3c7ac2a Fix converting from binary column; don't attempt convert from binary to binary.
354dbbf Fix test.
5398ac3 Add Oracle test.
fd67d63 Add Oracle test.
653039d Fix limiting queries.
614e631 Build Oracle-specific AND and OR clauses.
b7fdbbb This is supposed to return a bitmask, not a boolean.
a35ba88 More portable bitmask test.
482cd51 Add Oracle tests.
f7e52f5 Change share_parents columns to VARCHAR.

Summary: http://github.com/horde/horde/compare/57f99f08d89be92ab3d6ab4721b3e083b0972bc9...f7e52f555368efcd4894dc4ccfa037e529263a96

-----------------------------------------------------------------------

commit 57afb444aceaf879364bc1aa13e32d61622c3a1e
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jan 15 16:45:56 2014 +0100

    Fix changing old-style primary key columns to autoincrementKey.

 framework/Db/lib/Horde/Db/Adapter/Oracle/Schema.php |   43 +++++++++++++++----
 1 files changed, 34 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/57afb444aceaf879364bc1aa13e32d61622c3a1e
http://git.horde.org/horde-git/-/commit/57afb444aceaf879364bc1aa13e32d61622c3a1e

-----------------------------------------------------------------------

commit ab75cfa48a5ca8fbe528b3f3c272d16da22d5137
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jan 15 16:46:19 2014 +0100

    Add test configuration for Oracle.

 framework/Group/test/Horde/Group/conf.php.dist |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/ab75cfa48a5ca8fbe528b3f3c272d16da22d5137
http://git.horde.org/horde-git/-/commit/ab75cfa48a5ca8fbe528b3f3c272d16da22d5137

-----------------------------------------------------------------------

commit 97088bc084a223d1f78f70a4f192404815f5c6be
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jan 15 16:57:24 2014 +0100

    Decode CLOB columns.

 framework/Alarm/lib/Horde/Alarm/Sql.php |    7 +++++++
 framework/Alarm/package.xml             |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/97088bc084a223d1f78f70a4f192404815f5c6be
http://git.horde.org/horde-git/-/commit/97088bc084a223d1f78f70a4f192404815f5c6be

-----------------------------------------------------------------------

commit 0073fb749ce45abfc9a857c3a72d52e8f0e2bcfc
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 16 11:42:20 2014 +0100

    Support bigint columns.

 framework/Db/lib/Horde/Db/Adapter/Oracle/Schema.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/0073fb749ce45abfc9a857c3a72d52e8f0e2bcfc
http://git.horde.org/horde-git/-/commit/0073fb749ce45abfc9a857c3a72d52e8f0e2bcfc

-----------------------------------------------------------------------

commit 636ddd63db97a0aa1619de662e79334a6e5d1b7a
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 16 11:42:46 2014 +0100

    Truncate sequence and trigger identifiers to the maximum of 30 chars too.

 framework/Db/lib/Horde/Db/Adapter/Oracle/Schema.php |   58 ++++++++++++-------
 1 files changed, 37 insertions(+), 21 deletions(-)

http://github.com/horde/horde/commit/636ddd63db97a0aa1619de662e79334a6e5d1b7a
http://git.horde.org/horde-git/-/commit/636ddd63db97a0aa1619de662e79334a6e5d1b7a

-----------------------------------------------------------------------

commit e33864ec233a0ff0acce752708a614f680e60a36
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 16 11:43:21 2014 +0100

    Add Oracle test.

 framework/History/test/Horde/History/Sql/Oci8Test.php |   70 +++++++++++++++++
 framework/History/test/Horde/History/conf.php.dist    |    5 +
 2 files changed, 75 insertions(+), 0 deletions(-)
 create mode 100644 framework/History/test/Horde/History/Sql/Oci8Test.php

http://github.com/horde/horde/commit/e33864ec233a0ff0acce752708a614f680e60a36
http://git.horde.org/horde-git/-/commit/e33864ec233a0ff0acce752708a614f680e60a36

-----------------------------------------------------------------------

commit df6028004c741e3f98620e22077cf051ecf7f5a5
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 16 14:33:26 2014 +0100

    Update da translation.

 passwd/docs/CREDITS                    |    1 +
 passwd/locale/da/LC_MESSAGES/passwd.mo |  Bin 128224 -> 44872 bytes
 passwd/locale/da/LC_MESSAGES/passwd.po |  301 ++++++++++++++++----------------
 3 files changed, 149 insertions(+), 153 deletions(-)

http://github.com/horde/horde/commit/df6028004c741e3f98620e22077cf051ecf7f5a5
http://git.horde.org/horde-git/-/commit/df6028004c741e3f98620e22077cf051ecf7f5a5

-----------------------------------------------------------------------

commit 2831a7b96fb3348a58dc5752b49b249927e12621
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 16 14:34:48 2014 +0100

    Add da translation.

 ansel/docs/CHANGES                               |    1 +
 ansel/docs/CREDITS                               |    1 +
 ansel/locale/da/LC_MESSAGES/ansel.mo             |  Bin 0 -> 78729 bytes
 ansel/locale/da/LC_MESSAGES/ansel.po             | 2440 ++++++++++++++++++++++
 ansel/package.xml                                |    4 +-
 timeobjects/docs/CHANGES                         |    1 +
 timeobjects/locale/da/LC_MESSAGES/timeobjects.mo |  Bin 0 -> 39694 bytes
 timeobjects/locale/da/LC_MESSAGES/timeobjects.po |   70 +
 timeobjects/package.xml                          |    2 +
 trean/docs/CHANGES                               |    1 +
 trean/docs/CREDITS                               |    1 +
 trean/locale/da/LC_MESSAGES/trean.mo             |  Bin 0 -> 43476 bytes
 trean/locale/da/LC_MESSAGES/trean.po             |  317 +++
 trean/package.xml                                |    2 +
 wicked/docs/CHANGES                              |    1 +
 wicked/docs/CREDITS                              |    1 +
 wicked/locale/da/LC_MESSAGES/wicked.mo           |  Bin 0 -> 50710 bytes
 wicked/locale/da/LC_MESSAGES/wicked.po           |  809 +++++++
 wicked/package.xml                               |    4 +-
 19 files changed, 3651 insertions(+), 4 deletions(-)
 create mode 100644 ansel/locale/da/LC_MESSAGES/ansel.mo
 create mode 100644 ansel/locale/da/LC_MESSAGES/ansel.po
 create mode 100644 timeobjects/locale/da/LC_MESSAGES/timeobjects.mo
 create mode 100644 timeobjects/locale/da/LC_MESSAGES/timeobjects.po
 create mode 100644 trean/locale/da/LC_MESSAGES/trean.mo
 create mode 100644 trean/locale/da/LC_MESSAGES/trean.po
 create mode 100644 wicked/locale/da/LC_MESSAGES/wicked.mo
 create mode 100644 wicked/locale/da/LC_MESSAGES/wicked.po

http://github.com/horde/horde/commit/2831a7b96fb3348a58dc5752b49b249927e12621
http://git.horde.org/horde-git/-/commit/2831a7b96fb3348a58dc5752b49b249927e12621

-----------------------------------------------------------------------

commit 3c7ac2aff313c1120e3106f98dcff159bcdc49a9
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 16 14:48:04 2014 +0100

    Fix converting from binary column; don't attempt convert from binary to binary.

 framework/Db/lib/Horde/Db/Adapter/Oracle/Schema.php |   23 +++++++++++++++++-
 1 files changed, 21 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/3c7ac2aff313c1120e3106f98dcff159bcdc49a9
http://git.horde.org/horde-git/-/commit/3c7ac2aff313c1120e3106f98dcff159bcdc49a9

-----------------------------------------------------------------------

commit 354dbbffc435d46bbbcf949f10bbd206a81c7b05
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 16 14:48:24 2014 +0100

    Fix test.

 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/Base.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/354dbbffc435d46bbbcf949f10bbd206a81c7b05
http://git.horde.org/horde-git/-/commit/354dbbffc435d46bbbcf949f10bbd206a81c7b05

-----------------------------------------------------------------------

commit 5398ac32ea04a54ee65830eab122b580098a4c1f
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 16 14:48:56 2014 +0100

    Add Oracle test.

 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/Oci8Test.php |   33 ++++++++
 framework/Prefs/test/Horde/Prefs/conf.php.dist                 |    5 +
 2 files changed, 38 insertions(+), 0 deletions(-)
 create mode 100644 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/Oci8Test.php

http://github.com/horde/horde/commit/5398ac32ea04a54ee65830eab122b580098a4c1f
http://git.horde.org/horde-git/-/commit/5398ac32ea04a54ee65830eab122b580098a4c1f

-----------------------------------------------------------------------

commit fd67d63c58b32eaf1b4fecb9e976b63fbdfc3735
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 16 14:54:50 2014 +0100

    Add Oracle test.

 .../SessionHandler/test/Horde/SessionHandler/Storage/Sql/Base.php |    2 +-
 .../test/Horde/SessionHandler/Storage/Sql/Oci8Test.php            |   33 +++++
 framework/SessionHandler/test/Horde/SessionHandler/conf.php.dist  |    5 +
 3 files changed, 39 insertions(+), 1 deletions(-)
 create mode 100644 framework/SessionHandler/test/Horde/SessionHandler/Storage/Sql/Oci8Test.php

http://github.com/horde/horde/commit/fd67d63c58b32eaf1b4fecb9e976b63fbdfc3735
http://git.horde.org/horde-git/-/commit/fd67d63c58b32eaf1b4fecb9e976b63fbdfc3735

-----------------------------------------------------------------------

commit 653039db051c92f7d3d4d1364605d16ed115e3ed
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 21 10:26:34 2014 +0100

    Fix limiting queries.

 framework/Db/lib/Horde/Db/Adapter/Oci8.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/653039db051c92f7d3d4d1364605d16ed115e3ed
http://git.horde.org/horde-git/-/commit/653039db051c92f7d3d4d1364605d16ed115e3ed

-----------------------------------------------------------------------

commit 614e63145bbe85bddb70b7852b55070fbe876c1d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 21 10:27:36 2014 +0100

    Build Oracle-specific AND and OR clauses.

 framework/Db/lib/Horde/Db/Adapter/Oracle/Schema.php |   33 +++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/614e63145bbe85bddb70b7852b55070fbe876c1d
http://git.horde.org/horde-git/-/commit/614e63145bbe85bddb70b7852b55070fbe876c1d

-----------------------------------------------------------------------

commit b7fdbbb1778029cb13c100639cda67bc8739a689
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 21 10:28:13 2014 +0100

    This is supposed to return a bitmask, not a boolean.

 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/b7fdbbb1778029cb13c100639cda67bc8739a689
http://git.horde.org/horde-git/-/commit/b7fdbbb1778029cb13c100639cda67bc8739a689

-----------------------------------------------------------------------

commit a35ba881285fee8995cf14345f5f778fde1d357c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 21 10:29:38 2014 +0100

    More portable bitmask test.

 framework/Share/lib/Horde/Share/Sql.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/a35ba881285fee8995cf14345f5f778fde1d357c
http://git.horde.org/horde-git/-/commit/a35ba881285fee8995cf14345f5f778fde1d357c

-----------------------------------------------------------------------

commit 482cd51513a678277aef01b9cfd84438e7b3df35
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 21 10:30:59 2014 +0100

    Add Oracle tests.

 framework/History/test/Horde/History/Sql/Oci8Test.php             |    4 +-
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/Oci8Test.php    |    2 +-
 .../test/Horde/SessionHandler/Storage/Sql/Oci8Test.php            |    2 +-
 framework/Share/test/Horde/Share/Sql/Oci8Test.php                 |   34 +++++
 framework/Share/test/Horde/Share/Sqlng/Oci8Test.php               |   33 ++++
 5 files changed, 71 insertions(+), 4 deletions(-)
 create mode 100644 framework/Share/test/Horde/Share/Sql/Oci8Test.php
 create mode 100644 framework/Share/test/Horde/Share/Sqlng/Oci8Test.php

http://github.com/horde/horde/commit/482cd51513a678277aef01b9cfd84438e7b3df35
http://git.horde.org/horde-git/-/commit/482cd51513a678277aef01b9cfd84438e7b3df35

-----------------------------------------------------------------------

commit f7e52f555368efcd4894dc4ccfa037e529263a96
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 21 13:58:36 2014 +0100

    Change share_parents columns to VARCHAR.
    
    Oracle doesn't support comparison operators on CLOB columns, and we use those colums in WHERE clauses, so TEXT types don't make much sense anyway.

 ansel/docs/CHANGES                                   |    1 +
 ansel/migration/13_ansel_upgrade_parents.php         |   41 +++++++++++++++++
 ansel/package.xml                                    |    2 +
 framework/Share/test/Horde/Share/migration/sql.php   |    2 +-
 framework/Share/test/Horde/Share/migration/sqlng.php |    2 +-
 gollem/docs/CHANGES                                  |    1 +
 gollem/migration/3_gollem_upgrade_parents.php        |   41 +++++++++++++++++
 gollem/package.xml                                   |    4 +-
 ingo/docs/CHANGES                                    |    1 +
 ingo/migration/6_ingo_upgrade_parents.php            |   41 +++++++++++++++++
 ingo/package.xml                                     |    1 +
 kronolith/docs/CHANGES                               |    1 +
 kronolith/migration/22_kronolith_upgrade_parents.php |   41 +++++++++++++++++
 kronolith/package.xml                                |    2 +
 mnemo/docs/CHANGES                                   |    1 +
 mnemo/migration/7_mnemo_upgrade_parents.php          |   41 +++++++++++++++++
 mnemo/package.xml                                    |    1 +
 nag/docs/CHANGES                                     |    1 +
 nag/migration/13_nag_upgrade_parents.php             |   41 +++++++++++++++++
 nag/package.xml                                      |    2 +
 turba/docs/CHANGES                                   |    1 +
 turba/migration/11_turba_upgrade_parents.php         |   43 ++++++++++++++++++
 turba/package.xml                                    |    2 +
 whups/docs/CHANGES                                   |    1 +
 whups/migration/9_whups_upgrade_parents.php          |   41 +++++++++++++++++
 whups/package.xml                                    |    2 +
 26 files changed, 354 insertions(+), 4 deletions(-)
 create mode 100644 ansel/migration/13_ansel_upgrade_parents.php
 create mode 100644 gollem/migration/3_gollem_upgrade_parents.php
 create mode 100644 ingo/migration/6_ingo_upgrade_parents.php
 create mode 100644 kronolith/migration/22_kronolith_upgrade_parents.php
 create mode 100644 mnemo/migration/7_mnemo_upgrade_parents.php
 create mode 100644 nag/migration/13_nag_upgrade_parents.php
 create mode 100644 turba/migration/11_turba_upgrade_parents.php
 create mode 100644 whups/migration/9_whups_upgrade_parents.php

http://github.com/horde/horde/commit/f7e52f555368efcd4894dc4ccfa037e529263a96
http://git.horde.org/horde-git/-/commit/f7e52f555368efcd4894dc4ccfa037e529263a96




More information about the commits mailing list