diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-28 01:21:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-28 01:21:40 +0000 |
commit | d15a6abe676d333b2be051f52b82da2993f5066d (patch) | |
tree | 839885c3066940dd1d09eb9453b03304465791d0 | |
parent | fa1cb20542a8c249706e0b219c70682e22af915a (diff) | |
download | ikiwiki-d15a6abe676d333b2be051f52b82da2993f5066d.tar ikiwiki-d15a6abe676d333b2be051f52b82da2993f5066d.tar.gz |
retroactively make this a proper todo item
-rw-r--r-- | doc/index/discussion.mdwn | 10 | ||||
-rw-r--r-- | doc/todo/recentchanges_path.mdwn | 9 |
2 files changed, 9 insertions, 10 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index 904cedeb6..7f82e87ce 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -147,16 +147,6 @@ Ok, that's my last 2 cents for a while. --[Mazirian](http://mazirian.com) ---- -# RecentChanges should show path to wiki sub-pages? - -The RecentChanges only shows the final file name for the recently changes file, -for example "discussion". It would be more useful to see "index/discussion" -or the path to the sub-page. I think this is handled by the htmllink() routine. - -> Went ahead and did this, IMHO the display is ok as-is. --[[Joey]] - ----- - # Should not create an existing page This might be a bug, but will discuss it here first. diff --git a/doc/todo/recentchanges_path.mdwn b/doc/todo/recentchanges_path.mdwn new file mode 100644 index 000000000..186047918 --- /dev/null +++ b/doc/todo/recentchanges_path.mdwn @@ -0,0 +1,9 @@ +# RecentChanges should show path to wiki sub-pages? + +The RecentChanges only shows the final file name for the recently changes file, +for example "discussion". It would be more useful to see "index/discussion" +or the path to the sub-page. I think this is handled by the htmllink() routine. + +> Went ahead and did this, IMHO the display is ok as-is. --[[Joey]] + +[[todo/done]] |