ikiwiki/IkiWiki/Plugin
Joey Hess f7303db5a1 * Fix another preview will_render bug. This one involved inline,
which forced a scan of the page to make available metadata that
  appeared after the inline directive. Problem is that scan made it forget
  about any other files rendered due to the page. The scan also turns out
  to be unnecessary now, since meta persistently stores state and it's
  always available. So it was just removed.
2008-02-24 15:36:25 -05:00
..
aggregate.pm implement aggregate_locking design 2008-02-03 16:48:26 -05:00
anonok.pm
brokenlinks.pm
calendar.pm add missing test to avoid uninitialised value when a page with metadata is removed 2008-01-29 17:36:25 -05:00
camelcase.pm * camelcase: Convert to use new linkify and scan hooks rather than the old 2008-02-11 23:04:19 -05:00
conditional.pm * conditional: Improve regexp testing for simple uses of pagespecs 2007-12-28 16:55:20 -05:00
ddate.pm * prettydate,ddate: Don't ignore time formats passed to displaytime 2008-01-28 23:48:27 -05:00
editdiff.pm
edittemplate.pm add missing test to avoid uninitialised value when a page with metadata is removed 2008-01-29 17:36:25 -05:00
embed.pm
external.pm * Generate XML RPC messages with the encoding set to utf-8 instead 2008-02-11 00:11:49 -05:00
favicon.pm
fortune.pm
goodstuff.pm
googlecalendar.pm
graphviz.pm
haiku.pm
html.pm
htmlscrubber.pm use quotemeta when building the regexp 2008-02-10 19:02:12 -05:00
htmltidy.pm
httpauth.pm
img.pm optimisation: detect scan mode and avoid generating image 2008-01-09 02:31:11 -05:00
inline.pm * Fix another preview will_render bug. This one involved inline, 2008-02-24 15:36:25 -05:00
link.pm * Add the linkify and scan hooks. These hooks can be used to implement 2008-02-11 22:48:27 -05:00
linkmap.pm
lockedit.pm fixes 2008-01-07 16:37:19 -05:00
map.pm * map: Fix handling of common prefix to handle the case where it's 2007-12-28 17:22:17 -05:00
mdwn.pm not only markdown adds gunk, so remove it in the main htmlize function 2008-01-09 14:41:28 -05:00
meta.pm * meta: Check that the urls provided for authorurl, permalink, and openid 2008-02-10 17:17:44 -05:00
mirrorlist.pm
more.pm
opendiscussion.pm * opendiscussion: allow editing of the toplevel discussion page 2008-01-07 16:10:32 -05:00
openid.pm move openiduser function to the openid plugin 2008-01-30 02:39:17 -05:00
orphans.pm
otl.pm
pagecount.pm
pagestats.pm
pagetemplate.pm
passwordauth.pm
poll.pm add support for prefix_directives 2008-02-05 16:14:38 -05:00
polygen.pm
postsparkline.pm
prettydate.pm * prettydate,ddate: Don't ignore time formats passed to displaytime 2008-01-28 23:48:27 -05:00
rawhtml.pm
recentchanges.pm * recentchanges: Exipre all *._change pages, even if the directory 2008-02-03 14:51:03 -05:00
search.pm * The search plugin needs to override <base> to point to the directory 2008-02-14 15:20:49 -05:00
shortcut.pm improve error message if shortcuts.mdwn DNE 2007-12-17 15:33:47 -05:00
sidebar.pm
signinedit.pm fixes 2008-01-07 16:37:19 -05:00
skeleton.pm * Add the linkify and scan hooks. These hooks can be used to implement 2008-02-11 22:48:27 -05:00
smiley.pm
sparkline.pm
table.pm * mdwn: When htmlizing text, if it's a single line with no newline, 2008-01-09 14:35:23 -05:00
tag.pm
template.pm * template: Remove bogus htmlize pass added in 2.16. 2008-01-09 14:17:25 -05:00
testpagespec.pm
teximg.pm the old code worked, suprisingly, but I prefer this form 2008-02-04 18:05:40 -05:00
textile.pm
toc.pm
toggle.pm
typography.pm
version.pm add missing test to avoid uninitialised value when a page with metadata is removed 2008-01-29 17:36:25 -05:00
wikitext.pm