Modify ↓
Opened 16 years ago
Closed 16 years ago
#8355 closed enhancement (worksforme)
Integration of AdminConsoleProviderPatch
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | trivoallan@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Many plugins I develop for my company require extension of the trac-admin feature set (in order to provide automation).
Using athomas's patch (http://trac-hacks.org/wiki/AdminConsoleProviderPatch) works but makes administration and maintenance fairly harder.
Could this patch be merged in the mainline ?
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
| Cc: | added |
|---|
comment:2 by , 16 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



There is already an extension point in trunk for adding
trac-admincommands. Look forIAdminCommandProviderand #7770. Almost all built-in commands have been converted to the new interface, so you should have plenty of examples of usage.