diff options
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]] |