- 05 May, 2015 1 commit
-
-
Eduardo Schicker authored
Change-Id: I367a1ca31274c23a129435c34dd18077f1db35cf Signed-off-by:
Jinelle Foley-Barnes <jinelleb@catalyst.net.nz>
-
- 04 May, 2015 10 commits
-
-
Robert Lyon authored
Fixing problem where user can't click the topic link and get to the topic Change-Id: If2d5f60a5a80c84a889962242e4a1bc5eb890cff Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
-
Son Nguyen authored
* changes: Changing moodle specific behat_base to mahara specific BehatBase Render social profile block with block owner's data (Bug #1448948)
-
Son Nguyen authored
-
Son Nguyen authored
* changes: Adding a label for the forum topic list checkbox (Bug #1426983) Adding ability to fill in a tinymce form (Bug #1447449)
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
So that behat can find it and manipulate it Change-Id: I4a4093cb5273285706f664f3de13ab26d4cf9c8e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: I54d06c5201a87e5e6edbd6f9d1134b53b44a30d9 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 03 May, 2015 3 commits
-
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
- 01 May, 2015 3 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
This will help us better identify problems when upgrading sites and also allow the community to post more helpful info about their problems. Currently patch has only the info I used to help debug a site I was trying to upgrade from 1.9 -> 15.04 Change-Id: I4918e2e76477028d1bef338d84e662d367378020 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
-
- 30 Apr, 2015 1 commit
-
-
Aaron Wells authored
Bug 1447865 Change-Id: Ia4b09ff1bf379421f1fc1b77de07d86353569452
-
- 29 Apr, 2015 4 commits
-
-
Robert Lyon authored
On previewing a collection the greyed out overlay gets added each time you click a collection page tab - it should only be added once. Change-Id: Iebbd4a333438d629d252366a542981fbf2cf2fd6 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
So that it works similar to how the add social profile page works Change-Id: I55816577ccc7b2b5f242d09408dcc6ebae88a65a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Bug #1449334 There are a few places that try to access the BehatBase constants via using behat_base but that is not correct. Also the way we access get_option_xpath is slightly different to the way moodle now does it Change-Id: I5fea9db5f135e4808af08ee83da1e9c58d09feca Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: I06bebb5c455fd44514e7f6fb733e8bc0a1559181 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 28 Apr, 2015 9 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
Change-Id: I51e835653670a6fb1643aed9871a31ff39dcaafa Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
It was incorrectly rendering it with current user's data. Also fixed a problem with facebook social profile - if one didn't add full url it will now append facebook domain to string Change-Id: Ia8b82b054d26afa7b3d0d074b5d9d97ab3f8c762 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
-
- 27 Apr, 2015 1 commit
-
-
Son Nguyen authored
-
- 23 Apr, 2015 8 commits
-
-
Change-Id: Id127f4256d9419a65b38a78e4f610bc5119901ed
-
Robert Lyon authored
-
Jinelle Foley-Barnes authored
This is a behat test for bug (Bug 1424512) so it is dependent of that fix. Also depended on the General node being able to expand (Bug 1407854) Change-Id: I07112335965e44d9e80370bc0b3856d1cf38184d
-
Eduardo Schicker authored
This test needs to be able to expand nodes. Block titles needs to be able to be clicked somehow that's human readable if possible. Change-Id: Ib79a4916b72643836fa7e43e558671c3b97324ad
-
Robert Lyon authored
This is because the selenium gets confused by having two 'save' buttons on the page, as the 'addblock' one gets hidden but still exists Change-Id: Ieef1c583fa0f4ea5381ba931ab12f116556740cf Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: Iee5110eb9ffb9bcb1a6dbbcdfa1b8a43891db93e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
Bug 1446036 Change-Id: I7f59b8c295a2ba6c2ffeca7bdab8899fef09bb0f
-
Nigel Cunningham authored
On the basis of my profiling and testing over the last week, all of the scripts affected by this patch don't need their raise_memory_limit calls. Ensure_sanity currently sets the memory limit to 128MB, which has been seen to be more than sufficient for each of these use cases. Tests have involved at least 1000 records being imported in each case, and sometimes as many as 20,000. I would have liked to have tested with some really full profiles (eg lots of pictures and content), but am satisfied that there's enough margin to cover those cases. In any case, such files are often handled using external apps and therefore won't be counted toward PHP's memory use anyway. Finally, the limit can easily be increased by the user if necessary for a particular case. Change-Id: Ifecc83fd47da51268bae6cbd6960735eb91f9403 Signed-off-by:
Nigel Cunningham <nigelc@catalyst-au.net>
-