Adrian Greeve
87e858e0df
Merge branch 'MDL-37802' of https://github.com/paulholden/moodle
2020-09-30 13:52:26 +08:00
Brendan Heywood
f3844e595e
MDL-62678 core: Improve efficiency of notifications and avoid ajax call
2020-09-30 13:55:30 +10:00
Jake Dallimore
9d5e79dbac
Merge branch 'MDL-68845-master' of git://github.com/jleyva/moodle
2020-09-30 11:45:06 +08:00
Adrian Greeve
e682c64b25
Merge branch 'MDL-68562' of https://github.com/mkassaei/moodle
2020-09-30 11:10:30 +08:00
Eloy Lafuente (stronk7)
3cb767f04c
MDL-69638 install: update the list of stale files for 3.10
2020-09-29 22:37:52 +02:00
Víctor Déniz
8787cfe6c5
Merge branch 'MDL-67841-master' of git://github.com/jleyva/moodle
2020-09-29 18:25:25 +01:00
Sara Arjona
0cd27ec8f7
Merge branch 'MDL-69342_profile_picture_deletion' of https://github.com/vtos/moodle into master
2020-09-29 19:00:54 +02:00
Amaia Anabitarte
97c0fa7286
MDL-69672 core_contentbank: is_context_allowed unit tests
2020-09-29 17:46:11 +02:00
Amaia Anabitarte
08687a5198
MDL-69672 core_contentbank: Check used context level
2020-09-29 17:46:10 +02:00
Jun Pataleta
83cf43b045
Merge branch 'MDL-69600-divertemails' of https://github.com/brendanheywood/moodle
2020-09-29 20:28:05 +08:00
Sara Arjona
76b5863917
Merge branch 'MDL-65976-master' of git://github.com/jleyva/moodle into master
2020-09-29 14:09:13 +02:00
Juan Leyva
417e5b9f84
MDL-65976 completion: New course completion message provider
2020-09-29 13:40:32 +02:00
Brendan Heywood
8c1c164e0a
MDL-69707 session: Avoid redis writes if the session is unchanged
2020-09-29 20:45:38 +10:00
Brendan Heywood
0983a1c3d1
MDL-69600 core: Expose divertallemails config in UI
2020-09-29 20:29:32 +10:00
Martin Gauk
2355205ad8
MDL-69257 H5P: Check size of uploaded files and virus scan
2020-09-29 10:09:47 +00:00
Jun Pataleta
5f6177aba6
Merge branch 'MDL-41492-master' of https://github.com/peterburnett/moodle
2020-09-29 18:07:27 +08:00
Juan Leyva
b4d2fc163d
MDL-68845 calendar: New WS get_calendar_export_token
2020-09-29 10:52:13 +02:00
Juan Leyva
ea9c822fc3
MDL-68845 calendar: Move duplicated code to function
2020-09-29 10:51:45 +02:00
Eloy Lafuente (stronk7)
e049d30613
weekly release 4.0dev
2020-09-29 10:48:19 +02:00
Eloy Lafuente (stronk7)
1668e62ef6
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install into master
2020-09-29 10:48:16 +02:00
Jun Pataleta
620ec0e47f
Merge branch 'MDL-69283-master' of git://github.com/jleyva/moodle
2020-09-29 13:53:42 +08:00
Claude Vervoort
7263f2855d
MDL-68384 mod_lti: fix spec violations bo claim name and dl value type
2020-09-28 16:53:33 -04:00
Juan Leyva
fada51aa32
MDL-67841 tool_mobile: Inform about last access with the app
2020-09-28 21:40:08 +02:00
Víctor Déniz
8512efb07e
Merge branch 'MDL-69644' of https://github.com/paulholden/moodle
2020-09-28 20:33:35 +01:00
Shamim Rezaie
424e61d559
MDL-69649 form: Fix labels for defaultcustom form elements
2020-09-28 23:41:29 +10:00
Shamim Rezaie
2c93a1f53c
MDL-69649 backup: Fix missing labels
...
- The backup details page uses a table to show a sumary of the backup
content. Used role attribute to denote the tabular format of the
summary.
- The backup details page displays activity name next to each activity
icon. Therefore the icons are only decorative and do not need to have
any title or even alt text.
- Form labels should be associated with form controls. A div element is
not a form control.
- The from attribute of the form labels should be equal to the id
attribute of an element. Therefore, we first create a label and an
input elements and associate them to each other, and then pass them to
backup_detail_pair() when a label is needed.
2020-09-28 23:41:29 +10:00
Sara Arjona
b1a2dd1681
Merge branch 'MDL-69695' of https://github.com/paulholden/moodle into master
2020-09-28 13:03:14 +02:00
sam marshall
131540c947
MDL-69759 Web services: app checks to token.php cause log errors
2020-09-28 11:54:29 +01:00
Sara Arjona
8223718081
Merge branch 'MDL-68935-master' of git://github.com/jleyva/moodle into master
2020-09-28 11:40:37 +02:00
Peter Burnett
ba9fc5ed57
MDL-41492 cache: Added ability for alternate cache config
2020-09-28 15:12:33 +10:00
Nathan Nguyen
0b84fb7bec
MDL-69572 mod_book : add bookid index to book_chapters
2020-09-28 10:43:06 +10:00
Nathan Nguyen
ee1f0fb18a
MDL-69613 gradereport: confirm message if override none is selected
2020-09-28 10:39:33 +10:00
AMOS bot
86289da23b
Automatically generated installer lang files
2020-09-26 00:07:57 +00:00
Juan Leyva
d2aa3e054f
MDL-69283 webservice: New external setting for forcing timezone
2020-09-25 19:08:59 +02:00
Hittesh Ahuja
68110d352c
MDL-65074 mod_quiz: Quiz navigation buttons shouldnt use btn-secondary
...
Removing .btn-secondary as plain.scss and default.scss in bootstrap hide the button from view.
2020-09-25 15:31:57 +01:00
Juan Leyva
94a0ee41e7
MDL-69776 files: New WS core_files_delete_draft_files
2020-09-25 10:37:16 +02:00
Paul Holden
582bb534c9
MDL-37802 repository: return error if unzipping files fails.
...
For instance, when a user tried to unzip a password protected zip
archive using the file manager.
2020-09-25 09:33:44 +01:00
Paul Holden
6a2720b0e6
MDL-69586 tool_usertours: use specified user in privacy prefs export.
2020-09-25 09:13:14 +01:00
Sara Arjona
c68897b7e6
MDL-69087 core_h5p: add renderer to let personalize styles
...
Existing mod_hvp pluging has a renderer to let Moodle instances
alter styles, Javascript, semantics (fields in the editor) and
content: https://github.com/h5p/moodle-mod_hvp/blob/stable/renderer.php
The approach for core_h5p is exactly the same, to let people
to reuse their existing code.
2020-09-24 19:56:12 +02:00
David Mudrák
9ce768008c
MDL-69050 lang: Stop using the term blacklist in mustache output engine
2020-09-24 19:41:58 +02:00
David Mudrák
7a079a890b
MDL-69050 lang: Fix the variable name in the admin/cli/svgtool.php
2020-09-24 19:41:58 +02:00
David Mudrák
cde6c9d4a8
MDL-69050 lang: Fix variable name and comment in core-notification YUI
2020-09-24 19:41:58 +02:00
David Mudrák
00b6772114
MDL-69050 lang: Rename and deprecate filetypes_util methods
2020-09-24 19:41:58 +02:00
David Mudrák
801ee23427
MDL-69050 lang: Improve the wording of the comments
...
Stop using the terms whitelist/blacklist when used to allow/deny things.
2020-09-24 19:41:58 +02:00
David Mudrák
e2d54e6bd8
MDL-69050 lang: Fix the variable name in the Essay question type
2020-09-24 19:41:58 +02:00
David Mudrák
f278c69c83
MDL-69050 lang: Rename the filetypesnotwhitelisted string
...
Rename the string identifier to filetypesnotallowed, copy all the
existing translations in AMOS and deprecate the original string to be
eventually removed.
AMOS BEGIN
CPY [filetypesnotwhitelisted,core_form],[filetypesnotallowed,core_form]
AMOS END
2020-09-24 19:41:58 +02:00
David Mudrák
e04e0c8cf8
MDL-69050 lang: Fix the variable name in the TeX filter library
2020-09-24 19:41:58 +02:00
David Mudrák
6bfc46802e
MDL-69050 lang: Rename the whitelist variable in the Workshop locallib
2020-09-24 19:41:58 +02:00
David Mudrák
dbaeeeb0ec
MDL-69050 lang: Fix variables and methods names in curl_security_helper
...
The code has been using terms that were found exclusive and potentially
derogatory. Fixing the terms and making the variables and methods
consistent with the related admin settings.
2020-09-24 19:41:57 +02:00
David Mudrák
d9dc9ae891
MDL-69050 lang: Fix placeholder in the err_wrongfileextension string
...
The name of the placeholder has been found exclusive and potentially
derogatory. Also the name of variable that was used to populate the
placeholder value. That was not the intention.
2020-09-24 19:41:57 +02:00