From eee0a5c7be578a2af85c79679169563ce49a0c9a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Mar 2008 08:30:06 -0400 Subject: web commit by http://madduck.net/ --- doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn (limited to 'doc/bugs') diff --git a/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn b/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn new file mode 100644 index 000000000..6d837dbdd --- /dev/null +++ b/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn @@ -0,0 +1 @@ +It would be nice if the [[aggregate_plugin|plugin/aggregate]] would try to extract the m/ctime out of each post and touch the files on the filesystem appropriately, so that ikiwiki reflects the actual time of the post via the [[inline_plugin|plugin/inline]], rather than the time when the aggregation ran to pull the post in. --[[madduck]] -- cgit v1.2.3 From 972570b236618b2becf3b8fd5b9e85e4e5e88b7d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Mar 2008 08:59:51 -0400 Subject: web commit by http://tove.myopenid.com/ --- ...traceback_with_SimpleXMLRPCDispatcher_from_pyhton_2.5.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/bugs/rst_plugin_traceback_with_SimpleXMLRPCDispatcher_from_pyhton_2.5.mdwn (limited to 'doc/bugs') diff --git a/doc/bugs/rst_plugin_traceback_with_SimpleXMLRPCDispatcher_from_pyhton_2.5.mdwn b/doc/bugs/rst_plugin_traceback_with_SimpleXMLRPCDispatcher_from_pyhton_2.5.mdwn new file mode 100644 index 000000000..95f7b44bd --- /dev/null +++ b/doc/bugs/rst_plugin_traceback_with_SimpleXMLRPCDispatcher_from_pyhton_2.5.mdwn @@ -0,0 +1,11 @@ +After adding rst to plugins, ikiwiki --setup fails: + + Traceback (most recent call last): + File "/usr/lib/ikiwiki/plugins/rst", line 93, in + handler = SimpleStdinOutXMLRPCHandler() + File "/usr/lib/ikiwiki/plugins/rst", line 65, in __init__ + SimpleXMLRPCDispatcher.__init__(self) + TypeError: __init__() takes exactly 3 arguments (1 given) + +This is ikiwiki version 2.40 and +[SimpleXMLRPCServer.py](http://svn.python.org/view/python/tags/r25/Lib/SimpleXMLRPCServer.py?rev=51918&view=markup) from python-2.5 -- cgit v1.2.3