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 /doc/todo | |
parent | fa1cb20542a8c249706e0b219c70682e22af915a (diff) |
retroactively make this a proper todo item
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/recentchanges_path.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
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]] |