Patch #1052
Wiki include macro: add ability to include pages from other projects
| Status: | Closed | Start: | 2008-04-13 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Wiki | |||
| Target version: | 0.7 | |||
Description
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)}}
Associated revisions
Include macro can include a page of another project wiki using {{include(projectname:Foo)}} (#1052).