#8426 closed enhancement (wontfix)
Allow rating on Reports
Reported by: | rlrj60 | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | FiveStarVotePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Many people in my work group have spent lots of time to create fancy reports with charts. It would be nice to have the same rating. Here's a simple patch:
voteable_paths = ListOption('fivestarvote', 'paths', '^/$,^/wiki*,^/ticket*,^/report*',
Attachments (0)
Change History (4)
comment:1 follow-up: 2 Changed 14 years ago by
Priority: | normal → high |
---|---|
Status: | new → assigned |
comment:2 follow-up: 3 Changed 14 years ago by
Replying to rjollos:
You always have the option of specifying in trac.ini:
paths = ^/$,^/wiki*,^/ticket*,^/report*
to configure for your specific Trac installation.
I stared at the code several times but missed the "path" option. Looks like the capability is there for me. There is no need to add to the code.
Thanks for pointing that out.
comment:3 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Replying to rlrj60:
I stared at the code several times but missed the "path" option. Looks like the capability is there for me. There is no need to add to the code.
I'm glad to hear that works for you.
This ticket brings up a good point though, that the path
option should be documented on the project wiki page, which I will do now.
We have a couple of considerations here in maintaining this plugin:
You always have the option of specifying in trac.ini:
to configure for your specific Trac installation.
Whether or not we make the change to the option's default really comes down to the question: would the majority of users want voting on reports?
Let me know your thoughts.