- 26 May, 2016 1 commit
-
-
in various places around Mahara to be more consistent with what people see on the interface. Change-Id: I83e088d39964ecd1d72945973fd0b4995b82da65
-
- 11 Apr, 2016 1 commit
-
-
behatnotneeded Change-Id: Id81a439cf2166ed04663099331540e579feec13c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Mar, 2016 1 commit
-
-
Robert Lyon authored
As they are set to TITLE we can just assign TITLE to PAGEHEADING in the smarty function call. We can later override the PAGEHRADING with $smarty->assign('PAGEHEADING', string); if we need to. Have also updated a few files where TITLE was not defined. behatnotneeded - everything should work as before Change-Id: I3ea592cd37344e68c6e90a3c64947cf99db59471 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 23 Feb, 2016 1 commit
-
-
behatnotneeded Change-Id: Ie966c72484c06ac33ce7cf93c7b76d453443aad5 Signed-off-by:
Gregor Anzelj <gregor.anzelj@gmail.com>
-
- 16 Dec, 2015 2 commits
-
-
behatnotneeded Change-Id: I39faf88ac8932891a704868f5282a5794ae1387d
-
behatnotneeded Change-Id: I536f7d4ab8bd96d653e0ae3bba635437f0d2c17c
-
- 20 Nov, 2015 1 commit
-
-
Bug 1516823 The moodle plugin for mahara assignment submissions [1] had an issue [2] where is the plugin was configured in non locking mode, multiple submissions of the same view would result in only the latest submitted link working. This was due to the page getting locked then released, which resulted in a new mt token, which made all the old ones not work. This patch changes that by accepting a new parameter which checks whether you are locking and if not, then don't generate and send a token back. When viewing a view, check for the new parameter mnetviewid or mnetcollid along with the parameter assignment. If these are present, then Mahara sends an MNet request back to Moodle which tells Mahara whether the user has the permission to view the page. This requires an update to the Moodle plugin, which is sent for review currently [3]. Mahara detects whether this plugin is upgraded and publishing the new MNet function. If it isn't, it falls back to original behaviour gracefully. This is done by attempting to send a MNet request. [1] https://github.com/MaharaProject/moodle-assignsubmission_mahara [2] https://github.com/MaharaProject/moodle-assignsubmission_mahara/issues/2 [3] https://github.com/MaharaProject/moodle-assignsubmission_mahara/pull/19 behatnotneeded: Can't yet test MNet issues in Behat Change-Id: I80739181b58bf7cf9c326e7b0a588b6239f864f1
-
- 19 Oct, 2015 1 commit
-
-
behatnotneeded: styling only Change-Id: Ie47b903e93816c7bac53437bdbb3842020a0effe
-
- 27 Sep, 2015 1 commit
-
-
Robert Lyon authored
This fixes a bug with long page names in the collection management screen and tidies up some other drag and drop weirdness. behatnotneeded: exisiting test coverage should cover this Change-Id: I44ee2f91b4e6ff3c612584d10abe79fc18693752 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Sep, 2015 1 commit
-
-
Robert Lyon authored
Change-Id: I84f2d3336a91761827b54c55d1dd1ef9aef75a69 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Sep, 2015 1 commit
-
-
Jen Zajac authored
behatnotneeded Bug #1495364 Change-Id: I74045931da05899cdfd33f1950b15e8b270129a8
-
- 16 Sep, 2015 1 commit
-
-
Robert Lyon authored
Was a problem with the old delete button being an image and so passed the _x value, which was then checked for. Changed it so it checks that the submit param exists, which is more robust behatnotneeded : problem of finding the row that you just deleted as all deleted rows have the same 'Comment removed by the author' text Change-Id: Iea379badd2d364112d107977b8f53a62ac272428 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 20 Aug, 2015 1 commit
-
-
Jen Zajac authored
behatnotneeded Change-Id: Ic2ec9d28abcb742c0c3e9278d115d8fee65f50ab
-
- 17 Aug, 2015 1 commit
-
-
Aaron Wells authored
Change-Id: Ie1b2e8fb8a72a339f3decd127eeb320191d11842
-
- 30 Jul, 2015 2 commits
-
-
Change-Id: I6bbd0edde9b09c7a01cc0e36fa5bfe55972a14e8
-
Change-Id: Icb22e6c2318630fe5043b73351af878fe85d5ad1
-
- 20 Jun, 2015 1 commit
-
-
Robert Lyon authored
To allow us to show a more detailed error message if site admin (not belonging to the group) goes to review an objectionable group page or group forum topic that has already been sorted out. Change-Id: If4785528bfe29736542972adce7609cdb0522248 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Jun, 2015 7 commits
-
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I83a5945d5cfd051eefc0752d910253d193e14042
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I3b56a1e1d2b7993d4848f1d65e7f87736167a312
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I1f631d6f2637b22e00ea9e0972f0447a52304f4c
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I1651caff188da12bc26d8074d56279a665302819
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I2fbc8593a97edf9721edb40fe2ecc0561c98c15b
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I7196464441c27c657820742b2d310de4fb409b2d
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I332f8f2ea0c317b5171fe9163912c760f6bc2c77
-
- 31 Mar, 2015 1 commit
-
-
Son Nguyen authored
- Add new resourcetype 'description' for the view description - Display embedded images in view description - Update embedded image urls when copy and export/import view Change-Id: I8088be317ddb1659de2d091a2940bea6665e4af0 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 26 Mar, 2015 1 commit
-
-
Gilles-Philippe Leblanc authored
Change-Id: I724a844fc9e4fbae9e58834082279b4f3f21995c
-
- 26 Feb, 2015 1 commit
-
-
Robert Lyon authored
Need to handle the choosing of copy the collection when user clicks the 'copy' button Change-Id: I93b6e505c4dd84a1efc4d71149d1f16a15b1c89f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 25 Feb, 2015 1 commit
-
-
Robert Lyon authored
Have added a is_copyable() function check to see if we can add a 'copy page' button to a view Currently uses the view_search() function that returns all allowed views to copy then checks if current view is one of them. Change-Id: I083d9254ec7cabc861c02ce9cc404b4f6b313e72 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 05 Feb, 2015 1 commit
-
-
Change-Id: I448b74850bb387c8d9569a3df72da3927ca691d9
-
- 16 Dec, 2014 1 commit
-
-
Robert Lyon authored
Also pluralising the lang string Change-Id: Ib98b5d4809d4c8a7dca30ccc0f735e9bdcb078de Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 16 Nov, 2014 3 commits
-
-
Robert Lyon authored
Change-Id: I408ae6c39ab05eefb8348836a6b85ee80ad8825c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
The comments will be displayed (or hidden) below the block by clicking on the 'Comments (x)' link. There is also a 'close' link at the bottom of the comment list as well to close them. Change-Id: Ie4328872d861879975f6a6d86c8832892b8a37dd Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
As I'm adding in some new options and I notice that Bug #1326425 will also be adding options to get_comments so I thought it would be useful to make a default opbject of variables that one can call and alter with specific variables where needed rather than having to work out where in the function call list things need to go as that list would grow up to 10 options. Change-Id: I7111559c4d12a8de128b9526930729728a36555e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 05 Nov, 2014 1 commit
-
-
Bug 1384481 Change-Id: Ia34c51ccae2859e3860896a5fa9fda5a4cbff1dc
-
- 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>
-
- 16 Sep, 2014 1 commit
-
-
Nigel Cunningham authored
This patch adds support for anonymising pages. It creates a site option in the General Settings section named 'Allow anonymous pages' that must be checked for any page to be anonymised. If the site option is enabled, a new 'Anonymise' setting in the 'Edit title and description' tab of pages is enabled, allowing the owner to request that this page be anonymised. When both settings are enabled and a user views a page, two things may happen to the author's information. First, if the user is not logged in or does not have admin, staff or owner privileges for the page, the author's name is replaced by the anonymous text (defaulting to "(Author's name hidden)") in both the body of the page and the metadata author field. If the user does have admin, staff or owner privileges for the page, the author's name is anonymised as above except that the text displayed is made into a link. When this link is clicked, the anonymous author text is replaced by the normal author information for the page. Anonymous pages displayed in the 'Latest pages' block and shared with a group are also anonymised by this patch. Change-Id: I2e2c92f641329a1a305cf58a5c5d47bf95436a8b Signed-off-by:
Nigel Cunningham <nigelc@catalyst-au.net>
-
- 24 Jul, 2014 1 commit
-
-
Robert Lyon authored
Added options to sort by: - latest created - latest modified - most visited - most feedback Change-Id: I382101dc4b226555876fbd42ccd97a0bae77d155 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 16 Jul, 2014 1 commit
-
-
Nathan Lewis authored
Change-Id: I4b5fb0da8567e95fd9c0e57806baca835b50764e Signed-off-by:
Nathan Lewis <nathan.lewis@totaralms.com>
-
- 22 Apr, 2014 1 commit
-
-
and allow site pages to use site skins Change-Id: Idf8a8a761c850ed609f78ed65175ee82c3370e2f Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 16 Apr, 2014 1 commit
-
-
Yuliya Bozhko authored
So that we can later use them separately for artefact level access, and report artefacts separately from pages. When testing, everything should work as it worked before with reporting objectionable material. Also fixed "Creating default object from empty value" error when ActivityTypeObjectionable object is constructed. Change-Id: I6d95a5546b2425d9b522435da26902e420139d84 Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-