Daniel Thee Roperto
9bac677826
MDL-56250 forms library: Changed form to validate once per object.
...
If two instances of moodleforms are validated in the same run, most
likely a phpunit test run, it would store the first validation result.
Now it stores the validation result per instance, not for all instances.
2016-10-21 10:41:23 +11:00
Eloy Lafuente (stronk7)
eb8323829c
Merge branch 'wip-mdl-56369-m31' of https://github.com/rajeshtaneja/moodle into MOODLE_31_STABLE
2016-10-18 01:33:11 +02:00
acorbier
6bed8d49b6
MDL-56369 behat: Updated comment for i_look_for_exceptions
...
After upgrade to Behat 3.x, i_look_for_exception is called from
Moodle\BehatExtension\EventDispatcher\Tester\ChainedStepTester
2016-10-14 13:25:16 +08:00
Andrew Nicols
88e3401109
MDL-56316 tests: Ensure consistent assertion count
2016-10-07 14:46:16 +08:00
Dan Poltawski
f1cfb0d949
Merge branch 'MDL-55944_31' of https://github.com/mr-russ/moodle into MOODLE_31_STABLE
2016-09-19 11:28:40 +01:00
Russell Smith
6f38fa71a6
MDL-55602 session: Add redis handler with locking.
...
Backport of MDL-54606
2016-09-16 08:13:35 -07:00
Russell Smith
e4439947ac
MDL-55944 testing: Reduce sleep usage.
...
Remove sleep() and replace with waiting for a second to roll over,
this results in a simpler call the guarantee time() has moved forward
2016-09-14 09:50:32 +10:00
Marina Glancy
9135f6347e
MDL-55864 general: fix PHP7.1 strict warnings
2016-09-13 15:24:34 +01:00
Eloy Lafuente (stronk7)
b60bd5b7d0
Merge branch 'MDL-55237_31' of git://github.com/dmonllao/moodle into MOODLE_31_STABLE
2016-08-30 12:54:53 +02:00
Marina Glancy
0e611051a9
MDL-55581 htmlpurifier: test for attributes in video tag
2016-08-30 13:49:51 +08:00
David Monllao
0783a94d3e
MDL-55237 core_component: Fix last namespace level matching
...
Thanks to Andreas Grabs for proposing a fix.
2016-08-30 11:16:20 +08:00
Marina Glancy
28108d5e08
MDL-55581 htmlpurifier: allow track tag in videos and audios
2016-08-29 13:26:14 +08:00
David Monllao
954881c187
Merge branch 'MDL-55385_31_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_31_STABLE
2016-08-24 08:24:42 +08:00
Dan Poltawski
868acab35c
Merge branch 'MDL-55628-m31' of https://github.com/sammarshallou/moodle into MOODLE_31_STABLE
2016-08-23 15:48:11 +01:00
Dan Poltawski
1e5edb62a0
MDL-55423 tests: remove non-cross-db testcase
...
This isn't used in moodle core and is problematic on oracle, don't test
it.
2016-08-23 12:37:24 +01:00
Mark Johnson
9f95b657e2
MDL-55385 output: Support non-integer output_buffering values
2016-08-23 11:22:57 +01:00
Dan Poltawski
db10a07def
Merge branch 'wip-mdl-46514-m31' of https://github.com/rajeshtaneja/moodle into MOODLE_31_STABLE
2016-08-23 08:59:41 +01:00
Rajesh Taneja
f7a8bc6378
MDL-46514 behat: Delete tablesupdatedbyscenario before suite
...
Delete tablesupdatedbyscenario before db reset to ensure
db is fully reset. In case user exits or process terminated
then the file will be left and can lead to wrong results
2016-08-23 15:19:29 +08:00
sam marshall
3226f39671
MDL-55628 Completion: Use simpledata for completion cache
...
The completion cache is currently not marked as simpledata. On the
course page it is frequently retrieved hundreds of times which results
in many calls to the slow unserialize function. By making a slight
change to the data format (using arrays instead of objects) we can
mark it as simpledata, which will avoid using unserialize.
2016-08-22 17:15:09 +01:00
Dan Poltawski
2f46fadb78
Merge branch 'MDL-55273-cookie-secure-default-MOODLE_31_STABLE' of https://github.com/brendanheywood/moodle into MOODLE_31_STABLE
2016-08-22 15:25:38 +01:00
Dan Poltawski
64227b4233
Merge branch 'MDL_55423_31' of https://github.com/alexandru-elisei/moodle into MOODLE_31_STABLE
2016-08-22 09:57:21 +01:00
Adrian Greeve
2a6404aa68
MDL-22183 lib: More unit tests for next day start.
2016-08-18 10:21:06 +08:00
Adrian Greeve
42490916b4
MDL-22183 lib: Time settings removed for stats cron.
...
Old settings that should be ignored have been removed from the
statistics cron code.
2016-08-18 10:20:31 +08:00
Alexandru Elisei
e8d84901ca
MDL-55423 accesslib: Prevent get_role_users() false debugging messages
2016-08-17 20:39:40 +03:00
Andrew Nicols
b4b46d838d
Merge branch 'MDL-55272-31' of https://github.com/mr-russ/moodle into MOODLE_31_STABLE
2016-08-16 15:10:06 +08:00
Brendan Heywood
5c2e284ac5
MDL-55273 admin: Change $CFG->cookiesecure default to on
2016-08-16 13:35:47 +10:00
Russell Smith
ffd1a26a0b
MDL-55272 lib: Allow random_bytes() to return large values.
...
PHP has a recursion limit and random_bytes on PHP5.6 without openssl
will error if sent a large value. Using a loop has lower overhead than
recursion as well.
2016-08-16 12:15:04 +10:00
Andrew Nicols
aab047089d
MDL-54647 tests: Clarify unoconv tests
2016-08-16 08:18:39 +08:00
Andrew Nicols
31b0497988
Merge branch 'MDL-54647-31' of git://github.com/damyon/moodle into MOODLE_31_STABLE
2016-08-16 08:18:30 +08:00
Damyon Wiese
6659c61d2c
MDL-54647 tests: Reverse order of expected and actual
2016-08-15 16:34:59 +08:00
Damyon Wiese
e9365f3e44
MDL-54647 file_storage: Redo the test pdf every time it's viewed
2016-08-15 16:34:58 +08:00
Andrew Nicols
39bb6831fc
Merge branch 'wip-mdl-55329-m31' of https://github.com/rajeshtaneja/moodle into MOODLE_31_STABLE
2016-08-09 14:27:49 +08:00
Dan Poltawski
50b5467ba1
Merge branch 'wip-MDL-55418-m31' of https://github.com/marinaglancy/moodle into MOODLE_31_STABLE
2016-08-08 10:33:45 +01:00
Rajesh Taneja
ab70395d0b
MDL-54656 behat: Skip test if db family is not mysql or postgres
2016-08-04 08:47:04 +08:00
Marina Glancy
174b641661
MDL-55418 behat: correct exception class name
2016-08-03 09:17:52 +08:00
Dan Poltawski
ad4fbd423f
MDL-54847 tests: fix unused var
2016-08-02 20:13:56 +01:00
Cameron Ball
2c18b1321e
MDL-54847 weblib: Test media attributes individually
2016-08-02 20:13:49 +01:00
Cameron Ball
469aa911c1
MDL-54847 weblib: Support basic HTML media tags
2016-08-02 15:54:56 +08:00
Rajesh Taneja
85f20080a0
MDL-55329 behat: PyStrings should end with : (colon)
2016-07-27 07:02:09 +08:00
Eloy Lafuente (stronk7)
3ca9d711e1
Merge branch 'wip-mdl-55258-m31' of https://github.com/rajeshtaneja/moodle into MOODLE_31_STABLE
2016-07-19 12:13:10 +02:00
Rajesh Taneja
695df07228
MDL-55258 behat: Set focus on button before clicking it
...
Set the focus on button to ensure it is in
viewport before clicking on it.
2016-07-19 10:40:55 +08:00
Rajesh Taneja
5adea0017f
MDL-55174 core_tests: Use proper itemid while creating file
2016-07-18 10:30:05 +08:00
David Monllao
a59d8bfdcb
Merge branch 'MDL-55133-31' of git://github.com/damyon/moodle into MOODLE_31_STABLE
2016-07-12 13:16:40 +02:00
David Monllao
c4312f0ac7
Merge branch 'wip-MDL-55107-31' of git://github.com/abgreeve/moodle into MOODLE_31_STABLE
2016-07-12 13:03:30 +02:00
Dan Poltawski
9770f74eda
Merge branch 'MDL-47371-31' of git://github.com/cameron1729/moodle into MOODLE_31_STABLE
2016-07-12 10:14:29 +01:00
Dan Poltawski
3e159646ad
Merge branch 'MDL-55007-m31' of https://github.com/dthies/moodle into MOODLE_31_STABLE
2016-07-12 09:21:06 +01:00
Adrian Greeve
0173297438
MDL-55107 gradebook: Unit tests for the new setting check.
2016-07-12 13:33:04 +08:00
Cameron Ball
cbc6b9f475
MDL-47371 weblib: Add option to disable escaping
2016-07-12 10:33:58 +08:00
Daniel Thies
0b2b9e21dc
MDL-55007 filter_mathjaxloader: Change unit test
2016-07-07 20:23:26 -05:00
Andrew Nicols
6416b84bd6
Merge branch 'MDL-54869-31' of git://github.com/jleyva/moodle into MOODLE_31_STABLE
2016-07-07 10:48:48 +08:00