David Monllao
39604f212e
Merge branch 'MDL-52558-master' of git://github.com/sammarshallou/moodle
2015-12-22 11:16:36 +08:00
Rajesh Taneja
c2df9b3b90
MDL-52427 behat: Fixed question selectors
...
As class is changed, we need to convert selector
to check if class is contained, rather then checking
selecting with specific class.
2015-12-22 10:43:22 +08:00
Dan Poltawski
bf47ce5050
Merge branch 'MDL-52380-master' of git://github.com/junpataleta/moodle
2015-12-21 16:47:18 +00:00
Dan Poltawski
43fcd55e0c
Merge branch 'MDL-52354-master' of git://github.com/junpataleta/moodle
2015-12-21 16:45:15 +00:00
Dan Poltawski
07f8dd4314
Merge branch 'MDL-52399-master' of git://github.com/jleyva/moodle
2015-12-21 12:45:30 +00:00
David Monllao
a49fd98349
MDL-52226 tests: Fix behat phpunit naming conflict
2015-12-21 16:27:23 +08:00
Dani Palou
557b58b099
MDL-51886 wiki: New WS mod_wiki_view_wiki and mod_wiki_view_page
2015-12-21 08:19:24 +01:00
David Monllao
f08d1590c8
Merge branch 'MDL-52226-master' of git://github.com/sammarshallou/moodle
2015-12-21 14:41:21 +08:00
Michael Aherne
189875242e
MDL-52560 badges: Avoid trying to add badges when disabled
2015-12-18 14:13:32 +00:00
sam marshall
92cce140ed
MDL-52558 Data generator: enrol_user should allow shortname
2015-12-18 11:01:15 +00:00
Shamim Rezaie
e83bcc1050
MDL-52380 mod_forum: Non-Gregorian dates in forum advance search
...
Convert the fromdate and todate date parts to Gregorian before passing them to make_timestamp
2015-12-17 18:00:57 -06:00
Shamim Rezaie
40a6393ea5
MDL-52354 select_time: Make select_time respect the set calendar type
...
The select_time method updated to display form elements in accordance
to the calendar type plugin that is in use.
2015-12-17 17:58:39 -06:00
Shamim Rezaie
2bb196ebe3
MDL-52354 select_time: Make select_time respect the set calendar type
...
The select_time method updated to display form elements in accordance
to the calendar type plugin that is in use.
2015-12-17 15:48:27 -06:00
Marina Glancy
8638b3f144
MDL-52286 core: mute erros in adodb destructor
2015-12-15 12:36:02 +08:00
Dan Poltawski
99436d38ff
Merge branch 'MDL-52451-master' of git://github.com/marinaglancy/moodle
2015-12-14 10:46:29 +00:00
Marina Glancy
6d9641f5b0
MDL-52286 core: corrected version of adodb to 5.20.1
2015-12-14 18:10:24 +08:00
Marina Glancy
cc3048eb41
MDL-52286 core: several fixes to ADOdb
2015-12-14 18:06:22 +08:00
Dan Poltawski
bca69f937c
Merge branch 'MDL-52499-master' of git://github.com/marinaglancy/moodle
2015-12-14 09:44:16 +00:00
Dan Poltawski
e42b60351e
Merge branch 'MDL-52487_master' of git://github.com/dmonllao/moodle
2015-12-14 09:23:03 +00:00
David Monllao
abc4e1efed
MDL-52487 rss: PHP 7 compatible error supression
...
PHP5 used to update error_reporting to 0 on functions called with the
suppress errors operator (@). In PHP7 it is not updated.
Credit to Rajesh Taneja.
2015-12-14 15:28:37 +08:00
Marina Glancy
479950d431
MDL-52499 core: link to php7 documentation
2015-12-14 12:51:20 +08:00
Marina Glancy
e6ee56a0e4
MDL-52451 forms: replace deprecated function
2015-12-14 12:43:03 +08:00
Dan Poltawski
b12b03de85
Merge branch 'wip-MDL-52286-master' of https://github.com/marinaglancy/moodle
2015-12-11 08:57:57 +00:00
David Monllao
3e702b5855
Merge branch 'MDL-52361-master' of git://github.com/marinaglancy/moodle
2015-12-11 14:49:15 +08:00
David Monllao
9e313e798f
MDL-51784 general: Adding missing php4 style constructors
...
Adding them to warn people calling the php4 constructor.
2015-12-11 14:02:42 +08:00
Marina Glancy
c4d0b752a2
MDL-51784 various: use __construct() for PHP7 compatibility
2015-12-11 12:48:24 +08:00
David Monllao
05178f0745
Merge branch 'MDL-52471-master' of git://github.com/danpoltawski/moodle
2015-12-11 11:52:02 +08:00
David Monllao
206d736006
Merge branch 'wip-MDL-52475-master' of git://github.com/marinaglancy/moodle
2015-12-11 11:23:41 +08:00
Tony Levi
144fb5e0a0
MDL-52475 core: workaround PHP7 bug #70110 with preg_match
2015-12-11 08:27:26 +08:00
Dan Poltawski
ef5df7b721
MDL-52471 tests: simplify setup code
...
Test code was not using the generator for simple enrollments, couldn't
help to fix when noticed.
2015-12-10 15:47:11 +00:00
Dan Poltawski
194a02e409
MDL-52471 completion: fix deprecated use of 'object'
...
And add a unit test covering completion_can_view_data() without
full course object passed.
2015-12-10 15:47:11 +00:00
Eloy Lafuente (stronk7)
0a57ba06cb
Merge branch 'MDL-52284-master' of git://github.com/marinaglancy/moodle
2015-12-10 16:16:20 +01:00
Dan Poltawski
9708ff95fd
MDL-52471 setuplib: depreciate class object properly
...
Previously was marked depricated but not throwwing debugging
2015-12-10 14:26:30 +00:00
Juan Leyva
1e5241a12b
MDL-52073 enrol_guest: New Web Service enrol_guest_get_instance_info
2015-12-10 12:32:30 +01:00
Dan Poltawski
1bd60ff6a5
MDL-52285 auth: Add constructors for backwards compat
...
These are very unlikely to be used but just to be safe..
2015-12-10 10:34:29 +00:00
Juan Leyva
98fff78d00
MDL-50428 mod_scorm: New WS mod_scorm_launch_sco
2015-12-10 11:18:10 +01:00
Dan Poltawski
a9efb3b7d0
Merge branch 'wip-MDL-52285-master' of git://github.com/marinaglancy/moodle
2015-12-10 10:13:40 +00:00
David Monllao
0f86739482
Merge branch 'MDL-52336-master' of git://github.com/marinaglancy/moodle
2015-12-10 17:38:15 +08:00
David Monllao
ea2707f9dc
Merge branch 'wip-MDL-52081-master' of git://github.com/marinaglancy/moodle
2015-12-10 17:15:10 +08:00
David Monllao
a4fb992435
Merge branch 'MDL-52335-master' of git://github.com/marinaglancy/moodle
2015-12-10 15:47:14 +08:00
Marina Glancy
4a89e83b80
MDL-52285 auth: use __construct() for constructors
2015-12-10 13:40:42 +08:00
Marina Glancy
32fada5cb2
MDL-52081 forms: indicate usage of grandparent constructor
2015-12-10 13:38:04 +08:00
Marina Glancy
1a0df5535e
MDL-52081 forms: Use __construct() for constructors
2015-12-10 13:38:01 +08:00
Marina Glancy
1766e6a17f
MDL-52284 core: PHP7 engine errors have type Throwable
2015-12-10 10:49:37 +08:00
Tony Levi
d74b7e424f
MDL-52284 core: compatibility with Exception/Throwable changes in PHP7
2015-12-10 10:49:36 +08:00
sam marshall
6d4858d5b3
MDL-52226 Forms: max_input_vars problems with advanced checkbox
2015-12-09 12:15:45 +00:00
Eloy Lafuente (stronk7)
7955476cab
Merge branch 'MDL-51483_master' of https://github.com/jinhofer/moodle
2015-12-09 01:09:08 +01:00
Brendan Heywood
d7238be174
MDL-51698 navigationlib: Add crumb trail meta data
2015-12-09 00:50:16 +01:00
Dan Poltawski
c7bba4e5af
Merge branch 'MDL-52165-master' of git://github.com/jleyva/moodle
2015-12-08 08:51:34 +00:00
Marina Glancy
19ad1ce44c
MDL-52361 core: patch Horde library for PHP7 compatibility
2015-12-08 12:47:15 +08:00