Reviewed: https://reviews.mahara.org/11374 Committed: https://git.mahara.org/mahara/mahara/commit/b13d0ba4ad66526e4f796e4b8bc1efdf62f50e17 Submitter: Robert Lyon ([email protected]) Branch: 20.10_STABLE
commit b13d0ba4ad66526e4f796e4b8bc1efdf62f50e17 Author: Robert Lyon <[email protected]> Date: Mon Oct 12 14:42:37 2020 +1300 Bug 1898652: Show progress for bulk exports better Currently we were only showing the progress for every fifth person being bulk exported rather than the actual progress of each user being returned by the export class These adjustments allow for the exporter itself to return the progress (like we do on personal export) so we can keep a better track of progress Also means we use the same functions / flow as well Change-Id: I11478ae4e29bf2177b31e14e6c7019babc5fe995 Signed-off-by: Robert Lyon <[email protected]> (cherry picked from commit fe307bfa980f71ae66c380881c4ecc7fd4e6e2c0) -- 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/1898652 Title: Bulk export not working correctly when doing PDF export Status in Mahara: Fix Committed Bug description: When the code was first written the PDF export put the .pdf files in the HTML subdir next to the .html pages But now we separate the HTML and PDF sections so we need to make sure the PDF files are added to the zip files. To test: 1) Have a few users with a few pages each 2) Go to admin/users/bulkexport.php and select 'PDF' export type 3) Put in the usernames for the three users, 1 per line Export Problem 1: the export progress bar doesn't tick up correctly Problem 2: eventually the zip file is made but only contains the HTML section and not the PDF and export_info directories To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1898652/+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

