Guillermo Gomez
c34b89a3c2
MDL-71696 core_question: Implement new database schema
...
This commit implements the new database structure for
versioning in question. It also does the migration of
current data to the new structure.
Co-Authored-By: Safat Shahin <safatshahin@catalyst-au.net>
Co-Authored-By: Guillermo Gomez Arias <guillermogomez@catalyst-au.net>
2022-02-03 22:22:38 +11:00
Eloy Lafuente (stronk7)
c352b70022
on-demand release 4.0dev+
2022-02-01 19:52:17 +01:00
Eloy Lafuente (stronk7)
1c9d461d4a
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2022-02-01 19:52:13 +01:00
Jun Pataleta
6b72060fcd
Merge branch 'MDL-73357-master' of git://github.com/mihailges/moodle
2022-02-01 11:51:01 +08:00
Mihail Geshoski
f2000f098f
MDL-73357 mod_data: Update behat tests
...
After replacing the tabs navigation with the secondary and tertiary
navigation, the completion data will be no longer displayed on all
pages in the database activity. Therefore, we need to update the
behat tests that still verify the existance of completion data in
pages other than the database view page.
2022-02-01 11:45:12 +08:00
Mihail Geshoski
4cc2b15e51
MDL-73357 mod_data: Update tertiary navigation
...
The following commit disables the acivity header information in
pages where this information is not required, adds missing headings,
updates the breadcrumbs, repositions the groups selector in the
database view page.
2022-02-01 11:45:12 +08:00
Shamim Rezaie
a70a2b25de
Merge branch 'MDL-73612-master-2' of https://github.com/bmbrands/moodle
2022-02-01 14:33:34 +11:00
Jun Pataleta
02c3821975
MDL-73270 core: Update PHP XML-RPC warning message wording for accuracy
...
* Instead of the PHP XML-RPC extension is 'no longer supported' by PHP,
it is more accurate to say that it is 'no longer maintained'.
2022-02-01 11:04:15 +08:00
Jun Pataleta
99c3c9d169
Merge branch 'MDL-73270-master' of https://github.com/HuongNV13/moodle
2022-02-01 11:00:49 +08:00
Ilya Tregubov
c94d463afa
Merge branch 'MDL-73706' of git://github.com/paulholden/moodle
2022-01-31 16:59:15 +02:00
Ilya Tregubov
2708e7ef60
Merge branch 'MDL-72756' of git://github.com/paulholden/moodle
2022-01-31 15:12:21 +02:00
Bas Brands
a74c715627
MDL-73612 gradereport_grader: drawer layout issues
2022-01-31 10:09:33 +01:00
AMOS bot
900cb40f6c
Automatically generated installer lang files
2022-01-29 00:07:35 +00:00
Ilya Tregubov
4f9a539600
on-demand release 4.0dev+
2022-01-28 20:17:19 +02:00
Ilya Tregubov
4c1c24e579
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2022-01-28 20:17:18 +02:00
Paul Holden
eb2e261df4
MDL-73706 reportbuilder: fix count for columns with multiple fields.
...
When using the "Count distinct" aggregation type on a column that
selects multiple fields, we should account for each of them in the
returned SQL.
Move helper method to facilitate this to the base aggregation class
so it can be re-used between all types.
2022-01-28 15:38:40 +00:00
Jun Pataleta
e1f34b394d
MDL-73188 tool_usertours: Fix validation of text content
2022-01-28 20:53:07 +08:00
Sara Arjona
67b2e10f03
Merge branch 'MDL-72089' of https://github.com/stronk7/moodle
2022-01-28 08:51:43 +01:00
Ilya Tregubov
45c78098e9
Merge branch 'MDL-73337-fix' of https://github.com/sarjona/moodle
2022-01-28 09:43:53 +02:00
Sara Arjona
291ddd3bce
MDL-73337 quiz: Fix PHPUnit errors with missing context_module
2022-01-28 08:38:59 +01:00
Shamim Rezaie
a9dcc176c9
Merge branch 'MDL-72852-master-fix' of https://github.com/sarjona/moodle
2022-01-28 14:58:37 +11:00
Jun Pataleta
8aa45ea90d
MDL-73470 tool_componentlibrary: Fix illegal whitespace
2022-01-28 11:47:13 +08:00
Jun Pataleta
fd452f2fa2
Merge branch 'MDL-73470' of https://github.com/roland04/moodle
2022-01-28 11:02:01 +08:00
Huong Nguyen
683375af8b
MDL-73270 admin: Warn about xmlrpc webservice protocol enabled
...
Co-authored-by: Andrew Lyons <andrew@nicols.co.uk>
2022-01-28 09:32:08 +07:00
Víctor Déniz
9fac49a630
Merge branch 'MDL-73210-master-2' of https://github.com/HuongNV13/moodle
2022-01-28 01:09:36 +00:00
Eloy Lafuente (stronk7)
46d6c005e8
Merge branch 'MDL-72937' of https://github.com/paulholden/moodle
2022-01-28 00:25:52 +01:00
Eloy Lafuente (stronk7)
8f8b780008
Merge branch 'MDL-73216-master' of https://github.com/bmbrands/moodle
2022-01-28 00:23:48 +01:00
Tien Nguyen
e21a8577c6
MDL-73337 Quiz: Editing quizzes should be logged in detail
2022-01-27 22:49:54 +00:00
Ilya Tregubov
f6ff70c2e1
Merge branch 'MDL-73375-master' of https://github.com/bmbrands/moodle
2022-01-27 17:10:45 +02:00
Ilya Tregubov
57fe1a3099
Merge branch 'MDL-67853-master' of https://github.com/crazyserver/moodle
2022-01-27 16:41:19 +02:00
Pau Ferrer Ocaña
d195956f3a
MDL-67853 message: Translate user message preference from restore and WS
2022-01-27 15:22:15 +01:00
Pau Ferrer Ocaña
b4c75986ad
MDL-67853 message: Adapt tests removing online/offline settings
2022-01-27 15:22:15 +01:00
Pau Ferrer Ocaña
d74bd798b6
MDL-67853 message: Remove on/offline settings on message preferences
2022-01-27 15:22:15 +01:00
Pau Ferrer Ocaña
e8ad1eaa43
MDL-67853 message: Update notification config and preferences
2022-01-27 15:22:08 +01:00
Paul Holden
9626002d56
MDL-72756 reportbuilder: implement tests covering privacy updates.
2022-01-27 12:04:05 +00:00
David Matamoros
ed55c7ecd6
MDL-72756 reportbuilder: Implement privacy provider
...
Co-authored-by: Paul Holden <paulh@moodle.com>
2022-01-27 12:04:03 +00:00
Eloy Lafuente (stronk7)
86282be888
Merge branch 'MDL-73588-master-curlfile' of https://github.com/mudrd8mz/moodle
2022-01-27 12:16:51 +01:00
Sara Arjona
1b7c63b191
Merge branch 'MDL-73562-master' of https://github.com/bmbrands/moodle
2022-01-27 11:24:30 +01:00
Shamim Rezaie
01e21818fb
Merge branch 'MDL-73500' of https://github.com/stronk7/moodle
2022-01-27 11:37:47 +11:00
Eloy Lafuente (stronk7)
2d2b70bc01
MDL-72089 behat: Need to hover the cards to make the buttons visible
...
Kudos to Chrome that detected this. The buttons are now not visible
until you hover the course card. Hence, we have to do the same with
extra behat step, to allow the following click to work.
2022-01-26 23:31:05 +01:00
Sara Arjona
08357782f2
MDL-72852 badges: Improve performance to display Badges nav
...
The course_get_user_navigation_options() is called on each request
from the add_course_essentials() method, to initialise the basic
navigation options that are available or not for the current user.
This information is not always displayed in boost (for
instance, in a module page), but it might be required by some blocks,
like Navigation.
However, this block is hidden by default in boost since MDL-73347,
so at any point we should check if it's possible to change the way
this navigations options is loaded, to only get this information
when it's strictly required.
2022-01-26 10:36:53 +01:00
Eloy Lafuente (stronk7)
049c7f0822
MDL-73188 usertours: Fix language string key typo
2022-01-26 10:29:49 +01:00
Eloy Lafuente (stronk7)
f067a420cf
Merge branch 'MDL-72089' of https://github.com/Chocolate-lightning/moodle
2022-01-26 10:23:01 +01:00
Eloy Lafuente (stronk7)
3916f80200
Merge branch 'MDL-72626-master' of https://github.com/sarjona/moodle
2022-01-26 10:16:27 +01:00
Eloy Lafuente (stronk7)
19dbb28366
Merge branch 'MDL-73314-master' of https://github.com/andrewnicols/moodle
2022-01-26 09:36:30 +01:00
Eloy Lafuente (stronk7)
567bf81981
Merge branch 'MDL-71706' of https://github.com/paulholden/moodle
2022-01-26 08:45:06 +01:00
Eloy Lafuente (stronk7)
c41562279c
Merge branch 'MDL-71711' of https://github.com/paulholden/moodle
2022-01-26 08:40:46 +01:00
AMOS bot
e61d11f461
Automatically generated installer lang files
2022-01-26 00:07:39 +00:00
Mikel Martín
b43c28567a
MDL-73470 tool_componentlibrary: Documentation for toggle input
2022-01-25 18:04:58 +01:00
Mikel Martín
795087462f
MDL-73470 core: Move toggle template to core
2022-01-25 18:04:58 +01:00