Modify ↓
      
#9041 closed defect (worksforme)
[wiki: "string"] mdoesn't work, always points to WikiStart
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.6 | 
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
In particular, these two lines do not work:
I would expect to see an url like …\wiki\App%20iPhone and …\wiki\App%20iPad, but I see …\wiki\WikiStart instead. a plain CamelCase
do work, but these names are 1) not really suitable as the names should really be "App for iPhone OS 1-3.1" and "App for iPhone OS 3.2+" and 2) they are horrible, because iPhone and iPad-like names do not lend to be CamelCased.
The notation promises normal, human-readable names, it is a pity that it doesn't work.
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
| Resolution: | → worksforme | 
|---|---|
| Status: | new → closed | 
comment:2 by , 14 years ago
| Milestone: | not applicable | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    


  
How about
[wiki:"App iPhone"]?That is, don't leave a space between
wiki:and the page name.