Edgewall Software
Modify

Opened 9 years ago

Closed 9 years ago

#11936 closed defect (wontfix)

Wiki processor parameters only work when separated by spaces

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: wiki system Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

In Trac 1.0 this worked:

{{{#!Workflow width=500,height=500
leave = * -> *
}}}

(see sandbox).

But in Trac 1.1 it does not. One has to write a space instead of a comma:

{{{#!Workflow width=500 height=500
leave = * -> *
}}}

(see sandbox).

Possibly this only worked by accident before and can be closed as WONTFIX.

Maybe this was changed in #10834?

Attachments (0)

Change History (1)

comment:1 by Ryan J Ollos, 9 years ago

Resolution: wontfix
Status: newclosed

Right, since #10834 ([12184#file4]) the comma is used as a delimiter for rhs parameters in the keyword argument. I think the change in #10834 is okay since WikiMacros#Workflow-macro doesn't prescribe use of the comma as a delimiter. However if you find any place in the documentation that shows use of the comma as a delimiter for WikiProcessor keywords, please bring it to our attention.

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.