diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-05 13:49:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-05 13:50:42 -0400 |
commit | 8c9c3915ecaf9cce4d0335f2b3c588d7f96d2b36 (patch) | |
tree | c237bd8dd6f067158f7bc3f3f5fad8d2f33fb270 /debian | |
parent | a554a3d538133479b7f93f16374eb0b8923ca6ba (diff) |
Fix base url when previewing. Was broken by urlto changes in last release.
Added a showform_preview that is like showform, but sets forcebaseurl
to point to the page being previewed.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a61d910ce..baf3e1906 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ 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 urlto changes in last release. -- Joey Hess <joeyh@debian.org> Tue, 04 Jan 2011 16:00:55 -0400 |