aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-26 14:07:19 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-26 14:07:19 -0500
commit9db06329c98e1a390bbb6323de02dc7e2f45f1f8 (patch)
tree9be1a22b818a00a94bce43959e6b7a14ef898598 /debian
parent0d406010ff8ffb8d891318bbaf6b6de1e2cb2578 (diff)
downloadikiwiki-9db06329c98e1a390bbb6323de02dc7e2f45f1f8.tar
ikiwiki-9db06329c98e1a390bbb6323de02dc7e2f45f1f8.tar.gz
comments: Deal with users entering unqualified or partial urls.
People seem to be able to expect to enter www.foo.com and get away with it. The resulting my.wiki/www.foo.com link was not ideal. To fix it, use URI::Heuristic to expand such things into a real url. It even looks up hostnames in the DNS if necessary.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 19b8cbdf7..96a70fcc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ikiwiki (2.72) UNRELEASED; urgency=low
* Add deprecation warning for GlobLists, which will stop working in 3.0.
* camelcase: Add camelcase_ignore setting.
* googlecalendar: Add runtime deprecation warning.
+ * comments: Deal with users entering unqualified or partial urls.
-- Joey Hess <joeyh@debian.org> Mon, 22 Dec 2008 19:02:16 -0500