Feature #16410
Bulk delete wiki attachments
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Attachments | |||
Target version: | 4.0.0 | |||
Resolution: | Fixed |
Description
I have a bunch of image attachments that inserted into the wiki page.
It is necessary to provide way to bulk delete wiki attachments.
So that it is easy to update my wiki docs.
Related issues
Associated revisions
Bulk delete wiki attachments (#16410).
Patch by Mizuki ISHIKAWA.
History
#1
Updated by Toshi MARUYAMA over 8 years ago
- Category set to Wiki
#2
Updated by Go MAEDA over 7 years ago
- Related to Feature #13072: Delete multiple attachments with one action added
#3
Updated by Go MAEDA over 5 years ago
Bulk deletion of issues attachments has been implemented by #13072 for upcoming 3.4.0, but it has not implemented for wiki pages.
#4
Updated by Mizuki ISHIKAWA about 4 years ago
- File diff-r17405.patch
added
- File changed_wiki.png added
This patch adds features similar to #13072 to the wiki.
#5
Updated by Go MAEDA about 4 years ago
- Target version set to 4.1.0
It works fine for me and the code and the behavior are consistent with #13072. Setting target version to 4.1.0.
#6
Updated by Go MAEDA about 4 years ago
- File 16410.patch
added
I have slightly updated the patch diff-r17405.patch. I think fieldset.wiki-items
is unnecessary and it looks a little bit awkward.
#7
Updated by Go MAEDA about 4 years ago
- Category changed from Wiki to Attachments
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from 4.1.0 to 4.0.0
- Resolution set to Fixed
Committed. Thank you for improving Redmine.
#8
Updated by Go MAEDA about 4 years ago
- Subject changed from Bulk delete wiki attachments. to Bulk delete wiki attachments
#9
Updated by Go MAEDA over 2 years ago
- Related to Patch #32653: Fix random test failure due to missing call to set_tmp_attachments_directory in WikiControllerTest added