Commit graph

104908 commits

Author SHA1 Message Date
Mihail Geshoski
d0dad63bc3 MDL-73633 assign: Set 'Overrides' to link to user overrides by default 2022-02-02 10:34:29 +08: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
Amaia Anabitarte
d9967a5763 MDL-73601 lib: Normalize readme_moodle.txt file name 2022-02-01 18:10:36 +01:00
Amaia Anabitarte
47ea43f5e8 MDL-73664 lib: Upgrade ADODB to 5.21.4 2022-02-01 16:58:30 +01:00
Mihail Geshoski
1c8cf75c47 MDL-73633 navigation: Force 'Overrides' into the more menu by default
Forces the 'Overrides' item to be always displayed within the 'more'
menu in the secondary navigation in the module context.
2022-02-01 23:42:04 +08:00
Amaia Anabitarte
4c7fac1957 MDL-71712 lib: Set Moodle files after PHP-JWT upgrade 2022-02-01 16:25:35 +01:00
Laurent David
4d726630b1 MDL-73279 mod_bigbluebuttonbn: Remove notify change option in settings
* As 'Send content change notification' is standard in all activities in Moodle 4.0
 we should be removing 'Notify this change to users enrolled'
* Fix and adjust tests
2022-02-01 15:39:31 +01:00
Michael Hawkins
537e31cf96 MDL-73452 navigation: Update to Course reuse string in secondary nav
Previously this used the "Course administration" string, which causes
some confusion for those familiar with the older usage of that string.
A new "Course reuse" string has been added to better reflect what is
being linked to in course secondary navigation.
2022-02-01 21:10:59 +08:00
Marina Glancy
5ddae1a189 MDL-73722 course: behat test for other users page 2022-02-01 12:23:05 +00:00
Bas Brands
ed4d5bb89e MDL-73649 theme_boost: improve border-radius css 2022-02-01 13:10:08 +01:00
Michael Hawkins
02ba9600d6 MDL-73580 core: Updated security.txt expiry
Our standard process is to ensure major releases have an expiry 3 weeks
after the next major release. This update ensures 4.0 adheres to this
based on the current major release schedule. Date format also updated
to meet latest spec standard.
2022-02-01 19:53:21 +08:00
Amaia Anabitarte
af1401bc76 MDL-71712 lib: Upgrade PHP-JWT to 6.0.0 2022-02-01 12:50:36 +01:00
Bas Brands
6f3a7998af MDL-73632 core_comment: useravatar styles new comments 2022-02-01 12:21:55 +01:00
Paul Holden
81f13529b2 MDL-73674 output: validate node actions in participants navigation. 2022-02-01 09:15:53 +00: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
Paul Holden
91683bf803 MDL-73722 enrol: verify we have a search button to render. 2022-01-31 18:11:07 +00: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
f7868ad288 MDL-73649 theme_boost: remove dashed border add button 2022-01-31 12:03:35 +01:00
Bas Brands
9a9bee6d0d MDL-73623 theme_boost: footer button hidden using drawers 2022-01-31 11:32:44 +01:00
Bas Brands
a74c715627 MDL-73612 gradereport_grader: drawer layout issues 2022-01-31 10:09:33 +01:00
Huong Nguyen
4a7caad272 MDL-72783 usertours: Create tours for the new navigation of Moodle 4.0 2022-01-31 18:27:00 +11:00
Huong Nguyen
c59d3d7496 MDL-72783 usertours: Make tour name and description translatable
We can use the Moodle language format for tour's name and description now.
Also, several existing bugs were fixed in this commit when we use
the Moodle language format for step's title and content.
Now, it will display the translated text in the breadcrumb, editing page
instead of displaying the [identifier][component]
2022-01-31 18:27:00 +11:00
Huong Nguyen
87f233e698 MDL-72783 usertours: Improve the tours maching
Improve the regex so the Tour can detect the URL match is pointing to Dashboard (/my/) or My Course (/my/courses.php) correctly
2022-01-31 18:24:49 +11:00
Huong Nguyen
524f75797a MDL-72783 usertours: Fix the tour display for pages with drawers 2022-01-31 18:24:49 +11:00
Eloy Lafuente (stronk7)
6f982726fe MDL-73711 behat: Bump to Behat 3.10.x
Generated with php73, following the instructions at:

https://docs.moodle.org/dev/Composer

Note this also comes with a minor PHPUnit bump to 9.5.13.
2022-01-29 16:04:11 +01:00
AMOS bot
900cb40f6c Automatically generated installer lang files 2022-01-29 00:07:35 +00:00
Eloy Lafuente (stronk7)
b524f21b44 MDL-73517 mnet: add some openssl missing parameters
Since php80 the 5th parameter (cypher) in the following functions:
  - openssl_seal
  - openssl_open
is mandatory, hence:
  - adding it.
  - with value 'RC4' to keep BC.
2022-01-28 20:10:52 +01:00
Eloy Lafuente (stronk7)
fcbe439c4d MDL-73514 mnet: fix promiscuous mode and php80 support 2022-01-28 20:10:39 +01: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
Marina Glancy
3cc217193a MDL-73684 core_user: check edit capability only when user exists 2022-01-28 18:01:08 +01: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