[forge:site-support:#5383]
I like the new Project Data Export feature, but what about attachments to wiki, ticket, or discussion items? Not that I really want these encoded into a JSON file, but this isn't really a complete "copy for safekeeping" if the export only has URLs to sourceforge.net for any attached images, patch files, etc.
Originally by: fina
Attcahed files in export will be very useful .
It'd be nice to show how big the attachments will be, on the export page. I was experimenting with mongo queries to see if it is possible, seems like it should be. Below is 2 queries to get the total size for 1 tool. Seems to work fine, although if you have many tools that could be a lot of queries. Maybe could do some more aggregation to do it all together in a few queries (
$lookup
aggregation operator looks interesting, but only available since mongo 3.2).This ticket will focus on the frontend, with [#8051] for backend and [#8052] for API.
Related
Tickets:
#8051Tickets: #8052
https://forge-allura.apache.org/p/allura/git/merge-requests/90/
almost done. ticket without tests
merged