log idavoll/pgsql_storage.py @ 206:274a45d2a5ab

age author description
Mon, 04 Aug 2008 13:47:10 +0000 Ralph Meijer Implement root collection that includes all leaf nodes.
Wed, 16 Jul 2008 06:38:32 +0000 Ralph Meijer Implement storage facilities for the HTTP gateway.
Wed, 25 Jun 2008 12:27:55 +0000 Ralph Meijer Use `domish.Element`s to represent items, instead of serialized XML.
Tue, 10 Jun 2008 11:31:49 +0000 Ralph Meijer Change naming and spacing conventions to match Twisted's.
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.
Wed, 09 Apr 2008 11:43:16 +0000 Ralph Meijer Make node type part of node configuration.
Thu, 03 Jan 2008 13:10:25 +0000 Ralph Meijer Reply with the correct error condition on subscription when not subscribed.
Tue, 09 Oct 2007 10:20:25 +0000 Ralph Meijer Provide twistd parameters for connecting to a remote PostgreSQL database.
Wed, 03 Oct 2007 12:41:43 +0000 Ralph Meijer Move protocol implementations (pubsub, disco, forms) to and depend on wokkel.
Thu, 07 Sep 2006 11:13:46 +0000 Ralph Meijer Add --dbpass option for passing a password to the PostgreSQL backend.
Mon, 21 Aug 2006 16:05:35 +0000 Ralph Meijer Work towards first release 0.5.0.
Wed, 31 Aug 2005 12:58:50 +0000 Ralph Meijer Change all calls to jid.JID to jid.internJID to avoid redoing stringprep.
Fri, 29 Jul 2005 15:33:43 +0000 Ralph Meijer Change semantics of Node.is_subscribed() to match all subscriptions for an
Thu, 14 Jul 2005 20:51:48 +0000 Ralph Meijer Add get_affiliations to Node class in storage facilities in preparation of
Tue, 12 Jul 2005 09:23:00 +0000 Ralph Meijer Changed behaviour of retraction of items so that only the actually deleted
Mon, 25 Apr 2005 12:50:54 +0000 Ralph Meijer Discover client_encoding parameter to pyPgSQL, removing all encode() calls.
Sun, 24 Apr 2005 17:21:43 +0000 Ralph Meijer Don't use encode('utf-8') on serialized XML.
Tue, 12 Apr 2005 12:34:25 +0000 Ralph Meijer Change Node.set_configuration() to set cached configuration in a callback.
Tue, 12 Apr 2005 12:26:05 +0000 Ralph Meijer Add Node._check_node_exists() calls to all Node methods, because nodes could
Fri, 08 Apr 2005 16:33:20 +0000 Ralph Meijer Fix interpretations of JIDs.
Fri, 08 Apr 2005 10:15:02 +0000 Ralph Meijer Initial revision.