summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-01-05 17:15:38 -0400
committerJoey Hess <joey@kitenet.net>2011-01-05 17:15:38 -0400
commitd991ccf134acbc2eec83b8409a5911744f1956eb (patch)
tree9b278b4ecbe8e0ecd6f8d00a310a7255c419bec4 /debian
parent4a6ac6b485c7e6e312e42c3c609df693f5e531ec (diff)
use cgitemplate, remove misctemplate
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
1 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 4ed9bb8b2..4cf0a2965 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,15 +3,16 @@ ikiwiki (3.20101232) UNRELEASED; urgency=low
* tag: Do not include tagbase in rss/atom category tags. (Giuseppe Bilotta)
* tag: Improve display of tags with a slash in their names.
(Giuseppe Bilotta)
- * Fix base url when previewing. Was broken by base changes in last release.
* Fix redirect to use a full url. Was broken (in theory) by baseurl
changes in last release.
- * Temporarily revert one part of the multiple url support in the last
- release. Non-edit pages are now back to having `<base>` set to
- the site's main url.
+ * Fix `<base>` output by cgi to have a full url again, broken by last
+ release.
* Fix permalinks to recentchanges items and comments, broken by last
release.
- * Export three cgi env vars needed for CGI->url to work.
+ * Export three cgi env vars needed for CGI->url to work. Fixed
+ openid breakage from last release.
+ * Removed `IkiWiki::misctemplate()` function. Any plugins using
+ it should use `IkiWiki::cgitemplate()` instead.
-- Joey Hess <joeyh@debian.org> Tue, 04 Jan 2011 16:00:55 -0400