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 /doc | |
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 'doc')
-rw-r--r-- | doc/todo/relative_pagespec_deficiency.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/relative_pagespec_deficiency.mdwn b/doc/todo/relative_pagespec_deficiency.mdwn index 9fdfe74b1..4500581c7 100644 --- a/doc/todo/relative_pagespec_deficiency.mdwn +++ b/doc/todo/relative_pagespec_deficiency.mdwn @@ -4,3 +4,5 @@ such as `bdale/blog`, you cannot do references. The other pagespec functions should too, where appropriate. + +[[done]] |