diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-25 13:38:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-25 13:38:26 -0400 |
commit | beae7ef9db01ab2af75d3176b016113c9d33f0a9 (patch) | |
tree | edb900bab7145a76ef118a2a4447796a949a8819 /debian/changelog | |
parent | 9741a3f979eb65b59b32f04422410e206f48ed86 (diff) |
editpage, comment: Clean up title when editing or creating a page or comment.
Now that page.tmpl is used for cgi, the parentlinks are able to be
displayed even when creating or editing a page. So it's redundant to
include the path to the page in the title, remove it.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 630a4498a..89617d5de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ ikiwiki (3.20101202) UNRELEASED; urgency=low like title_overridden that do not appear on the template. (intrigeri) (See https://rt.cpan.org/Public/Bug/Display.html?id=64158) * inline: Force an absolute page location when the inline postform is used. + * editpage, comment: Clean up title when editing or creating a page or + comment. -- Joey Hess <joeyh@debian.org> Mon, 29 Nov 2010 14:44:13 -0400 |