Commit graph

91227 commits

Author SHA1 Message Date
Jun Pataleta
aec6391bc2 MDL-64774 user: Better unit tests for updating users with similar emails 2019-03-06 09:00:32 +08:00
AMOS bot
21f27a2bd3 Automatically generated installer lang files 2019-03-06 00:09:40 +00:00
Eloy Lafuente (stronk7)
9f071b48c5 Merge branch 'MDL-64943_35' of git://github.com/stronk7/moodle into MOODLE_35_STABLE 2019-03-05 22:49:54 +01:00
Eloy Lafuente (stronk7)
3717e40450 MDL-64943 behat: fix some remaining uses of old strings 2019-03-05 17:02:28 +01:00
Eloy Lafuente (stronk7)
f7e4dacd1e Merge branch 'MDL-64943-35-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_35_STABLE 2019-03-05 11:09:42 +01:00
Jun Pataleta
c80db2680f Merge branch 'MDL-62465-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE 2019-03-05 15:29:55 +08:00
Damyon Wiese
438cf695bf MDL-62465 assign: Remove behat step
We don't need to open the menu to choose the "Grade" item, we can just click the button.
2019-03-05 14:49:51 +08:00
Adrian Greeve
cc52293498 Merge branch 'MDL-64864-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE 2019-03-05 14:27:21 +08:00
Adrian Greeve
3eab97cc34 Merge branch 'MDL-64678-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE 2019-03-05 13:54:09 +08:00
Andrew Nicols
e225d71259 Merge branch 'MDL-64961-m35' of https://github.com/sammarshallou/moodle into MOODLE_35_STABLE 2019-03-05 13:25:17 +08:00
Andrew Nicols
2504aa33e0 Merge branch 'MDL-64981_35' of https://github.com/timhunt/moodle into MOODLE_35_STABLE 2019-03-05 13:23:07 +08:00
Shamim Rezaie
4480118b5d MDL-63146 mod_quiz: Add userid param to mod_quiz calendar callbacks 2019-03-05 14:23:47 +11:00
Shamim Rezaie
816e6abb1b MDL-64830 core_calendar: Do cap check on event edit form 2019-03-05 04:21:41 +01:00
Damyon Wiese
d3f2f990dd MDL-64651 comments: Do not send referrer
Use blanktarget option on all comments to prevent malicious links.
2019-03-05 04:21:41 +01:00
Viktor
427463a525 MDL-62702 core_lib: fix broken verification signature 2019-03-05 04:21:41 +01:00
Mark Nelson
f46413cb03 MDL-62702 core_lib: updated the 'ltiprovider' readme_moodle.txt 2019-03-05 04:21:41 +01:00
Brendan Cox
723d1a7475 MDL-62702 core_lib: parameters in POST override other LTI values
This fixes an exploit where you could alter the 'Content-Type' of the
request and bypass the case-sensitive check 'strstr'. For example,
setting it to 'application/x-www-FORM-urlencoded'. However, changing
this to use 'stristr' was also not an acceptable approach as you
could also bypass it by setting the value to 'multipart/form-data'.
2019-03-05 04:21:41 +01:00
Ryan Wyllie
070f24d006 MDL-63786 core: set $CFG->forceclean for logged in as sessions
Turn on the forceclean config setting when a user is logged in as a
different user. This is a precautionary measure, which forces all
user submitted content to be cleaned of JavaScript before rendering
it to the logged in as user.
2019-03-05 04:21:41 +01:00
Luca Bösch
911f748806 MDL-64706 theme_boost: Remove logo link in secure template 2019-03-05 04:21:41 +01:00
Jun Pataleta
9ed8cafff3 Merge branch 'MDL-64652-35' of git://github.com/andrewnicols/moodle into MOODLE_35_STABLE 2019-03-05 11:13:13 +08:00
Adrian Greeve
d85fed227b Merge branch 'MDL-64941-35' of https://github.com/MartinGauk/moodle into MOODLE_35_STABLE 2019-03-05 11:11:58 +08:00
Andrew Nicols
0b9e9bf89d MDL-64652 mod_data: Break LEFT JOINs to multiple INNER 2019-03-05 10:17:36 +08:00
Andrew Nicols
ed5a080034 MDL-64652 glossary: Break LEFT JOINs to multiple INNER 2019-03-05 10:17:36 +08:00
Andrew Nicols
419275478b MDL-64652 forum: Use an inner join when fetching ratings 2019-03-05 10:17:36 +08:00
Andrew Nicols
6a06c7ca03 MDL-64652 rating: Add optional inner join option to sql 2019-03-05 10:17:35 +08:00
Andrew Nicols
6b9cce6b98 MDL-64652 mod_forum: Performance improvement for provider
There are possibly some further improvements that can be made to:
- export_discussion_data
- export_all_posts
2019-03-05 10:17:10 +08:00
Adrian Greeve
f8e7257327 Merge branch 'MDL-64863-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE 2019-03-05 09:51:11 +08:00
Jun Pataleta
37a1983740 Merge branch 'MDL-62143-35' of git://github.com/damyon/moodle into MOODLE_35_STABLE 2019-03-05 09:41:20 +08:00
Damyon Wiese
ebbb7f9a5f MDL-64864 core_competency: Include course category
These courses are passed through to the course_summary_exporter which
requires a category id in each course record.
2019-03-05 08:54:17 +08:00
Damyon Wiese
95209cb64a MDL-64678 assign: More ios touch
Only disable touch scrolling when the touch event is within the drawing region of the canvas.
2019-03-05 08:49:49 +08:00
AMOS bot
973c2551aa Automatically generated installer lang files 2019-03-04 00:09:51 +00:00
sam marshall
cdfdef65b5 MDL-64961 REST web service: Fatal error in error handler 2019-03-01 11:57:52 +00:00
Tim Hunt
7f5479a142 MDL-64981 dml tests: pgsql_native_recordset_testcase port number 2019-03-01 11:14:20 +00:00
Martin Gauk
5320dc6722 MDL-64941 qtype_multianswer: keep order of existing wrapped questions 2019-03-01 09:50:05 +00:00
AMOS bot
c67c536dfe Automatically generated installer lang files 2019-03-01 00:15:55 +00:00
David Mudrák
4c73fd62b0 MDL-64943 lang: Fix regression in the test caused by the reworded string 2019-02-28 20:00:52 +01:00
Eloy Lafuente (stronk7)
b38eb7882b weekly release 3.5.4+ 2019-02-28 18:51:41 +01:00
Eloy Lafuente (stronk7)
c4af3e8ec1 Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE 2019-02-28 18:51:38 +01:00
David Mudrák
d5cdc97b2f MDL-64943 lang: Fix regressions in Behat caused by reworded strings 2019-02-28 18:07:03 +01:00
Helen Foster
bc2a000664 MDL-64943 lang: Import fixed English strings (en_fix)
Significant string changes:

* importgroups_help,core_group - Correcting optional fieldnames
  (removing picture, hidepicture and adding groupidnumber, groupingname
  and enablemessaging)

* penaltyforeachincorrecttry_help,core_question - additional paragraph
  about scoring logic

* resultdownloadready,tool_dataprivacy - wording corrected (no need to
  go to a download page)

* auth_dbfielduser,auth_db - varchar data type requirement
2019-02-28 18:02:44 +01:00
Juan Leyva
651f5c494b MDL-64444 mod_assign: Use correct permissions for viewing grades
Some WebServices does not use the correct permissions.
Now we are using assign own API (require_view_grades()) instead.

Note this patch is different from the 36_STABLE and master ones
because there isn't context freezing here. Just we decided to
apply the changes for consistent perm evaluation in all branches.
2019-02-28 01:25:13 +01:00
Sara Arjona
536faec42a Merge branch 'MDL-55135-35-competencies-manage-in-coursecontext' of https://github.com/wjroes/moodle into MOODLE_35_STABLE 2019-02-27 11:51:51 +01:00
Sara Arjona
c7ff973845 Merge branch 'MDL-62454-35' of git://github.com/bmbrands/moodle into MOODLE_35_STABLE 2019-02-27 08:58:31 +01:00
Andrew Nicols
3235bb616d Merge branch 'MDL-64889_35_STABLE' of https://github.com/marxjohnson/moodle into MOODLE_35_STABLE 2019-02-27 14:44:18 +08:00
Andrew Nicols
86c240ddfa Merge branch 'wip-35-MDL-62345' of https://github.com/adpe/moodle into MOODLE_35_STABLE 2019-02-27 14:14:35 +08:00
Andrew Nicols
a94b5db132 Merge branch 'MDL-63674-35' of git://github.com/rezaies/moodle into MOODLE_35_STABLE 2019-02-27 13:04:33 +08:00
Andrew Nicols
47ff684a89 Merge branch 'MDL-64591_35' of https://github.com/timhunt/moodle into MOODLE_35_STABLE 2019-02-27 09:55:05 +08:00
AMOS bot
50733f26f7 Automatically generated installer lang files 2019-02-27 00:09:51 +00:00
Eloy Lafuente (stronk7)
d14925e818 Merge branch 'MDL-63417-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE 2019-02-26 23:19:25 +01:00
Sara Arjona
a5dfb4cb3b Merge branch 'MDL-43428-35' of git://github.com/rezaies/moodle into MOODLE_35_STABLE 2019-02-26 14:09:15 +01:00