Defect #5482
Wiki link markup doesn't work on welcome message
Status: | Closed | Start date: | 2010-05-09 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | Invalid | Affected version: | 0.9.4 |
Description
I've placed a link on the welcome page, but it displays exactly as typed, i.e. it doesn't convert to a link.
Example:
From here you can view your [[Projects]] and manage project issues.
History
#1
Updated by Thom Brown over 12 years ago
Version details:
Database version: PostgreSQL 8.4.3
Ruby version: 1.8.7
Rails version: 2.3.5
#2
Updated by Jean-Philippe Lang over 12 years ago
- Status changed from New to Closed
- Resolution set to Invalid
The welcome page is not inside a project, so you have to give the project name in your wiki link.
For example:
[[project:]] => link to the root of project wiki [[project:page]] => link to a given page in the project wiki
#3
Updated by Thom Brown over 12 years ago
Yes, my bad. Obvious now you point it out.
Thanks
Thom