Modify ↓
Opened 14 years ago
Closed 4 years ago
#7515 closed enhancement (wontfix)
Add "reformat" comand to accept parameter style
Reported by: | dnedelchev | Owned by: | Mikael Relbe |
---|---|---|---|
Priority: | high | Component: | TracTicketChangesetsPlugin |
Severity: | normal | Keywords: | reformat undo |
Cc: | Trac Release: | 0.12 |
Description
I mean the following command format:
trac-admin <ENV> ticket_changesets reformat {stile}
Parameter stile
should be optional and the dafault should be "own_stile":
trac-admin /path/to/trac/env ticket_changesets reformat
i.e. this should do the same as the above:
trac-admin /path/to/trac/env ticket_changesets reformat own_stile
and this actually is the new functionality I propose to be actually added:
trac-admin /path/to/trac/env ticket_changesets reformat tracopt_stile
It will in fact allow "undoing" the reformat and also could be used if anyone for any reason wants to uninstall the TracTicketChangesetsPlugin.
I think uninstall is a must-have functionality for any good-quality software by definition.
Attachments (0)
Change History (3)
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by
Summary: | tracopt to accept parameter stile → Add "reformat" comand to accept parameter style |
---|
comment:4 Changed 4 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
This plugin is deprecated in Trac 1.2 and later.
Please use TracTicketChangelogPlugin and request any missing features as enhancements for that plugin.
Note: See
TracTickets for help on using
tickets.
Good point, I will consider this.