Brendan Heywood
657ddbf592
MDL-55273 admin: Change $CFG->cookiesecure default to on
2016-08-22 09:20:32 +10:00
Rajesh Taneja
39eb8abe15
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-19 06:46:27 +08:00
Adrian Greeve
3b873397e6
MDL-22183 lib: More unit tests for next day start.
2016-08-18 10:13:31 +08:00
Adrian Greeve
4ae0691169
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:13:31 +08:00
Alexandru Elisei
03856ac5e8
MDL-55423 accesslib: Prevent get_role_users() false debugging messages
2016-08-17 20:43:39 +03:00
Andrew Nicols
b4bb1e65dc
Merge branch 'MDL-55445-master-2nd' of git://github.com/FMCorz/moodle
2016-08-17 11:25:24 +08:00
Andrew Nicols
9d8a3055c0
Merge branch 'MDL-55272' of https://github.com/mr-russ/moodle
2016-08-16 14:55:49 +08:00
Russell Smith
6a3acc84de
MDL-55272 lib: Improve test course create performance
...
Use core functions that are faster for test file creation.
To support large requests for hashes, the core hash function
must support large hashes without recursion. PHP has a default
recursion depth of 100 and long hashes don't support this.
Remove transactions as they create performance problems for larger
courses and doesn't introduce significant benefit for developers.
Performance changes meant the times were much faster, a reasonable
guess was taken on performance of an average machine.
2016-08-16 12:00:21 +10:00
Andrew Nicols
e144182592
MDL-54647 tests: Clarify unoconv tests
2016-08-16 08:11:13 +08:00
Andrew Nicols
0a0eaa7dfc
Merge branch 'MDL-54647-master' of git://github.com/damyon/moodle
2016-08-16 08:01:47 +08:00
Damyon Wiese
36ba9c3e76
MDL-54647 tests: Reverse order of expected and actual
2016-08-15 16:34:11 +08:00
Damyon Wiese
300852ee30
MDL-54647 file_storage: Redo the test pdf every time it's viewed
2016-08-15 16:32:21 +08:00
Frederic Massart
92b9ef9917
MDL-55445 gdlib: Support for resizing an image
2016-08-15 10:54:28 +08:00
Dan Poltawski
6259952eb2
Merge branch 'MDL-54606' of https://github.com/mr-russ/moodle
2016-08-09 09:32:46 +01:00
Andrew Nicols
5fa90114d7
MDL-55329 behat: Correct typo
2016-08-09 14:41:22 +08:00
Andrew Nicols
8173c3ef7f
Merge branch 'wip-mdl-55329' of https://github.com/rajeshtaneja/moodle
2016-08-09 14:26:09 +08:00
Rajesh Taneja
e259795c4f
MDL-55329 behat: PyStrings should end with : (colon)
2016-08-09 14:22:21 +08:00
Andrew Nicols
a5aa1b6b00
Merge branch 'MDL-53016-master' of https://github.com/xow/moodle
2016-08-09 11:41:09 +08:00
Dan Poltawski
0c4ccf73d9
Merge branch 'wip-MDL-55418-master' of https://github.com/marinaglancy/moodle
2016-08-08 10:33:46 +01:00
John Okely
64f631c128
MDL-53016 classloader: Load PSR-0 and PSR-4 separately, add unit tests
2016-08-05 10:11:52 +08:00
Russell Smith
7f8a816a7d
MDL-54606 session: Add redis handler with locking.
2016-08-04 21:50:11 +10:00
Rajesh Taneja
99ad3223a5
MDL-54656 behat: Skip test if db family is not mysql or postgres
2016-08-04 08:46:04 +08:00
Dan Poltawski
de741b1551
MDL-54847 tests: fix unused var
2016-08-02 20:11:27 +01:00
Cameron Ball
c353674f21
MDL-54847 weblib: Test media attributes individually
2016-08-03 02:53:29 +08:00
Marina Glancy
134494e07a
MDL-55418 behat: correct exception class name
2016-08-02 17:45:12 +08:00
Cameron Ball
37c10287be
MDL-54847 MDL-54847 weblib: Support basic HTML media tags
2016-08-02 10:58:48 +08:00
Eloy Lafuente (stronk7)
bdce994c5f
Merge branch 'MDL-50267-master' of git://github.com/junpataleta/moodle
2016-07-27 00:59:19 +02:00
Dan Poltawski
6d5a7eee0c
Merge branch 'MDL-54988-master' of git://github.com/junpataleta/moodle
2016-07-26 09:13:10 +01:00
Jun Pataleta
fb77333453
MDL-50267 lang: Remove deprecated strings in 2.9
2016-07-26 16:03:32 +08:00
David Monllao
837cec00f9
Merge branch 'wip-mdl-55091-m' of https://github.com/rajeshtaneja/moodle
...
Conflicts:
lib/upgrade.txt
2016-07-26 10:14:30 +08:00
Rajesh Taneja
52f3e060e4
MDL-55091 phpunit: Following has been deprecated.
...
1. getMock()
2. setExpectedException()
3. checkForUnintentionallyCoveredCode renamed to beStrictAboutCoversAnnotation
4. beStrictAboutTestSize renamed to enforceTimeLimit
5. UnitTestCase class is now fully removed.
2016-07-26 10:11:30 +08:00
Jun Pataleta
7a07d34db8
MDL-54988 core: Final deprecation for lib/modinfolib methods
...
Final deprecation of the following methods:
- course_modinfo::build_section_cache()
- cm_info::get_deprecated_group_members_only()
- cm_info::is_user_access_restricted_by_group()
Plus throw coding exception for direct calls of the following:
- cm_info::get_url()
- cm_info::get_content()
- cm_info::get_extra_classes()
- cm_info::get_on_click()
- cm_info::get_custom_data()
- cm_info::get_after_link()
- cm_info::get_after_edit_icons()
- cm_info::obtain_dynamic_data()
2016-07-26 00:07:25 +08:00
Eloy Lafuente (stronk7)
a900c680ba
Merge branch 'wip-mdl-55258-m' of https://github.com/rajeshtaneja/moodle
2016-07-19 12:13:00 +02:00
Dan Poltawski
11caf2e2e1
Merge branch 'MDL-50937-master' of git://github.com/damyon/moodle
2016-07-19 10:27:10 +01:00
Damyon Wiese
d863344ad7
MDL-50937 jquery: Upgrade to 3.1, remove migrate plugins
2016-07-19 09:27:40 +08:00
Rajesh Taneja
ddf36bf5aa
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 09:23:44 +08:00
Rajesh Taneja
ce78e33a84
MDL-55174 core_tests: Use proper itemid while creating file
2016-07-18 10:29:23 +08:00
David Monllao
7aad43e13f
Merge branch 'MDL-55133-master' of git://github.com/damyon/moodle
2016-07-12 13:16:27 +02:00
David Monllao
64c1e707a9
Merge branch 'wip-MDL-55107-master' of git://github.com/abgreeve/moodle
2016-07-12 13:03:19 +02:00
Dan Poltawski
815abdf4db
Merge branch 'MDL-47371-master' of git://github.com/cameron1729/moodle
2016-07-12 10:15:57 +01:00
Dan Poltawski
acb75afe39
Merge branch 'MDL-55007-master' of https://github.com/dthies/moodle
2016-07-12 09:20:15 +01:00
Adrian Greeve
97a85bf6f0
MDL-55107 gradebook: Unit tests for the new setting check.
2016-07-12 13:30:10 +08:00
Damyon Wiese
a066cfc843
MDL-55133 javascript: Correctly use component names in requirejs
...
Core subsystems must use the 'core_' prefix always.
2016-07-12 11:15:17 +08:00
Cameron Ball
6fb1a7177f
MDL-47371 weblib: Add option to disable escaping
2016-07-12 10:31:17 +08:00
Daniel Thies
b54aeb5f83
MDL-55007 filter_mathjaxloader: Change unit test
2016-07-07 18:59:08 -05:00
Andrew Nicols
71f81adce9
Merge branch 'MDL-54869-master' of git://github.com/jleyva/moodle
2016-07-07 10:30:17 +08:00
Andrew Nicols
9ce2448091
Merge branch 'MDL-54734-master' of git://github.com/lameze/moodle
2016-07-06 15:01:06 +08:00
Andrew Nicols
aa03ced86c
MDL-54734 user: Add tests to demonstrate multi-user issues
2016-07-06 09:27:44 +08:00
Eloy Lafuente (stronk7)
a339f0dde0
Merge branch 'wip-mdl-54860-m' of https://github.com/rajeshtaneja/moodle
2016-07-06 01:42:34 +02:00
Rajesh Taneja
25fbce21e7
MDL-54860 behat: Stop execution if setup problem found
2016-07-06 07:27:41 +08:00