Beautify urls used in various places. (smcv)

master
Joey Hess 2008-09-27 13:03:21 -04:00
parent 7351d545d9
commit 3b39e93699
2 changed files with 5 additions and 0 deletions

1
debian/changelog vendored
View File

@ -11,6 +11,7 @@ ikiwiki (2.66) UNRELEASED; urgency=low
* htmlscrubber: Add a config setting that can be used to disable the
scrubber acting on a set of pages.
* Expand usage message and add --help. Closes: #500344
* Beautify urls used in various places. (smcv)
-- Joey Hess <joeyh@debian.org> Thu, 25 Sep 2008 13:45:55 -0400

View File

@ -8,3 +8,7 @@ When you do various CGI actions, "index.html" is visible in the redirection URL.
* [[plugins/remove]] redirects you to the parent of the removed page
I think the coding standard in future should be: use htmlpage when you want a local file, or urlto if you want a URL.
> Agreed, and I've updated the docs accordingly. Merged your changes. BTW,
> did you notice they included a fix in passing for a bug in the recentchanges
> redirection? [[done]] --[[Joey]]