[commits] Horde branch master updated.	e72ab0adc8adcb2c4bd455e1e6d17acdefdcd685
    Chuck Hagenbuch 
    chuck at horde.org
       
    Sun Oct  3 17:41:53 UTC 2010
    
    
  
The branch "master" has been updated.
The following is a summary of the commits.
from: b65a562721b27cca352d8ffb18f01ea847ca53e4
9b7bc2a Migrations for Wicked
fe3736c Initialize $a
a32f69c Horde_Cache wants strings, so use '' instead of null
487e058 Fix typo
d877d2f Make sure we don't generate MySQL index names longer than 64 characters
e72ab0a Remove old Wicked SQL scripts and upgrades
-----------------------------------------------------------------------
commit 9b7bc2aac1b5e641d7dbe50f8ffd4087b558ccae
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Oct 3 13:38:17 2010 -0400
    Migrations for Wicked
 wicked/migration/1_wicked_base_tables.php           |   91 +++++++++++++++++++
 wicked/migration/2_wicked_autoincrement_page_id.php |   36 ++++++++
 wicked/migration/3_wicked_unsigned_ints.php         |   52 +++++++++++
 3 files changed, 179 insertions(+), 0 deletions(-)
 create mode 100644 wicked/migration/1_wicked_base_tables.php
 create mode 100644 wicked/migration/2_wicked_autoincrement_page_id.php
 create mode 100644 wicked/migration/3_wicked_unsigned_ints.php
http://git.horde.org/co.php/wicked/migration/1_wicked_base_tables.php?rt=horde-git&r=9b7bc2aac1b5e641d7dbe50f8ffd4087b558ccae
http://git.horde.org/co.php/wicked/migration/2_wicked_autoincrement_page_id.php?rt=horde-git&r=9b7bc2aac1b5e641d7dbe50f8ffd4087b558ccae
http://git.horde.org/co.php/wicked/migration/3_wicked_unsigned_ints.php?rt=horde-git&r=9b7bc2aac1b5e641d7dbe50f8ffd4087b558ccae
-----------------------------------------------------------------------
commit fe3736ca5624293520cc538a1fd65f9e12c86a19
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Oct 3 13:38:52 2010 -0400
    Initialize $a
 framework/Db/lib/Horde/Db/Migration/Base.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Migration/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=fe3736ca5624293520cc538a1fd65f9e12c86a19
-----------------------------------------------------------------------
commit a32f69cf6c795b62c70c6319052cc252d15c02aa
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Oct 3 13:39:28 2010 -0400
    Horde_Cache wants strings, so use '' instead of null
 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base/Schema.php?rt=horde-git&r1=9139c9c739464a2a2c31dd8329895cc0d7da3183&r2=a32f69cf6c795b62c70c6319052cc252d15c02aa
-----------------------------------------------------------------------
commit 487e058bf3f17e0c2bdba1c0de236a0be92b1495
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Oct 3 13:39:52 2010 -0400
    Fix typo
 framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php?rt=horde-git&r1=8e5123a4aeef3b4cf0ab45565e6f63c5a37bafbc&r2=487e058bf3f17e0c2bdba1c0de236a0be92b1495
-----------------------------------------------------------------------
commit d877d2f520b940a1cb9fae49ee829d9141d49563
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Oct 3 13:40:01 2010 -0400
    Make sure we don't generate MySQL index names longer than 64 characters
 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php?rt=horde-git&r1=b25fa6fb35df02b0ba66db79928790f4da1b4444&r2=d877d2f520b940a1cb9fae49ee829d9141d49563
-----------------------------------------------------------------------
commit e72ab0adc8adcb2c4bd455e1e6d17acdefdcd685
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Oct 3 13:41:31 2010 -0400
    Remove old Wicked SQL scripts and upgrades
 wicked/scripts/sql/wicked.mssql.sql               |   59 ----------
 wicked/scripts/sql/wicked.oci8.sql                |   59 ----------
 wicked/scripts/sql/wicked.sql                     |   58 ----------
 wicked/scripts/upgrades/2009-09-29_drop_locks.sql |    1 -
 wicked/scripts/upgrades/convert_to_utf8.php       |  126 ---------------------
 5 files changed, 0 insertions(+), 303 deletions(-)
 delete mode 100644 wicked/scripts/sql/wicked.mssql.sql
 delete mode 100644 wicked/scripts/sql/wicked.oci8.sql
 delete mode 100644 wicked/scripts/sql/wicked.sql
 delete mode 100644 wicked/scripts/upgrades/2009-09-29_drop_locks.sql
 delete mode 100755 wicked/scripts/upgrades/convert_to_utf8.php
http://git.horde.org/diff.php/wicked/scripts/sql/wicked.mssql.sql?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=e72ab0adc8adcb2c4bd455e1e6d17acdefdcd685
http://git.horde.org/diff.php/wicked/scripts/sql/wicked.oci8.sql?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=e72ab0adc8adcb2c4bd455e1e6d17acdefdcd685
http://git.horde.org/diff.php/wicked/scripts/sql/wicked.sql?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=e72ab0adc8adcb2c4bd455e1e6d17acdefdcd685
http://git.horde.org/diff.php/wicked/scripts/upgrades/2009-09-29_drop_locks.sql?rt=horde-git&r1=94db816369d07fd9fe11128140f0ce8ae1a953c5&r2=e72ab0adc8adcb2c4bd455e1e6d17acdefdcd685
http://git.horde.org/diff.php/wicked/scripts/upgrades/convert_to_utf8.php?rt=horde-git&r1=54a26e22e01a369372381a50d79eb655339c0956&r2=e72ab0adc8adcb2c4bd455e1e6d17acdefdcd685
    
    
More information about the commits
mailing list