- 08 Sep, 2015 3 commits
-
-
Change-Id: If769d9825305fe40acc97f047a94425baa549bf9 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: I2d1998a46901d613cd0bf3635d30948eec725e02 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Task no. 22600 Evonne's request - Add class to inpage submenu behatnotneeded: styling only Change-Id: I8c855374b25454bd6e5b5a7f03633e4e026e9912
-
- 07 Sep, 2015 2 commits
-
-
Pat Kira authored
Minor fixes - style login panel, display block without content, remove some styling on block heading, remove get link function for wall block it was duplicated Style SSO and Persona login buttons behatnotneeded: styling only Task 22787, 23057, 22661 Change-Id: I280947a17727eb1518551bfbb8ad05a0fb2fea80
-
Robert Lyon authored
All the others use 'Website' and 'Source' is used in other places to indicate where a fix patch/commit came from. Change-Id: I788faa2679afceae9d0749e84e583cfe7072937d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 04 Sep, 2015 1 commit
-
-
Jono Mingard authored
Dropdown menus now show when they have the 'open' class as well as on hover, and the dropdown navigation script has been updated to use the new menu bar classes (and with better code style) behatnotneeded: doesn't seem to be any good way to fire specific keyboard events at the page in order to test this Change-Id: I1bf17183c0510914f16ada7299cfddd6ce29e907 Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
- 03 Sep, 2015 3 commits
-
-
Remove fontawesome from mahara theme as it inherit from raw Change-Id: Ia80d859a14b8a624f523cad7ba677101a872b6b6 behatnotneeded: styling only
-
Jono Mingard authored
Screen readers should now read "Close help" when the button is focused. behatnotneeded Change-Id: I48b804f4587aa252b402a13f14724dcaacdd9959
-
Son Nguyen authored
- Use the default page as a template when users create a new page. Change-Id: I58a1dbf962358fa469ee3ddb3525110cba738f0b
-
- 02 Sep, 2015 3 commits
-
-
Pat Kira authored
Minor fixes: make user search wider Add class to add member button task no. 22808, 22781, 22904 behatnotneeded - Styling only Change-Id: Id0d6d0533c28b274cf8670e2c3a8719e1eb4250f
-
Jono Mingard authored
Specifically adds focus management to the "Add" button, since this is a Bootstrap issue and not a pieforms-related one behatnotneeded Change-Id: Ic1567f2d415684c34803f437f227ad33c3582da0
-
Liam Sharpe authored
behatnotneeded Change-Id: I338cb3ed90f080e7b49de2b9aa73871d2ad4a3e2
-
- 01 Sep, 2015 2 commits
- 27 Aug, 2015 2 commits
-
-
Jono Mingard authored
(Bug #1482469) Added aria-hidden to recommend to screen readers that they should hide the link, and accessible text in case they don't. behatnotneeded Change-Id: I22dacc30dc83d11149c34902ad3eaac6cc2c20ed
-
Jono Mingard authored
Since "Collections" is selected by default its ARIA attributes should reflect that. behatnotneeded Change-Id: I64885530585ea3fb400949c99992139bf828d971
-
- 26 Aug, 2015 4 commits
-
-
Son Nguyen authored
behatnotneeded: No behat test for this behat step fixing Change-Id: I172acc8686e575ea9921a43aa8c5d9713537c0cb
-
Aaron Wells authored
The old code passes every value from the form into email_user(), which has wound up causing problems because email_user() thinks $user->id refers to the user's ID, but in our case id refers to the usr_registration record. (There is no user created yet at this point) behatnotneeded: No infrastructure to test email yet Change-Id: I0d862c2d1b2fdba5d5a1dc0068ce594207ecace9
-
Liam Sharpe authored
behatnotneeded Change-Id: I3284e09c4277385eec27b176e8f18f1024d6c536
-
Liam Sharpe authored
behatnotneeded Change-Id: I2fdce51d18e81fd08d96c35df9ddb1de2d9694c0
-
- 25 Aug, 2015 2 commits
-
-
Pat Kira authored
Fix tinymce imagebrowser won't scroll bug Change-Id: Ib5f626636e2eb504c85f223aed61c8e5151ab0dd behatnotneeded: styling only
-
Robert Lyon authored
Change-Id: Ifda5e0fc2dd357069472b560c2674bbd5b02ebf1 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Aug, 2015 4 commits
-
-
behatnotneeded Change-Id: I78a04afe5face76730dbd463facd5b7570ee2a39
-
Robert Lyon authored
behatnotneeded: is a style change When you submit the form after uploading an image it removes the form completely from the DOM so that the functions formStopProcessing() and processingStop() never get to trigger. I've added a processingStop() to the imagebrowser code directly - this should be fine as mahara.js is called on every page so the function will be presesnt. Change-Id: I2ef6b44885e75c6f032557adacd920efbf4b1aa2 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
behatnotneeded: is a style change Change-Id: Ieb4d965f166c54be23f3f81d47343c56753fcfe6 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded: styling only Minor fixes on styling of btn-group and btn Change-Id: I22de98e7f36a7e5f348c1547aa09a765fa442785
-
- 21 Aug, 2015 4 commits
-
-
behatnotneeded Change-Id: I8347fafbb5c6fc6ec629534d56b388a7a332b1bc
-
behatnotneeded: styling fixes Change-Id: I45021de15c8081a1270efcb942eb0e9a92006274
-
Jono Mingard authored
eg. in Group settings, the "Start date" and "End date" checkbox labels now read "Set date: Start date" and "Set date: End date" behatnotneeded Change-Id: I447f875ce308808d509afe6bfafadee74f11d6a8
-
Jono Mingard authored
Modify the accessible "Position block" dialog to use a normal bootstrap modal (instead of a docked modal) - this removes the infinite loading spinner and fixes focus management issues. behatnotneeded Change-Id: Idebd9304ad33a7ffc9d409cb728ad24d1facc514
-
- 20 Aug, 2015 3 commits
-
-
Yuliya Bozhko authored
behatnotneeded Change-Id: I22710f30703aa8e8d0c33fe38199c87a796c3622 Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
Jen Zajac authored
behatnotneeded Change-Id: Ic2ec9d28abcb742c0c3e9278d115d8fee65f50ab
-
Jono Mingard authored
Fixing bug #1482458 requires modifying the library, so the full JS file needs to be included instead of the minified version. behatnotneeded Change-Id: Iededf7ce7cbc5abff8cede2e1c2e04f28ca1a7b0
-
- 19 Aug, 2015 1 commit
-
-
Robert Lyon authored
As there are a few possible pieform forms that could be returned behatnotneeded Change-Id: If821842c578116b36a3d1f0560ea15e8b2177a7b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 18 Aug, 2015 6 commits
-
-
Robert Lyon authored
Supressing form error and styling the error message / form button behatnotneeded Change-Id: I4d627bcd45afc028cd0b85159f5c57e2a5037709 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
Change-Id: Ie3254cc86db14d704b293aa6f64053360b5db8fe
-
Robert Lyon authored
When adding journals / journal entries on the site / institution level. behatnotneeded Change-Id: Ia32aee512ab8fb7554298acf4bc533c35e04c767 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
This patch should do the following: Add a new site / institution menu item called 'Journals' Allow an institution to add Journals An admin can add entries to the journal A newly created user can get a copy of the journal Change-Id: I1fc424824fefe548d253e4c55d234ac3456484a8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: Ic2d3d14602aba6827a2776eacfb8707f19b41c12 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
I had used the script in the first patches for the new plugin but it got obsolete when I changed the recipients list to be rendered with the autocomplete box Change-Id: Ic3abfb06f29708097134d2ab2efed4397ad01b8e Signed-off-by:
Tobias Zeuch <tobias.zeuch@rwth-aachen.de>
-