Modify ↓
Opened 13 years ago
Closed 12 years ago
#9553 closed defect (fixed)
format_author() error when using on wiki
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | UserManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | ejucovy | Trac Release: | 0.12 |
Description (last modified by )
Fresh install of Trac 0.12 with this plugin today.
When using [[UserProfilesList]]
on this wiki get error:
Error: Macro UserProfilesList(None) failed unbound method format_author() must be called with Chrome instance as first argument (got Request instance instead)
Have used the python API to set uses up, this seems to work fine as does the Admin side of this plugin.
Had the wiki working fine on a Trac 0.11 install last week.
Attachments (1)
Change History (7)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
Changed 13 years ago by
Attachment: | macro_chrome_instance.diff added |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Cc: | ejucovy added; anonymous removed |
---|
comment:5 Changed 12 years ago by
Owner: | changed from Catalin BALAN to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:6 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I'm also seeing this issue when trying to use the
[[UserProfilesList]]
macro on an installation of trac trunk@11017. The attached patch fixes the problem.I haven't tested the patch against a 0.11 install though, so I'm not sure if it would break 0.11 compatibility.