- 03 Aug, 2018 3 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
- 01 Aug, 2018 1 commit
-
-
Robert Lyon authored
To test: 1) Site on latest master - using postgres 2) Have installed a lang pack 3) On homepage when logged out select language from dropdown 4) Login before: errors after: no errors behatnotneeded Change-Id: I2f61a9c319c98335749aa5e628e4a378c3cdc23e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 28 Jul, 2018 1 commit
-
-
Robert Lyon authored
In the past there was 2 filebrowser fields, body background and view background, in the skin edit form and this meant we couldn't submit the form by js as it confused things. But now we only have the body background image option so I've altered the form so that it submits via javascript. In doing so it gets the changing folder to work as expected as well. I've also restricted the images one can use to non-profile ones as that was causing an error on valid image check. behatnotneeded Change-Id: Ia11d3ce6073d15d2c60727d3abbdf31b6a93993b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Jul, 2018 1 commit
-
-
Change-Id: I1ca99e7c3bc45b6d1a8809de0b8fbb7ca4acabe7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 22 Jul, 2018 1 commit
-
-
Robert Lyon authored
Change-Id: If533637427d8fd46231d558f471905c50eae0410 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Jul, 2018 8 commits
-
-
Robert Lyon authored
-
Cecilia Vela Gurovic authored
-
Robert Lyon authored
* changes: Bug 1781847: Upgrade marked lib to v0.4.0 Bug 1779031: upgrade clipboard library to v2.0.1
-
- Upgrade lib to new version - Fixes for breaking changes to comply with CommonMark spec behatnotneeded Change-Id: I596bd0150e09f361dd2d993c4e0bf1ee57431031
-
Robert Lyon authored
-
Robert Lyon authored
-
Add 'customthemeupdate' flags for any institution to the institution_config table if: - the upgrade is from 16.10 or before - and the institution is using a configurable theme If there are institutions with 'customthemeupdate' set we add a warning that the institution settings need to be re-saved. Once the settings for an institution have been re-saved we clear the flag for that institution Steps to test: 1) Have a 16.04 version site 2) Create three institutions, two with a configurable themes 3) Checkout the patch and run upgrade 4) On clicking 'Continue' you should see the warning message 5) On going to Admin dashboard you should see message there also 6) Edit / save one of the institions 7) Confirm that institution is not listed 8) Do for the other and see warning now gone behatnotneeded Change-Id: I844d8e8bcb9be81a29f36cb101da1c61b41b10a9
-
Robert Lyon authored
-
- 18 Jul, 2018 1 commit
-
-
Update /admin/index.php so that the content is the same as in the admin menu. Update descriptions as necessary add commas after and, as requested behatnotneeded Change-Id: I28aecd85cbf5d6036ece818516fab566d56e41b2
-
- 17 Jul, 2018 4 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Rebecca Blundell authored
includes compatibility changes for PHP 7.2 behatnotneeded Change-Id: Ifd0b988cd513bd327ea7cf08b434788916f150b9
-
Robert Lyon authored
behatnotneeded Change-Id: I2d8107d71f0bc08367081dc129d2bdb4ec31d68c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 16 Jul, 2018 2 commits
-
-
by fixing problem where table renderer was appending <td> tag to a <td> tag behatnotneeded Change-Id: Iaf247fff40ac814772934296b4bf2c36faf5c3c6
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: Ifb6795b8575b4302b99a2622482f6f7ddbda63ff
-
- 12 Jul, 2018 5 commits
-
-
Robert Lyon authored
-
Cecilia Vela Gurovic authored
-
Robert Lyon authored
-
Robert Lyon authored
For the 'Create via tags' field in page settings behatnotneeded Change-Id: Ibb2be9d1a644384979c070438204799ef1c1ad6d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
* changes: Bug 1722861: Display institution tags in a table Bug 1722861: Restricting use of institution tags Bug 1775106: Creating page from tags
-
- 09 Jul, 2018 3 commits
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I631d7bacce3760e1043acfc43f09d181479fcfe0
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I1f54b6d7649c1ff60661ba65cf0e1ac0d7c26af3
-
Cecilia Vela Gurovic authored
This js file was loaded when calling function get_instance_javascript() in artefact/file/blocktype/gallery/lib.php The line that included that file was removed when adding bootstrap There are no calls to the only function defined in slideshow.js, I think is safe to remove the file. behatnotneeded Change-Id: Iddcc6419a06cfccebdd3d243680ee653fd5cae2d
-
- 05 Jul, 2018 5 commits
-
-
Robert Lyon authored
-
Use correct variable in template when creating the legend for charts. In Chart.js legendTemplate uses var 'datasets' or 'segments' depending on the type of charts type Doughnut/PolarArea/Pie use segments type Line/Radar/Bar use datasets We have to check which one is defined in the Chart object before modifying the legend template Also delayed the updating of page by .5 secs so not to clash with chart jsons stuff behatnotneeded Change-Id: Id3ef35a5037ac2c30d342279e0af7052584f7d16
-
As an alternative for memcache / redis behatnotneeded Change-Id: I8be8894f1cda6d0102db31475025236a5a4b86ca Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
To be more in tune with their original counterparts. This means adding new namespace way of calling things and other fixes to make them wok as expected for version 1.15 behatnotneeded Change-Id: If70569de61cbc1425283b68e9389ca8359b85286 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded Change-Id: I7015e84895533aa3ae338da27c872d0d00b97b84 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 04 Jul, 2018 4 commits
-
-
On the admin page of institution tags (/admin/users/institutiontags.php), display tags in a table. behatnotneeded Change-Id: I9a5a7c6fd6d4c5fad3ba127d6df87d684d19d7b2
-
Robert Lyon authored
If we are not a member of the institution we shouldn't be able to use the institution tag Also, if we leave the institution, the references of institution tags we are using should be turned into normal tags for us behatnotneeded Change-Id: I5e8eb270a995fd5b556c72707ead48b767e1f686 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Added the 'create via tags' field to Page settings. Can add certain tagged artefacts/blocks to the page Note: if the block with the tag already exists on the page it will not add it again behatnotneeded Change-Id: I97e930e36a40d43a4ffdbf0337ae3303dbb72f19 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Rebecca Blundell authored
behatnotneeded Change-Id: If968fc5193faefb97ca14178c29f07618985e978
-
- 03 Jul, 2018 1 commit
-
-
Robert Lyon authored
-