Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#9219 closed defect (worksforme)

Paths with space in server-relative links

Reported by: pnzhdin@… Owned by:
Priority: normal Milestone:
Component: wiki system Version: 0.11-stable
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

First works correctly:

[//anothertest/wiki/TestPage "This is test page on another"]

Next 2 not works:

[//anothertest/wiki/Test Page "This is test page on another"]
["//anothertest/wiki/Test Page" "This is test page on another"]

Attachments (0)

Change History (3)

comment:1 by Remy Blank, 14 years ago

While not intuitive, the following seems to work:

[//anothertest/wiki/Test%20Page This is test page on another]

Should we have another quoting mechanism for this case? The ["..."] syntax is already taken for wiki pages.

comment:2 by Christian Boos, 14 years ago

Resolution: worksforme
Status: newclosed

One can use the WikiCreole style of server relative links:

[[//anothertest/wiki/Test Page|This is test page on another]]

This is test page on another

See TracLinks#Server-relativelinks.

in reply to:  2 comment:3 by pnzhdin@…, 14 years ago

Replying to cboos:

One can use the WikiCreole style of server relative links:

[[//anothertest/wiki/Test Page|This is test page on another]]

This is test page on another

See TracLinks#Server-relativelinks.

Works in 0.12, not in 0.11

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.