Vote #63042
完了Wiki include macro: add ability to include pages from other projects
0%
説明
The below patches the wiki include macro to be able to include pages from any project.
Where I used this is I wanted my home page to include text from a wiki page, rather than text under Administrator welcome message. To do this, I simply made the below patch and set the welcome message to {{include(Home,myBaseProjectName)}}
journals
Good idea. Just a few comments:
* I think we could use the following syntax in order to be consistent with wiki links: @{{include(myBaseProjectName:Home)}}@
* Permission to view the included wiki page should be checked (the target projet may be private)
--------------------------------------------------------------------------------
The previous changes are committed in r1350.
--------------------------------------------------------------------------------