Dani Palou
9a4c52221e
MDL-51986 wiki: Add tests for mod_wiki_get_page_contents
2016-03-11 14:09:36 +01:00
Dani Palou
5d94e34322
MDL-51986 wiki: New WS mod_wiki_get_page_contents
2016-03-11 14:09:36 +01:00
Dani Palou
ed4fb2bf7e
MDL-51887 wiki: Add tests for mod_wiki_get_subwiki_pages
2016-03-11 13:35:30 +01:00
Dani Palou
96abf9af07
MDL-51887 wiki: New WS mod_wiki_get_subwiki_pages
2016-03-11 13:35:30 +01:00
Alexandru Elisei
b6d1286414
MDL-52574 accesslib: Prevent get_role_users() fail in certain cases
...
The function get_role_users() requires the caller to include the $sort fields in
the $fields argument. On PostgreSQL this will cause the function to fail when
the default $sort fields aren't part of the requested fields. The behavior of
the function is augmented to add the $sort fields to $fields if they are not
already present.
2016-03-11 13:10:01 +02:00
dg711
92cec53b47
MDL-53139 admin: case diff issue with email
2016-03-11 16:27:34 +05:30
Juan Leyva
b89544404e
MDL-52788 mod_quiz: New Web Service mod_quiz_start_attempt
2016-03-11 10:22:47 +01:00
Juan Leyva
0057c2ced6
MDL-52788 mod_quiz: Move start attempt code to new API functions
2016-03-11 10:19:53 +01:00
Cameron Ball
6141dcfe67
MDL-52386 auth_ldap: Add support for disabled accounts
2016-03-11 16:48:18 +08:00
Eloy Lafuente (stronk7)
cfc621df29
Merge branch 'wip-mdl-46891' of https://github.com/rajeshtaneja/moodle
2016-03-11 03:57:03 +01:00
Rajesh Taneja
e11c21452b
MDL-46891 behat: Point to moodle-behat-extension
2016-03-11 10:51:17 +08:00
Rajesh Taneja
c4c2cd59eb
MDL-46891 behat: Improved exit status of parallel run
...
Exit status should contain pass/fail information
of each run it is executing. Every bit of status
will have information of pass/fail status of parallel
process
2016-03-11 10:51:17 +08:00
Rajesh Taneja
0e1c34e51a
MDL-46891 behat: Added support for $CFG->behat_profiles
...
This config will be supported to avoid broken configuration
in future. As this is limited, we need will still use
->behat_config to set config values which can't be set by
behat_profiles
2016-03-11 10:51:17 +08:00
Rajesh Taneja
e01012e96d
MDL-46891 behat: Driver specific fixes.
...
1. Browserkit doesn't handle [] in name
2. Grades are not visible in viewport and might fail
with few drivers, increasing size of window to ensure
grades are visible and can be modified.
3. Click edit first to see grade link
4. Expand fields before setting value
5. Updated xpath, as crawler update it.
6. Hover fails to show icon
2016-03-11 10:51:16 +08:00
Rajesh Taneja
b73e5047af
MDL-46891 core_grade: Steps are not valid as element is disabled
2016-03-11 10:51:16 +08:00
Rajesh Taneja
afccc03f14
MDL-46891 behat: Phantomjs require explicit change event
...
It fails with multiple select while selecting group
2016-03-11 10:51:16 +08:00
Rajesh Taneja
0f3fba7d66
MDL-46891 behat: If setup problem then stop execution
...
Exception are handled via CallCenter and execution is
not stopped if execption is thrown in beforescenario.
If any setup problem encountered, then stop execution.
2016-03-11 10:51:16 +08:00
Rajesh Taneja
07298309dc
MDL-46891 behat: Move wait in behat_base so it can be used easily
2016-03-11 10:51:16 +08:00
Rajesh Taneja
86055d11f9
MDL-46891 behat: Optimised login step and context helper
2016-03-11 10:51:15 +08:00
Rajesh Taneja
42ad096fdb
MDL-46891 Behat: Added support for behat 3
2016-03-11 10:51:15 +08:00
Marina Glancy
48983fb9e7
MDL-53026 cohorts: edit names and idnumbers in place
2016-03-11 08:14:49 +08:00
Eric Merrill
208a79c920
MDL-53430 dml: Fix recordset_walk for additional parameters
2016-03-10 16:32:02 -05:00
Eric Merrill
f6b425e2de
MDL-53354 search: Add ability to limit search doc to a user
2016-03-10 09:19:05 -05:00
Eloy Lafuente (stronk7)
e8952c5951
weekly release 3.1dev
2016-03-10 13:30:56 +01:00
Eloy Lafuente (stronk7)
cdd89b0ceb
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-03-10 13:30:51 +01:00
Rajesh Taneja
d2ee22e744
MDL-27628 behat: Added delay to ensure the value is set.
...
After user type there is a 400ms delay, then search
Adding 2 sec delay to ensure search is finished before
click event is triggred
2016-03-10 13:17:11 +01:00
Mark Nelson
9621d5a7ae
MDL-52252 core_course: removed unused variables
...
The call to 'context_coursecat::instance($COURSE->category);'
was causing Moodle to throw an exception due to non-existent
category.
2016-03-10 13:17:11 +01:00
Damyon Wiese
6b04655573
MDL-27628 enrol_meta: Set options to exclude existing courses, and the current course
...
When adding a new meta enrolment, you should not be able to select the current course,
or any courses with an existing meta link.
2016-03-10 13:17:10 +01:00
Eloy Lafuente (stronk7)
fac004e28b
MDL-51167 tool_monitor: fix too strict condition & minor cleanup
2016-03-10 13:17:10 +01:00
Eloy Lafuente (stronk7)
7e9b046a50
Merge branch 'MDL-53369' of git://github.com/timhunt/moodle
2016-03-10 13:17:09 +01:00
Simey Lameze
ce59760476
MDL-50705 auth_db: apply standard cleaning to all fields
...
Also unit tests were added to cover the new clean_data() method.
2016-03-10 13:17:08 +01:00
Simey Lameze
dccf9ca308
MDL-50705 core_user: introduce new fill_properties_cache()
...
Also the get_property_definition() was created to get the property without retrieve the whole definition cache and
unit tests were created to tests those new methods.
2016-03-10 13:17:08 +01:00
David Monllao
fb0b522035
Merge branch 'MDL-27628-master' of git://github.com/damyon/moodle
2016-03-10 13:17:07 +01:00
Brendan Heywood
162674074e
MDL-53234 admin: Fixed wrong default support email bug
2016-03-09 20:45:56 +11:00
David Monllao
9fff0c469f
MDL-52252 tags: Bump version to add course_modules area
2016-03-09 15:36:30 +08:00
David Monllao
b8bc9037f1
Merge branch 'wip-MDL-52252-master' of https://github.com/marinaglancy/moodle
2016-03-09 15:35:16 +08:00
Marina Glancy
1ea2f7d650
MDL-52252 tags: course module tags small correction
2016-03-09 15:33:25 +08:00
David Monllao
9de085c6fc
MDL-52786 quiz: Adding mod_quiz_get_combined_review_options to mobile service
2016-03-09 15:29:41 +08:00
David Monllao
da51a9be95
Merge branch 'MDL-52786-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2016-03-09 15:29:02 +08:00
David Monllao
ba8afbdb07
MDL-52785 quiz: Adding mod_quiz_get_user_best_grade to mobile service
2016-03-09 15:18:11 +08:00
David Monllao
20097a057d
Merge branch 'MDL-52785-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2016-03-09 15:16:48 +08:00
David Monllao
5ca1a77649
MDL-52670 quiz: Adding function to mobile service
2016-03-09 15:12:10 +08:00
David Monllao
9b701a37e4
Merge branch 'MDL-52670-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2016-03-09 15:10:54 +08:00
David Monllao
11bad2b099
Merge branch 'MDL-51324-master' of git://github.com/damyon/moodle
2016-03-09 14:20:18 +08:00
Nadav Kavalerchik
dffcf46f43
MDL-52252 Tags: Add tags to modules (Resources and Activities)
2016-03-09 14:19:47 +08:00
Andrew Nicols
d84a657dda
MDL-53273 search: Whitespace fix
2016-03-09 14:14:33 +08:00
Andrew Nicols
02726a29cc
Merge branch 'MDL-53273-master' of git://github.com/merrill-oakland/moodle
2016-03-09 14:11:17 +08:00
Andrew Nicols
0809a0ea02
Merge branch 'MDL-53247_fix' of git://github.com/dmonllao/moodle
2016-03-09 14:05:00 +08:00
David Monllao
ee72a4dbf3
MDL-53247 search: Require search to be available before running indexer script
2016-03-09 13:37:33 +08:00
Damyon Wiese
6f326bd204
MDL-27628 enrol_meta: Use new multi-course selector
...
Allows adding multiple instances of the meta enrol plugin at once.
I had to add support to the autocomplete element for filling the field from behat
when it was not using tags. I also had to make the shortnames more easily searchable
and unique in the behat feature file.
2016-03-09 13:32:08 +08:00