diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-02 13:02:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-02 13:02:07 -0400 |
commit | b2dea99417ebfee3d448ab6b49ca58cb2780258d (patch) | |
tree | 2ef858a5bd85d9fb500554933c002eb805e43d94 /debian | |
parent | 9fca7f2f8b64f4caded4a0099cef1f4d152dabee (diff) | |
download | ikiwiki-b2dea99417ebfee3d448ab6b49ca58cb2780258d.tar ikiwiki-b2dea99417ebfee3d448ab6b49ca58cb2780258d.tar.gz |
Fix ugly display when editing a page that has vanished.
srcfile now has an optional second parameter to avoid it throwing an error
if the source file does not exist.
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 1d06b4f5d..dc16f5ac2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ ikiwiki (2.45) UNRELEASED; urgency=low Closes: #478718 * anonk: Add anonok_pagespec configuration setting that can be used to allow anonymous users to edit only matching pages. Closes: #478892 + * Fix ugly display when editing a page that has vanished. + * srcfile now has an optional second parameter to avoid it throwing an error + if the source file does not exist. -- Joey Hess <joeyh@debian.org> Sat, 26 Apr 2008 15:09:36 -0400 |