Dan Poltawski
589449b81e
Merge branch 'MDL-57080-m' of https://github.com/micaherne/moodle
2017-01-02 12:15:01 +00:00
Michael Aherne
1afea82da0
MDL-57080 completion: Update completion expected date on reset
2016-12-22 11:37:51 +00:00
Marina Glancy
e5287f9b3b
MDL-56614 behat: navigate without navigation and admin blocks
2016-12-06 11:49:14 +08:00
Rajesh Taneja
f4565e7147
MDL-56994 behat: Fixed activity selector to find proper li
...
Previous to this patch, only 1 activity was
expected and if there are more than 1 activities
then it will fail. Improved step to find the
correct activity node by name
2016-11-22 11:02:52 +08:00
Rajesh Taneja
dc90838aaa
MDL-56630 behat: Click on link in specificed block/region
2016-11-08 14:45:43 +08:00
Andrew Nicols
4ceed4dfa6
MDL-55981 core: Remove site:accessallgroups from teacher
2016-10-21 08:55:58 +08:00
Mark Nielsen
2b509dbc01
MDL-55316 core_completion: Expand fields for Behat
...
This only happens if you create the course with
one user and then try to enable completion
with another user.
2016-07-22 11:29:27 -07:00
Davo Smith
a106fb8178
MDL-55136 data_object: fix param handling in fetch_all_helper
2016-07-06 10:33:06 +01:00
eWallah
6ae9dbc2aa
MDL-37554 activities select all option
2016-06-13 10:22:16 +08:00
Rajesh Taneja
442a3651ec
MDL-54640 behat: add 1 sec delay before running tasks
...
Also just execute task, as running whole cron is not
required
2016-05-20 09:02:11 +08:00
Damyon Wiese
821ab1bf9b
MDL-52954 assign: Behat fixes because the assign grading ui has changed
2016-04-15 15:57:56 +08:00
Rajesh Taneja
921faad9ad
MDL-53571 behat: Use Escaper for escaping
...
xpathLiteral has been depreacted, use Escaper instead
2016-04-06 15:38:31 +08:00
Rajesh Taneja
eb9ca848fa
MDL-53381 behat: Replaced chained steps with api.
...
Behat 3.x doesn't support chained steps and hence
this is first step to get rid of chained steps in core.
2016-04-06 11:32:49 +08:00
Rajesh Taneja
42ad096fdb
MDL-46891 Behat: Added support for behat 3
2016-03-11 10:51:15 +08:00
David Monllao
6c3def94fa
Merge branch 'MDL-35590-master' of git://github.com/lameze/moodle
2016-01-29 10:15:15 +08:00
Marina Glancy
5824335f80
MDL-31635 completion: do not show % for the grade
...
Also show grades with the configured number of decimal points
2016-01-25 10:22:58 +08:00
Rajesh Taneja
10ac8baf6e
MDL-35590 behat: Fixed navigation steps to support aria attributes
2016-01-22 17:53:44 +08:00
David Monllao
4b6b84d677
Merge branch 'wip-mdl-52376' of git://github.com/rajeshtaneja/moodle
2015-12-22 11:24:45 +08:00
Rajesh Taneja
8509c4700b
MDL-52376 behat: Add 1 sec delay to ensure cron works
...
course completion record should be created at time
which is before the time cron is run. On fast machine
this both might be done at same time. So added 1 sec delay
2015-12-03 13:17:03 +08:00
Dan Poltawski
aa306e7bc8
MDL-52219 behat: remove steps which turn on avaibility/completion
...
Now its the default, we can reduce test time by relying on the default
state rather than going around turning it on
2015-11-26 14:07:17 +00:00
Cameron Ball
7062e7c6b3
MDL-26429 usability: Add course completion icons.
...
This patch adds a method to the course completion criteria classes
which allows them to specify an icon for display in the course
completion report table.
There is a default implementation which simply looks for an icon
in pix/i with a name matching the completion criteria type.
2015-11-05 11:40:58 +08:00
Eloy Lafuente (stronk7)
6d04e5511e
MDL-48117 behat: Use form field to check checkbox
...
On Mac-Chrome click checkbox is not generating
proper events and hence failing. Use behat_form_checkbox
to ensure checkbox is checked
2015-10-19 17:00:24 +08:00
Juan Leyva
4485f7c549
MDL-49821 webservice: Add active user checks in external functions
2015-09-25 11:33:13 +02:00
Eloy Lafuente (stronk7)
7bf83951f9
Merge branch 'MDL-50930-master' of git://github.com/jleyva/moodle
2015-09-16 02:11:12 +02:00
David Monllao
742548e251
Merge branch 'wip-mdl-51101' of git://github.com/rajeshtaneja/moodle
2015-09-14 16:18:01 +08:00
Juan Leyva
23b398fc81
MDL-50930 completion: New WS core_completion_mark_course_self_completed
2015-09-11 11:31:12 +02:00
Rajesh Taneja
1a5a476b03
MDL-51101 behat: Fixed wrong hover step usage
...
Hover step was being mis-used for checking activity completion
This is replaced with proper step which check for img element
2015-09-10 14:46:12 +08:00
Andrew Nicols
e5728db829
Merge branch 'MDL-51281-master' of git://github.com/jleyva/moodle
2015-09-08 14:07:27 +08:00
Juan Leyva
edf6db6547
MDL-51281 completion: Fixed incorrect returned parameter type
...
Parameter status in external function get_course_completion_status
2015-09-04 11:14:03 +02:00
Dan Poltawski
0628925bf1
MDL-50287 completion: avoid introducing uncessary functions
...
Also fix copyright
2015-08-27 14:57:56 +01:00
Josh Willcock
51e488eaf3
MDL-50287 completion: Separated slow task out from cron
...
The mark started function for the completions scheduled task can be very
slow and causes performance issues when running. By splitting this into
it's own task it can be managed independantly from the other parts which
update regularly.
2015-08-27 14:40:04 +01:00
Andrew Nicols
4569c6966a
MDL-51088 completion: Do not require hover to confirm xpath
2015-08-14 07:58:13 +08:00
Ankit Agarwal
2149326b8c
MDL-50049 deprecation: Remove usage of deprecated api and cleanup
2015-06-29 17:15:50 +05:30
Eloy Lafuente (stronk7)
e987eeef75
Merge branch 'wip-mdl-49806' of https://github.com/rajeshtaneja/moodle
2015-05-27 12:20:50 +02:00
Rajesh Taneja
e2e37bc510
MDL-49806 behat: Ensure user is marked complete before runnning cron
2015-05-27 09:24:18 +08:00
David Monllao
1bd2c8ad01
Merge branch 'MDL-49611' of git://github.com/srynot4sale/moodle-fixes
2015-05-27 08:49:23 +08:00
Aaron Barnes
03f3f7180f
MDL-49611 completion: Update dangling err_nocriteria lang strings
2015-05-19 22:41:19 +12:00
Marina Glancy
bdbe385cc2
MDL-49061 reports: call format_string on activities names
2015-05-13 12:14:13 +08:00
Rajesh Taneja
0fe86bbdbb
MDL-49799 behat: replaced asd.com with example.com
...
asd.com is a valid domain, we should use reserved domain names for testing
2015-04-20 11:21:20 +08:00
Simey Lameze
39030d8de3
MDL-49412 core_completion: Fix behat failures
...
Part of MDL-45774
2015-04-10 17:18:24 +08:00
Juan Leyva
b5e6063803
MDL-49313 webservices: Unit tests for the external function
...
core_completion_get_course_completion_status
2015-04-02 21:58:14 +02:00
Costantino Cito
90c326640d
MDL-49313 webservices: New WS get_course_completion_status
2015-04-02 21:58:13 +02:00
Andrew Nicols
df15759724
Merge branch 'wip-mdl-49513' of https://github.com/rajeshtaneja/moodle
2015-04-02 11:06:27 +02:00
Juan Leyva
ea2f0e3e87
MDL-49314 webservices: Fix unit tests for handling hidden activities
2015-04-01 12:22:08 +02:00
Juan Leyva
9cd1093c33
MDL-49314 webservices: Check groups using groups_user_groups_visible
2015-04-01 10:21:17 +02:00
Juan Leyva
f578820b3b
MDL-49314 webservices: Unit tests for the new external function
2015-04-01 10:19:25 +02:00
Juan Leyva
604afeff1c
MDL-49314 webservices: Add the new function to the mobile service
...
The commit also include some clean-up
2015-04-01 10:19:25 +02:00
Costantino Cito
5f2406c94a
MDL-49314 webservices: New WS get_activities_completion_status
2015-04-01 10:19:25 +02:00
Rajesh Taneja
bed97c39eb
MDL-49513 behat: Set admin config using php api
...
Added a new set to set config using set_config() api
to make steps faster and more efficient
2015-04-01 14:25:23 +08:00
Juan Leyva
1490586ea8
MDL-49444 webservices: Tests for update_activity_completion_status
2015-03-24 09:50:02 +01:00