ikiwiki/IkiWiki/Plugin
Joey Hess c2f621cb1c fix encoding issues with link conversion
Have to convert link text to page name going in.
And on the way out, need to replace spaces with underscores in the link
text, which is not normally done with titles.
2008-07-24 12:36:10 -04:00
..
aggregate.pm fixes 2008-07-14 23:00:29 -04:00
amazon_s3.pm paste-o 2008-05-08 16:12:09 -04:00
anonok.pm avoid uninitialised value 2008-05-02 13:01:51 -04:00
attachment.pm foldage 2008-07-23 19:25:46 -04:00
brokenlinks.pm * brokenlinks: Don't list the same link multiple times. (%links might 2007-12-16 16:42:18 -05:00
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 switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
creole.pm Disable handling of "bare" links by the creole plugin. 2008-06-24 16:52:23 -04:00
ddate.pm * prettydate,ddate: Don't ignore time formats passed to displaytime 2008-01-28 23:48:27 -05:00
editdiff.pm avoid uninitialised value 2008-07-06 17:00:35 -04:00
edittemplate.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
embed.pm * Add embed plugin, which allows embedding content from google maps, video, 2007-08-23 20:14:08 +00:00
external.pm Allow external plugins to return no value 2008-03-21 15:07:10 -04:00
favicon.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
fortune.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
goodstuff.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
googlecalendar.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
graphviz.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
haiku.pm haiku: Generate valid xhtml. 2008-05-30 19:10:58 -04:00
hnb.pm style changes 2008-06-15 16:26:15 -04:00
html.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
htmlscrubber.pm Allow colons in URLs after the first slash 2008-02-29 19:29:44 +01:00
htmltidy.pm * htmltidy: Pass --markup yes, in case tidy's config file disabled it. 2008-03-15 13:58:08 -04:00
httpauth.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
img.pm don't show an error if the image is missing, instead, a broken link 2008-07-21 16:53:52 -04:00
inline.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
link.pm fix encoding issues with link conversion 2008-07-24 12:36:10 -04:00
linkmap.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
lockedit.pm minor optimisation 2008-07-01 13:51:22 -04:00
map.pm bugfixes for show=title 2008-06-15 19:08:24 -04:00
mdwn.pm mdwn: Add a multimarkdown setup file option. 2008-05-13 12:43:25 -04:00
meta.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04: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 * opendiscussion: allow editing of the toplevel discussion page 2008-01-07 16:10:32 -05:00
openid.pm optimisation, only load openid module when signing in 2008-03-19 21:12:18 -04:00
orphans.pm orphans: As a special case, the toplevel index page is never considered an orphaned page. 2008-05-15 16:47:44 -04:00
otl.pm otl: Support utf-8 files. (Recai Oktaş) 2008-07-08 20:52:30 -04: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
pagetemplate.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
parentlinks.pm formatting etc 2008-07-16 17:43:42 -04:00
passwordauth.pm hashed password support, and empty password security fix 2008-05-30 17:35:34 -04:00
pingee.pm pinger/pingee now tested and working 2008-05-06 19:06:53 -04:00
pinger.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
poll.pm Move yesno function out of inline and into IkiWiki core, not exported. 2008-07-12 12:01:22 -04:00
polygen.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
postsparkline.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
prettydate.pm * prettydate,ddate: Don't ignore time formats passed to displaytime 2008-01-28 23:48:27 -05:00
rawhtml.pm * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00
recentchanges.pm rename beautify_url to stress it only works on the path component 2008-07-11 10:33:41 -04:00
recentchangesdiff.pm truncate recentchangesdiffs after 200 lines 2008-03-12 15:45:10 -04:00
remove.pm foldage 2008-07-23 19:25:46 -04:00
rename.pm foldage 2008-07-23 19:25:46 -04:00
search.pm Use correct term prefixes when searching. 2008-07-19 13:23:02 -04:00
shortcut.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
sidebar.pm Pass a destpage parameter to the sanitize hook. 2008-06-04 01:24:23 -04:00
signinedit.pm fixes 2008-01-07 16:37:19 -05:00
skeleton.pm.example rename skeleton.pm 2008-07-21 07:49:28 -04:00
smiley.pm fix pos setting 2008-07-17 13:11:47 -04:00
sparkline.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
table.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
tag.pm Don't prepend tagbase to tags if they start with "./" or "/". 2008-07-21 22:02:55 +01:00
template.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
testpagespec.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
teximg.pm switch preprocess hooks to use error function 2008-07-13 15:05:34 -04:00
textile.pm textile: The Text::Textile perl module has some regexps that fail if input is flagged as utf-8, but contains invalid characters such as 0x92. To prevent it from crashing, re-encode the content before calling it, which will ensure that it's really utf-8. 2008-06-16 15:43:37 -04:00
toc.pm call format hooks when generating page previews 2008-06-28 23:08:24 -04:00
toggle.pm toggle: Add javascript to top of page, not to end. This avoids flicker since closed toggles will not be displayed as the page is loading. 2008-07-02 16:14:18 -04:00
txt.pm pagesources might not be populated 2008-06-24 20:47:15 -04:00
typography.pm exit with error if Text::Typography cannot be loaded 2007-06-05 19:06:54 +00:00
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 * pagespec_match() has changed to take named parameters, to better allow 2007-04-27 02:55:52 +00:00