- 20 Apr, 2016 1 commit
-
-
Robert Lyon authored
behatnotneeded - unable to test other languages Change-Id: I417b1b1bd8fd8dcddcd1c7277d2da83d2c3c6f8e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 31 Mar, 2016 2 commits
-
-
behatnotneeded Change-Id: I2484ca19a56ebf2e25345f86f596e7cc7c41c093 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded Change-Id: I4205f8fa54fbd50a43b8cd649ad34a82ddc1c1c1
-
- 29 Mar, 2016 2 commits
-
-
Robert Lyon authored
The 'tag' pieform element will now become a wrapper for the autocomplete one - rather than using the 'autocomplete' element directly - so that we can centeralise how the tags field is generated and avoid having to duplicate setup code. Todo: need to get the select2 behat test to do ajax search Change-Id: I795969f2411ed5a088103398460e6ac135015319 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
This is a slimmer / stripped down system for doing jquery ratings. Instead of relying on styling radio buttons it relies on bootstrap glyphs and a hidden input field. The code is also controlled by a pieform element See lib/form/elements/ratings.php for more info about that part It also has some new settings in the Extensions -> artefact -> comment config form. They include settign the colour for the star icon, or using a different icon, eg hearts/thumbs up, and the number of ratings to show (3 - 12) behatnotneeded Change-Id: Ibf529efcb9a665c9f303242ed12d0c7b3dee2356 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 23 Mar, 2016 3 commits
-
-
behatnotneeded - should be covered by existing tests Change-Id: Ia4592c9bd261c978dc911999e81f906fa0b13450
-
Bug 1558361 Change-Id: Ifb0dba0d91a0ea2ba2b2dfc2daeda39b679c0397
-
Bug 1558361 behatnotneeded Change-Id: Idc139a671137cbde6958fdc8406bc56f8c395f08
-
- 22 Mar, 2016 2 commits
-
-
Son Nguyen authored
behatnotneeded Change-Id: I9c0c82dd9c788bcab1ec1efb6cd1a2cba688e887
-
Robert Lyon authored
This version simplifies how we deal with cookie consent All a user has to do is acknowledge that they understand that the site uses cookies and if they want to know more they can follow the link to the cookie policy of the site. Change-Id: I8a757cb09487167b0bc655d75c3625a0e1d7d0d7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Mar, 2016 2 commits
-
-
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>
-
Robert Lyon authored
To make this similar to PAGEHEADING / TITLE for consistency This allows the for it to display when an AccessDeniedException is thrown. Also fixing up where the PAGEHEADING / SUBSECTIONHEADING were set in the wrong order. behatnotneeded - existing tests should be fine Change-Id: Ife016639aa8f444e6d3f3183e3753cd9f8e9aae4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 20 Mar, 2016 1 commit
-
-
Robert Lyon authored
Because if we have a latest pages block but no group pages listed then the template will not initially compile as there has been no call to require lib/group.php Actually we should avoid having non basic function calls in the template so I'll move all instances of group_homepage_url() in templates out to the php that generates the data. behatnotneeded Change-Id: Ia804fee854418e7b3b3620c998f2219a0b0d6f25 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 18 Mar, 2016 1 commit
-
-
Pat Kira authored
behatnotneeded Change-Id: I6c59b9bb13384f0a4cdf71d1ab82fb219a9137ee
-
- 17 Mar, 2016 1 commit
-
-
Robert Lyon authored
There was a setting to stop the login link (top right) from showing if there were sidebars on logged out homepage. This became a problem if the login box was turned off (not counted as a sidebar block for some reason) via $cfg->showloginsideblock = false; But the top right login link should always show when logged out whether a sidebar is in play or not. behatnotneeded Change-Id: I8d6c1916f165285afb1f0210a0ae9b364f3a7a4f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 13 Mar, 2016 1 commit
-
-
When 'Staff report access' is set to 'no'. This is due to the column being built from both the 'select' and 'icon' part of the $cols array. So need to pass in a mostly blank 'select' column info rather than unset it. Also fixed up the missing right side line on button when viewing page as staff with 'Staff report access' set to 'yes' behatnotneeded Change-Id: I97d77f0dc136967efa16945114bcd990e49754d0 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 08 Mar, 2016 1 commit
-
-
Kristina Hoeppner authored
behatnotneeded Change-Id: Ia7d8770536169703ef5bfc77e3e0dcb46e21dfcb
-
- 02 Mar, 2016 2 commits
-
-
Robert Lyon authored
So that skins display correctly behatnotneeded - just style changes Change-Id: I7b8244343745a9ef9df6f582feb68503c536a148 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded Change-Id: I03788cc684c28d36c921fe414cc93d511a8d4eab
-
- 01 Mar, 2016 1 commit
-
-
Bug1519976 behatnotneeded Change-Id: I4c582239405cb7a4d2b96144e0dd4aa63ced28c1
-
- 29 Feb, 2016 1 commit
-
-
Also changed table into DIV's behatnotneeded Change-Id: Ie2145e43d59a4afcf9f72bc13990aa0bba539d0c
-
- 28 Feb, 2016 1 commit
-
-
This prevents an infinite loop caused by an error in a ajax block causing error.tpl to be rendered, which causes block.js to get loaded, which causes a new ajax request for all the ajax blocks, which causes error.tpl to be rendered, etc. Also moving this JS file out of the theme directory and into the /js directory, because it's core, not theme. behatnotneeded: Can't test error state via Behat Change-Id: Idc83002dbf5cb8af36d9d33e916da2bdfa5a308f
-
- 24 Feb, 2016 1 commit
-
-
Robert Lyon authored
So it can show a '- deprecated' message next tothe plugin on the admin/extensions page. Could be useful if other plugins become obsolete also behatnotneeded Change-Id: If1679e140253213f4e48d6916ed33152acc870da Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Feb, 2016 1 commit
-
-
Also added the chevron icon spin so to indicate if item is expanded or not behatnotneeded Change-Id: I3eaa5d1fa22730abbb4c8ce1dab6a1b1b0bccb9c
-
- 08 Feb, 2016 1 commit
-
-
Liam Sharpe authored
Added padding to the block to keep the tex out from under the profile picture. Tested in German language behatnotneeded Change-Id: I97fd497cf7121ef95e3e01c7306d6e4fb8843a6b
-
- 03 Feb, 2016 2 commits
-
-
behatnotneeded Change-Id: Ibab6aebee4f94578d8943d0d8e037a58f3298e5d
-
Aaron Wells authored
Change-Id: Ib0de08d1ed51baa1f5e58ec1b805eacf034bb541
-
- 02 Feb, 2016 1 commit
-
-
Comprises two fixes: 1. Icon in profile sidebar next to the Moodle instance's name 2. Mentioning of the Moodle instance in the "Online users" sidebar behatnotneeded Change-Id: I3c1c09df9156834dc79313b8c30e5264dda2e6ad
-
- 01 Feb, 2016 4 commits
-
-
behatnotneeded Change-Id: Ie98997d5e453efcb09e197e84e65549e4443ab1f
-
behatnotneeded Change-Id: Ieea780e3903290576ccee47c627a1fea8de4164b
-
Robert Lyon authored
For the non-title columns behatnotneeded Change-Id: I6bce5acf674ca02392300738f152d5f653bfa0e6 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Liam Sharpe authored
behatnotneeded Change-Id: I3f6c0e59347a817cbe62c752237edd76da4f6ad6
-
- 26 Jan, 2016 1 commit
-
-
Liam Sharpe authored
NOTE: Does not include the fix for: "2. All columns should be sortable, but it doesn't work properly for me. I could only get the first column under "Pages shared with this group" to sort and that sorted also "Pages owned by this group"." behatnotneeded Change-Id: If043d94dab3d52fea7c8d1e70910d6e5bd45a41b
-
- 25 Jan, 2016 1 commit
-
-
behatnotneeded added sr-only text containing the group name and the purpose of the button e.g. Edit "<groupname>" settings Change-Id: If27914bebf076b4f404c990363ceb9822c83ad37
-
- 20 Jan, 2016 2 commits
-
-
behatnotneeded Bug #1529727 Change-Id: I69341e50096e590d738196cff248097b5c95c89b
-
behatnotneeded In bug 1529714, a new tag called tag-action-description has been made in edittags.tpl, and has been given the properties of description text, and margins to give it good spacing in _tags.scss. Changed the tabs to spaces in _tags.scss Change-Id: Ia4836bf185c2021399b28a454b35d4cbb534acf2
-
- 08 Jan, 2016 1 commit
-
-
Pat Kira authored
behatnotneeded: styling only Change-Id: I7b0489e03aa9fcbcbd568249cac2a5a84e138bbc
-
- 29 Dec, 2015 1 commit
-
-
Kristina Hoeppner authored
It didn't need a colon but quotation marks. behatnotneeded Change-Id: If44ca18d53b9ca4f8ce7527b405ac4de45a667f5 Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
- 16 Dec, 2015 2 commits
-
-
behatnotneeded Change-Id: I39faf88ac8932891a704868f5282a5794ae1387d
-
behatnotneeded Change-Id: I536f7d4ab8bd96d653e0ae3bba635437f0d2c17c
-