Modify ↓
Ticket #15 (closed defect: fixed)
Opened 8 years ago
Last modified 6 years ago
A better administration tool
| Reported by: | daniel | Owned by: | daniel |
|---|---|---|---|
| Priority: | high | Milestone: | milestone1 |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I propose a readline-based - optionally - interactive tool for administrating a Trac database. It should work something like psql in PostgreSQL. Python has some pretty handsome modules for just this kind of thing, in the rlcompleter module.
Attachments
Change History
comment:1 follow-up: ↓ 5 Changed 8 years ago by jonas
comment:2 Changed 8 years ago by daniel
- Resolution set to fixed
- Status changed from new to closed
There is now a new admin program, introduced in [133].
comment:3 Changed 7 years ago by anonymous
- Resolution fixed deleted
- Status changed from closed to reopened
comment:4 Changed 7 years ago by mgood
- Resolution set to fixed
- Status changed from reopened to closed
Please don't reopen tickets for no reason.
comment:5 in reply to: ↑ 1 Changed 6 years ago by anonymous
Replying to jonas:
We probably can't use readline because it's only available on the UNIX platform.
ok
Note: See
TracTickets for help on using
tickets.



We probably can't use readline because it's only available on the UNIX platform.