The branch "master" has been updated. The following is a summary of the commits.
from: 23d7afdc2fbd4d8491ab8fd3b021f48f8984770c 41c6275 make RDO entities convertible to an array 306c8be Merge branch 'entity-to-array' of https://github.com/oakey-b1/horde into oakey-b1-entity-to-array 2544fa1 phpdoc, CS. e073223e [jan] Add Horde_Rdo_Base#toArray() (Neal Thomas Oakey <[email protected]>). 4fdd10e Merge branch 'oakey-b1-entity-to-array' Summary: http://github.com/horde/horde/compare/23d7afdc2fbd4d8491ab8fd3b021f48f8984770c...4fdd10ece75bff3bf66c1fdc415b32eef386bd29 ----------------------------------------------------------------------- commit 41c62752f80cb4adc13b58a2b6154c4d03437f3e Author: Neal Thomas Oakey <[email protected]> Date: Fri Jul 22 14:56:43 2016 +0200 make RDO entities convertible to an array this method should be used when handing over to Horde_Variables::merge or otherwise all lazy fields and relationships are merged too. framework/Rdo/lib/Horde/Rdo/Base.php | 40 ++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) http://github.com/horde/horde/commit/41c62752f80cb4adc13b58a2b6154c4d03437f3e ----------------------------------------------------------------------- commit 306c8bed0bff710a67a0ea5090d32e1a6ffd1c54 Merge: 23d7afd 41c6275 Author: Jan Schneider <[email protected]> Date: Fri Sep 2 12:53:56 2016 +0200 Merge branch 'entity-to-array' of https://github.com/oakey-b1/horde into oakey-b1-entity-to-array framework/Rdo/lib/Horde/Rdo/Base.php | 40 ++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) http://github.com/horde/horde/commit/306c8bed0bff710a67a0ea5090d32e1a6ffd1c54 ----------------------------------------------------------------------- commit 2544fa18efc47f43d48daba8980cca17e4e981d1 Author: Jan Schneider <[email protected]> Date: Fri Sep 2 12:59:16 2016 +0200 phpdoc, CS. framework/Rdo/lib/Horde/Rdo/Base.php | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) http://github.com/horde/horde/commit/2544fa18efc47f43d48daba8980cca17e4e981d1 ----------------------------------------------------------------------- commit e073223e0c3d34327470276f01ea5f87d7093f00 Author: Jan Schneider <[email protected]> Date: Fri Sep 2 13:00:47 2016 +0200 [jan] Add Horde_Rdo_Base#toArray() (Neal Thomas Oakey <[email protected]>). framework/Rdo/doc/Horde/Rdo/UPGRADING | 19 +++++++++++++++++++ framework/Rdo/package.xml | 16 ++++++++++------ 2 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 framework/Rdo/doc/Horde/Rdo/UPGRADING http://github.com/horde/horde/commit/e073223e0c3d34327470276f01ea5f87d7093f00 ----------------------------------------------------------------------- commit 4fdd10ece75bff3bf66c1fdc415b32eef386bd29 Merge: 23d7afd e073223e Author: Jan Schneider <[email protected]> Date: Fri Sep 2 13:02:09 2016 +0200 Merge branch 'oakey-b1-entity-to-array' framework/Rdo/doc/Horde/Rdo/UPGRADING | 19 +++++++++++++++ framework/Rdo/lib/Horde/Rdo/Base.php | 44 +++++++++++++++++++++++++++++++++++ framework/Rdo/package.xml | 16 ++++++++----- 3 files changed, 73 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/4fdd10ece75bff3bf66c1fdc415b32eef386bd29 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
