Beautify urls used in various places. (smcv)
parent
7351d545d9
commit
3b39e93699
|
@ -11,6 +11,7 @@ ikiwiki (2.66) UNRELEASED; urgency=low
|
||||||
* htmlscrubber: Add a config setting that can be used to disable the
|
* htmlscrubber: Add a config setting that can be used to disable the
|
||||||
scrubber acting on a set of pages.
|
scrubber acting on a set of pages.
|
||||||
* Expand usage message and add --help. Closes: #500344
|
* 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
|
-- Joey Hess <joeyh@debian.org> Thu, 25 Sep 2008 13:45:55 -0400
|
||||||
|
|
||||||
|
|
|
@ -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
|
* [[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.
|
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]]
|
||||||
|
|
Loading…
Reference in New Issue