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
Dan Poltawski
9f82928bb6
Merge branch 'MDL-53050-forum-target' of https://github.com/brendanheywood/moodle
2016-03-01 10:38:55 +08:00
Andrew Nicols
80f79ad6ec
Merge branch 'MDL-50175-master' of git://github.com/danpoltawski/moodle
2016-03-01 08:07:56 +08:00
Dan Poltawski
b70b436875
Merge branch 'MDL-44952-master' of git://github.com/marinaglancy/moodle
2016-02-29 16:34:22 +08:00
Dan Poltawski
c3717ca64e
Merge branch 'MDL-50794-master-workshop-restrict-filetypes' of git://github.com/mudrd8mz/moodle
2016-02-29 16:15:27 +08:00
Dan Poltawski
17ac1b5349
Merge branch 'MDL-30811-master' of git://github.com/andrewnicols/moodle
2016-02-29 13:43:53 +08:00
Andrew Nicols
372d6b923b
MDL-30811 core: Replace use of continue_button with redirect
2016-02-29 09:05:58 +08:00
Andrew Nicols
d954b54f9e
MDL-30811 forum: Update use of redirect to include message and type
2016-02-29 09:05:57 +08:00
Andrew Nicols
a31d1e5726
Merge branch 'wip-MDL-52397-master' of git://github.com/abgreeve/moodle
2016-02-29 08:33:41 +08:00
Brendan Heywood
f0b7925f01
MDL-53263 forum: Add anchor to reply by email confirmation link
2016-02-27 23:39:59 +11:00
Juan Leyva
19429de4be
MDL-52669 mod_quiz: Move logging in view.php to a new API function
2016-02-26 15:45:23 +01:00
Juan Leyva
4064dd0ec4
MDL-52669 mod_quiz: New Web Service mod_quiz_view_quiz
2016-02-26 15:45:22 +01:00
Juan Leyva
51e27aac2b
MDL-50546 mod_quiz: New WS mod_quiz_get_quizzes_by_courses
2016-02-26 15:42:11 +01:00
Dani Palou
5380c664d4
MDL-52809 wiki: Add tests for mod_wiki_get_subwikis
2016-02-26 14:11:24 +01:00
Dani Palou
44f1b701db
MDL-52809 wiki: New WS mod_wiki_get_subwikis
2016-02-26 14:00:12 +01:00
Brendan Heywood
2e0caa8e06
MDL-53050 mod_forum: Add anchor target highlight style
2016-02-26 21:12:25 +11:00
Mark Nelson
aa75dca3d8
MDL-52489 mod_assign: added support for old structure
2016-02-26 12:09:30 +08:00
Mark Nelson
5a2c7af2d3
MDL-52489 mod_assign: fixed issue with files being excluded
2016-02-26 12:09:30 +08:00
evltuma
18a5b4d85c
MDL-52489 mod_assign: Download all submissions as a zip copy.
2016-02-26 12:09:30 +08:00
Mark Nielsen
00e270600f
MDL-51571 mod_lti: Improve service error handling
2016-02-25 15:43:31 -07:00
David Mudrák
996f7e8228
MDL-50794 workshop: Improve the file type restricting implementation
...
This is basically a clean up and what I think improved version of the
original Mahmoud's patch.
The actual checking for allowed file extensions has been re-implemented
and is now covered by unit tests. The list of allowed extensions is now
also assed to the filemanager element's accepted_types option to prevent
picking other files (we still need the in-place validation though). The
form validation is simplified a bit. The custom validation of file size
introduced in the previous patch has been removed as not related to this
issue (also I believe it should not be done at this level).
2016-02-25 18:03:18 +01:00
M Kassaei
1a282212c1
MDL-50794 workshop: Allow restricting submitted file types
...
It was reported at the Open University that there have been some
problems with the formats of files submitted by students. Not all
students completed their outlines as a Word .doc (despite this being the
format of the template provided). Some formats (e.g. .pages) couldn’t be
translated by some of the reviewing students. Therefore, they were
unable to provide a review and the submitting students not receiving any
comments.
This patch allows the teacher to define list of allowed file types that
can be attached to submitted work and/or overall feedback in the
workshop.
2016-02-25 18:03:18 +01:00
Helen Foster
054b863d2f
MDL-53200 lang: Merge English strings from the en_fix language pack
2016-02-25 17:57:59 +01:00
Andrew Hancox
50ed9363c4
MDL-53179 mod-folder: Move download button into seperate container
2016-02-25 15:15:07 +00:00
KeenRivals
83ea83ec19
MDL-50175 graphics: Optimized SVGs with SVGO.
2016-02-25 11:56:42 +00:00
KeenRivals
26c19b02d5
MDL-50175 graphics: Optimized PNG images with optipng
...
Used options: -o7 -strip all and advdef -z4 -i50.
(With ./lib excluded)
2016-02-25 11:56:37 +00:00
Marina Glancy
2a94a2f60f
MDL-53210 mod_feedback: fixes in check feedback access
...
1. show only uservisible feedbacks in block_feedback
2. nicer error message when user opens feedback on frontpage instead of from the mapped course
3. corrected cap check in view.php page before displaying link to complete.php
2016-02-24 15:22:21 +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
Adrian Greeve
238c05c23c
MDL-52397 mod_assign: Added new method to feedback plugins.
...
Added a method to the feedback plugins to check if feedback
has been modified. This allows for a more accurate record
of when the grade has been modified.
2016-02-24 15:09:08 +08:00
Dan Poltawski
fef5360053
Merge branch 'MDL-42460-master' of git://github.com/marinaglancy/moodle
2016-02-23 14:36:54 +00:00
David Monllao
c625b01a4c
MDL-31989 mod_survey: Prevent templates from being indexed
2016-02-23 19:58:52 +08:00
David Monllao
69d66020ce
MDL-31989 search: get_config method to search areas
...
Also content_to_text moved to weblib.
2016-02-23 10:47:59 +00:00
David Monllao
e2be996171
MDL-31989 search: New search areas
...
Some search areas have been introduced as part of the initial search API
and search engine API implementation.
- Forum posts
- Glossary enties
- All moodle activities
2016-02-23 10:47:57 +00:00
Andrew Nicols
bde3e8c5d1
Merge branch 'MDL-49338' of git://github.com/timhunt/moodle
2016-02-23 13:32:00 +08:00
Andrew Nicols
7bf992cccb
Merge branch 'wip-MDL-53129-master' of https://github.com/marinaglancy/moodle
2016-02-23 13:22:49 +08:00
Marina Glancy
42756192d7
MDL-53129 mod_feedback: forms cleanup and behat tests
2016-02-23 13:17:21 +08:00
Eloy Lafuente (stronk7)
a4a44e2c27
Merge branch 'MDL-52806' of git://github.com/timhunt/moodle
2016-02-22 23:04:43 +01:00
Eloy Lafuente (stronk7)
153fbcd24a
Merge branch 'MDL-53065' of git://github.com/timhunt/moodle
2016-02-22 23:01:04 +01:00
Michael Milette
89e68e6c1e
MDL-42460 mod_feedback: Fix markup validation
2016-02-22 22:41:32 +08:00
Marina Glancy
8ad534bd9f
MDL-44952 mod_feedback: validate required multichoice
2016-02-22 22:01:02 +08:00
Tim Hunt
293f5d1b11
MDL-53065 quiz redo question: avoid PHP notice in edge case
...
When selecting the variant of the new question, we need to add the
new question to the usage before trying to select a variant.
Also, we need to acutally use the selected variant number!
2016-02-19 12:10:39 +00:00
Tim Hunt
a10bd0d9a8
MDL-52806 quiz manual grading: show right answer for auto-graded Qs
2016-02-19 12:06:24 +00:00
Tim Hunt
de3b803dea
MDL-49338 quiz stats: preview urls wrong for question variants
2016-02-19 12:01:05 +00:00
Rajesh Taneja
2aacd415e1
MDL-50484 mod_lesson: Use group to add multiple radio inputs
...
https://docs.moodle.org/dev/lib/formslib.php_Form_Definition#radio
Radio input should be added in group and not individual, so
that each element created has unique id and template
2016-02-19 14:00:03 +08:00
Eugene Venter
d01cdc5172
MDL-53166 mod_forum: fix fatal error in backup phpunit test
...
when running mod_forum_testsuite mod_forum_testsuite
2016-02-19 11:14:08 +13:00
Dan Poltawski
0b14d8612b
Merge branch 'MDL-51214-master' of git://github.com/andrewnicols/moodle
2016-02-17 07:58:15 +00:00
Marina Glancy
7c5c80350c
MDL-49807 mod_wiki: section detection regexp fix
2016-02-17 13:11:10 +08:00
Eloy Lafuente (stronk7)
45cb6145fb
Merge branch 'MDL-51852-master' of git://github.com/andrewnicols/moodle
2016-02-17 02:03:48 +01:00
Andrew Nicols
a6fc917168
MDL-51852 mod_forum: Respect timed discussions in emails
2016-02-17 07:57:57 +08:00