Commit Graph

5759 Commits (6ce7454cc33e94e22490c202210eff481acfd0c1)

Author SHA1 Message Date
Joey Hess 6ce7454cc3 analysis, markdown bug 2008-03-17 13:21:41 -04:00
Joey Hess 52d9f8e9f3 * Correct bug in encoding of %pagestate keys, fixes edittemplate. 2008-03-17 13:08:16 -04:00
Joey Hess 57a41b663d web commit by http://madduck.net/ 2008-03-17 12:31:59 -04:00
Joey Hess 98ec84660a web commit by http://madduck.net/ 2008-03-17 12:31:02 -04:00
Joey Hess 62130bd7a3 web commit by http://madduck.net/ 2008-03-17 12:22:38 -04:00
Joey Hess f42169a1be web commit by http://madduck.net/ 2008-03-17 12:15:25 -04:00
Joey Hess 940bc51fec web commit by http://madduck.net/ 2008-03-17 12:13:36 -04:00
Joey Hess 361421a906 web commit by http://madduck.net/ 2008-03-17 12:09:04 -04:00
Joey Hess 5258f9d0e5 web commit by http://madduck.net/ 2008-03-17 12:03:06 -04:00
Joey Hess 7ad702ed88 web commit by http://madduck.net/ 2008-03-17 11:25:18 -04:00
Joey Hess 4533f52162 web commit by http://madduck.net/: fix links 2008-03-17 11:04:56 -04:00
Joey Hess 41090a5b03 web commit by http://madduck.net/ 2008-03-17 11:03:04 -04:00
Joey Hess 14d2b0b65c web commit by http://madduck.net/: use new directive syntax 2008-03-17 10:50:50 -04:00
Joey Hess 5d06203147 web commit by http://madduck.net/ 2008-03-17 10:28:06 -04:00
Joey Hess cd58e6cb45 web commit by http://madduck.net/: fix title 2008-03-17 07:03:20 -04:00
Joey Hess fdb7be6e4c web commit by http://madduck.net/ 2008-03-17 06:53:25 -04:00
Joey Hess a2c23d61bc web commit by http://madduck.net/ 2008-03-17 03:51:55 -04:00
Joey Hess 1a84bbcb9a web commit by http://jblevins.org/: A note about a related bug 2008-03-16 20:48:29 -04:00
Joey Hess 1dae7f0e41 web commit by http://jblevins.org/: Update: unclosed redirection meta tags 2008-03-16 20:38:00 -04:00
Joey Hess c42ff91eeb web commit by http://jblevins.org/: New bug report 2008-03-16 12:27:58 -04:00
Joey Hess b9a29c3040 web commit by http://madduck.net/: add patch 2008-03-16 07:00:57 -04:00
Joey Hess 646392f367 rename register_hook to just hook, for consistency with the perl 2008-03-15 15:42:52 -04:00
Joey Hess 06fb2357e4 does not need to be executable 2008-03-15 15:40:10 -04:00
Joey Hess ba480baa9e * external: Add getargv and setargv methods to allow access to ikiwiki's
@ARGV.
2008-03-15 14:19:49 -04:00
Joey Hess 5a7a89ffc5 * htmltidy: Pass --markup yes, in case tidy's config file disabled it. 2008-03-15 13:58:08 -04:00
Joey Hess e7ce86db11 * external: Fix support of XML::RPC::fault. 2008-03-15 13:49:22 -04:00
Joey Hess b8c55c4db2 bug I found in the rst plugin 2008-03-15 13:45:10 -04:00
Joey Hess 6a6f8e5a29 pass -libdir so external plugins can be used 2008-03-15 13:37:40 -04:00
Joey Hess 618a317f57 update 2008-03-15 13:22:29 -04:00
Joey Hess 840585338e mention proxy.py 2008-03-15 13:22:22 -04:00
Joey Hess 75cddc22d3 update 2008-03-15 13:20:52 -04:00
Joey Hess 36772b85bf clean .myc files from plugins 2008-03-15 13:20:10 -04:00
martin f. krafft e224e9cf33 fix debug method
Signed-off-by: martin f. krafft <madduck@madduck.net>
(cherry picked from commit e924b6777ac0b6d04116f563f0fe749595e03d13)
2008-03-15 13:16:57 -04:00
martin f. krafft df85743f63 improve debug output
Signed-off-by: martin f. krafft <madduck@madduck.net>
(cherry picked from commit 63c7e393692b44bfa69d8b78a936f58beadef2b2)
2008-03-15 13:16:45 -04:00
martin f. krafft 7893c7ff5c remove todo comment about refactoring
Signed-off-by: martin f. krafft <madduck@madduck.net>
(cherry picked from commit c6e7416f65285eba154a6a9b08c1401490f68bd1)
2008-03-15 13:15:57 -04:00
martin f. krafft 1fac30a069 fix meta data
Signed-off-by: martin f. krafft <madduck@madduck.net>
(cherry picked from commit 4b039b81deef852759f2aa88ae04f38d792b9bf8)
2008-03-15 13:15:44 -04:00
martin f. krafft f91d028c47 Bump rst plugin version to 0.3
Signed-off-by: martin f. krafft <madduck@madduck.net>
(cherry picked from commit 338cacc006d3b58bc827a8009e9a991b0cabf367)
2008-03-15 13:15:26 -04:00
martin f. krafft dbb4cc565d Rewrite rst plugin for Python xml-rpc proxy
Signed-off-by: martin f. krafft <madduck@madduck.net>
(cherry picked from commit c877e9b4b93b550710cb26e2b0bafad4922ff209)
2008-03-15 13:14:59 -04:00
martin f. krafft bd4769fac4 Provide XML-RPC proxy abstraction for Python plugins
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-15 13:14:50 -04:00
Joey Hess 91142c86ad Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info 2008-03-15 12:36:13 -04:00
Joey Hess 8484b3d5e6 * French translation update. Closes: #471010 2008-03-15 12:35:42 -04:00
Joey Hess 245126ea49 web commit by http://madduck.net/ 2008-03-15 10:15:00 -04:00
Joey Hess 6263c7c36c Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info 2008-03-14 18:55:34 -04:00
Joey Hess 7b6686ce70 * Fix expiry of old recentchanges changeset pages. 2008-03-14 18:55:17 -04:00
Joey Hess b2f5adc4a5 web commit by http://joey.kitenet.net/ 2008-03-14 18:54:37 -04:00
Joey Hess 44d4f086ef Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info 2008-03-14 18:45:31 -04:00
Joey Hess 3d40fd88a5 web commit by http://joey.kitenet.net/ 2008-03-14 18:44:52 -04:00
Joey Hess 16299dbae8 load HTML::Entities at top
Used in several subs, not all of which load it on demand, this seems simpler.
2008-03-14 18:43:54 -04:00
Joey Hess c276bb4eec web commit by http://joey.kitenet.net/ 2008-03-14 18:33:38 -04:00
Joey Hess a7886d699e web commit by http://madduck.net/ 2008-03-14 17:36:09 -04:00