The branch "master" has been updated. The following is a summary of the commits.
from: 4928211fda53c155015b8e398166a34e6ab5590e 041f6f4... another scribd client implementation 91bd10a... initial queue stub files and basic request-only storage/request shutdown task runner ----------------------------------------------------------------------- commit 041f6f4c96cadf559c402094090fb9c002e24e1e Author: Chuck Hagenbuch <[email protected]> Date: Sun Mar 15 20:40:35 2009 -0400 another scribd client implementation framework/Service_Scribd/lib/Horde/Service/Scribd.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/framework/Service_Scribd/lib/Horde/Service/Scribd.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=041f6f4c96cadf559c402094090fb9c002e24e1e ----------------------------------------------------------------------- commit 91bd10a143cfcd4d458cd35c3e23f8b61b7a07e9 Author: Chuck Hagenbuch <[email protected]> Date: Mon Mar 16 10:37:43 2009 -0400 initial queue stub files and basic request-only storage/request shutdown task runner framework/Queue/lib/Horde/Queue/Runner/Base.php | 11 ++ framework/Queue/lib/Horde/Queue/Runner/RequestShutdown.php | 11 ++ framework/Queue/lib/Horde/Queue/Storage/Base.php | 4 + framework/Queue/lib/Horde/Queue/Storage/RequestOnly.php | 19 +++ framework/Queue/lib/Horde/Queue/Task/Base.php | 6 + framework/Queue/package.xml | 70 ++++++++++++ 6 files changed, 121 insertions(+), 0 deletions(-) delete mode 100644 framework/Queue/lib/Horde/Queue/Runner.php create mode 100644 framework/Queue/lib/Horde/Queue/Runner/Base.php create mode 100644 framework/Queue/lib/Horde/Queue/Runner/RequestShutdown.php create mode 100644 framework/Queue/lib/Horde/Queue/Storage/RequestOnly.php delete mode 100644 framework/Queue/lib/Horde/Queue/Task.php create mode 100644 framework/Queue/lib/Horde/Queue/Task/Base.php create mode 100644 framework/Queue/package.xml http://git.horde.org/diff.php/framework/Queue/lib/Horde/Queue/Runner.php?rt=horde-hatchery&r1=999ac81ae5a351949beacac7726604569a07b8dd&r2=91bd10a143cfcd4d458cd35c3e23f8b61b7a07e9 http://git.horde.org/co.php/framework/Queue/lib/Horde/Queue/Runner/Base.php?rt=horde-hatchery&r=91bd10a143cfcd4d458cd35c3e23f8b61b7a07e9 http://git.horde.org/co.php/framework/Queue/lib/Horde/Queue/Runner/RequestShutdown.php?rt=horde-hatchery&r=91bd10a143cfcd4d458cd35c3e23f8b61b7a07e9 http://git.horde.org/diff.php/framework/Queue/lib/Horde/Queue/Storage/Base.php?rt=horde-hatchery&r1=8f704fbbdfbd3ebd175bcbf4ab165d8be6c1ae75&r2=91bd10a143cfcd4d458cd35c3e23f8b61b7a07e9 http://git.horde.org/co.php/framework/Queue/lib/Horde/Queue/Storage/RequestOnly.php?rt=horde-hatchery&r=91bd10a143cfcd4d458cd35c3e23f8b61b7a07e9 http://git.horde.org/diff.php/framework/Queue/lib/Horde/Queue/Task.php?rt=horde-hatchery&r1=999ac81ae5a351949beacac7726604569a07b8dd&r2=91bd10a143cfcd4d458cd35c3e23f8b61b7a07e9 http://git.horde.org/co.php/framework/Queue/lib/Horde/Queue/Task/Base.php?rt=horde-hatchery&r=91bd10a143cfcd4d458cd35c3e23f8b61b7a07e9 http://git.horde.org/diff.php/framework/Queue/package.xml?rt=horde-hatchery&r1=855d63420e5ff795e608410cdf6cc4d08af8d88f&r2=91bd10a143cfcd4d458cd35c3e23f8b61b7a07e9 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
