Peter Eliyahu Kornfeld
3ab494b154
MDL-66834 Questions: add transaction, move trigger
2020-02-03 12:29:43 +02: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
Ferran Recio
1b5630a01f
MDL-66463 theme_boost: go to top link
2020-01-31 12:37:10 +01:00
Tim Hunt
2569fb5d2c
MDL-67842 questions: Cannot remove the idnumber from a question
2020-01-30 17:24:59 +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
Eloy Lafuente (stronk7)
cb38ab1e39
weekly release 3.9dev
2020-01-30 16:10:59 +01:00
Eloy Lafuente (stronk7)
4f4e408d99
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2020-01-30 16:10:56 +01:00
Mark Johnson
d62ce1d419
MDL-67681 Cache: Store coursecattree array in a single key
2020-01-30 13:21:22 +00: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
4a63a5b875
MDL-67351 quiz: Change advanced quiz settings types to use flags.
...
Change all 'with_advanced' setting types in quiz/settings to their
regular counterparts and apply the 'advanced' admin flag to them
instead. Settings that extend with_advanced setting types are
unchanged.
2020-01-30 10:50:59 +11:00
Andrew Madden
b5d1151574
MDL-67351 quiz: Move quiz form defaults logic out of form.
...
By including the mod_form:apply_admin_defaults() method in the quiz
moodle_form, each element does not need to set default and advanced
states individually.
2020-01-30 10:50:01 +11: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
Michelle Melton
b5fc2892df
MDL-64169 course: fix padding when display on one section per page
...
(amended to keep the $o.= consistent with surrounding code)
2020-01-29 22:34:35 +01:00
Tim Hunt
a33e0b4d84
MDL-67830 quiz: notice in grade details redirect script
2020-01-29 18:34:39 +00: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
Jun Pataleta
4ef4e10194
Merge branch 'MDL-67626_master' of git://github.com/adpe/moodle
2020-01-29 21:36:12 +08: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)
492f3b71bb
Merge branch 'MDL-67472-master' of git://github.com/bmbrands/moodle
2020-01-28 22:56:37 +01: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
Eloy Lafuente (stronk7)
14de866897
Merge branch 'MDL-67722-master' of git://github.com/mickhawkins/moodle
2020-01-28 20:13:08 +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)
dae0a8c405
Merge branch 'MDL-56389' of https://github.com/paulholden/moodle
2020-01-28 11:04:05 +01: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
3d1943b46d
Merge branch 'MDL-67740-master-behatstepsfilter' of git://github.com/mudrd8mz/moodle
2020-01-28 15:05:45 +08: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
AMOS bot
f487663f43
Automatically generated installer lang files
2020-01-28 00:11:35 +00:00
Adrian Greeve
067fbebf04
Merge branch 'MDL-67691' of https://github.com/stronk7/moodle
2020-01-28 07:52:21 +08:00
Shamim Rezaie
974db580df
MDL-67721 mod_forum: See 'view grade' button on single discussion forums
2020-01-28 05:02:05 +11:00
Eloy Lafuente (stronk7)
cefcb68f63
Merge branch 'MDL-64531-master-questiondeletejson' of git://github.com/mudrd8mz/moodle
2020-01-27 17:07:33 +01:00
Eloy Lafuente (stronk7)
58abdda2ea
Merge branch 'MDL-67577-master' of git://github.com/bmbrands/moodle
2020-01-27 16:15:21 +01:00
Eloy Lafuente (stronk7)
8cc31f604d
Merge branch 'MDL-67730-master' of git://github.com/rezaies/moodle
2020-01-27 12:21:21 +01:00
Eloy Lafuente (stronk7)
6e90244ac1
Merge branch 'm39_MDL-67414_Add_PostgreSQL_12x_Support_v2' of https://github.com/scara/moodle
2020-01-27 12:16:08 +01:00
Bas Brands
77e5b4462e
MDL-67577 core_message: navbar_output order
...
* moved the logic from core_message_popup_render_navbar_output to
message_popup_render_navbar_output in message/output/popup/lib.php
* using float: left instead of float: right in theme
2020-01-27 12:14:16 +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
AMOS bot
68a14fac34
Automatically generated installer lang files
2020-01-25 00:11:31 +00:00
Luca Bösch
7287834c11
MDL-66875 calendar: allow the use of day, mon and year again.
2020-01-25 00:56:39 +01:00
Luca Bösch
ee2bcf3645
MDL-63424 form: allow checkboxes to have req icon.
2020-01-24 17:34:48 +01:00
Dani Palou
887f7a96a1
MDL-67806 tool_mobile: Add Dark mode option in disabled features
...
We must allow site admins to remotely disable that feature in the app
2020-01-24 15:53:21 +01:00