ikiwiki/IkiWiki/Plugin
Joey Hess 31f0e459b8 edittemplate: Fix crash if using a .tmpl file or other non-page file as a template for a new page. 2010-11-20 14:54:43 -04:00
..
404.pm
aggregate.pm avoid fatal error if aggregate page template could not be found 2010-09-27 15:44:04 -04:00
amazon_s3.pm
anonok.pm
attachment.pm attachment: Fix attachment file size display. 2010-09-21 15:33:42 -04:00
autoindex.pm
blogspam.pm blogspam: Fix crash when content contained utf-8. 2010-09-14 15:23:28 -04:00
brokenlinks.pm
bzr.pm
calendar.pm needsbuild hook interface changed; the hooks should now return the modified array of things that need built. (Backwards compatability code keeps plugins using the old interface working.) 2010-09-07 12:08:59 -04:00
camelcase.pm
color.pm
comments.pm comments: Make comment() pagespec also match comments that are being posted. 2010-11-12 00:36:03 -04:00
conditional.pm
creole.pm
cutpaste.pm cutpaste: Fix bug that occured in some cases involving inlines when text was pasted on a page before being cut. 2010-09-15 16:24:50 -04:00
cvs.pm
darcs.pm
date.pm
ddate.pm
editdiff.pm
editpage.pm
edittemplate.pm edittemplate: Fix crash if using a .tmpl file or other non-page file as a template for a new page. 2010-11-20 14:54:43 -04:00
embed.pm
external.pm external: Disable RPC::XML's "smart" encoding, which sent ints for strings that contained only a number, fixing a longstanding crash of the rst plugin. 2010-09-14 15:37:45 -04:00
favicon.pm
filecheck.pm make use of precompiled regex objects 2010-11-20 00:02:49 +00:00
flattr.pm Revert "insert flattr javascript via sanitize, not format hook" 2010-08-12 18:18:35 -04:00
format.pm txt: Fix display when used inside a format directive. 2010-10-25 22:37:34 -04:00
fortune.pm
getsource.pm
git.pm Use author date instead of commit date 2010-10-31 16:06:25 -04:00
goodstuff.pm
google.pm
goto.pm squash undef 2010-10-25 23:31:41 -04:00
graphviz.pm Use Digest::SHA built into perl rather than external Digest::SHA1 to simplify dependencies. Closes: #591040 2010-07-31 15:54:25 -04:00
haiku.pm
highlight.pm highlight: Support new format of filetypes.conf used by version 3.2 of the highlight package. 2010-11-20 12:55:26 -04:00
hnb.pm
html.pm
htmlbalance.pm htmlbalance: be compatible with HTML::Tree 4.0 2010-09-26 22:33:54 +01:00
htmlscrubber.pm Fix htmlscrubber_skip to be matched on the source page, not the page it is inlined into. Should allow setting to "* and !comment(*)" to scrub comments, but leave your blog posts unscrubbed, etc. 2010-11-12 00:00:54 -04:00
htmltidy.pm Added missing hook registration for checkconfig 2010-10-30 22:02:30 -04:00
httpauth.pm httpauth: Avoid redirecting the user to the cgiauthurl if they already have a login session. 2010-08-30 18:33:00 -04:00
img.pm img: If a class is specified, don't also put the img in the img class. 2010-10-13 12:57:16 -04:00
inline.pm inline: Improve RSS url munging to use a proper html parser 2010-11-16 16:57:50 -04:00
link.pm
linkmap.pm
listdirectives.pm needsbuild hook interface changed; the hooks should now return the modified array of things that need built. (Backwards compatability code keeps plugins using the old interface working.) 2010-09-07 12:08:59 -04:00
localstyle.pm
lockedit.pm
map.pm
mdwn.pm
mercurial.pm
meta.pm make use of precompiled regex objects 2010-11-20 00:02:49 +00:00
mirrorlist.pm
moderatedcomments.pm
monotone.pm monotone: Fix recentchanges page when the srcdir is not at the top of the monotone workspace. Thanks, tommyd. 2010-10-11 20:30:14 -04:00
more.pm more: Add pages parameter to limit where the more is displayed. (thanks, dark) 2010-11-16 15:00:04 -04:00
norcs.pm
opendiscussion.pm
openid.pm
orphans.pm
otl.pm
pagecount.pm
pagestats.pm
pagetemplate.pm
parentlinks.pm
passwordauth.pm
pingee.pm
pinger.pm needsbuild hook interface changed; the hooks should now return the modified array of things that need built. (Backwards compatability code keeps plugins using the old interface working.) 2010-09-07 12:08:59 -04:00
po.pm make use of precompiled regex objects 2010-11-20 00:02:49 +00:00
poll.pm
polygen.pm
postsparkline.pm
prettydate.pm
progress.pm
rawhtml.pm
recentchanges.pm add blank line 2010-10-08 19:26:31 -04:00
recentchangesdiff.pm
relativedate.pm correct comment; javascript is put after <body> 2010-08-12 14:29:22 -04:00
remove.pm saner return codes for check_can{remove,rename} 2010-08-30 18:48:38 -04:00
rename.pm saner return codes for check_can{remove,rename} 2010-08-30 18:48:38 -04:00
repolist.pm
rsync.pm
search.pm Use Digest::SHA built into perl rather than external Digest::SHA1 to simplify dependencies. Closes: #591040 2010-07-31 15:54:25 -04:00
shortcut.pm
sidebar.pm
signinedit.pm
skeleton.pm.example needsbuild hook interface changed; the hooks should now return the modified array of things that need built. (Backwards compatability code keeps plugins using the old interface working.) 2010-09-07 12:08:59 -04:00
smiley.pm smiley: warn instead of error for missing smileys 2010-08-13 17:58:21 -04:00
sortnaturally.pm Added missing registration of checkconfig hook. 2010-10-31 10:12:01 -04:00
sparkline.pm Use Digest::SHA built into perl rather than external Digest::SHA1 to simplify dependencies. Closes: #591040 2010-07-31 15:54:25 -04:00
svn.pm
table.pm call preprocess in scan mode hooks before scan hooks 2010-08-30 15:06:58 -04:00
tag.pm
template.pm template_depends: throw nice error message when template cannot be found 2010-09-27 15:58:01 -04:00
testpagespec.pm
teximg.pm teximg: Use Unicode UTF-8 encoding by default. 2010-09-09 18:21:33 -04:00
textile.pm
theme.pm needsbuild hook interface changed; the hooks should now return the modified array of things that need built. (Backwards compatability code keeps plugins using the old interface working.) 2010-09-07 12:08:59 -04:00
tla.pm
toc.pm
toggle.pm correct comment; javascript is put after <body> 2010-08-12 14:29:22 -04:00
txt.pm txt: Fix display when used inside a format directive. 2010-10-25 22:37:34 -04:00
typography.pm
underlay.pm
version.pm needsbuild hook interface changed; the hooks should now return the modified array of things that need built. (Backwards compatability code keeps plugins using the old interface working.) 2010-09-07 12:08:59 -04:00
websetup.pm websetup: Fix encoding problem when restoring old setup file. 2010-11-16 14:24:15 -04:00
wikitext.pm
wmd.pm