- 07 Dec, 2017 3 commits
-
-
Ghada El-Zoghbi authored
Forgot to wrap the table name event_log with curly brackets. Sponsored by Australian National University behatnotneeded Change-Id: Ia598632b1f0ae177fe646312ea5c2b38a9e83d51
-
Cecilia Vela Gurovic authored
-
Robert Lyon authored
-
- 06 Dec, 2017 1 commit
-
-
Robert Lyon authored
-
- 04 Dec, 2017 1 commit
-
-
Ghada El-Zoghbi authored
Several issues resolved: 1. The event_log.time column has been removed and replaced by ctime. The handl_event() call is using the new column even though the new column has not been created yet in the upgrade script. Therefore, include both columns in the event handling. 2. The 'deleteartefacts' event stores multiple artefact IDs in the one event_log record. Therefore, there is not a one-to-one relationship when converting the record to the new format. Ignore the record when setting the resourceid and resourcetype. 3. In the 'saveartefact' and 'deleteartefact' events, not all of the event_log records have 'id' and 'artefact'. Ignore setting the resourceid and resourcetype fields when the data is not available. 4. For newer versions of Postgres and MySql, utilise the json dattype to convert the data held in the event_log.data column. This will speed up the processing of the table for sites with large data in the event_log table. Sponsored by Australian National University behatnotneeded Change-Id: If068dac825b9cef6301cd970f0a368124a67b3f1
-
- 30 Nov, 2017 4 commits
-
-
Cecilia Vela Gurovic authored
-
Cecilia Vela Gurovic authored
-
Cecilia Vela Gurovic authored
-
Robert Lyon authored
Merge "Bug 1735027: Work around for when inbuilt Number.isInteger is not defined, eg Internet Explorer 11 "
-
- 29 Nov, 2017 6 commits
-
-
Cecilia Vela Gurovic authored
See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isInteger behatnotneeded Change-Id: I2c1b77676e603394ce1a12a88f5d763e40ad5826
-
Robert Lyon authored
In the elasticsearch results page when using the search box on that page behatnotneeded Change-Id: I1b6fa028c5456623dd656b99b0263ed9a28748dd Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
So we can search for 'Zealand' insdead of 'nz' and get country profile result and the country profile field shows 'New Zealand' instead of 'nz' behatnotneeded Change-Id: Id17a645f176653482346635aa6ace879e9a33063 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Fixing some mistakes from Bug 1514647 where we forgot to update the Country class, which is used as part of the import/export leap2A process Also adjusting getoptions_country() so that it fetches the 2 char codes from the Country class rather than repeating code. behatnotneeded Change-Id: I901e6a1827da31fbdbb1ac4c9fb8e46b247b5dc2 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Cecilia Vela Gurovic authored
-
Cecilia Vela Gurovic authored
-
- 28 Nov, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I96403632112a806849dd0f59940092a55d546106 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 4 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
The USER object will have id = 0 when a user is logged out It should never end up in the usr_session table. This patch stops that from happening and also ignores usr = 0 insession table with setting up auth as well. behatnotneeded Change-Id: I0ba7afe0d21ae822daf8895af943f41048ba82b7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
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 8 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
-