Opened 18 years ago
Closed 18 years ago
#5165 closed enhancement (fixed)
Allow wildcard for wiki page deletion in trac-admin
Reported by: | Emmanuel Blot | Owned by: | Emmanuel Blot |
---|---|---|---|
Priority: | lowest | Milestone: | 0.11 |
Component: | admin/console | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It would be nice if trac-admin would allow to remove multiple pages at once.
For example, it could be used to remove all Wiki* pages or all Trac* pages on a system where the admin does not want to keep the default help pages.
Attachments (1)
Change History (6)
comment:1 by , 18 years ago
Component: | general → trac-admin |
---|---|
Milestone: | → 0.11 |
Owner: | changed from | to
comment:2 by , 18 years ago
Owner: | changed from | to
---|
comment:4 by , 18 years ago
Yes, it works fine. Running the patch, I noticed that there were anyway [DEBUG]
and [INFO]
logging lines for each removed page, so printing out that listing is not as important as I originally thought.
But it's nice to have anyway, as it's more readable and compact than the log and is the only output when the log isn't directed to the console.
2 quick comments:
for
loop is more consistent with our general programming style than usingmap