[commits] Horde branch master updated. 66a16f501b58196e5f8b1c976f074d39ac3bce4d

Chuck Hagenbuch chuck at horde.org
Thu Jan 14 03:33:04 UTC 2010


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

from: 9b67f7766979cb1a6b1561ac781815d733ded353

573f455 Move management of the schema_info table entirely into the Migrator class.
94ed5f0 Add setters for the Logger and Inflector objects
236b104 Refactor Horde_Db_Migration_Migrator to require a Logger object and allow configuring the schema_info table name.
66a16f5 Adapt to the new Migrator API, and log migrations to STDOUT

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

commit 573f45513fe3c68cec203afaf40dab5c247ba904
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Wed Jan 13 16:51:17 2010 -0500

    Move management of the schema_info table entirely into the Migrator class.
    
    Also make the schema_info table name configurable.

 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php     |   14 ------
 framework/Db/lib/Horde/Db/Migration/Migrator.php      |   39 +++++++++++++++--
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php     |    8 ---
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php  |    8 ---
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php  |    8 ---
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php |    8 ---
 framework/Db/test/Horde/Db/Migration/MigratorTest.php |    9 ++++
 7 files changed, 44 insertions(+), 50 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base/Schema.php?rt=horde-git&r1=ae0576c6fbb2bd837d77b9432c5e8cd08120f0fc&r2=573f45513fe3c68cec203afaf40dab5c247ba904
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Migration/Migrator.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=573f45513fe3c68cec203afaf40dab5c247ba904
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/MysqliTest.php?rt=horde-git&r1=26393fc1a7e6a63b2207a081541ede6f6fece228&r2=573f45513fe3c68cec203afaf40dab5c247ba904
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php?rt=horde-git&r1=26393fc1a7e6a63b2207a081541ede6f6fece228&r2=573f45513fe3c68cec203afaf40dab5c247ba904
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php?rt=horde-git&r1=26393fc1a7e6a63b2207a081541ede6f6fece228&r2=573f45513fe3c68cec203afaf40dab5c247ba904
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php?rt=horde-git&r1=26393fc1a7e6a63b2207a081541ede6f6fece228&r2=573f45513fe3c68cec203afaf40dab5c247ba904
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Migration/MigratorTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=573f45513fe3c68cec203afaf40dab5c247ba904

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

commit 94ed5f04a4f36db51d9d68e2f7afe0ec1ab5675d
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Wed Jan 13 16:52:47 2010 -0500

    Add setters for the Logger and Inflector objects

 framework/Db/lib/Horde/Db/Migration/Migrator.php |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Migration/Migrator.php?rt=horde-git&r1=573f45513fe3c68cec203afaf40dab5c247ba904&r2=94ed5f04a4f36db51d9d68e2f7afe0ec1ab5675d

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

commit 236b104d6c6c14b5e32151b1e024961ab1669e66
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Wed Jan 13 22:31:30 2010 -0500

    Refactor Horde_Db_Migration_Migrator to require a Logger object and allow
    configuring the schema_info table name.

 framework/Db/lib/Horde/Db/Migration/Migrator.php      |   23 ++++++++---------
 framework/Db/test/Horde/Db/Migration/MigratorTest.php |   20 ++++++++------
 2 files changed, 22 insertions(+), 21 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Migration/Migrator.php?rt=horde-git&r1=94ed5f04a4f36db51d9d68e2f7afe0ec1ab5675d&r2=236b104d6c6c14b5e32151b1e024961ab1669e66
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Migration/MigratorTest.php?rt=horde-git&r1=573f45513fe3c68cec203afaf40dab5c247ba904&r2=236b104d6c6c14b5e32151b1e024961ab1669e66

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

commit 66a16f501b58196e5f8b1c976f074d39ac3bce4d
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Wed Jan 13 22:32:34 2010 -0500

    Adapt to the new Migrator API, and log migrations to STDOUT

 horde/bin/db_migrate |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&r1=7a748776f966d485d3bf1b6deb411c4bfdbd24b4&r2=66a16f501b58196e5f8b1c976f074d39ac3bce4d




More information about the commits mailing list