summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/goto.pm
AgeCommit message (Collapse)Author
2011-01-05use cgitemplate, remove misctemplateJoey Hess
2010-11-29use one-parameter form of urltoJoey Hess
2010-11-23Use local paths for redirection where possibleSimon McVittie
2010-10-25squash undefJoey Hess
2010-07-14add 2 more missing getsetup hooksJoey Hess
2010-05-07avoid redir loop when going to an internal page that has no permalinkJoey Hess
2010-02-12add section informationJoey Hess
2009-12-14404/goto: Fix 404 display of utf-8 pages.Joey Hess
Problem here was that no charset http header was being sent. I fixed this globally by making cgi_custom_failure send the header. Required changing its parameters.
2009-06-06goto: Support being passed a page title that is not a valid page name, to ↵Joey Hess
support several cases including mercurial's long user names on the RecentChanges page, and urls with spaces being handled by the 404 plugin.
2009-02-27goto: Fix typo that broke recentchanges_link compatability.Joey Hess
2009-02-17typoJoey Hess
2009-02-17goto: Fix redirect to comments.Joey Hess
2009-01-31factor out IE stupididy workaroundJoey Hess
2009-01-31Split cgi_goto into a goto pluginSimon McVittie