does trac web interface provide a way to delete, rename, etc. a lot of wiki pages as a whole, without having to do the tedious task one by one and manually? Something like a checkbox for each page, followed by a Delete button.
Thanks
|
does trac web interface provide a way to delete, rename, etc. a lot of wiki pages as a whole, without having to do the tedious task one by one and manually? Something like a checkbox for each page, followed by a Delete button. Thanks
| |||
|
feedback
|
|
update use bta's answer instead of this. There is no trac interface I am aware of, but you might be able to do this by manually editing the database. For example SQLite Database Browser is able to open the You have to edit the name field in the wiki table. | ||||
|
feedback
|
|
You can do this through the
to remove a wiki page. You should be able to write a simple script that runs this command for every page in a list. You can use the | |||
feedback
|