Opened 12 years ago
Closed 12 years ago
#10229 closed defect (fixed)
does not work with error message "Path not specified"
Reported by: | uray | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | PlantUmlMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
macro revision is r11721, trac version is 0.11.7, test use example from https://trac-hacks.org/wiki/PlantUmlMacro#Usage, the error is from macro.py, line 97, checked the variable 'args', the value is "{'class': 'wikipage'}" (should be "None" I think).
Attachments (0)
Change History (9)
comment:1 Changed 12 years ago by
Trac Release: | 0.12 → 0.11 |
---|
comment:2 Changed 12 years ago by
Owner: | changed from Álvaro Iradier to Ryan J Ollos |
---|
Thanks for reporting. I thought I had this fixed in #10144, but I suppose not. Differentiating between a macro and WikiProcessor call in Trac 0.11.x has been tricky. Trac 0.12 has an argument that makes this differentiation simple, but we want to keep support 0.11.x for now.
I'll setup some unit tests and see if I can finally get this fixed finally later this week.
comment:3 Changed 12 years ago by
Cc: | anonymous added; Ryan J Ollos removed |
---|
Sorry for letting this go for so long. I hope to address the issue this weekend.
comment:4 Changed 12 years ago by
Priority: | normal → high |
---|---|
Status: | new → assigned |
comment:5 Changed 12 years ago by
Is there a workaround on this? I have Trac installation 0.11.7 and plugin reports "Path not specified", this makes plugin unusable.
comment:6 Changed 12 years ago by
Priority: | high → normal |
---|
I was able to reproduce with Trac 0.11.7. I developed with Trac 0.11 and Trac 1.0dev, but the error is not seen on those Trac versions, so that is how it slipped by my previous testing.
The issue should be fixed with the next checkin. Please report back if you can. I'll setup proper unit tests after we workout how to setup the test harness in #10612.
comment:7 Changed 12 years ago by
comment:9 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks. Sorry that took so long.
fix Trac Release to 0.11