Vote #63989
完了Show to user a path of wiki localization
50%
説明
Some wikis have a feature where it shows to user a path containing the tree of the wiki project. It's very usefull because the user don't stay lost on wiki and It knows the relationship between the current topic and all the rest of the wiki.
On TWiki software (http://twiki.org) there is a variable called parent topic that works like this.
I will help redmine developers adding this functionality. I thougth to use parent_id attribute on WikiPage object to make the relationship between topics and manipulate this variable to display the current path on wiki.
What you think about that?
journals
I made a patch to this functionality
--------------------------------------------------------------------------------
I improved the last patch.
--------------------------------------------------------------------------------
The path to the current wiki page is already displayed (eg. this page: [[RedmineAccounts]] belongs to Guide) based on parent pages hierarchy.
Could you describe in more details what functionality this patch adds ?
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------