The branch "master" has been updated. The following is a summary of the commits.
from: a6319e143dad6fb145acb21979d8003665d73859 20f397e Catch exception and don't prevent event from being deleted. 0af9c60 Refactor some resource handling. Summary: http://github.com/horde/horde/compare/a6319e143dad6fb145acb21979d8003665d73859...0af9c60c4def9563b8e93342a3e0a661f4a0203a ----------------------------------------------------------------------- commit 20f397e3d4ab0d3504ce3cfeef32848d92145f9e Author: Michael J Rubinsky <[email protected]> Date: Tue Mar 24 12:16:52 2015 -0400 Catch exception and don't prevent event from being deleted. kronolith/lib/Driver.php | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/20f397e3d4ab0d3504ce3cfeef32848d92145f9e ----------------------------------------------------------------------- commit 0af9c60c4def9563b8e93342a3e0a661f4a0203a Author: Michael J Rubinsky <[email protected]> Date: Tue Mar 24 12:19:37 2015 -0400 Refactor some resource handling. Needed to reduce code reuse and will make it easier to fix resources in recurring events/exceptions. - Extract Kronolith_Resource::checkResources() to handle checking availablility. - Move responsibility for locking/unlocking in the resource object. kronolith/lib/Event.php | 71 +----------------------------------- kronolith/lib/Resource.php | 73 +++++++++++++++++++++++++++++++++++++ kronolith/lib/Resource/Base.php | 37 +++++++++++++++++++ kronolith/lib/Resource/Single.php | 2 + 4 files changed, 113 insertions(+), 70 deletions(-) http://github.com/horde/horde/commit/0af9c60c4def9563b8e93342a3e0a661f4a0203a -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
