diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-25 13:32:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-25 13:32:57 -0400 |
commit | 9741a3f979eb65b59b32f04422410e206f48ed86 (patch) | |
tree | 1e2fd3f3dad5b796f8b60f9fdb297389a685a71a /debian/changelog | |
parent | 80e3f7c309bffcf1e4cf6d52782d15fc96bebcf9 (diff) | |
download | ikiwiki-9741a3f979eb65b59b32f04422410e206f48ed86.tar ikiwiki-9741a3f979eb65b59b32f04422410e206f48ed86.tar.gz |
inline: Force an absolute page location when the inline postform is used.
There seems no need to allow selecting a location when creating a page this
way; the user should always want it to appear in the inline whose form they
submitted.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4e9a92eab..630a4498a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ ikiwiki (3.20101202) UNRELEASED; urgency=low * Set HTML::Template's parent_global_vars option to allow using parameters 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. -- Joey Hess <joeyh@debian.org> Mon, 29 Nov 2010 14:44:13 -0400 |