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.