Menu

Commit [r7685]  Maximize  Restore  History

0.12dev: Make wiki links in wiki pages scoped. For example, a link to `MyPage` placed on `MyProject/People/Joe` will now resolve to `MyProject/People/MyPage` if it exists, otherwise to `MyProject/MyPage` if it exists, otherwise to `MyPage` if it exists.

If none of the pages higher in the hierarchy exists, it will link to `MyProject/People/MyPage`, where links to pages with the same name higher in the hierarchy will also be provided.

Closes #4507.

rblank 2008-11-15

changed /trunk/trac/wiki/api.py
changed /trunk/trac/wiki/templates/wiki_view.html
changed /trunk/trac/wiki/tests/wikisyntax.py
/trunk/trac/wiki/api.py Diff Switch to side-by-side view
Loading...
/trunk/trac/wiki/templates/wiki_view.html Diff Switch to side-by-side view
Loading...
/trunk/trac/wiki/tests/wikisyntax.py Diff Switch to side-by-side view
Loading...