Eloy Lafuente (stronk7)
8c7840df32
Merge branch 'MDL-54941-master' of git://github.com/jleyva/moodle
2016-08-03 00:29:45 +02:00
Dan Poltawski
4638a26eca
MDL-55376 assign: trailing whitespace
2016-08-01 16:07:43 +01:00
Dan Poltawski
b9fe2f38d4
Merge branch 'MDL-55376-master' of git://github.com/cameron1729/moodle
2016-08-01 16:07:00 +01:00
Cameron Ball
867b413181
MDL-55376 mod_assign: Fix bug stopping admin from editing submissions
2016-07-29 19:05:22 +08:00
Juan Leyva
145900708c
MDL-54941 webservice: Refactor file handling in WS
...
This commit reduces boilerplate code.
It also forces WS returning files to always return the following
fields: filename, filepath, mimetype, filesize, timemodified and
fileurl.
2016-07-28 12:07:04 +02:00
Eloy Lafuente (stronk7)
e23faa4c81
Merge branch 'MDL-55046-master' of git://github.com/dpalou/moodle
2016-07-26 19:40:52 +02: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
Dan Poltawski
12811fcc34
Merge branch 'MDL-55284-master' of git://github.com/damyon/moodle
2016-07-25 15:53:41 +01:00
Damyon Wiese
771f8df153
MDL-55284 assign: Add missing webservice param 'onlyids'
...
Mod assign list_participants webservice is supposed to accept a param to limit the
returned data to only show user ids and not the full user details. It is missing
and so the full user records are fetched every time. This has a major impact on the
performance of the new assignment grading interface.
2016-07-20 15:18:01 +08:00
Dani Palou
9ac99220c5
MDL-55046 assign: Return submissionstatement in get_assignments
2016-07-18 09:22:12 +02:00
Juan Leyva
7336b66f05
MDL-55162 mod_assign: New WS mod_assign_view_assign
2016-07-12 14:39:24 +01:00
Eloy Lafuente (stronk7)
ed2d12a125
Merge branch 'MDL-54955-master' of git://github.com/jleyva/moodle
2016-07-05 21:15:31 +02:00
Eloy Lafuente (stronk7)
5920c233fe
Merge branch 'MDL-55113-master' of git://github.com/dpalou/moodle
2016-07-05 12:21:46 +02:00
Dani Palou
5609da91fa
MDL-55113 assign: Use PARAM_RAW in onlinetext text
2016-07-04 09:53:36 +02:00
Cameron Ball
c89d23ee6d
MDL-41945 mod_assign: Properly check if submission is empty
...
Previous empty submission checks required the submission to
be saved to the database. This patch adds a new method to
submission plugins that lets them report whether the submission
is empty before it is saved.
2016-07-04 10:55:06 +08:00
Pau Ferrer Ocaña
796161018c
MDL-54855 assign: Add missing field in get_assignments
2016-06-23 15:05:17 +02:00
Juan Leyva
d889b58747
MDL-54955 webservice: Apply external_format_string in course names
2016-06-20 13:16:52 +01:00
Rajesh Taneja
3aaf98f62c
MDL-54589 behat: Trigger change event after selecting option
...
After selecting option, some browsers need
explicit change event
2016-06-20 09:43:08 +08:00
Adrian Greeve
0cf8082a8f
MDL-49852 mod_assign: Unit tests for activity completion.
2016-05-27 14:10:55 +08:00
Jun Pataleta
920d3a95a1
MDL-54623 mod_assign: Fix for unit test
...
Fix mod_assign_external_testcase::test_list_participants_returns_user_property_types()
to avoid using hardcoded user properties.
2016-05-20 12:38:29 +08:00
Jun Pataleta
7150323ecd
MDL-54623 mod_assign: Unit test for list_participants()
2016-05-19 15:36:44 +08:00
Rajesh Taneja
528278f78f
MDL-54588 behat: Button has been replaced with link
...
Adding a scale has been modified to use link
on outcome page
2016-05-16 09:13:29 +08:00
Andrew Nicols
0301e11bae
Merge branch 'MDL-53821-master' of git://github.com/ryanwyllie/moodle
2016-05-10 18:36:15 +08:00
Ryan Wyllie
1b2f9dc60c
MDL-53821 mod_assign: Hide full name when blind marking
...
Hide the student's full name in the new grading intferface when blind
marking is on.
2016-05-10 02:07:02 +00:00
Ryan Wyllie
e6858c084a
MDL-52506 mod_assign: Fix return links for atto auto save
2016-05-10 01:22:48 +00:00
Adam Olley
11ee4f71a4
MDL-54007 mod_assign: Limit unit tests to core plugins
...
Without this change, the unit tests make assumptions for the output of
mod_assign functions/webservices that do not hold true when 3rd party
submission and feedback plugins are installed.
2016-05-06 09:27:31 +08:00
Clement Smith
232b26f021
MDL-51142 mod/assign: Fix erroneous submission status display
...
This prevents display of submission time/date when the assignment
submission record is in a new state. It also keeps the display of
overdue assignments identical for those students who have viewed
the assignment yet not submitted, for those students who have
not viewed the assignment, and for those students who have not
viewed the assignment yet the instructor has accessed the grading
page.
2016-05-02 16:36:39 +08:00
Brendan Heywood
80989850b6
MDL-52596 assign: Add max assignment per grading page site wide setting
2016-04-18 16:34:40 +10:00
Damyon Wiese
5267d632ff
MDL-52954 assign: Fixes to webservices and context.
...
This patch gets the behat tests passing again - but only with MDL-53772 in the branch.
2016-04-13 21:23:50 +08:00
Dan Poltawski
5702a8289b
Merge branch 'MDL-52954-master' of git://github.com/damyon/moodle
2016-04-11 09:52:40 +01:00
Juan Leyva
92ea1fa068
MDL-53000 mod_assign: Unit tests for get_file_areas
2016-04-07 09:27:15 +01:00
Andrew Nicols
9e6c63a7e1
MDL-53461 assign: Unit test regex fix
2016-04-06 08:56:07 +08:00
Pau Ferrer Ocaña
988065c045
MDL-53461 assign: Fix intro images to be shown in the mobile app
2016-04-05 09:33:15 +02:00
Damyon Wiese
07a7d9a5f1
MDL-52954 assign: Fix new behat tests
...
This is the result of new tests added using the old lang strings.
2016-03-30 13:47:21 +08:00
Damyon Wiese
bb690849c9
MDL-52954 assign: Rebuild the assignment single grade page.
2016-03-30 13:47:21 +08:00
Eric Merrill
091973dbd7
MDL-53515 search: Extend search API to allow file indexing
2016-03-24 15:44:27 -04:00
David Monllao
b756bd551a
Merge branch 'MDL-52924-master' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2016-03-21 09:25:19 +08:00
David Monllao
e787e681fc
Merge branch 'MDL-49934-master' of git://github.com/jleyva/moodle
2016-03-21 08:39:15 +08:00
Juan Leyva
bdf1ac2796
MDL-52924 mod_assign: New WS mod_assign_get_submission_status
2016-03-16 17:23:20 +01:00
Juan Leyva
8e76a2fadb
MDL-49934 assign: Allow admins, managers to use get_assignments ws
2016-03-14 10:09:54 +01: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
Juan Leyva
711f9468d4
MDL-52901 mod_assign: Check due dates in external save_submission
2016-03-08 00:12:29 +01:00
Andrew Nicols
64d6465650
MDL-52974 mod_assign: Improve tests for view_submission_status
...
External tests only
2016-03-01 11:50:11 +08:00
Andrew Nicols
05b0f579ca
Merge branch 'MDL-52974-master' of git://github.com/jleyva/moodle
2016-03-01 11:48:16 +08:00
Dan Poltawski
d76acc87f7
Merge branch 'MDL-52999-master' of git://github.com/jleyva/moodle
2016-03-01 10:43:12 +08:00
Adrian Greeve
50c734e8a5
MDL-52397 mod_assign: Unit tests for feedback plugins.
...
Testing that the new method is_feedback_modified() works
as it should with the standard plugins.
2016-02-24 15:09:27 +08:00
David Monllao
85dc424a7c
Merge branch 'MDL-48634_master' of git://github.com/markn86/moodle
2016-02-15 12:20:59 +08:00
Juan Leyva
7cc2106193
MDL-52999 mod_assign: New unit tests for subplugins
2016-02-09 11:22:30 +01:00
Mark Nelson
a3dd8be7dc
MDL-48634 core: changes to automated tests to pass with changes
2016-02-09 17:46:43 +08:00