#1877 closed enhancement (duplicate)
make listing of Available Projects show number of open tickets for the project
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | web frontend/mod_python | Version: | 0.8.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The following patch makes the mod_python frontend list, allong with the existing projects, the number of open tickets for the project.
If remote_user is available (as is the case for our site, authentication is on globally), it will also list the number of open tickets belonging to the user.
Just in case anyone else is interested.
(I'll attach the patch shortly.)
Attachments (2)
Change History (6)
by , 19 years ago
Attachment: | frontend.patch added |
---|
comment:2 by , 19 years ago
If the environment didn't exist in the cache, it would be opened with the wrong MPR. Fixed, and it now seems to work fine.
comment:4 by , 18 years ago
Btw, I closed that ticket not because it's the exact same thing as #1, rather because it's not realistic to address all the projects at once in the TracMultipleProjects/MultipleEnvironments case, and this should rather be dealt with in the context of projects within the same environment (as #1 is about).
the patch that implements the described feature