ikiwiki/IkiWiki/Plugin
Joey Hess 7ba0f7d297 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
..
404.pm add missing getsetup hook 2010-07-13 15:23:44 -04:00
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 Merge branch 'filter-full' 2010-07-12 15:35:40 -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 Revert po vs. template kludges. 2010-07-11 11:03:41 +02:00
edittemplate.pm template_depends: throw nice error message when template cannot be found 2010-09-27 15:58:01 -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 filecheck: Fall back to using the file command if the freedesktop magic file cannot identify a file. 2010-08-09 13:18:59 -04:00
flattr.pm Revert "insert flattr javascript via sanitize, not format hook" 2010-08-12 18:18:35 -04:00
format.pm
fortune.pm
getsource.pm
git.pm taint handling for rev 2010-10-08 18:58:47 -04:00
goodstuff.pm
google.pm
goto.pm add 2 more missing getsetup hooks 2010-07-14 14:44:40 -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: Make location of highlight's files configurable in setup file to allow for nonstandard installations. 2010-08-30 13:15:49 -04:00
hnb.pm
html.pm format plugin categorization 2010-02-12 01:10:36 -05:00
htmlbalance.pm htmlbalance: be compatible with HTML::Tree 4.0 2010-09-26 22:33:54 +01:00
htmlscrubber.pm htmlscrubber: Do not scrub url anchors that contain colons. 2010-08-19 13:59:31 -04:00
htmltidy.pm fixups tidy change 2010-10-02 12:02:34 -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
inline.pm template_depends: throw nice error message when template cannot be found 2010-09-27 15:58:01 -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 meta: Ensure that the url specified by xrds-location is absolute. 2010-09-19 20:15:34 -04: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
norcs.pm
opendiscussion.pm
openid.pm openid: Fix handling of utf-8 nicknames. 2010-07-11 13:38:37 -04:00
orphans.pm
otl.pm
pagecount.pm
pagestats.pm
pagetemplate.pm
parentlinks.pm add 2 more missing getsetup hooks 2010-07-14 14:44:40 -04:00
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 use warn 2010-09-10 14:20:53 -04: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 Revert po vs. template kludges. 2010-07-11 11:03:41 +02:00
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
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
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 defaults of checkboxes in advanced mode. 2010-10-11 11:41:34 -04:00
wikitext.pm
wmd.pm