summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-17first implementation of a python demomartin f. krafft
(cherry picked from commit bbdf127917a13b81cef50995098f479ef4fe1cf9)
2008-03-17force data written to stdout to be a stringmartin f. krafft
(cherry picked from commit 65c24d4aeca6188f4423ad1809f2415285843155)
2008-03-17Print traceback for unhandled exceptionsmartin f. krafft
(cherry picked from commit 10574a324e03cd0533e77f46ead6e4c6a6e5568f)
2008-03-17responseJoey Hess
2008-03-17Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-03-17* Detect invalid pagespecs and do not merge them in add_depends,Joey Hess
as that can result in a broken merged pagespec that matches nothing.
2008-03-17web commit by http://madduck.net/Joey Hess
2008-03-17analysis, markdown bugJoey Hess
2008-03-17* Correct bug in encoding of %pagestate keys, fixes edittemplate.Joey Hess
2008-03-17web commit by http://madduck.net/Joey Hess
2008-03-17web commit by http://madduck.net/Joey Hess
2008-03-17web commit by http://madduck.net/Joey Hess
2008-03-17web commit by http://madduck.net/Joey Hess
2008-03-17web commit by http://madduck.net/Joey Hess
2008-03-17web commit by http://madduck.net/Joey Hess
2008-03-17web commit by http://madduck.net/Joey Hess
2008-03-17web commit by http://madduck.net/Joey Hess
2008-03-17web commit by http://madduck.net/: fix linksJoey Hess
2008-03-17web commit by http://madduck.net/Joey Hess
2008-03-17web commit by http://madduck.net/: use new directive syntaxJoey Hess
2008-03-17web commit by http://madduck.net/Joey Hess
2008-03-17web commit by http://madduck.net/: fix titleJoey Hess
2008-03-17web commit by http://madduck.net/Joey Hess
2008-03-17web commit by http://madduck.net/Joey Hess
2008-03-16web commit by http://jblevins.org/: A note about a related bugJoey Hess
2008-03-16web commit by http://jblevins.org/: Update: unclosed redirection meta tagsJoey Hess
2008-03-16web commit by http://jblevins.org/: New bug reportJoey Hess
2008-03-16web commit by http://madduck.net/: add patchJoey Hess
2008-03-15rename register_hook to just hook, for consistency with the perlJoey Hess
2008-03-15does not need to be executableJoey Hess
2008-03-15* external: Add getargv and setargv methods to allow access to ikiwiki'sJoey Hess
@ARGV.
2008-03-15* htmltidy: Pass --markup yes, in case tidy's config file disabled it.Joey Hess
2008-03-15* external: Fix support of XML::RPC::fault.Joey Hess
2008-03-15bug I found in the rst pluginJoey Hess
2008-03-15pass -libdir so external plugins can be usedJoey Hess
2008-03-15updateJoey Hess
2008-03-15mention proxy.pyJoey Hess
2008-03-15updateJoey Hess
2008-03-15clean .myc files from pluginsJoey Hess
2008-03-15fix debug methodmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit e924b6777ac0b6d04116f563f0fe749595e03d13)
2008-03-15improve debug outputmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit 63c7e393692b44bfa69d8b78a936f58beadef2b2)
2008-03-15remove todo comment about refactoringmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit c6e7416f65285eba154a6a9b08c1401490f68bd1)
2008-03-15fix meta datamartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit 4b039b81deef852759f2aa88ae04f38d792b9bf8)
2008-03-15Bump rst plugin version to 0.3martin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit 338cacc006d3b58bc827a8009e9a991b0cabf367)
2008-03-15Rewrite rst plugin for Python xml-rpc proxymartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit c877e9b4b93b550710cb26e2b0bafad4922ff209)
2008-03-15Provide XML-RPC proxy abstraction for Python pluginsmartin f. krafft
The proxy module provides an abstraction to facilitate writing ikiwiki plugins in Python. Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit f347e83d82f26cdc59de17b754a78db58a933ea6)
2008-03-15Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-03-15* French translation update. Closes: #471010Joey Hess
2008-03-15web commit by http://madduck.net/Joey Hess
2008-03-14Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess