The branch "master" has been updated. The following is a summary of the commits.
from: 62ae628833dd8bc9ca1bcdc5e45c6d8409f5293c 2099d1c Style ff433d0 Fix adding resources from basic view. b594c15 Catch if a resource has been removed in the meantime. 2f684e5 Style, phpdoc. e5ea329 Use the base driver's convertCharset() method. a1aa311 This may be a Kronolith_Driver_Resource. 172de06 Fix a bunch of undefined variables and indices. 03e553d Don't return system calendars if requesting shares for resources. Summary: http://github.com/horde/horde/compare/62ae628833dd8bc9ca1bcdc5e45c6d8409f5293c...03e553d9798bcb079d16c377c7ab53c5c6afc2e5 ----------------------------------------------------------------------- commit 2099d1c793c21048715dea6e70b9e45ed2217bed Author: Jan Schneider <[email protected]> Date: Mon Mar 7 17:31:47 2016 +0100 Style kronolith/templates/delete/delete.inc | 15 ++++--- kronolith/templates/delete/one.inc | 12 ++++-- kronolith/templates/edit/edit.inc | 3 +- kronolith/templates/view/view.inc | 72 ++++++++++++++++----------------- 4 files changed, 53 insertions(+), 49 deletions(-) http://github.com/horde/horde/commit/2099d1c793c21048715dea6e70b9e45ed2217bed ----------------------------------------------------------------------- commit ff433d0af70f999bf4332f205979f2d792860cbb Author: Jan Schneider <[email protected]> Date: Mon Mar 7 20:34:04 2016 +0100 Fix adding resources from basic view. Looks like the API has changed once, but the basic view hasn't been updated for that. kronolith/attendees.php | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/ff433d0af70f999bf4332f205979f2d792860cbb ----------------------------------------------------------------------- commit b594c150f6a91b6281d34a84c2c0c2de74678aa9 Author: Jan Schneider <[email protected]> Date: Mon Mar 7 20:36:46 2016 +0100 Catch if a resource has been removed in the meantime. kronolith/attendees.php | 6 +++++- kronolith/lib/Resource/Group.php | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/b594c150f6a91b6281d34a84c2c0c2de74678aa9 ----------------------------------------------------------------------- commit 2f684e58f27e525e8edfa50ffc57efc451128b2a Author: Jan Schneider <[email protected]> Date: Mon Mar 7 20:37:50 2016 +0100 Style, phpdoc. kronolith/lib/Driver/Resource.php | 18 ++++++++++-------- kronolith/lib/Resource.php | 3 ++- kronolith/lib/Resource/Base.php | 31 +++++++++++++++++++------------ kronolith/lib/Shares.php | 4 ++-- 4 files changed, 33 insertions(+), 23 deletions(-) http://github.com/horde/horde/commit/2f684e58f27e525e8edfa50ffc57efc451128b2a ----------------------------------------------------------------------- commit e5ea3295a649d153cf392f279d60b4a2f4646056 Author: Jan Schneider <[email protected]> Date: Mon Mar 7 20:38:12 2016 +0100 Use the base driver's convertCharset() method. We don't have a charset parameter defined here. kronolith/lib/Driver/Resource.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/e5ea3295a649d153cf392f279d60b4a2f4646056 ----------------------------------------------------------------------- commit a1aa3112883bdd921d16f997ebb88a65560770c7 Author: Jan Schneider <[email protected]> Date: Mon Mar 7 20:39:04 2016 +0100 This may be a Kronolith_Driver_Resource. kronolith/lib/Event/Sql.php | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/a1aa3112883bdd921d16f997ebb88a65560770c7 ----------------------------------------------------------------------- commit 172de06e9ab559035eac1f2243816eba7de3f349 Author: Jan Schneider <[email protected]> Date: Mon Mar 7 20:39:52 2016 +0100 Fix a bunch of undefined variables and indices. kronolith/lib/Kronolith.php | 4 +++- kronolith/lib/Resource.php | 8 +++++--- kronolith/lib/Resource/Base.php | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/172de06e9ab559035eac1f2243816eba7de3f349 ----------------------------------------------------------------------- commit 03e553d9798bcb079d16c377c7ab53c5c6afc2e5 Author: Jan Schneider <[email protected]> Date: Mon Mar 7 20:40:33 2016 +0100 Don't return system calendars if requesting shares for resources. kronolith/lib/Shares.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/03e553d9798bcb079d16c377c7ab53c5c6afc2e5 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
