[commits] Horde branch master updated. 505b3321750956e7bf51fc3254834f99f86456bd

Jan Schneider jan at horde.org
Mon Feb 24 19:45:40 UTC 2014


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

from: 76dd86d5b5321dce3366cbe4e4084c0131a79103

aee554a Fix searching; indention.
778e4eef Insert space between time and title to allow linebreaks.
e9e434d Fix SQL syntax.
d03026b Skip column modification if result would be the same.
39a63c1 [jan] Fix type of ansel_shares_users.user_uid column.
1cb0bc4 Don't initialize tagger in constructor.
e9c5143 Fix SQL syntax.
1bdd0e5 Rename truncate method and make it more flexible.
7ed3ec6 Add removeAutoincrementTrigger().
401739a Fix converting to and from CLOB.
fd6c07d Optimized index truncation to avoid name collisions.
505b332 Fix column name.

Summary: http://github.com/horde/horde/compare/76dd86d5b5321dce3366cbe4e4084c0131a79103...505b3321750956e7bf51fc3254834f99f86456bd

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

commit aee554aaeb638a0dba50500e07d978405bfc1a36
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 24 17:15:34 2014 +0100

    Fix searching; indention.

 sesha/list.php |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

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

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

commit 778e4eef4ad0bbfea6556867b5d15147b0e38b05
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 24 17:16:19 2014 +0100

    Insert space between time and title to allow linebreaks.

 kronolith/js/kronolith.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/778e4eef4ad0bbfea6556867b5d15147b0e38b05
http://git.horde.org/horde-git/-/commit/778e4eef4ad0bbfea6556867b5d15147b0e38b05

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

commit e9e434d1beeed30c425fac1de7deee3c62646b98
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 24 17:37:21 2014 +0100

    Fix SQL syntax.

 .../Horde/ActiveSync/20_horde_activesync_removesynccounters.php   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit d03026b27efcef82e5c9f1ba6f17aa783dffda60
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 24 17:38:02 2014 +0100

    Skip column modification if result would be the same.

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

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

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

commit 39a63c17b4c0f12d873610bfe9f6c7ba6267973d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 24 20:35:17 2014 +0100

    [jan] Fix type of ansel_shares_users.user_uid column.

 ansel/docs/CHANGES                                 |    1 +
 ansel/migration/14_ansel_upgrade_fixshareusers.php |   34 ++++++++++++++++++++
 ansel/migration/1_ansel_base_tables.php            |    2 +-
 ansel/migration/6_ansel_upgrade_unsignedints.php   |    2 -
 ansel/package.xml                                  |   18 +++++++++-
 5 files changed, 52 insertions(+), 5 deletions(-)
 create mode 100644 ansel/migration/14_ansel_upgrade_fixshareusers.php

http://github.com/horde/horde/commit/39a63c17b4c0f12d873610bfe9f6c7ba6267973d
http://git.horde.org/horde-git/-/commit/39a63c17b4c0f12d873610bfe9f6c7ba6267973d

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

commit 1cb0bc43c513224033f0b37f2f52e61c777a80f8
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 24 20:36:56 2014 +0100

    Don't initialize tagger in constructor.
    
    This break down migration if content is migrated down first.

 ansel/migration/4_ansel_upgrade_tagstocontent.php             |    8 +-------
 ansel/migration/5_ansel_upgrade_categoriestotags.php          |    8 +-------
 kronolith/migration/18_kronolith_upgrade_categoriestotags.php |    6 +++---
 mnemo/migration/6_mnemo_upgrade_categoriestotags.php          |    6 +++---
 nag/migration/10_nag_upgrade_categoriestotags.php             |    6 +++---
 turba/migration/10_turba_upgrade_categoriestotags.php         |    6 +++---
 6 files changed, 14 insertions(+), 26 deletions(-)

http://github.com/horde/horde/commit/1cb0bc43c513224033f0b37f2f52e61c777a80f8
http://git.horde.org/horde-git/-/commit/1cb0bc43c513224033f0b37f2f52e61c777a80f8

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

commit e9c514304a8b521839bb1d28659ee74ebb8c604d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 24 20:38:15 2014 +0100

    Fix SQL syntax.
    
    A trailing semicolon is NOT valid SQL.

 ansel/migration/4_ansel_upgrade_tagstocontent.php         |    2 +-
 ansel/migration/8_ansel_upgrade_sqlhierarchical.php       |    2 +-
 kronolith/migration/21_kronolith_upgrade_exceptionutc.php |    2 +-
 whups/migration/6_whups_upgrade_transactions.php          |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit 1bdd0e5bc2ea9f4b4c703bd96a7520310faa00d6
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 24 20:40:00 2014 +0100

    Rename truncate method and make it more flexible.

 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php   |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Oracle/Schema.php |   17 +++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/1bdd0e5bc2ea9f4b4c703bd96a7520310faa00d6
http://git.horde.org/horde-git/-/commit/1bdd0e5bc2ea9f4b4c703bd96a7520310faa00d6

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

commit 7ed3ec6fc761096a76c137b4e49ecfa9d4ecd9fa
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 24 20:41:42 2014 +0100

    Add removeAutoincrementTrigger().
    
    Make sure to also remove existing autoincrementKey stuff and not only the
    primary key if converting a column to autoincrementKey.

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

http://github.com/horde/horde/commit/7ed3ec6fc761096a76c137b4e49ecfa9d4ecd9fa
http://git.horde.org/horde-git/-/commit/7ed3ec6fc761096a76c137b4e49ecfa9d4ecd9fa

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

commit 401739a0efd1b81f26f7c140ec8e3670bb20d234
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 24 20:43:12 2014 +0100

    Fix converting to and from CLOB.

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

http://github.com/horde/horde/commit/401739a0efd1b81f26f7c140ec8e3670bb20d234
http://git.horde.org/horde-git/-/commit/401739a0efd1b81f26f7c140ec8e3670bb20d234

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

commit fd6c07d1a7957c3a4395b1cb60959e5258138549
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 24 20:43:40 2014 +0100

    Optimized index truncation to avoid name collisions.

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

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

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

commit 505b3321750956e7bf51fc3254834f99f86456bd
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 24 20:43:59 2014 +0100

    Fix column name.

 turba/migration/9_turba_upgrade_schema.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/505b3321750956e7bf51fc3254834f99f86456bd
http://git.horde.org/horde-git/-/commit/505b3321750956e7bf51fc3254834f99f86456bd




More information about the commits mailing list