Feature #1213
Allow Slashes in wiki URLs
Status: | New | Start date: | 2008-05-08 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Wiki | |||
Target version: | - | |||
Resolution: |
Description
Currently Trac allows you to use slashes to notate a hierarchy for the wiki pages. It would be nice is RedMine would also support the same concept.
Example.
SomePage/SomeSubPage1
SomePage/SubPage2/SubSubPage1
SomePage/SomeSubPage3
Trac also allows for directory style links. Examples ../ Will bring you up a level ./SubPage2 is a shorthand for the subpage so you don't have to link to SomePage/SubPage2 for example.
Related issues
History
#1
Updated by Rivo Laks over 12 years ago
This would be a very useful feature for adding some intuitive hierarchy to wiki pages.
Are there any plans to implement it in the foreseeable future?
#2
Updated by Matthias Lohr over 10 years ago
+1
#3
Updated by Herman Fries almost 10 years ago
This could also make the "Parent page" field unnecessary as you can generate the breadcrumbs from he URL
+1
#4
Updated by Marcus Rejås over 7 years ago
Herman Fries wrote:
This could also make the "Parent page" field unnecessary as you can generate the breadcrumbs from he URL
+1
This would be really nice ...
+1
#5
Updated by Maxmiliano Andriani over 6 years ago
+1
#6
Updated by budo kaiman over 6 years ago
+1 if this means pages can have the same name under different parents.
#7
Updated by Daniel Feliciano Branco over 6 years ago
+1
#8
Updated by Toshi MARUYAMA over 6 years ago
- Duplicated by Feature #21549: Add the Wiki pages' hierarchy on the URL path added
#9
Updated by Yehuda Deutsch over 6 years ago
+1
In Gitlab the wiki was initialy flat, then they added support for slashes in wiki slugs.
Maybe the config/routes.rb from Gitlab will help moving this issue forward.
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/routes.rb#L572