diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-10 14:36:03 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-10 14:36:03 -0500 |
commit | 7a8ea68fc0bba9f75ba81a9547d359f42e31caa4 (patch) | |
tree | 1cab907cc9231351e934177854f876bec65bc999 /debian | |
parent | 8fd086cb8ac49dad2b14f9d85e58e42348b6c102 (diff) | |
download | ikiwiki-7a8ea68fc0bba9f75ba81a9547d359f42e31caa4.tar ikiwiki-7a8ea68fc0bba9f75ba81a9547d359f42e31caa4.tar.gz |
Consistently allow use of relative paths in all PageSpecs that take a page name parameter. Previously, match_created_before(), match_created_after(), match_sourcepage(), and match_destpage() did not support that, and the docs were not clear.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 61aee299d..13ef9afed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,10 @@ ikiwiki (3.02) UNRELEASED; urgency=low * goodstuff: Include repolist by default. (But it does nothing until configured with the repository locations.) * comments: Add support for removing comments via web interface. (smcv) + * Consistently allow use of relative paths in all PageSpecs + that take a page name parameter. Previously, match_created_before(), + match_created_after(), match_sourcepage(), and match_destpage() + did not support that, and the docs were not clear. -- Joey Hess <joeyh@debian.org> Tue, 06 Jan 2009 15:02:52 -0500 |