[commits] Horde branch ActiveSync updated. 60f1efb33c8beec0c5f84785bdaf62e26810d415

Michael Rubinsky mike at theupstairsroom.com
Thu Jan 14 04:08:41 UTC 2010


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

from: 63308b3e8366bdfe5bd7ec7d1f494ae57dc43423

116cb69 Move management of the schema_info table entirely into the Migrator class.
a45eb6a Add setters for the Logger and Inflector objects
abdda7a Refactor Horde_Db_Migration_Migrator to require a Logger object and allow configuring the schema_info table name.
32e4af5 Adapt to the new Migrator API, and log migrations to STDOUT
60f1efb Test commit .. and add a blank package.xml file while we're at it

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

commit 116cb6915e180374e9796517f50ba9c1bd73f977
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=116cb6915e180374e9796517f50ba9c1bd73f977
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Migration/Migrator.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=116cb6915e180374e9796517f50ba9c1bd73f977
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/MysqliTest.php?rt=horde-git&r1=26393fc1a7e6a63b2207a081541ede6f6fece228&r2=116cb6915e180374e9796517f50ba9c1bd73f977
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php?rt=horde-git&r1=26393fc1a7e6a63b2207a081541ede6f6fece228&r2=116cb6915e180374e9796517f50ba9c1bd73f977
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php?rt=horde-git&r1=26393fc1a7e6a63b2207a081541ede6f6fece228&r2=116cb6915e180374e9796517f50ba9c1bd73f977
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php?rt=horde-git&r1=26393fc1a7e6a63b2207a081541ede6f6fece228&r2=116cb6915e180374e9796517f50ba9c1bd73f977
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Migration/MigratorTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=116cb6915e180374e9796517f50ba9c1bd73f977

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

commit a45eb6ac86e42d6f4a1735bb44290e3ed1345cd0
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=116cb6915e180374e9796517f50ba9c1bd73f977&r2=a45eb6ac86e42d6f4a1735bb44290e3ed1345cd0

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

commit abdda7af67e68fd1e7bb2eda7abad828b6f754bd
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=a45eb6ac86e42d6f4a1735bb44290e3ed1345cd0&r2=abdda7af67e68fd1e7bb2eda7abad828b6f754bd
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Migration/MigratorTest.php?rt=horde-git&r1=116cb6915e180374e9796517f50ba9c1bd73f977&r2=abdda7af67e68fd1e7bb2eda7abad828b6f754bd

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

commit 32e4af57ccb74e0f47da798278c869aea8c64825
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=32e4af57ccb74e0f47da798278c869aea8c64825

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

commit 60f1efb33c8beec0c5f84785bdaf62e26810d415
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 13 23:07:42 2010 -0500

    Test commit .. and add a blank package.xml file while we're at it

 0 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 framework/ActiveSync/package.xml

http://git.horde.org/co.php/framework/ActiveSync/package.xml?rt=horde-git&r=60f1efb33c8beec0c5f84785bdaf62e26810d415




More information about the commits mailing list