[commits] Horde branch develop updated. 8373f4a3c10fbdc686d346bb2d74cd1a41362c0e

Ralf Lang lang at b1-systems.de
Thu May 3 10:54:31 UTC 2012


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

from: b38066f690264787dac7cd8084f3bbc2ea3bb2e6

4118a60 Use class constants instead of DEFINEs
363aced Use class constants instead of DEFINEs
6f61553 Remove global constant definitions
4abf111 Display no properties if none are selected
c3f0d8d reimplement getProperties to use Rdo begin implementing rdo-based findStock(filter) to replace searchStock and listStock
66b3b58 Implement a Sesha_View_List to supersede the Horde_Template based classic list view
b57904e Implement the Sesha_Entity_Value (a property's state within a certain stock item)
611853f Use a basic template for the sesha list view because I have not figured how to use view helpers to generate tables and forms
8373f4a reimplement the list page based on Horde_View. Still contains commented out code because not all functionality has yet been reimplemented

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

commit 4118a6076f5be1a7723298b56636863cc6e24206
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Apr 4 08:25:04 2012 +0200

    Use class constants instead of DEFINEs

 sesha/lib/Driver/Sql.php         |    4 ++--
 sesha/lib/Entity/StockMapper.php |   15 +++++++++++++++
 sesha/lib/Sesha.php              |   21 ++++++++++++++++++++-
 sesha/list.php                   |   18 +++++++++---------
 sesha/search.php                 |    2 +-
 5 files changed, 47 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/4118a6076f5be1a7723298b56636863cc6e24206

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

commit 363acedeec5f8dbc3b662f97817c5135cbfa3747
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Apr 4 08:26:46 2012 +0200

    Use class constants instead of DEFINEs

 sesha/config/prefs.php |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/363acedeec5f8dbc3b662f97817c5135cbfa3747

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

commit 6f61553b230479e23f60c02a8bf6f150953d4b60
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Apr 4 08:27:22 2012 +0200

    Remove global constant definitions

 sesha/lib/Sesha.php |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

http://git.horde.org/horde-git/-/commit/6f61553b230479e23f60c02a8bf6f150953d4b60

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

commit 4abf1119c23978464109e490d55b6f0552805885
Author: Ralf Lang <lang at b1-systems.de>
Date:   Wed Apr 4 08:40:22 2012 +0200

    Display no properties if none are selected

 sesha/list.php |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/4abf1119c23978464109e490d55b6f0552805885

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

commit c3f0d8dd3925b68aed74cd1b93f189ab112edb05
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu May 3 12:46:56 2012 +0200

    reimplement getProperties to use Rdo
    begin implementing rdo-based findStock(filter) to replace searchStock and listStock

 sesha/lib/Driver/Sql.php |   50 +++++++++++++++++++++++-----------------------
 1 files changed, 25 insertions(+), 25 deletions(-)

http://git.horde.org/horde-git/-/commit/c3f0d8dd3925b68aed74cd1b93f189ab112edb05

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

commit 66b3b58758fa6b89012a480186a8f7720a727b1c
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu May 3 12:48:20 2012 +0200

    Implement a Sesha_View_List to supersede the Horde_Template based classic list view

 sesha/lib/View/Base.php |   40 ++++++++++
 sesha/lib/View/List.php |  196 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 236 insertions(+), 0 deletions(-)
 create mode 100644 sesha/lib/View/Base.php
 create mode 100644 sesha/lib/View/List.php

http://git.horde.org/horde-git/-/commit/66b3b58758fa6b89012a480186a8f7720a727b1c

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

commit b57904ed2cbe650792548bd90518cf2f36f63267
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu May 3 12:50:22 2012 +0200

    Implement the Sesha_Entity_Value (a property's state within a certain stock item)

 sesha/lib/Entity/Stock.php       |   16 ++++++++++
 sesha/lib/Entity/Value.php       |   21 +++++++++++++
 sesha/lib/Entity/ValueMapper.php |   60 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 97 insertions(+), 0 deletions(-)
 create mode 100644 sesha/lib/Entity/Value.php
 create mode 100644 sesha/lib/Entity/ValueMapper.php

http://git.horde.org/horde-git/-/commit/b57904ed2cbe650792548bd90518cf2f36f63267

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

commit 611853fc6f7907cdacb9505729242800a6d70218
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu May 3 12:51:43 2012 +0200

    Use a basic template for the sesha list view because I have not figured how to use view helpers to generate tables and forms

 sesha/templates/view/list.php |   55 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)
 create mode 100644 sesha/templates/view/list.php

http://git.horde.org/horde-git/-/commit/611853fc6f7907cdacb9505729242800a6d70218

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

commit 8373f4a3c10fbdc686d346bb2d74cd1a41362c0e
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu May 3 12:53:15 2012 +0200

    reimplement the list page based on Horde_View.
    Still contains commented out code because not all functionality has yet been reimplemented

 sesha/list.php |  354 +++++++++++++++++++++++++++++--------------------------
 1 files changed, 187 insertions(+), 167 deletions(-)

http://git.horde.org/horde-git/-/commit/8373f4a3c10fbdc686d346bb2d74cd1a41362c0e




More information about the commits mailing list