ikiwiki/IkiWiki/Plugin
joey ba1765fbdf * More consistent encoding of titles in rss and atom feeds. Don't use
ESCAPE=HTML for titles in the templates for these feeds, and instead
  escape the title going in to the template. Previously, the title was
  sometimes double-escaped in a feed (if set via meta title), and sometimes
  not (if set from the page filename).
* In the meta plugin, when a title is set, encode the html entities in it
  numerically. This works better in the current landscape of a rss spec that
  doesn't specify encoding, and variously broken feed consumers, according
  to <http://www.rssboard.org/rss-profile#data-types-characterdata>.
2007-05-28 19:43:28 +00:00
..
aggregate.pm improve messages 2007-05-21 03:00:45 +00:00
anonok.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
brokenlinks.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
camelcase.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
conditional.pm * Add a destpage parameter to the filter hook. 2007-05-17 19:55:11 +00:00
ddate.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
favicon.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
fortune.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
goodstuff.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
googlecalendar.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
graphviz.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
haiku.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
html.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
htmlscrubber.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
htmltidy.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
httpauth.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
img.pm * Apply a patch from Carl Worth allowing a class attribute to be passed 2007-05-28 19:07:38 +00:00
inline.pm * More consistent encoding of titles in rss and atom feeds. Don't use 2007-05-28 19:43:28 +00:00
linkmap.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
lockedit.pm * Improve handling of edits of locked pages by users who are not yet signed 2007-05-07 05:34:55 +00:00
map.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
mdwn.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
meta.pm * More consistent encoding of titles in rss and atom feeds. Don't use 2007-05-28 19:43:28 +00:00
mirrorlist.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
more.pm * Add a destpage parameter to the filter hook. 2007-05-17 19:55:11 +00:00
opendiscussion.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
openid.pm * If Net::OpenID::Consumer is not available, the openid module will quietly 2007-04-30 04:41:53 +00:00
orphans.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
otl.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
pagecount.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
pagestats.pm formatting 2007-05-12 19:28:03 +00:00
passwordauth.pm * Fix some bugs in password handling: 2007-05-17 08:06:05 +00:00
poll.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
polygen.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
postsparkline.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
prettydate.pm improve a string 2007-05-06 02:04:03 +00:00
rawhtml.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
rst.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
search.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
shortcut.pm Nuke trailing whitespace in shortcut.pm. 2007-05-08 23:00:59 +00:00
sidebar.pm * Add a destpage parameter to the filter hook. 2007-05-17 19:55:11 +00:00
signinedit.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
skeleton.pm * Add the needsbuild hook. Plugins can use this to manipulate which files 2007-05-09 00:48:09 +00:00
smiley.pm * Add a destpage parameter to the filter hook. 2007-05-17 19:55:11 +00:00
sparkline.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
table.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
tag.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
template.pm * Add a destpage parameter to the filter hook. 2007-05-17 19:55:11 +00:00
testpagespec.pm * Add all=no option to conditional, can be used to form conditionals that do 2007-05-09 00:31:49 +00:00
textile.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
toc.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
toggle.pm * Add a destpage parameter to the filter hook. 2007-05-17 19:55:11 +00:00
typography.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
wikitext.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00