Ticket #4012 (closed defect: invalid)

Opened 8 months ago

Last modified 8 months ago

Additional Query Parameters

Reported by: peter@centgraf.net Assigned to: hoessler
Priority: normal Component: EstimationToolsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

The docs for the wiki macros say that any parameters supported by the Trac query language should be entered as a comma-separated list. However, when I do this, it has no apparent effect. For example, the two strings below produce exactly the same chart:

WorkloadChart(milestone = My Milestone Name, width = 600, height = 200)

WorkloadChart(milestone = My Milestone Name, priority = blocker, width = 600, height = 200)

Is this a problem with my usage or with the plugin?

Attachments

Change History

10/30/08 09:38:34 changed by hoessler

  • status changed from new to closed.
  • resolution set to invalid.

The implementation of the trac query language doesn't remove trailing white spaces, so you need to remove the spaces between the equals sign and the value in your statement. So it look like: WorkloadChart?(milestone =My Milestone Name, priority =blocker, ...)

10/30/08 16:07:14 changed by peter@centgraf.net

  • status changed from closed to reopened.
  • resolution deleted.

I just tried exactly the formatting you suggest, and the results are still identical. I then tried every combination of spaces I could think of, and nothing changes. (No spaces at all, spaces after commas, spaces before commas, spaces before and after commas, spaces after =, spaces before =, spaces before and after =...)

10/30/08 16:39:10 changed by hoessler

What version of the plugin are you using? Latest from trunk?

10/30/08 17:09:43 changed by peter@centgraf.net

  • status changed from reopened to closed.
  • resolution set to invalid.

It was the latest from trunk as of 10/9/2008, claiming to be version 0.3.

I see now that this feature was added on 10/12/2008 -- hence my frustration. I apologize for bothering you with this.


Add/Change #4012 (Additional Query Parameters)




Change Properties
Action