Reviewed:  https://reviews.mahara.org/11204
Committed: 
https://git.mahara.org/mahara/mahara/commit/1fe25a7356e92de5739986e5a80a6cabd2a9830e
Submitter: Robert Lyon ([email protected])
Branch:    master

commit 1fe25a7356e92de5739986e5a80a6cabd2a9830e
Author: Cecilia Vela Gurovic <[email protected]>
Date:   Tue Sep 1 18:03:30 2020 +1200

Bug 1873118: files folder duplicated in export_info

When exporting a portfolio, the zip file generated has a files
directory duplicated with exact same content

export_info/files/
export_info/files//
have the same content because we are adding an extra '/'

behatnotneeded

Change-Id: Ia29011b0d5816c62f039532b78a47dcc0b888c94

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1873118

Title:
  Files doubling up in an export

Status in Mahara:
  In Progress

Bug description:
  When doing a full export we can get files doubled up appearing in
  export_info/files/ directory and also subdirectories under this
  directory.

  It looks like if the file is used in a page / block it gets put here
  but at the same time the Files area of the user's Content section is
  added in with the same folder structure.

  So, for example if I add a coverimage, img1.jpg, to a page it gets
  saved in the 'Cover images' folder in files.

  When I export the user I get a copy of img1.jpg in export_info/files/
  directory because of it's association to the exported page and another
  copy in export_info/files/Cover images/ because of it's relation to
  the files directory.

  we used to export files in their directories to avoid name clashes -
  but now that we export files prefixed with their fileid we don't need
  to worry about that so we should export all files into
  export_info/files/ directory without bothering with the subdirectories
  and have the generated files html page point to export_info/files/
  instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1873118/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to