Edgewall Software
Modify

Ticket #2594 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Wiki Links formatting makes entering links with special characters difficult

Reported by: fast40x Owned by: jonas
Priority: normal Milestone: 0.9
Component: general Version: 0.9.3
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description

It is difficult to enter a path like this with the Wiki formatting:

 "file://localfs/path to projects/project 1"

The problem is that the user must have special knowledge to replace spaces with %20 (along with the other url encodings).

It would be much easier if you could just use quotes to define it, such as:

 ["file://localfs/path to projects/project 1"  Project 1]

instead of

 ["file://localfs/path%20to%20projects/project%20"  Project 1]

Attachments

Change History

comment:1 Changed 6 years ago by cboos

  • Milestone set to 0.9
  • Resolution set to fixed
  • Status changed from new to closed

That should be

[file:"//locals/path to projects/project 1"  Project 1]

in Trac 0.9.

Displays: Project 1

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.