- 28 Nov, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I96afb57bba9e2c9195a6ae7b4f76cb1e9354ca72 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 Nov, 2017 1 commit
-
-
Done: Removed checks that user name is visible after login unless it's related to what's being tested. where possible added pages in background instead of manually deleted character_limit, forgot_password and create_group as content was covered in other tests. checked for other unnessesary "And I should see/ not see" steps fixed stuff I broke Change-Id: Ideaff604e49c6ca4b369bf96a3377e38d680d77d
-
- 26 Nov, 2017 3 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
- 23 Nov, 2017 2 commits
-
-
Rebecca Blundell authored
Test has been broken down into a scenario for each tab of the resume to see if this improves its reliability. Change-Id: I4494ccd75bee19dd34d1f9a7c5b1b98df66e086e
-
Robert Lyon authored
-
- 22 Nov, 2017 4 commits
-
-
Yuliya Bozhko authored
behatnotneeded Change-Id: Ic35bbc464ab2c9fa812d66e8e7adc5b71a6da7ba Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralearning.com>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
- 21 Nov, 2017 5 commits
-
-
Rebecca Blundell authored
changed test to test current pagination more accurately Change-Id: I850beb6e823c8ae7b970f7ae91b9bd5a7a63b9f4
-
Robert Lyon authored
Just tidying up html code - modern browsers compensate for it anyway behatnotneeded Change-Id: I4debac2fa2e9466182bb6397a57dca7d8d038182 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Don't try to delete the data of missing artefact plugins when upgrading. The user might want the data but be unable to get a matching version at the moment. behatnotneeded: DB upgrading Change-Id: I52dfec0d97a4bf36a96ca41823c8203f5abb8c73 Signed-off-by:
Nigel Cunningham <nigelc@catalyst-au.net>
-
Rebecca Blundell authored
Change-Id: Ib13466a77da692800141bfd27fad0de129cb74a7
-
Robert Lyon authored
-
- 20 Nov, 2017 13 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Rebecca Blundell authored
Work so far: added switch to deal with different possible steps that have css elements added some more css examples changed array of css locators to const changed const array back to array and use json en/decode as workaround to avoid globals made properties get_property function take an optional page location added an optional properties param to BehatNavigation i_expand_node_in_the added all used css elements replaced css elements with descriptions in tests replaced xpath elements with descriptions in tests To do: make the whole thing more user-friendly look at replacing scroll to steps too Change-Id: I83d8a96fc14701821b2e1cb37feb0900e1674f66
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
behatnotneeded Change-Id: Ie2450031b608cdcf6072b1793023668ab2ed0727
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Cecilia Vela Gurovic authored
In profile page, show address detail if defined in employment and education history blocktype Also improved the code for showing a url in 'Books' under 'Achievements'. behatnotneeded Change-Id: I9cda496a3ded0539226af31ad3d494e7a5da7871
-
- 19 Nov, 2017 2 commits
-
-
Ilya Tregubov authored
behatnotneeded Enables Mahara to save files to an external file system - object storage (such as AWS's S3) - which can reduce the cost of storage Change-Id: I76822612f2922ba0ef2a0b7a4efb9cd2b96979a6
-
Pramith Dayananda authored
fixed following: jQuery get user type from dropdown usertype_type the list does not work if no pagination needed behatnotneeded Change-Id: I2da46141bd3c12969ab5523b5c822cd85978b8e9
-
- 17 Nov, 2017 6 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Donot merge Done with the changes below search_users_by_share_pages.feature don't confirm login add pages in Background consider combining with the share_with_group.feature Change-Id: I96c4f56e93ebcac7073feb7a7b576c354be08494
-
Robert Lyon authored
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I12f79b49900f3a509de1ccf3e7776160ac7a8b00
-
Robert Lyon authored
-
- 16 Nov, 2017 3 commits
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I059485a45e60926e650e67d02e3582d0c9e327bc
-
Added new html custom filter to allow voki embed code with javascript tags. issue with the creation/edition of blocks: Voki embed code its a javascript code that loads js functions from a remote file and makes a call to a AC_Voki_Embed() function parameters: function AC_Voki_Embed (width, height, chsm, sc, transparent, bgcolor, returnFlag, playerType) The number of parameter makes the difference between old and new voki code. The old one will have only 7, the new one will have one more. The new embed code will have playerType = 1 The function uses an XMLHttpRequest to obtain the new embed code. When we are loading the page, there is no problem. But when we are editing or creating the block, the the connection with the object gets lost and the embed code is never loaded. Solution found: reload the page after editing or adding a block with new voki code. The old voki code can have returnFlag = 1 will return a string with the code returnFlag = 0 will load the embed code in the page (by default) In this last case, after the function creates the embed code, it will call document.write('embed code') if we are loading a page with the embed code, we have no problem but if we have the page already loaded and we are editing the block or creating it, the document.write will replace all the html with the embed code. Solution found: change parameter of the function so it returns the code instead, then manually add it in the correct place of the html. behatnotneeded Change-Id: Ieed00b6c6887715b707b8123082a1312f3db1d9c
-
Robert Lyon authored
-