- 07 Apr, 2020 1 commit
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: Ia1462ddd907bb6ca8967d86099658fe2dfdef152
-
- 31 Mar, 2020 2 commits
-
-
Robert Lyon authored
behatnotneeded Change-Id: I0e7fc96211c9eda6f9f8bd4e0b0621585efed991 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- add in render_instance_export func for comment block - remove non-export things in render_instance_export - add check for export status when setting canedit var behatnotneeded Change-Id: I3f9ae3d82c0a69277e2e6e79404f73ad9d35e3ba Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
- 30 Mar, 2020 1 commit
-
-
- 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 <lisaseeto@catalyst.net.nz>
-
- 29 Mar, 2020 1 commit
-
-
- added import class funcs for blogs to add/ extract tag data read from import file and stored on the block data config - get rid of warning message by casting to array - add export/import functionality for old layout export/imports Change-Id: Iccaa8ee97e0730aebf035e1cbf31749622b28175 Signed-off-by:
Lisa Seeto <lisaseeto@catalyst.net.nz>
-
- 08 Mar, 2020 1 commit
-
-
Robert Lyon authored
So that all export types can use the same export compression function behatnotneeded Change-Id: I732410d7a3fa8458156d498ead88cedf68376015 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 04 Oct, 2019 1 commit
-
-
In exporting section: /export/index.php - Show preview of page both for old layout pages and new grid layout - Export views and collections with new grid layout in html - Export views and collections with new grid layout in leap2A - views with old layout are exported as before NOTE borrow some code from https://reviews.mahara.org/#/c/10157/ as an early rebase (the patch is not on master yet) behatnotneeded Change-Id: I0c36c110c6b9ef7ae3edc4d0662a0dbab302684a
-
- 09 Sep, 2018 2 commits
-
-
Cecilia Vela Gurovic authored
- exporting instuctions field to html/leap2A - importing instructions from leap2A - fixing styles in collapsible instructions section behatnotneeded Change-Id: Ib9862cceefafac2e5d6a44f88516cd51c8f18962
-
This should fix problems: 1) Exporting signoff block to html now works (it puts content into block itself) 2) Exporting / importing peer assessment block stops complaining about badly formed xml file behatnotneeded Change-Id: Ic1b0efd3fd89a3bd04516f97e1d3701198fffd2a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 25 Mar, 2018 1 commit
-
-
Robert Lyon authored
We used call_user_func() but i think we need to use call_user_func_array() for this behatnotneeded Change-Id: I94dad0b59be8bab7ac6b2e1c45a6968ac4ece9fa Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Jan, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
Fixed lines of code that threw the error "Only variables should be passed by reference" and other errors found. behatnotneeded Change-Id: I23e6a3c1b2ef97bf2cae29c15814fcdb79d5676f
-
- 31 Mar, 2016 1 commit
-
-
behatnotneeded Change-Id: I82dcce85a26722d6466b87e2b039bac28710ee6c
-
- 09 Dec, 2015 1 commit
-
-
Aaron Wells authored
Bug 1523499: Old wiki.mahara.org links without the "/wiki", and HTTP links that should be HTTPS. Also updated the installer release notes link to point to the base "Release_Notes" page in the wiki, because we no longer maintain separate wiki pages for each release. behatnotneeded: Covered by existing tests Change-Id: I02e80eb4d8df5adddee88e77156e8e103ca24c51
-
- 25 Nov, 2015 1 commit
-
-
Set the state of the libxml entity loader & use internal errors settings, back to what they were before we called them, as a workaround to https://bugs.php.net/bug.php?id=64938 , which causes them to be shared by all threads in a single process. behatnotneeded Change-Id: I0720146b1e91c24095a18636e09981830ef4ce8f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 02 Nov, 2015 1 commit
-
-
Son Nguyen authored
behatnotneeded Change-Id: I26b1a5aa14fd4f151a4ee0d80a7bab3c96b55029
-
- 10 Aug, 2015 1 commit
-
-
Aaron Wells authored
behatnotneeded: Can't test contents of exported Leap2a files in behat yet. Change-Id: I4a309d0656e379432e3e9a62d9d4e6892980ab46
-
- 06 Aug, 2015 1 commit
-
-
Aaron Wells authored
Also, displaying the pages in name order during import. behatnotneeded: Can't test export & re-import of Leap2a files in Behat yet. Change-Id: Ib387e574356d9d894b9a6f284b09921a5b26d5fc
-
- 15 Jul, 2015 1 commit
-
-
Aaron Wells authored
Bug 1464477 Change-Id: I016d35f35406f4b1c7bcb298ae2966f1d37fed05
-
- 29 May, 2015 1 commit
-
-
Removes the dependency on commandline zip/unzip utilities in favour of PHP's ZipArchive class Change-Id: Id7f0833edd36529ac778feb9cbe97d4eb70f403c
-
- 15 Apr, 2015 1 commit
-
-
Robert Lyon authored
Discovered this problem when I fixed the HTML export - it was exporting blocks with the loading spinner rather than actual block content Change-Id: Id9c790f7cc6058141fb98c6d984af188ae265d6c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 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>
-
- 05 Sep, 2013 2 commits
-
-
Robert Lyon authored
- getting collections to export when choosing leap2a and 'all my data' - getting the errors to subside and getting an export from 1.8 to be able to be imported into 1.8 again - getting correct default layout to be chosen for importing portfolio page. Change-Id: I81c4c7f5ffc307e8e841cafda3e38ee5864e43c7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: I30658faf750485aa8715d48a8ba7eda56e39109c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Aug, 2013 1 commit
-
-
Robert Lyon authored
- Bugs #1201258, #1181010, #1199563 As these are all integrated together it is easier to test them as one patchset. Change-Id: I5ce68a4ea2de1de8b9deeb7d95380fcdcae095a0 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 Jun, 2013 2 commits
-
-
Son Nguyen authored
Change-Id: I33ce7dc6e6c14917c9632afc672c0faf5718647b
-
Son Nguyen authored
Change-Id: I3e40bb71d1ac8e8956bee84b833989638756b6e2
-
- 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>
-
- 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>
-
- 13 May, 2011 1 commit
-
-
Francois Marier authored
These closing tags are unnecessary and against our coding guidelines. Let's get rid of them all in one go. Change-Id: Ia94f103e525185597ee3780a3839d7577cdd0c29 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 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>
-
- 29 Oct, 2010 1 commit
-
-
Adrian Schlegel authored
Accented characters in views were garbled in the export. Signed-off-by:
Adrian Schlegel <adrian@liip.ch>
-
- 09 Sep, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 29 Aug, 2010 2 commits
-
-
Adrian Schlegel authored
enclosures in a leap2a export. Signed-off-by:
Adrian Schlegel <adrian@liip.ch>
-
Adrian Schlegel authored
Signed-off-by:
Adrian Schlegel <adrian@liip.ch>
-
- 19 Aug, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 09 Aug, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 06 Aug, 2010 1 commit
-
-
Penny Leach authored
As of 2010-07, <content src="" is no longer supported, and enclosure links must be used instead. This patch retains BC, both for enclosures that point to other artefacts, and for files inside <content src. Signed-off-by:
Penny Leach <penny@mjollnir.org>
-