summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--doc/bugs/index.html_is_made_visible_by_various_actions.mdwn4
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2b7dd33c2..3f6b44681 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/bugs/index.html_is_made_visible_by_various_actions.mdwn b/doc/bugs/index.html_is_made_visible_by_various_actions.mdwn
index 580df9eb5..a9bb2aa1a 100644
--- a/doc/bugs/index.html_is_made_visible_by_various_actions.mdwn
+++ b/doc/bugs/index.html_is_made_visible_by_various_actions.mdwn
@@ -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]]