diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-20 22:48:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-20 22:48:22 -0400 |
commit | 12eb585353660d121e48d5796d35354b66c7e522 (patch) | |
tree | a5a8d791193d16c0c27f78dc249915c84914ae15 /debian | |
parent | c0d7c60b9f94b3f2927cd8484991e33190cd84cd (diff) | |
download | ikiwiki-12eb585353660d121e48d5796d35354b66c7e522.tar ikiwiki-12eb585353660d121e48d5796d35354b66c7e522.tar.gz |
add missing page name sanity check
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6019e3960..d67fb73ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ ikiwiki (2.65) UNRELEASED; urgency=low (willu) * edittemplate: Add "silent" parameter. (Willu) * edittemplate: Link to template, to allow creating it. (Willu) + * editpage: Add a missing check that the page name contains only legal + characters, in addition to the existing check for pruned filenames. -- Joey Hess <joeyh@debian.org> Wed, 17 Sep 2008 14:26:56 -0400 |