log idavoll/backend.py @ 209:7f3ffb7a1a9e

age author description
Fri, 30 Jan 2009 14:35:05 +0000 Ralph Meijer Add support for node deletion with redirect.
Mon, 04 Aug 2008 13:47:10 +0000 Ralph Meijer Implement root collection that includes all leaf nodes.
Mon, 04 Aug 2008 07:10:45 +0000 Ralph Meijer Adjust node configuration to match wokkel API changes.
Wed, 25 Jun 2008 12:27:55 +0000 Ralph Meijer Use `domish.Element`s to represent items, instead of serialized XML.
Tue, 24 Jun 2008 08:42:16 +0000 Ralph Meijer Make sure that item elements lose their namespace before storage, notification.
Tue, 10 Jun 2008 18:40:04 +0000 Ralph Meijer Epytext fixes.
Tue, 10 Jun 2008 11:31:49 +0000 Ralph Meijer Change naming and spacing conventions to match Twisted's.
Tue, 10 Jun 2008 08:28:57 +0000 Ralph Meijer Return deferreds on failure, instead of raising exceptions.
Fri, 11 Apr 2008 14:41:16 +0000 Ralph Meijer Implement HTTP client to gateway and implement functional tests with it.
Thu, 10 Apr 2008 14:37:43 +0000 Ralph Meijer Typos
Thu, 10 Apr 2008 14:33:50 +0000 Ralph Meijer Properly add send_last_published_item configuration item.
Thu, 10 Apr 2008 14:06:00 +0000 Ralph Meijer Guard against missing config for sending last published item on subscription.
Thu, 10 Apr 2008 14:02:53 +0000 Ralph Meijer Send last published item on subscription if node is so configured.
Wed, 09 Apr 2008 11:48:38 +0000 Ralph Meijer Send out node deletion notifications.
Tue, 15 Jan 2008 14:00:07 +0000 Ralph Meijer Fix Backend's getNodeInfo so that it properly adds its errback.
Thu, 03 Jan 2008 13:10:25 +0000 Ralph Meijer Reply with the correct error condition on subscription when not subscribed.
Thu, 04 Oct 2007 08:03:51 +0000 Ralph Meijer Fix typos in service creation. Make disco not respond when a resource is provided.
Wed, 03 Oct 2007 19:07:50 +0000 Ralph Meijer Fix use of uuid module now shipping with Python 2.5.
Wed, 03 Oct 2007 12:41:43 +0000 Ralph Meijer Move protocol implementations (pubsub, disco, forms) to and depend on wokkel.
Wed, 06 Sep 2006 12:38:47 +0000 Ralph Meijer Rework error handling, depend on Twisted Words 0.4.0.
Mon, 21 Aug 2006 16:05:35 +0000 Ralph Meijer Work towards first release 0.5.0.
Sat, 06 May 2006 19:47:53 +0000 Ralph Meijer Work towards JEP-0060 1.8
Fri, 08 Apr 2005 10:16:08 +0000 Ralph Meijer Moved two errors to storage.py.
Fri, 08 Apr 2005 10:08:41 +0000 Ralph Meijer Also move from twisted.python.components to zope.interface.Interface
Fri, 08 Apr 2005 10:01:40 +0000 Ralph Meijer Move to Twisted 2.0.
Sun, 02 Jan 2005 20:10:02 +0000 Ralph Meijer Added support for disco info meta data.
Wed, 24 Nov 2004 20:08:28 +0000 Ralph Meijer Removed debugging junk
Tue, 23 Nov 2004 16:18:52 +0000 Ralph Meijer Merge from RELENG_0: Implemented node configuration.
Wed, 17 Nov 2004 21:00:03 +0000 Ralph Meijer Consume errors in DeferredLists.
Wed, 17 Nov 2004 20:43:13 +0000 Ralph Meijer Implement node purging and node deletion.
Tue, 09 Nov 2004 16:48:20 +0000 Ralph Meijer Implement node retraction, with storage support for pgsql.
Tue, 09 Nov 2004 15:58:06 +0000 Ralph Meijer Implement instant nodes.
Tue, 09 Nov 2004 14:51:32 +0000 Ralph Meijer Implemented ItemRetrievalService.
Sun, 07 Nov 2004 14:19:46 +0000 Ralph Meijer Added get_nodes() to BackendService.
Sat, 06 Nov 2004 22:15:26 +0000 Ralph Meijer Add get_node_type() to BackendService.
Sat, 06 Nov 2004 21:02:33 +0000 Ralph Meijer Implement AffiliationsService.
Sat, 06 Nov 2004 17:07:47 +0000 Ralph Meijer Use jid.JIDs everywhere in the backend.
Fri, 05 Nov 2004 17:03:59 +0000 Ralph Meijer Implement NodeCreationService, using the create_node() method of Storage.
Wed, 03 Nov 2004 16:16:27 +0000 Ralph Meijer Implement SubscriptionService with separate storage.
Wed, 03 Nov 2004 14:03:41 +0000 Ralph Meijer Removed IPersistenceService, this is a feature of the storage facility.
Mon, 01 Nov 2004 12:37:40 +0000 Ralph Meijer Moved common stuff out of pgsql_backend.py to backend.py.
Sun, 31 Oct 2004 21:06:32 +0000 Ralph Meijer Added get_supported_affiliations() to BackendService.
Sun, 31 Oct 2004 15:55:38 +0000 Ralph Meijer Remove nonsense message.
Tue, 26 Oct 2004 16:25:59 +0000 Ralph Meijer Define interfaces of blocks of functionality.
Sun, 17 Oct 2004 13:51:34 +0000 Ralph Meijer Moved memory backend to its own file.
Thu, 07 Oct 2004 15:57:05 +0000 Ralph Meijer Simplify call chain by mapping incoming requests directly to method
Wed, 06 Oct 2004 21:05:42 +0000 Ralph Meijer Added two exceptions: NoInstantNodes and NodeExists.
Mon, 30 Aug 2004 17:41:18 +0000 Ralph Meijer Small code cleanups
Sat, 17 Jul 2004 22:05:50 +0000 Ralph Meijer Redone memory storage of nodes.
Sun, 27 Jun 2004 14:09:17 +0000 Ralph Meijer Added PayloadExpected and NoPayloadAllowed exceptions.
Fri, 25 Jun 2004 20:31:14 +0000 Ralph Meijer First take at notifications
Wed, 23 Jun 2004 14:31:49 +0000 Ralph Meijer Initial revision