diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-03-17 21:28:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-17 21:28:31 -0400 |
commit | 52e16d4ec9aa0ec896dd8f0d8651bc5f7fb71531 (patch) | |
tree | 7f10d9737803c6fb6e8c4f93dc58ac8967a75182 /debian | |
parent | bd6459b8521326783a738dc1e63b718dff60af1f (diff) | |
download | ikiwiki-52e16d4ec9aa0ec896dd8f0d8651bc5f7fb71531.tar ikiwiki-52e16d4ec9aa0ec896dd8f0d8651bc5f7fb71531.tar.gz |
* Record new pages in %pagesources temporarily when previewing so that
things that need to know the page source or type can query it from there.
Fixes previewing of tables when creating a new page.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dc950790f..2b1193edf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,9 @@ ikiwiki (2.41) UNRELEASED; urgency=low * Correct bug in encoding of %pagestate keys, fixes edittemplate. * Detect invalid pagespecs and do not merge them in add_depends, as that can result in a broken merged pagespec that matches nothing. + * Record new pages in %pagesources temporarily when previewing so that + things that need to know the page source or type can query it from there. + Fixes previewing of tables when creating a new page. -- martin f. krafft <madduck@debian.org> Sun, 02 Mar 2008 17:46:38 +0100 |