- 27 Mar, 2018 1 commit
-
-
We do a bunch of iframe / js tricks to get the progress bar to work and then rely on session for the file name to serve it at the end This change just passes only the file name to the js redirect and then rebuilds the full path on return. Because we use the user's id in full path we can make sure only the valid logged in user can fetch the file behatnotneeded Change-Id: I6478df19465ad8e1075343cb40e6f5360061b56a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> (cherry picked from commit ba36e509)
-
- 02 Nov, 2015 1 commit
-
-
Son Nguyen authored
behatnotneeded Change-Id: I26b1a5aa14fd4f151a4ee0d80a7bab3c96b55029
-
- 18 Sep, 2014 1 commit
-
-
Robert Lyon authored
This patch contains: - The export queue system where pages/collections on release from submission are added to the export queue table ready to be archived. - The export queue admin page showing what is in the queue to be exported. The cron runs every 6 minutes. Queue items failed to export are also shown here. - The archive list admin page, where one can download the generated leap2a files for the archived submissions. In this patch you should be able to add things to the export queue by either releasing a sumbission on a group that has 'archive submissions' option ticked. This will add the archive to that archived submission page, or you can also run a leap2a export from portfolio export which will add the export queue and send you an email once the export is done. Things to note: - The is a server busy function that stops the export queue from running but I'm not too sure if the threshold is too low/high - The export queue tries to export the first 100 items each run but if resources are fine in handling that easily then the number could be higher but I'm not sure of what will be a good number. - Currently there is alsoe infrastructure like table columns for dealing with releasing submissions from external systems (eg moodle) but that functuionality is yet to be built. - The checking of server busy in MS windows untested - may need to just let MS ignore server busy check as there doesn't seem to be standard way to check this. Change-Id: If4c1d272e9c5d46fbf16b2ff73ceb2687c06ffd4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 04 Jun, 2014 1 commit
-
-
Aaron Wells authored
As vetted in the May 2014 dev meeting http://meetbot.mahara.org/mahara-dev/2014/mahara-dev.2014-05-01-08.01.log.html Change-Id: I353ed74d69a5346fbe4e8e521e5c349dbe8dcbac
-
- 14 Oct, 2013 1 commit
-
-
Robert Lyon authored
- have updated copyright for the pages that had existing copyright notices (except for the lib/pieforms/ section as i'm not too sure if that needs changing as it is a different Catalyst IT product) Change-Id: I11c65ad26cb9cd856cf16b1dccbd4223ba086645 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 18 Jun, 2013 1 commit
-
-
Aaron Wells authored
Bug #1150831: Some links to directory index.php files left off the trailing slash, i.e. "{$WWWROOT}/view". This caused unnecessary redirects and greater potential for errors in users' web server setups. While I was at it, for all links to directories other than $WWWROOT itself, I changed them to be explicitly links to "index.php". Also fixed the Windows-style line endings in homeinfo.tpl Fix all implicit links Change-Id: I87b285713e5cb1cfe785ceedd2702e5c2578058b
-
- 28 Apr, 2013 1 commit
-
-
Stacey Walker authored
Change-Id: I1feebe2f977d76e0c090a725232ad936eafdd851 Signed-off-by:
Stacey Walker <stacey@catalyst-eu.net>
-
- 10 Mar, 2013 1 commit
-
-
Son Nguyen authored
1. During the exporting, put the error messages into $SESSION. 2. Refactor the displayMessages() function to display all messages or hide the previous one. 3. Refactor the function print_export_footer() to handle html code in lang strings. Change-Id: I589822dc360e8f5bcac0298f9534824513214160 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 17 Sep, 2012 1 commit
-
-
Son Nguyen authored
(bug #1025135) Add new lang string: 'duplicatepagetitle' Make more room of the progress bar for long messages. This change does not affect the current responsive themes. All themes are still responsive after apply this patch. Change-Id: I920378dda2fe41577ded745bf047db098109964b Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 23 Aug, 2011 1 commit
-
-
Iñaki Arenaza authored
Fixes bug #832409 Change-Id: I8ea6c381f9203d39b518b738c0d2d7d6219cf349 Signed-off-by:
Iñaki Arenaza <iarenaza@mondragon.edu>
-
- 08 Aug, 2011 1 commit
-
-
Richard Mansfield authored
If a missing file is found during export, instead of failing, just skip the artefact and continue, displaying a message when the export file is served. Change-Id: I37d3410e7e8fb9acf4bf07d8bc901f2c6dc8fc0f Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 25 Jul, 2011 1 commit
-
-
Ruslan Kabalin authored
All the feedback comments will be displayed on the single exported page, no pagination or limits. Star rating is preserved. Change-Id: I1d8c175ec2cb1b7c328c6b1835b95e95f2786dc5 Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
- 11 May, 2011 1 commit
-
-
Darryl Hamilton authored
This prints a message where the progress bar sits. My only concern is there may end up being space issues with long filenames. Change-Id: Id195e7b196160a0e15ac1bd904965fb1f8db9d62 Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
- 13 Jul, 2010 1 commit
-
-
Stacey Walker authored
usability wise Signed-off-by:
Stacey Walker <stacey@catalyst.net.nz>
-
- 07 May, 2010 1 commit
-
-
Francois Marier authored
All HTML output (i.e. all echo/print statements going to the browser) should now be in this file. This is so that we can easily review all areas of Mahara where XSS bugs could hide (other than templates and PHP pieforms). Note that lib/errors.php echo statements can't be moved here since we want that file to always work and can't include other code/files. Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 10 Nov, 2009 1 commit
-
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 16 Oct, 2009 1 commit
-
-
Nigel McNie authored
NOTE: not signed off deliberately, I'm testing the commit hook.
-
- 15 Sep, 2009 1 commit
-
-
Richard Mansfield authored
-
- 22 Jun, 2009 1 commit
-
-
Nigel McNie authored
-
- 07 May, 2009 1 commit
-
-
Nigel McNie authored
Include all stylesheets in the theme hierarchy so the progress bar looks correct even when using a child theme. (cherry picked from commit 6813e29bb6be7721921923644ed340ca80d03ea3)
-
- 01 May, 2009 3 commits
-
-
Nigel McNie authored
Don't automatically serve the file if the browser is opera - it fails horribly and tries to display the content inline.
-
Nigel McNie authored
It doesn't seem to appear in some browsers (I'm looking at you, Opera and Safari), but does make things a little nicer in IE.
-
Nigel McNie authored
-
- 28 Apr, 2009 1 commit
-
-
Nigel McNie authored
Works without javascript! Using a sneaky iframe. Untested on browsers other than ff3. Even on small exports it seems to be needed, which could be worrying ;) Also added a bunch of i18n for it.
-