Adrian Greeve
181c20bc52
MDL-53601 mod_assign: Feedback files are sent to all group members.
2016-05-02 15:54:53 +08:00
Skylar Kelty
f66f7b89ec
MDL-53836 mod_assign: Don't escape theme's larrow/rarrow
2016-05-02 02:55:27 +00:00
Dan Poltawski
ffce908869
Merge branch 'MDL-53780' of https://github.com/bostelm/moodle
2016-04-26 15:37:36 +01:00
Dan Poltawski
55905d6313
Merge branch 'MDL-53811_master' of git://github.com/markn86/moodle
2016-04-25 22:01:38 +01:00
Simey Lameze
48da3eef6e
MDL-52490 mod_assign: fix lang strings to make it consistent
2016-04-22 10:25:07 +08:00
Dan Poltawski
795adc89af
Merge branch 'MDL-52490_master' of https://github.com/dmonllao/moodle
2016-04-20 12:38:15 +01:00
David Monllao
c16c7530b1
Merge branch 'MDL-52596-assign-maxperpage' of https://github.com/brendanheywood/moodle
2016-04-20 11:04:10 +08:00
Mark Nelson
fcc9218fb8
MDL-53811 mod_assign: fixed error in convert submissions task
2016-04-19 13:08:27 +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
David Monllao
064814eabe
MDL-52490 mod_assign: Patch refinements
2016-04-18 09:17:08 +08:00
evltuma
d0d8a2da8f
MDL-52490 assign: download selected assigment submissions as zip file
2016-04-18 09:17:08 +08:00
Damyon Wiese
77a530601a
MDL-53841 assign: Fix for assignment listing page.
...
Was throwing debugging because there is no course module defined on this page.
2016-04-17 22:35:41 +08:00
Eloy Lafuente (stronk7)
cd9e057be3
NOBUG: Fixed file access permissions
2016-04-15 10:19:04 +02:00
Damyon Wiese
821ab1bf9b
MDL-52954 assign: Behat fixes because the assign grading ui has changed
2016-04-15 15:57:56 +08: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
Damyon Wiese
2408f8fe2b
MDL-52954 assign: Fix CSS lint issues
2016-04-12 08:19:31 +01:00
Henning Bostelmann
64ccb37d49
MDL-53780 mod_assign: Remove teachers from submission group members
2016-04-11 19:45:26 +01:00
Dan Poltawski
a8b33e8e10
MDL-52954 mod_assign: fix trailing whitespace
2016-04-11 10:07:17 +01:00
Dan Poltawski
728da02780
MDL-52954 editpdf: fix phpdoc
2016-04-11 09:55:38 +01: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
6853cd5ed4
MDL-52954 assign: Fix the reasonable cibot warnings.
2016-03-30 14:07:28 +08: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
Damyon Wiese
84a32f156e
MDL-52954 forms: Allow form submission via ajax (ignoring GET and POST)
2016-03-30 11:48:40 +08:00
Damyon Wiese
1356d85151
MDL-52954 core: Change from pandoc to unoconv - it gives better results
...
Most importantly it retains formatting better, and supports different charsets far better than pandoc.
2016-03-30 11:48:39 +08:00
Damyon Wiese
2e76c14e11
MDL-52954 core: Add a document converter to file_storage
...
This lets us convert between common office formats. E.g. docx -> pdf
html -> pdf, html -> ods.
This commit also updates assignment editpdf plugin to use this converter
on all compatible submission files.
2016-03-30 11:48:39 +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
f87fcf42ee
MDL-52924 mod_assign: Bump version for new external function
2016-03-23 13:53:18 +08: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
Dan Poltawski
6f1cd967b5
Revert "MDL-52133 mod_assign: Pass userid param when saving grade"
...
This reverts commit b2b4f7c485
.
2016-03-17 09:31:08 +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
3216f6160b
MDL-52924 mod_assign: Move renderables creation to methods
2016-03-16 17:23:19 +01:00
Eloy Lafuente (stronk7)
1d57167f15
Merge branch 'mdl-53133-master' of git://github.com/deraadt/moodle
2016-03-15 23:52:19 +01:00
Juan Leyva
8e76a2fadb
MDL-49934 assign: Allow admins, managers to use get_assignments ws
2016-03-14 10:09:54 +01:00
Juan Leyva
2fa6c632c2
MDL-52924 mod_assign: Return editpdf subplugin file areas
2016-03-14 09:53:40 +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
Rajesh Taneja
42ad096fdb
MDL-46891 Behat: Added support for behat 3
2016-03-11 10:51:15 +08:00
Michael de Raadt
b2b4f7c485
MDL-52133 mod_assign: Pass userid param when saving grade
2016-03-09 15:20:56 +11:00
David Monllao
c17e0034a1
Merge branch 'MDL-50032-master' of git://github.com/jleyva/moodle
2016-03-09 10:55:18 +08:00
Simey Lameze
85984545a9
MDL-53031 mod_assign: add session check on assignment plugins management
2016-03-08 19:46:07 +01:00
Juan Leyva
711f9468d4
MDL-52901 mod_assign: Check due dates in external save_submission
2016-03-08 00:12:29 +01:00
Juan Leyva
0ca559a111
MDL-50032 webservice: Remove plugin functions from mobile service
2016-03-04 14:15:33 +01:00
Juan Leyva
ee6aa74081
MDL-52974 mod_assign: Include missing local library
2016-03-02 10:34:20 +01:00
David Monllao
b97356f215
MDL-52397 behat: Another behat fix, there is no student2 grade
2016-03-02 11:03:01 +08:00
Andrew Nicols
121a0d12fb
Merge branch 'MDL-52489_master' of git://github.com/markn86/moodle
2016-03-02 09:08:29 +08:00
Eloy Lafuente (stronk7)
25a73245c0
Merge branch 'MDL-53200-master-enfix' of git://github.com/mudrd8mz/moodle
2016-03-01 21:23:16 +01:00