[commits] Horde branch master updated. c224d3293b97bc149b381d3e0d9b28fee9f9b640

Gunnar Wrobel p at rdus.de
Tue Sep 29 21:21:54 UTC 2009


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

from: 515f610bd8473d7b14f9a7e0afa40b4d2039b87c

33a8f0f... Allow different history drivers. This still uses Horde_History as a base class. It might be better to use Horde_History_Base but I wanted to keep the API 100% intact for now.
dbee6c4... Already provided by the base class.
e8a88a3... Fix and test error handling of the class.
1c91915... The mock driver.
2a006f9... Complete testing.
2458c5b... Deactivate the sqlite based testing now and only run the test suite over the mock driver.
26aeffa... Fix signatures for strict mode testing.
c224d32... Merge branch 'framework_history_mock'

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

commit 33a8f0fbee75da2cbc770f64b32d452a3b949844
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 29 13:53:51 2009 +0200

    Allow different history drivers. This still uses Horde_History as a base class. It might be better to use Horde_History_Base but I wanted to keep the API 100% intact for now.

 framework/History/lib/Horde/History.php                |  304 ++++++----------
 framework/History/lib/Horde/History/Factory.php        |  137 +++++++
 framework/History/lib/Horde/History/Sql.php            |  283 ++++++++++++++
 framework/History/package.xml                          |    6 +
 framework/History/test/Horde/History/InterfaceTest.php |   39 ++-
 5 files changed, 568 insertions(+), 201 deletions(-)
 create mode 100644 framework/History/lib/Horde/History/Factory.php
 create mode 100644 framework/History/lib/Horde/History/Sql.php

http://git.horde.org/diff.php/framework/History/lib/Horde/History.php?rt=horde-git&r1=def290e68df5243289d2217150d7d1bd4c76581c&r2=33a8f0fbee75da2cbc770f64b32d452a3b949844
http://git.horde.org/co.php/framework/History/lib/Horde/History/Factory.php?rt=horde-git&r=33a8f0fbee75da2cbc770f64b32d452a3b949844
http://git.horde.org/co.php/framework/History/lib/Horde/History/Sql.php?rt=horde-git&r=33a8f0fbee75da2cbc770f64b32d452a3b949844
http://git.horde.org/diff.php/framework/History/package.xml?rt=horde-git&r1=8af8df4c0be8b3b434a9463ff67f20de5537a606&r2=33a8f0fbee75da2cbc770f64b32d452a3b949844
http://git.horde.org/diff.php/framework/History/test/Horde/History/InterfaceTest.php?rt=horde-git&r1=8af8df4c0be8b3b434a9463ff67f20de5537a606&r2=33a8f0fbee75da2cbc770f64b32d452a3b949844

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

commit dbee6c462bd7cf1707c8c4473314b81c795a53ad
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 29 14:06:14 2009 +0200

    Already provided by the base class.

 framework/History/lib/Horde/History/Sql.php |   34 ---------------------------
 1 files changed, 0 insertions(+), 34 deletions(-)

http://git.horde.org/diff.php/framework/History/lib/Horde/History/Sql.php?rt=horde-git&r1=33a8f0fbee75da2cbc770f64b32d452a3b949844&r2=dbee6c462bd7cf1707c8c4473314b81c795a53ad

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

commit e8a88a37ac66630663deff450b90d87fc9bf3101
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 29 15:04:10 2009 +0200

    Fix and test error handling of the class.

 framework/History/lib/Horde/History.php                |   19 ++
 framework/History/lib/Horde/History/Sql.php            |   62 ++++--
 framework/History/lib/Horde/HistoryObject.php          |    2 +-
 framework/History/test/Horde/History/InterfaceTest.php |  184 ++++++++++++---
 4 files changed, 208 insertions(+), 59 deletions(-)

http://git.horde.org/diff.php/framework/History/lib/Horde/History.php?rt=horde-git&r1=33a8f0fbee75da2cbc770f64b32d452a3b949844&r2=e8a88a37ac66630663deff450b90d87fc9bf3101
http://git.horde.org/diff.php/framework/History/lib/Horde/History/Sql.php?rt=horde-git&r1=dbee6c462bd7cf1707c8c4473314b81c795a53ad&r2=e8a88a37ac66630663deff450b90d87fc9bf3101
http://git.horde.org/diff.php/framework/History/lib/Horde/HistoryObject.php?rt=horde-git&r1=10386369f99741559f62f6cda0752b468a1ee762&r2=e8a88a37ac66630663deff450b90d87fc9bf3101
http://git.horde.org/diff.php/framework/History/test/Horde/History/InterfaceTest.php?rt=horde-git&r1=33a8f0fbee75da2cbc770f64b32d452a3b949844&r2=e8a88a37ac66630663deff450b90d87fc9bf3101

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

commit 1c91915a864f158e7ba702f2dd5be8c0f42e42f5
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 29 17:23:36 2009 +0200

    The mock driver.

 framework/History/lib/Horde/History/Factory.php        |   21 ++-
 framework/History/lib/Horde/History/Mock.php           |  248 ++++++++++++++++
 framework/History/package.xml                          |    2 +
 framework/History/test/Horde/History/InterfaceTest.php |   37 ++-
 4 files changed, 293 insertions(+), 15 deletions(-)
 create mode 100644 framework/History/lib/Horde/History/Mock.php

http://git.horde.org/diff.php/framework/History/lib/Horde/History/Factory.php?rt=horde-git&r1=33a8f0fbee75da2cbc770f64b32d452a3b949844&r2=1c91915a864f158e7ba702f2dd5be8c0f42e42f5
http://git.horde.org/co.php/framework/History/lib/Horde/History/Mock.php?rt=horde-git&r=1c91915a864f158e7ba702f2dd5be8c0f42e42f5
http://git.horde.org/diff.php/framework/History/package.xml?rt=horde-git&r1=33a8f0fbee75da2cbc770f64b32d452a3b949844&r2=1c91915a864f158e7ba702f2dd5be8c0f42e42f5
http://git.horde.org/diff.php/framework/History/test/Horde/History/InterfaceTest.php?rt=horde-git&r1=e8a88a37ac66630663deff450b90d87fc9bf3101&r2=1c91915a864f158e7ba702f2dd5be8c0f42e42f5

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

commit 2a006f951c6d8a827ec5272a3ba11f04222e04c9
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 29 17:43:59 2009 +0200

    Complete testing.

 framework/History/lib/Horde/History.php                |   64 +++++++++++++
 framework/History/lib/Horde/History/Factory.php        |    2 -
 framework/History/lib/Horde/History/Mock.php           |    6 +-
 framework/History/lib/Horde/History/Sql.php            |    6 +-
 framework/History/test/Horde/History/InterfaceTest.php |   77 +++++++++++++---
 5 files changed, 134 insertions(+), 21 deletions(-)

http://git.horde.org/diff.php/framework/History/lib/Horde/History.php?rt=horde-git&r1=e8a88a37ac66630663deff450b90d87fc9bf3101&r2=2a006f951c6d8a827ec5272a3ba11f04222e04c9
http://git.horde.org/diff.php/framework/History/lib/Horde/History/Factory.php?rt=horde-git&r1=1c91915a864f158e7ba702f2dd5be8c0f42e42f5&r2=2a006f951c6d8a827ec5272a3ba11f04222e04c9
http://git.horde.org/diff.php/framework/History/lib/Horde/History/Mock.php?rt=horde-git&r1=1c91915a864f158e7ba702f2dd5be8c0f42e42f5&r2=2a006f951c6d8a827ec5272a3ba11f04222e04c9
http://git.horde.org/diff.php/framework/History/lib/Horde/History/Sql.php?rt=horde-git&r1=e8a88a37ac66630663deff450b90d87fc9bf3101&r2=2a006f951c6d8a827ec5272a3ba11f04222e04c9
http://git.horde.org/diff.php/framework/History/test/Horde/History/InterfaceTest.php?rt=horde-git&r1=1c91915a864f158e7ba702f2dd5be8c0f42e42f5&r2=2a006f951c6d8a827ec5272a3ba11f04222e04c9

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

commit 2458c5b6ad0d39f629c63416b0b77528f5f19997
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 29 17:53:01 2009 +0200

    Deactivate the sqlite based testing now and only run the test suite over the mock driver.

 framework/History/test/Horde/History/InterfaceTest.php |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/History/test/Horde/History/InterfaceTest.php?rt=horde-git&r1=2a006f951c6d8a827ec5272a3ba11f04222e04c9&r2=2458c5b6ad0d39f629c63416b0b77528f5f19997

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

commit 26aeffa538da76a6ae05d4378dc773d0ee514e38
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 29 19:46:03 2009 +0200

    Fix signatures for strict mode testing.

 framework/History/test/Horde/History/InterfaceTest.php |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/History/test/Horde/History/InterfaceTest.php?rt=horde-git&r1=2458c5b6ad0d39f629c63416b0b77528f5f19997&r2=26aeffa538da76a6ae05d4378dc773d0ee514e38

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

commit c224d3293b97bc149b381d3e0d9b28fee9f9b640
Merge: 515f610... 26aeffa...
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Sep 29 23:21:46 2009 +0200

    Merge branch 'framework_history_mock'

 framework/History/lib/Horde/History.php                |  371 ++++++++--------
 framework/History/lib/Horde/History/Factory.php        |  154 +++++++
 framework/History/lib/Horde/History/Mock.php           |  248 +++++++++++
 framework/History/lib/Horde/History/Sql.php            |  269 +++++++++++
 framework/History/lib/Horde/HistoryObject.php          |    2 +-
 framework/History/package.xml                          |    8 +
 framework/History/test/Horde/History/InterfaceTest.php |  302 +++++++++++---
 7 files changed, 1118 insertions(+), 236 deletions(-)

http://git.horde.org/diff.php/framework/History/lib/Horde/History.php?rt=horde-git&r1=def290e68df5243289d2217150d7d1bd4c76581c&r2=c224d3293b97bc149b381d3e0d9b28fee9f9b640
http://git.horde.org/co.php/framework/History/lib/Horde/History/Factory.php?rt=horde-git&r=c224d3293b97bc149b381d3e0d9b28fee9f9b640
http://git.horde.org/co.php/framework/History/lib/Horde/History/Mock.php?rt=horde-git&r=c224d3293b97bc149b381d3e0d9b28fee9f9b640
http://git.horde.org/co.php/framework/History/lib/Horde/History/Sql.php?rt=horde-git&r=c224d3293b97bc149b381d3e0d9b28fee9f9b640
http://git.horde.org/diff.php/framework/History/lib/Horde/HistoryObject.php?rt=horde-git&r1=10386369f99741559f62f6cda0752b468a1ee762&r2=c224d3293b97bc149b381d3e0d9b28fee9f9b640
http://git.horde.org/diff.php/framework/History/package.xml?rt=horde-git&r1=8af8df4c0be8b3b434a9463ff67f20de5537a606&r2=c224d3293b97bc149b381d3e0d9b28fee9f9b640
http://git.horde.org/diff.php/framework/History/test/Horde/History/InterfaceTest.php?rt=horde-git&r1=8af8df4c0be8b3b434a9463ff67f20de5537a606&r2=c224d3293b97bc149b381d3e0d9b28fee9f9b640




More information about the commits mailing list