The branch "master" has been updated. The following is a summary of the commits.
from: 4292d3c9e6ab6e8d85062cb60e5346423f83ff1d f7f6121 [mms] Added Horde_Shutdown - global Horde shutdown function handler. 2f2ba66 Revert "[jan] Add a Horde_ShutdownRunner factory on top of Horde_Queue." 4aa91f9 Still think Horde_Queue should be considered a requirement, but at a minimum needs to be listed as optional ----------------------------------------------------------------------- commit f7f612111a5b08324be441c72fe642c7a3598900 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 27 01:09:28 2013 -0700 [mms] Added Horde_Shutdown - global Horde shutdown function handler. framework/Core/lib/Horde/Shutdown.php | 73 ++++++++++++++++++++++++++++ framework/Core/lib/Horde/Shutdown/Task.php | 31 ++++++++++++ framework/Core/package.xml | 2 + 3 files changed, 106 insertions(+), 0 deletions(-) create mode 100644 framework/Core/lib/Horde/Shutdown.php create mode 100644 framework/Core/lib/Horde/Shutdown/Task.php http://git.horde.org/horde-git/-/commit/f7f612111a5b08324be441c72fe642c7a3598900 ----------------------------------------------------------------------- commit 2f2ba66fb8bab9aa6f8ab318a8467f36a424a8da Author: Michael M Slusarz <[email protected]> Date: Wed Feb 27 01:13:32 2013 -0700 Revert "[jan] Add a Horde_ShutdownRunner factory on top of Horde_Queue." This reverts commit 3efc591b42c81bcf3beaaaef76d77fe851707314. Conflicts: framework/Core/package.xml Per cjh, this is not appropriate use of Horde_Queue. Replaced w/Horde_Shutdown. framework/Core/lib/Horde/Core/Factory/QueueStorage.php | 5 ++++- framework/Core/lib/Horde/Core/Factory/ShutdownRunner.php | 14 -------------- framework/Core/lib/Horde/Registry.php | 1 - framework/Core/package.xml | 12 +++--------- 4 files changed, 7 insertions(+), 25 deletions(-) delete mode 100644 framework/Core/lib/Horde/Core/Factory/ShutdownRunner.php http://git.horde.org/horde-git/-/commit/2f2ba66fb8bab9aa6f8ab318a8467f36a424a8da ----------------------------------------------------------------------- commit 4aa91f9d51b933aad1035a2ffac89dd18652e3df Author: Michael M Slusarz <[email protected]> Date: Wed Feb 27 01:15:12 2013 -0700 Still think Horde_Queue should be considered a requirement, but at a minimum needs to be listed as optional framework/Core/package.xml | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/4aa91f9d51b933aad1035a2ffac89dd18652e3df -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
