Feature #2028
closedShow to user a path of wiki localization
50%
Description
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?
Files
Updated by Leandro Nunes dos Santos Nunes about 16 years ago
I made a patch to this functionality
Updated by Leandro Nunes dos Santos Nunes about 16 years ago
- File patch_for_feature_2028_v2.diff patch_for_feature_2028_v2.diff added
- % Done changed from 0 to 50
I improved the last patch.
Updated by Jean-Philippe Lang about 16 years ago
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 ?
Updated by Jean-Philippe Lang about 15 years ago
- Status changed from New to Closed
- Resolution set to Fixed