Simey Lameze
005b6269c3
MDL-73543 theme: add left margin to move block icon
2022-02-02 19:11:52 +08:00
Eloy Lafuente (stronk7)
5aa93e3066
Merge branch 'MDL-72466-master' of https://github.com/bmbrands/moodle
2022-02-02 12:10:18 +01:00
Ferran Recio
7c249a7d84
MDL-73538 core_courseformat: fix course index manual completion
...
The current manual completion button triggers an event to alert the page
of any completion change. This event is capture in the course page by
the core_courseformat/local/content module but it was ignored when this
happens in an activity page. Now the activity header has its own
component to capture this event and support possible future reactive
actions.
2022-02-02 11:54:12 +01:00
Jun Pataleta
ac9c2e1bc0
Merge branch 'MDL-73310-master' of https://github.com/aanabit/moodle
2022-02-02 18:40:57 +08:00
Eloy Lafuente (stronk7)
55b7ac9064
Merge branch 'MDL-73674' of https://github.com/paulholden/moodle
2022-02-02 11:23:47 +01:00
Paul Holden
85f2c044c0
MDL-73730 calendar: more precise matching of calendar day partial.
2022-02-02 10:19:26 +00:00
Paul Holden
a73d989a65
MDL-73682 reportbuilder: allow columns to define how they're sorted.
2022-02-02 10:17:56 +00:00
Eloy Lafuente (stronk7)
e1c2faca85
Merge branch 'MDL-73075' of https://github.com/paulholden/moodle
2022-02-02 11:11:16 +01:00
Paul Holden
99fa14185c
MDL-73075 lang: move deprecated strings to correct component.
...
Fix deprecated version. See original change from f9e1c258
for context.
2022-02-02 09:59:45 +00:00
Paul Holden
f37b67564a
MDL-73682 reportbuilder: move active columns method to datasource.
...
This is consistent with similar methods for retrieving the active
filters and conditions of a given custom report.
2022-02-02 09:30:00 +00:00
Ferran Recio
d7df919a2c
MDL-73697 core_courseformat: fix weeks format this week badge
2022-02-02 09:25:37 +01:00
Amaia Anabitarte
2cd5c61049
MDL-73310 course: Add course index to all non-site course pages
2022-02-02 09:22:42 +01:00
Sujith Haridasan
3eda637c44
MDL-73646 navigation: Fix breadcrumbs for site admin
...
Fix the breadcrumbs for site administration page.
Created a new public method get_active_method for the same.
2022-02-02 10:56:16 +05:30
Mihail Geshoski
f8cc5c8f8e
MDL-73633 quiz: Set 'Overrides' to link to user overrides by default
2022-02-02 10:34:29 +08:00
Mihail Geshoski
a50dd96c0d
MDL-73633 lesson: Set 'Overrides' to link to user overrides by default
2022-02-02 10:34:29 +08:00
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