[commits] Horde branch develop updated. 27dd50fcf3fa13e6e15922ab768b2c82f9bada79

Ralf Lang lang at b1-systems.de
Tue Apr 3 10:06:27 UTC 2012


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

from: 427ce92d1c5a9614a74c59bddfc53077bf980c9e

96cadc4 Remove unused variable _connected
1f94a15 Add entity and mapper objects for Category (type actually), Property and Stock
56a39fa phpdoc
fd60378 phpdoc
455e40d Implement ArrayAccess interface. Mock offsetSet and offsetUnset, implement offsetExists and offsetGet
c46a16a newline before EOF on Entity Object  and Entity Mapper class files
27dd50f The driver uses and returns (arrays of) Category objects instead of property arrays

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

commit 96cadc41f2b69e7ec9b8716f161b0b8894f17d47
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Apr 2 21:13:34 2012 +0200

    Remove unused variable _connected

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

http://git.horde.org/horde-git/-/commit/96cadc41f2b69e7ec9b8716f161b0b8894f17d47

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

commit 1f94a15082b0c2ddba359dac0f1c8d35f651bb4e
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Apr 2 21:54:29 2012 +0200

    Add entity and mapper objects for Category (type actually), Property and Stock

 sesha/lib/Driver/Sql.php            |    9 +++++-
 sesha/lib/Entity/Category.php       |    4 ++
 sesha/lib/Entity/CategoryMapper.php |   55 +++++++++++++++++++++++++++++++++++
 sesha/lib/Entity/Property.php       |    4 ++
 sesha/lib/Entity/PropertyMapper.php |   48 ++++++++++++++++++++++++++++++
 sesha/lib/Entity/Stock.php          |    4 ++
 sesha/lib/Entity/StockMapper.php    |   52 +++++++++++++++++++++++++++++++++
 7 files changed, 175 insertions(+), 1 deletions(-)
 create mode 100644 sesha/lib/Entity/Category.php
 create mode 100644 sesha/lib/Entity/CategoryMapper.php
 create mode 100644 sesha/lib/Entity/Property.php
 create mode 100644 sesha/lib/Entity/PropertyMapper.php
 create mode 100644 sesha/lib/Entity/Stock.php
 create mode 100644 sesha/lib/Entity/StockMapper.php

http://git.horde.org/horde-git/-/commit/1f94a15082b0c2ddba359dac0f1c8d35f651bb4e

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

commit 56a39fa9e85690d97eb449370b127fc39b3324f5
Author: Ralf Lang <lang at b1-systems.de>
Date:   Tue Apr 3 11:57:14 2012 +0200

    phpdoc

 framework/Rdo/lib/Horde/Rdo/Factory.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/56a39fa9e85690d97eb449370b127fc39b3324f5

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

commit fd60378dd9b28df9f517a9a798b2eb361e7b5ea9
Author: Ralf Lang <lang at b1-systems.de>
Date:   Tue Apr 3 11:57:46 2012 +0200

    phpdoc

 framework/Rdo/lib/Horde/Rdo/Mapper.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 455e40da7e48a289febb479c44ed35a0f562d712
Author: Ralf Lang <lang at b1-systems.de>
Date:   Tue Apr 3 11:58:03 2012 +0200

    Implement ArrayAccess interface.
    Mock offsetSet and offsetUnset,
    implement offsetExists and offsetGet

 framework/Rdo/lib/Horde/Rdo/List.php |   61 +++++++++++++++++++++++++++++++++-
 1 files changed, 60 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/455e40da7e48a289febb479c44ed35a0f562d712

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

commit c46a16a2c8f608a13115a94b1ce7f91ebb53e9a4
Author: Ralf Lang <lang at b1-systems.de>
Date:   Tue Apr 3 12:02:35 2012 +0200

    newline before EOF on Entity Object  and Entity Mapper class files

 sesha/lib/Entity/Category.php       |    3 ++-
 sesha/lib/Entity/CategoryMapper.php |    7 ++++---
 sesha/lib/Entity/Property.php       |    3 ++-
 sesha/lib/Entity/PropertyMapper.php |    1 +
 sesha/lib/Entity/Stock.php          |    3 ++-
 sesha/lib/Entity/StockMapper.php    |    3 ++-
 6 files changed, 13 insertions(+), 7 deletions(-)

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

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

commit 27dd50fcf3fa13e6e15922ab768b2c82f9bada79
Author: Ralf Lang <lang at b1-systems.de>
Date:   Tue Apr 3 12:04:48 2012 +0200

    The driver uses and returns (arrays of) Category objects instead of property arrays

 sesha/lib/Driver/Sql.php         |   51 +++++++++++++++++--------------------
 sesha/lib/Forms/CategoryList.php |    2 +-
 sesha/lib/Forms/Stock.php        |    2 +-
 sesha/list.php                   |    2 +-
 4 files changed, 26 insertions(+), 31 deletions(-)

http://git.horde.org/horde-git/-/commit/27dd50fcf3fa13e6e15922ab768b2c82f9bada79




More information about the commits mailing list