Modify ↓
Opened 3 years ago
Last modified 3 years ago
#7515 assigned enhancement
Add "reformat" comand to accept parameter style
| Reported by: | dnedelchev | Owned by: | mrelbe |
|---|---|---|---|
| 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 (2)
comment:2 Changed 3 years ago by mrelbe
- Status changed from new to assigned
comment:3 Changed 3 years ago by rjollos
- Summary changed from tracopt to accept parameter stile to Add "reformat" comand to accept parameter style
Note: See
TracTickets for help on using
tickets.


Good point, I will consider this.