aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/Allow_filenames_that_are_all_type.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-17 22:37:20 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-17 22:37:20 -0500
commitd522dfadd1ff0041c62a46460e1524eb0db89cb6 (patch)
treefb0121cca914c9c5893476dd5547a6bee0589b3f /doc/todo/Allow_filenames_that_are_all_type.mdwn
parent13f64fccecca4b6aee4d1ac2456cebf9c782c212 (diff)
downloadikiwiki-d522dfadd1ff0041c62a46460e1524eb0db89cb6.tar
ikiwiki-d522dfadd1ff0041c62a46460e1524eb0db89cb6.tar.gz
is this patch complete?
Diffstat (limited to 'doc/todo/Allow_filenames_that_are_all_type.mdwn')
-rw-r--r--doc/todo/Allow_filenames_that_are_all_type.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/Allow_filenames_that_are_all_type.mdwn b/doc/todo/Allow_filenames_that_are_all_type.mdwn
index 55e29b645..b8b136aeb 100644
--- a/doc/todo/Allow_filenames_that_are_all_type.mdwn
+++ b/doc/todo/Allow_filenames_that_are_all_type.mdwn
@@ -5,6 +5,10 @@ if the plugin can process files of type `.Makefile` then it will also process `M
I put this patch on the [[todo/syntax_highlighting/]] page a while ago, but it seemed to get
lost because it didn't have its own bug to track it. Now it does :). -- [[Will]]
+> This changes `pagename()`, but what about `pagetype()`?
+> Many things in ikiwiki check if `pagetype($file)` returns
+> true to see if it's a page, etc. --[[Joey]]
+
diff --git a/IkiWiki.pm b/IkiWiki.pm
index 8d728c9..1bd46a9 100644
--- a/IkiWiki.pm