- 08 Sep, 2015 2 commits
-
-
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 3 commits
-
-
Jono Mingard authored
-
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>
-
Robert Lyon authored
-
- 03 Sep, 2015 4 commits
-
-
Robert Lyon authored
* changes: Add a site default portfolio page. Bug 1488255. Fix the step I click on "button or link" in "Text" row
-
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 6 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
-
Son Nguyen authored
-
Jinelle Foley-Barnes authored
I have changed the formatting of this test to tidy it up Change-Id: I896eb4f7278b6e4419b543af261d355c54b6df0d
-
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
-
Son Nguyen authored
-
- 01 Sep, 2015 4 commits
-
-
Son Nguyen authored
when testing threaded comments Change-Id: Ib733133e737d2a1c13edecc6e56dd0455ad95924
-
Son Nguyen authored
-
Pat Kira authored
behatnotneeded - styling only Change-Id: Ibc22bd6be7438634ae02aac6026a21db4bc3cf66
-
Jen Zajac authored
behatnotneeded Change-Id: Ie9598feab59343fc098db1ce5ccb3eb874172d4e
-
- 31 Aug, 2015 1 commit
-
-
Son Nguyen authored
-
- 30 Aug, 2015 2 commits
-
-
Son Nguyen authored
-
Son Nguyen authored
-
- 28 Aug, 2015 1 commit
-
-
Son Nguyen authored
-
- 27 Aug, 2015 4 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
-
Son Nguyen authored
* changes: Bug 1487222: Loading spinner problem with TinyMCE imagebrowser Bug 1487922: do the loading spinner in non .gif way
-
Son Nguyen authored
-
- 26 Aug, 2015 5 commits
-
-
Son Nguyen authored
* changes: Added word wrap to the username, styled external auth method - Bug #1465107 User account settings page styling - Bug #1465107
-
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
-