Reviewed:  https://reviews.mahara.org/10642
Committed: 
https://git.mahara.org/mahara/mahara/commit/55406f5a4afb654ebb965ed9e2939b0e2202b403
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:    master

commit 55406f5a4afb654ebb965ed9e2939b0e2202b403
Author: Lisa Seeto <lisase...@catalyst.net.nz>
Date:   Fri Dec 6 10:42:04 2019 +1300

Bug 1853069: Combine export options into one export file

- create class PluginExportAll to unify html, leap2a exports
- alter HTML and Leap2a exports to use updated zip archive file structure
- alter export page info descriptions, progress notifications
- add get_rooth_path()

behatnotneeded

Change-Id: I21c5c5dcd71bdc7e748814b81f6b1f4f4adf1054
Signed-off-by: Lisa Seeto <lisase...@catalyst.net.nz>

-- 
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/1853069

Title:
  Combine export options into one export file

Status in Mahara:
  Fix Committed

Bug description:
  We currently have 2 ways to export a portfolio / user information, the
  Leap2A and the HTML exports.

  We are also wanting to add a third option for PDF export.

  And so we we thinking instead of having these things as separate
  things we could combine them so that when you do an export you get a
  zip file containing all the things!

  Eg get something like

  maharaexport.zip
  |_ HTML
      |_ views
      |_ static
      |_ theme
   _ index.html
   _ leap2a.xml
   _ export.pdf  // when we have this option. PDF is just created out of HTML 
export info 
  |_ files       // directory contains the users files that both the html and 
leap2a need

  And so if one tries to import the export.zip file into an account the
  system will see the leap2a.xml file and handle it accordingly

  Doing things this way should not add much size to the export file as
  html/xml files will be small and we are only adding bigger files, say
  like the user images, only the once

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

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to