[commits] Horde branch sesha updated. 3fe4051d1259912876b3c8a38ed657dd13bf6e51
Ralf Lang
lang at b1-systems.de
Sat Sep 17 09:25:38 UTC 2011
The branch "sesha" has been updated.
The following is a summary of the commits.
from: b2d05f4da4abc4ee60539cb1c2161c9c5ede2adf
a44a33e SQL driver conversion, updates to admin.php and stock.php
978cd37 Conversion of the Stock and Search forms
1954065 Exceptions and applicationurl, rename form classes
2bee2c2 A basic test suite which doesn't to any useful tests yet
2a6ba29 remove reference to .sql files remove unneeded attributes Why do we have the name attribute in the constructor?
3fe4051 Rebase factory on Horde_Core_Factory_Base Only pull config from the config backend if it's not passed Shouldn't we just remove this and always pass config from outside?
-----------------------------------------------------------------------
commit a44a33e713564d08fa813b12edfcacb3195a06cb
Author: imr <iron_hat at hotmail.com>
Date: Fri Sep 16 16:19:16 2011 -0400
SQL driver conversion, updates to admin.php and stock.php
sesha/admin.php | 2 +-
sesha/lib/Driver/Sql.php | 131 +++++++++++++++++++---------------------------
sesha/stock.php | 1 -
3 files changed, 54 insertions(+), 80 deletions(-)
http://git.horde.org/horde-git/-/commit/a44a33e713564d08fa813b12edfcacb3195a06cb
-----------------------------------------------------------------------
commit 978cd37899bf64c346856c8dc2781ef7158e8f28
Author: Ralf Lang <lang at b1-systems.de>
Date: Sat Sep 17 10:20:27 2011 +0200
Conversion of the Stock and Search forms
sesha/lib/Forms/Search.php | 7 ++--
sesha/lib/Forms/Stock.php | 70 ++++++++++++++++++++++----------------------
2 files changed, 39 insertions(+), 38 deletions(-)
http://git.horde.org/horde-git/-/commit/978cd37899bf64c346856c8dc2781ef7158e8f28
-----------------------------------------------------------------------
commit 19540655fb9eddb3b23d50e813d501876aa888e0
Author: Ralf Lang <lang at b1-systems.de>
Date: Sat Sep 17 10:21:30 2011 +0200
Exceptions and applicationurl, rename form classes
sesha/stock.php | 43 ++++++++++++++++++++++++-------------------
1 files changed, 24 insertions(+), 19 deletions(-)
http://git.horde.org/horde-git/-/commit/19540655fb9eddb3b23d50e813d501876aa888e0
-----------------------------------------------------------------------
commit 2bee2c24680b8bba2825a914a365cfb690e2864c
Author: Ralf Lang <lang at b1-systems.de>
Date: Sat Sep 17 11:23:30 2011 +0200
A basic test suite which doesn't to any useful tests yet
sesha/test/Sesha/AllTests.php | 36 ++++++++++++++++++++++
sesha/test/Sesha/Autoload.php | 23 ++++++++++++++
sesha/test/Sesha/TestCase.php | 49 ++++++++++++++++++++++++++++++
sesha/test/Sesha/Unit/Driver/SqlTest.php | 27 ++++++++++++++++
4 files changed, 135 insertions(+), 0 deletions(-)
create mode 100644 sesha/test/Sesha/AllTests.php
create mode 100644 sesha/test/Sesha/Autoload.php
create mode 100644 sesha/test/Sesha/TestCase.php
create mode 100644 sesha/test/Sesha/Unit/Driver/SqlTest.php
http://git.horde.org/horde-git/-/commit/2bee2c24680b8bba2825a914a365cfb690e2864c
-----------------------------------------------------------------------
commit 2a6ba2965bb8fcd92c75a876c8b41b47b07ca459
Author: Ralf Lang <lang at b1-systems.de>
Date: Sat Sep 17 11:24:33 2011 +0200
remove reference to .sql files
remove unneeded attributes
Why do we have the name attribute in the constructor?
sesha/lib/Driver/Sql.php | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/2a6ba2965bb8fcd92c75a876c8b41b47b07ca459
-----------------------------------------------------------------------
commit 3fe4051d1259912876b3c8a38ed657dd13bf6e51
Author: Ralf Lang <lang at b1-systems.de>
Date: Sat Sep 17 11:25:24 2011 +0200
Rebase factory on Horde_Core_Factory_Base
Only pull config from the config backend if it's not passed
Shouldn't we just remove this and always pass config from outside?
sesha/lib/Factory/Driver.php | 31 ++++++++++++++++---------------
1 files changed, 16 insertions(+), 15 deletions(-)
http://git.horde.org/horde-git/-/commit/3fe4051d1259912876b3c8a38ed657dd13bf6e51
More information about the commits
mailing list