Sara Arjona
855d4db87a
Merge branch 'bugfix-MDL-67142' of https://github.com/AngadSethi/moodle
2020-02-11 10:18:49 +01:00
Peter Dias
1cb6c0bb31
MDL-63032 core: Update the timezone to the latest windows list
2020-02-11 07:17:23 +08:00
Víctor Déniz Falcón
a23969a5fa
MDL-67192 core_h5p: get site UUID from H5P using the API
2020-02-10 08:40:12 +00:00
Mathew May
d6b95b8642
MDL-67264 core_templates: If classes exists render it out
2020-02-10 08:14:16 +08:00
Angad Sethi
86127e774f
MDL-67142 quiz: fixed error when deleting saved questions long-name-quiz
...
An error was showing up while deleting questions
(in the question_save_from_deletion method) which had been saved
and which belonged to a quiz with a super long name, not exceeding 255
characters, as the 'name' field in 'question_categories' table had a
max size of 255 characters. The shorten_text function was used to
shorten the string to 255 characters and a unit test was added with
the name test_question_save_from_deletion_quiz_with_long_name to test
the patch.
2020-02-08 19:40:44 +05:30
Brendan Heywood
f070dd126f
MDL-67726 tool_phpunit: Removed webrunner tool
2020-02-07 08:08:48 +08:00
Andrew Nicols
af3de26941
Merge branch 'MDL-67175-master' of git://github.com/andrewnicols/moodle
2020-02-07 08:08:43 +08:00
Brendan Cox
86b082cece
MDL-67175 session: set SameSite=None for Chrome 78 and above
...
Totara reference TL-22311 (original code by Brendan Cox and Sam Hemelryk)
a3f4de2b7e
2020-02-07 08:05:14 +08:00
Eloy Lafuente (stronk7)
986c5283cf
Merge branch 'MDL-67832' of https://github.com/timhunt/moodle
...
(fixed a couple of typos in the merge commit)
2020-02-06 00:01:07 +01:00
Eloy Lafuente (stronk7)
a411ab8825
Merge branch 'MDL-67387-master' of git://github.com/cescobedo/moodle
2020-02-05 19:18:11 +01:00
Eloy Lafuente (stronk7)
a8976119dc
Merge branch 'MDL-46542' of https://github.com/timhunt/moodle
2020-02-05 09:32:32 +01:00
Andrew Nicols
097677f765
Merge branch 'MDL-49103-master' of git://github.com/sarjona/moodle
2020-02-05 13:48:29 +08:00
Andrew Nicols
bc51efe54b
Merge branch 'MDL-58584-master' of git://github.com/rezaies/moodle
2020-02-05 13:45:34 +08:00
Eloy Lafuente (stronk7)
3ed74c3f93
Merge branch 'MDL-63424-master' of git://github.com/lucaboesch/moodle
2020-02-04 19:28:36 +01:00
Sara Arjona
f8d9b1eb8c
MDL-49103 badges: bake badges with iTXt chunk instead of tEXt
...
The final OB 1.0 specification changed the baking badges method
from tEXt to iTXt. Besides, the iTXt chunk should be a signed
assertion or the raw JSON (instead of the assertion URL).
This has been changed in order to make Moodle OB compliant.
Yuliya Bozhko, thanks for the patch! :-)
2020-02-04 18:49:39 +01:00
Shamim Rezaie
94e25092b2
MDL-58584 core_ddl: delete te loft over table in the test
2020-02-04 23:15:32 +11:00
Andrew Nicols
7be4a3fba1
Merge branch 'MDL-60126-master-3' of git://github.com/mihailges/moodle
2020-02-04 10:33:19 +08:00
Andrew Nicols
5f21e45f9f
Merge branch 'MDL-58584-master' of git://github.com/rezaies/moodle
2020-02-04 10:30:32 +08:00
Simey Lameze
507c34820c
MDL-60126 core: upgrade step to clean user comp
2020-02-04 08:36:21 +08:00
Simey Lameze
2595d450e0
MDL-60126 competency: delete content upon user delete
2020-02-04 08:00:19 +08:00
Eloy Lafuente (stronk7)
fbde0a7798
Merge branch 'MDL-67052-mysql-locks' of https://github.com/brendanheywood/moodle
2020-02-03 19:32:58 +01:00
Shamim Rezaie
934c2ee1b6
MDL-58584 core_ddl: getDropTableSQL should not do more than what it says
2020-02-03 15:07:15 +11:00
Shamim Rezaie
b4d062c6be
MDL-58584 core: remove duplications from get_columns functions
2020-02-03 15:07:15 +11:00
Andrew Nicols
4d4409437a
MDL-67511 core: Adjust spacing at top of toast-wrapper
2020-02-03 07:38:07 +08:00
Tim Hunt
1aacbb72d3
MDL-67832 quiz: fix lots of PHPdoc in attemptlib.php
2020-01-31 19:09:03 +00:00
Tim Hunt
87554981f0
MDL-46542 formslib: duration field option for which units to show
...
Based on the original work of Itamar Tzadok.
2020-01-30 17:08:29 +00:00
cescobedo
14324f84af
MDL-67387 libraries: Upgrade PhpSpreadsheet to version 1.10.1
2020-01-30 17:25:47 +01:00
Jun Pataleta
961833b477
Merge branch 'MDL-67353_reset' of https://github.com/stronk7/moodle
2020-01-30 12:35:56 +08:00
Adrian Greeve
f494e9e6c0
Merge branch 'MDL-67351-master_required_setting' of https://github.com/catalyst/moodle
2020-01-30 08:11:33 +08:00
Andrew Madden
948a951a4e
MDL-67351 admin: Create new 'required' admin flag setting.
...
Extend the admin flag options, that currently allow the 'advanced' and 'locked' states
of a form setting to be controlled by a plugins admin settings, to also include
the 'required' state. These options appear as a list of checkboxes next to the admin
setting.
2020-01-30 10:49:14 +11:00
Eloy Lafuente (stronk7)
4af44dbc8e
MDL-67353 course: move form tearDown() to reset_all_data()
...
We are already cleaning all sort of caches, statics, singletons
there and it's better to ensure they are always reset to avoid
myterious failures @ distance.
2020-01-29 23:43:57 +01:00
Brendan Heywood
262061d661
MDL-67052 locks: Added a native MySQL / MariaDB lock implementation
2020-01-30 09:20:10 +11:00
Brendan Heywood
9e27807bed
MDL-67052 locks: Fixed backwards unit tests for unstacked locks
2020-01-30 09:19:41 +11:00
Eloy Lafuente (stronk7)
fd27c57901
Merge branch 'wip-MDL-67545-master' of https://github.com/Beedell/moodle
2020-01-29 19:28:56 +01:00
Adrian Greeve
aa78c654ba
Merge branch 'MDL-67768-master-componentdirs' of git://github.com/mudrd8mz/moodle
2020-01-29 10:01:08 +08:00
Eloy Lafuente (stronk7)
f5cb242afd
Merge branch 'MDL-52189' of https://github.com/jonof/moodle
2020-01-28 22:43:22 +01:00
Eloy Lafuente (stronk7)
db325421a3
Merge branch 'MDL-67447-master-autocomplete' of git://github.com/mudrd8mz/moodle
2020-01-28 22:23:43 +01:00
Shamim Rezaie
2c4be2ebfd
MDL-67675 atto_h5p: No need to manually clear the H5P placeholder
2020-01-28 22:28:57 +11:00
Eloy Lafuente (stronk7)
2aa92150a6
Merge branch 'MDL-57755_master' of https://github.com/t-schroeder/moodle
2020-01-28 10:26:32 +01:00
David Mudrák
3f82b17927
MDL-67768 core: Add some common dirs to core_component::$ignoreddirs
...
The core_component::$ignoreddirs lists all directories that are reserved
and cannot be used as valid plugin names. This is particularly important
for some plugin types such as 'webservice' that share the same root
location as the core subsystem of the same name.
2020-01-28 10:18:25 +01:00
Adrian Greeve
f9bc06ed16
Merge branch 'master_MDL-67746' of https://github.com/golenkovm/moodle
2020-01-28 13:11:41 +08:00
Adrian Greeve
2b45f8bbad
Merge branch 'MDL-38511-bulk-actions' of https://github.com/brendanheywood/moodle
2020-01-28 11:10:17 +08:00
Adrian Greeve
067fbebf04
Merge branch 'MDL-67691' of https://github.com/stronk7/moodle
2020-01-28 07:52:21 +08:00
Eloy Lafuente (stronk7)
8cc31f604d
Merge branch 'MDL-67730-master' of git://github.com/rezaies/moodle
2020-01-27 12:21:21 +01:00
Matteo Scaramuccia
a8a4eac163
MDL-67414 database: Fixed PostgreSQL 12.x support
2020-01-26 09:37:17 +01:00
David Mudrák
7630b42232
MDL-67447 form: Fix the duplicate autocomplete selection node
...
When the autocomplete selection is updated, the content of the selection
wrapper is replaced with the new list of selected items. We must replace
only the content of the selection wrapper and not to nest it into
itself.
2020-01-25 05:39:01 +01:00
Luca Bösch
ee2bcf3645
MDL-63424 form: allow checkboxes to have req icon.
2020-01-24 17:34:48 +01:00
John Beedell
7aa3444d72
MDL-67545 Antivirus: new option for clam scan failure
2020-01-24 13:05:45 +00:00
Eloy Lafuente (stronk7)
e46a9874a5
MDL-67353 filters: fix filterlib tests
...
- move resetAfterTest() to test units.
- remove setUp(), moving code to remove_all_filters_from_config().
- remove class properties, moving to return values of own setup_xxx() methods.
2020-01-24 11:26:56 +01:00
Tim Schroeder
1ccc7e6600
MDL-57755 message: fix notificaiton read status when messaging disabled
2020-01-24 08:59:12 +01:00