Feature #10282
closed
Copy wiki attachments on project copy
Added by Jorge Vila almost 13 years ago.
Updated over 6 years ago.
Description
When copying a project to a new project, the Wiki pages are copied, but the attachments are not. The attachments on the wiki pages are linked to the previous project, and if, for example, the users accessing the new project have no access to the original project, the images return a 403 error.
Files
- Tracker changed from Defect to Feature
- Subject changed from Attachment permission when copying projects to Copy wiki attachments on project copy
- Category set to Projects
- Related to Patch #26622: Copy version attachments (i.e. Files) along with the versions on project copy added
- Target version set to Candidate for next major release
When you copy a project, Issue is copied together with the attached file.
I think that wiki attachments should be copied just like Issue.
By applying the following patch, you can copy the attached file of the wiki.
Mizuki, thank you for submitting the patch. I tried out your patch and it works fine for me.
I think it is natural that attachments are copied along with wiki pages. In many cases, the content of Wiki page and its attachments are inseparable because attachments are often used to display inline images on the page. The page does not make sense without those images.
- Target version changed from Candidate for next major release to 4.1.0
As I wrote in the previous note, copying Wiki without attachments breaks wiki page's appearance. This patch can prevent such problems.
Setting target version to 4.1.0.
I think the test code should also check digest
and disk_filename
attributes to ensure that both attachments are identical and point to the same physical file.
汪婷 汪, could you update the test code?
Go MAEDA wrote:
I think the test code should also check digest
and disk_filename
attributes to ensure that both attachments are identical and point to the same physical file.
Sorry, you don't have to add such tests because no other tests which copy attachments in test/unit/project_copy_test.rb check those attributes.
- 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.
Also available in: Atom
PDF