sam marshall
68204f0870
MDL-72025 Upgrade: Out of memory when updating social profile fields
2021-09-02 13:44:20 +01:00
Eloy Lafuente (stronk7)
2094d420e1
Moodle release 3.11.1
2021-07-10 18:56:04 +02:00
AMOS bot
a50d03fa58
Automatically generated installer lang files
2021-07-09 00:07:33 +00:00
Eloy Lafuente (stronk7)
04eaed2029
weekly release 3.11+
2021-07-08 23:44:06 +02:00
Jun Pataleta
edd769831c
Merge branch 'MDL-71919-311-fix' of https://github.com/cescobedo/moodle into MOODLE_311_STABLE
2021-07-08 23:32:19 +02:00
Jun Pataleta
a405f1c947
Merge branch 'MDL-70594_311' of https://github.com/stronk7/moodle into MOODLE_311_STABLE
2021-07-08 23:32:19 +02:00
cescobedo
386b1ad8a6
MDL-71919 core_message: Fix tests in message_send
2021-07-08 23:32:19 +02:00
Huong Nguyen
cb48219537
MDL-71922 file: Enhance endless recursion requests protection
2021-07-08 23:32:19 +02:00
cescobedo
1f45155354
MDL-71919 core_message: Fix unclosed html tags in email notification
2021-07-08 23:32:19 +02:00
Paul Holden
17bbd8e109
MDL-71957 auth_shibboleth: safer session retrieval during logout.
2021-07-08 23:32:19 +02:00
Eloy Lafuente (stronk7)
fa012b1b3c
MDL-70335 behat: Ensure the scenario passes under all themes
...
Also, get rid of not needed @javascript tag
2021-07-08 23:32:19 +02:00
Dongsheng Cai
ecae6484a4
MDL-71978 core_calendar: only allow owner to edit user subscriptions
2021-07-08 23:32:19 +02:00
Adrian Greeve
3a2b3ac3e0
Merge branch 'MDL-71887-311' of https://github.com/snake/moodle into MOODLE_311_STABLE
2021-07-08 23:32:19 +02:00
Paul Holden
e3343c280d
MDL-71760 admin: escape identity fields in token management table.
2021-07-08 23:32:19 +02:00
Paul Holden
9360ddef14
MDL-71898 mod_quiz: escape user identity fields on override pages.
2021-07-08 23:32:19 +02:00
Mihail Geshoski
ee4a1fb8d4
MDL-58393 core: Remove firstname argument from emailconfirmation string
2021-07-08 23:32:19 +02:00
Sujith Haridasan
c750bd273b
MDL-71241 course: Validate and sanitize sort arguments
...
Signed-off-by: Sujith Haridasan <sujith@moodle.com>
2021-07-08 23:32:10 +02:00
Mihail Geshoski
c4b65df459
MDL-71242 core_course: Test the validation of the sort value
...
Adds new unit test, test_course_get_recent_courses_sort_validation(),
which is reponsible for testing the validation of the sort value in
course_get_recent_courses().
2021-07-08 23:32:10 +02:00
Mihail Geshoski
4d2f6a1d08
MDL-71242 core_course: Update test_course_get_recent_courses() unit test
...
Adds additional assertions in test_course_get_recent_courses() test to
ensure that the sort funcionality works as expected.
2021-07-08 23:32:10 +02:00
Mihail Geshoski
db6340a0e1
MDL-71242 core_course: Validate the value of the sort argument
...
This change validates the value of the sort argument in
course_get_recent_courses().
2021-07-08 23:31:50 +02:00
Claude Vervoort
5e64128392
MDL-71887 mod_lti: repost when no cookie due to crosssite request
2021-07-07 14:17:51 +08:00
Michael Hawkins
15264e5d9a
MDL-71916 lib: Check cURL redirects for blocked URLs before following
2021-07-06 23:45:41 +02:00
Eloy Lafuente (stronk7)
01a23b30ca
Merge branch 'MDL-70638-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-07-06 20:21:25 +02:00
Eloy Lafuente (stronk7)
bf5e9b7aec
Merge branch 'MDL-70335-311' of https://github.com/juancs/moodle into MOODLE_311_STABLE
2021-07-06 20:18:33 +02:00
Eloy Lafuente (stronk7)
f70a99543d
Merge branch 'MDL-71537-311' of https://github.com/NashTechOpenUniversity/moodle into MOODLE_311_STABLE
2021-07-06 20:16:28 +02:00
Paul Holden
9ed376448f
MDL-70638 user: correct access checks when serving profile files.
...
Requests for files from a users profile file area should follow
the same access checks as for the profile itself.
2021-07-06 10:28:22 +01:00
cescobedo
06d74009ba
MDL-71917 core_message: Use $USER in WS delete_message_for_all_users
2021-07-06 13:33:39 +08:00
Thach Le Huy
ed48e5149b
MDL-71537 User tours: Minor display errors on mobile
2021-07-06 09:34:25 +07:00
Paul Holden
318528af1a
MDL-71981 user: escape identity fields if writer supports HTML.
2021-07-06 09:28:01 +08:00
Paul Holden
fb18ed8256
MDL-71981 dataformat: indicate HTML support in writer callback.
2021-07-06 09:28:01 +08:00
Ilya Tregubov
0d13cd3f29
Merge branch 'MDL-71796-311' of git://github.com/lameze/moodle into MOODLE_311_STABLE
2021-07-05 12:35:35 +02:00
Simey Lameze
4fc4c6b54b
MDL-71796 mod_scorm: fix custom completion logic
2021-07-05 17:47:44 +08:00
Eloy Lafuente (stronk7)
74c605196d
Merge branch 'MDL-72063-311-en_fix' of git://github.com/mudrd8mz/moodle into MOODLE_311_STABLE
2021-07-04 11:02:27 +02:00
Juan Segarra Montesinos
b7b5d7112f
MDL-70335 mod_forum: Subscribe users from Forced to Auto mode
...
When a teacher changes the subscription mode from forced
subscription to auto subscription using the "cog" icon in the
forum page, users are not seen in the Show/edit current
subscribers" page.
This does not happens when done from the Edit settings page.
2021-07-03 09:51:28 +02:00
Eloy Lafuente (stronk7)
90711fb0c3
MDL-70594 environment: Apply agreed changes
...
- PostgreSQL 10 required.
- Exif PHP extension recommended.
2021-07-01 22:41:37 +02:00
Eloy Lafuente (stronk7)
c5b76d8e54
MDL-70594 environment: 4.0 base information
...
This is a direct copy of the 3.11 branch to have
the changes under control in next commits.
2021-07-01 22:41:37 +02:00
David Mudrák
9dc8ec17b9
MDL-72063 lang: Use fixed strings in tests, too
2021-07-01 19:29:02 +02:00
Helen Foster
b6dca70a44
MDL-72063 lang: Import fixed English strings (en_fix)
2021-07-01 19:14:53 +02:00
Ilya Tregubov
aeb47889fa
weekly release 3.11+
2021-07-01 16:42:03 +02:00
Bas Brands
1f3a2943f1
MDL-71366 core_question: prevent question options overflow
2021-07-01 11:58:07 +08:00
Bas Brands
ee1fc4661f
MDL-71366 core_question: prevent shrinking of input radio
2021-07-01 11:58:02 +08:00
Andrew Nicols
64ce58d737
Merge branch 'MDL-72010_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE
2021-07-01 11:11:06 +08:00
Paul Holden
a263679bdd
MDL-71314 course: add category record snapshot to deletion event.
2021-07-01 10:31:57 +08:00
Andrew Nicols
b18f066ff2
Merge branch 'MDL-68003_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE
2021-07-01 09:53:53 +08:00
Sara Arjona
cdd0a7f2ae
Merge branch 'MDL-67208-311' of git://github.com/lameze/moodle into MOODLE_311_STABLE
2021-06-30 16:55:38 +02:00
Simey Lameze
35d8248b7a
MDL-71789 calendar: fix subscription url validation
2021-06-30 16:29:58 +02:00
Sara Arjona
debc96a0fa
Merge branch 'MDL-71971-311' of git://github.com/lucaboesch/moodle into MOODLE_311_STABLE
2021-06-30 16:16:12 +02:00
Sara Arjona
5bd645d3b3
Merge branch 'MDL-71991_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE
2021-06-30 16:09:35 +02:00
Tim Hunt
46ba8d9e70
MDL-68003 session timeout warning: don't show in iframes
2021-06-29 16:58:51 +01:00
Eloy Lafuente (stronk7)
bd83bb57cb
Merge branch 'MDL-71947-311' of https://github.com/bmbrands/moodle into MOODLE_311_STABLE
2021-06-29 11:39:34 +02:00