[commits] Horde branch develop updated. 6049cc481bd557b1f6628fbd1ed0b4f919b6aa13
Ralf Lang
lang at b1-systems.de
Thu May 3 14:19:31 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 80b0f649d4ce48bea1225c984551ccf065e22543
c293dff Reimplement delete() as a proxy to Sesha_Entity_Stock::delete() which takes care of relations Reimplement fetch() as a proxy to Sesha_Entity_Stock::findOne() Bugfix getCategories when called with a string containing a number Reimplement getPropertiesForCategories to return Property objects Added getValuesForStock which returns all value objects associated to a stock item
1ac8f23 Redefine getPropertiesForStock. This method now returns property objects for a stock item's categories. This is totally different from the original definition where it returned property VALUES. (Use getValuesForStock instead)
d1fc0a7 rename variables to reflect change of return type
d362495 Use the right base url when creating CRUD links
18f1bf3 Implement cleaning up category and value relations when cleaning up a stock item
6049cc4 Adapt the form to use objects instead of arrays
-----------------------------------------------------------------------
commit c293dffc306f8216fd966eaca89c9a08fb82958b
Author: Ralf Lang <lang at b1-systems.de>
Date: Thu May 3 16:04:14 2012 +0200
Reimplement delete() as a proxy to Sesha_Entity_Stock::delete() which takes care of relations
Reimplement fetch() as a proxy to Sesha_Entity_Stock::findOne()
Bugfix getCategories when called with a string containing a number
Reimplement getPropertiesForCategories to return Property objects
Added getValuesForStock which returns all value objects associated to a stock item
sesha/lib/Driver/Sql.php | 78 ++++++++++++++++++++++------------------------
1 files changed, 37 insertions(+), 41 deletions(-)
http://git.horde.org/horde-git/-/commit/c293dffc306f8216fd966eaca89c9a08fb82958b
-----------------------------------------------------------------------
commit 1ac8f23a5315e0787b048e7c2a1420c5b884843c
Author: Ralf Lang <lang at b1-systems.de>
Date: Thu May 3 16:13:39 2012 +0200
Redefine getPropertiesForStock. This method now returns property objects for a stock item's categories.
This is totally different from the original definition where it returned property VALUES.
(Use getValuesForStock instead)
sesha/lib/Driver/Sql.php | 27 ++++++++-------------------
1 files changed, 8 insertions(+), 19 deletions(-)
http://git.horde.org/horde-git/-/commit/1ac8f23a5315e0787b048e7c2a1420c5b884843c
-----------------------------------------------------------------------
commit d1fc0a74d92bcd7b9629ec1687a9b89279077aa8
Author: Ralf Lang <lang at b1-systems.de>
Date: Thu May 3 16:15:38 2012 +0200
rename variables to reflect change of return type
sesha/stock.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/d1fc0a74d92bcd7b9629ec1687a9b89279077aa8
-----------------------------------------------------------------------
commit d362495cbaf4c72d1da240b63fcbd212c231c0f1
Author: Ralf Lang <lang at b1-systems.de>
Date: Thu May 3 16:16:26 2012 +0200
Use the right base url when creating CRUD links
sesha/lib/View/List.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d362495cbaf4c72d1da240b63fcbd212c231c0f1
-----------------------------------------------------------------------
commit 18f1bf3b060aa64996c0b167ec975c4cc4633781
Author: Ralf Lang <lang at b1-systems.de>
Date: Thu May 3 16:16:54 2012 +0200
Implement cleaning up category and value relations when cleaning up a stock item
sesha/lib/Entity/StockMapper.php | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/18f1bf3b060aa64996c0b167ec975c4cc4633781
-----------------------------------------------------------------------
commit 6049cc481bd557b1f6628fbd1ed0b4f919b6aa13
Author: Ralf Lang <lang at b1-systems.de>
Date: Thu May 3 16:18:22 2012 +0200
Adapt the form to use objects instead of arrays
sesha/lib/Forms/Stock.php | 47 +++++++++++++++++++++-----------------------
1 files changed, 22 insertions(+), 25 deletions(-)
http://git.horde.org/horde-git/-/commit/6049cc481bd557b1f6628fbd1ed0b4f919b6aa13
More information about the commits
mailing list