- 25 Nov, 2015 6 commits
-
-
Robert Lyon authored
behatnotneeded Change-Id: I99756d283512b930464d6d98f9760cb749adf0ff Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
-
Robert Lyon authored
-
Son Nguyen authored
-
Robert Lyon authored
-
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>
-
- 24 Nov, 2015 2 commits
-
-
Aaron Wells authored
Bug 1510421 Defines a new static PluginBlocktype method, get_css_icon(), which fetches the name of the CSS icon to use for this blocktype. It returns false by default, which tells the theme to "fall back" to the old thumbnail.png instead. 3rd-party plugins can override this to specify a particular icon to use. All the core blocktypes have been refactored to extend MaharaCoreBlocktype, which uses the blocktype name as the name of the CSS icon to use. I also deprecated the "SystemBlocktype" class while I was at it. PluginBlocktype::get_blocktypes_for_category() now returns both the results of get_css_icon() and the thumbnail.png path, so that themes can decide which they want to use. (And of course thumbnail.png is served via thumbnail.php, so 3rd party themes can provide their own custom image files if they wish.) behatnotneeded: Requires installing third-party plugins to test Change-Id: Idb1ecfc7b21175913708e695788906c11133b0c0
-
Robert Lyon authored
-
- 23 Nov, 2015 7 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Aaron Wells authored
Bug 1518796 behatnotneeded: Covered by existing tests Change-Id: I996e4562441140a6163dbf0b9dff4ee2894ffd83
-
And getting them to display in the export html files behatnotneeded Change-Id: I881817dfb94d78a1fd2ac8b0e85b3ebed83b42cf Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
To allow for better performance. Have taken what a user contributed and tried to make it even more efficient still. behatnotneeded - existing tests should take care of this Change-Id: I91ff4e0b5e3e4e22ee437cce5e3da33bace1e736 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
-
- 22 Nov, 2015 1 commit
-
-
Change-Id: I1bd65328134a57757bf788839fef06715a984310 behatnotneeded Signed-off-by:
Gregor Anzelj <gregor.anzelj@gmail.com>
-
- 21 Nov, 2015 1 commit
-
-
behatnotneeded: Can't test mobileupload API in Behat Change-Id: Ied63c973fc125d4f2d403dcdd75be28c0314aeec
-
- 20 Nov, 2015 4 commits
-
-
Robert Lyon authored
-
In both Admin -> Institutions and Admin -> Groups behatnotneeded Change-Id: I014d49d1c6c0fb6f6ac7e7236142615077ff835d
-
Robert Lyon authored
-
Robert Lyon authored
-
- 19 Nov, 2015 3 commits
-
-
Aaron Wells authored
Bug 1517658 Change-Id: I531a1c95b94910e564e71e1f2dc26754eefa45d5 behatnotneeded: platform-specific bug
-
To let users know they cannot customise themes with gulp/sass if they have the zip version of Mahara from launchpad as important files are not present. It lets them know they need to get the zip from http://git.mahara.org which will have all the extra stuff. behatnotneeded: change to readme file Change-Id: I7ae3e05340b54bc037f4b6856ecb237f9611b7e4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
Bug 1517244 Change-Id: I7d499fce7ecd858f1799a9757960814cac17d4bb
-
- 17 Nov, 2015 5 commits
-
-
Robert Lyon authored
Because some systems may not have all the available data we should check if the data exists before trying to display it. To test: Before patch change the line in lib/mahara.php if (function_exists('posix_times')) { to if (!function_exists('posix_times')) { and make sure the 'perf_to_log' config option is set to true This will cause the errors we are trying to deal with to show up behatnotneeded Change-Id: If9610fa0eaf4c8bb036b21c1c75e10d828de7934 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
The help icons clickable area was being hidden. Removing the position relative seems to fix the problem and not cause any other issues. behatnotneeded Change-Id: Ib0ae7368c52ebdb952ba147f03e25ec3e4301d02 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
For the tag links at the top of a page behatnotneeded: styling Change-Id: Ie64809a434a9d2ce2c38afb9492ed652d6980910 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
When adding resume composite options behatnotneeded - this is more a UI thing Change-Id: I33d5fab50767b1adc753dee9a0124a04f0c087b3 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Nov, 2015 1 commit
-
-
Robert Lyon authored
-
- 14 Nov, 2015 4 commits
-
-
behatnotneeded Change-Id: Iffe40a00d119efca936a40500b762a625e5f348a
-
There were 2 Behat dir, blog and journal. I deleted Journal and placed all the tests in blog to match the code base. Change-Id: Ic283d6342286da1b9a385d2e6d193894972a8370
-
Robert Lyon authored
-
Robert Lyon authored
I thought it was only for the combination 'exact search' + 'search email' that was broken before but it turns out it was just for 'email' option regardless of 'exact search' or not. behatnotneeded Change-Id: I44a2fcd032a3a00deffd2959a01e727c3e396c8a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 13 Nov, 2015 1 commit
-
-
Liam Sharpe authored
behatnotneeded Change-Id: Ibc067c8f06fcd87a9aa38d129fc3acc0bbe68bb1
-
- 12 Nov, 2015 4 commits
-
-
Aaron Wells authored
-
Aaron Wells authored
-
Aaron Wells authored
-
Aaron Wells authored
-
- 11 Nov, 2015 1 commit
-
-
Pat Kira authored
behatnotneeded: styling only Change-Id: I5169ce5cd8e8ab70064d4008e7580e03beda7ce0
-