Opened 19 years ago
Closed 16 years ago
#3215 closed enhancement (wontfix)
Enhancement: Add Edit links directly to roadmap page
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | roadmap | Version: | 0.9.5 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We are currently using the milestones in the ROADMAP section to maintain our product specifications.
As I am frequently moving text between milestones it would be VERY helpful to have edit links for each milestone included in the main ROADMAP page (as I'm currenlty forced to do a lot of circuitous clicking to make edits). This seems like a simple fix, but our engineers here aren't conversant in python and would prefer not to delve into trac.
Furthremore, it would be even more useful to have some sort of "left" or "right" navigation which lists all of the milestone pages whenever you are in the ROADMAP section so that you can nav directly to the page you want without hitting the back button.
Regards, & feel free to contact me with additional questions or concerns.
Dan Arkind Founder darkind@… 415-904-9900
Attachments (1)
Change History (5)
comment:1 by , 18 years ago
Milestone: | → 0.11 |
---|---|
Owner: | changed from | to
comment:2 by , 16 years ago
Milestone: | 0.11-retriage |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Well, we have now examples of template transformations (e.g. source:tags/trac-0.11/sample-plugins/ticket_clone.py).
by , 16 years ago
Attachment: | add edit links to roadmap.gif added |
---|
comment:3 by , 16 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Think you missed the point… see attached image.
comment:4 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
Just add edit links at the end of each row… a little change that can be easily implemented by a small plugin, similar to the one I linked to.
If someone contributes a patch implementing it, then we might consider adding it to the sample-plugins.
You should understand that there are hundreds if not thousands of places in Trac where you could add a shortcut link. Of course not all make sense for everybody, so we have now given to plugins (since 0.11) this possibility to transform the generated markup, so that it's easy to do such things if you really insist on having the functionality.
I'm not sure this would be of general interest enough to change the default Trac roadmap and milestone layout in that way.
However, this looks like an example of something that could be achieved by a template transformation or request post-processing plugin.