103129 Commits

Author SHA1 Message Date
Eloy Lafuente (stronk7)
2dbf0b4a2d Merge branch 'MDL-73066-master-fix' of https://github.com/junpataleta/moodle 2021-11-30 10:47:41 +01:00
Jun Pataleta
a119f8e09c MDL-73066 calendar: Behat test fixes
* Specify which close button is being clicked
* Fill out course field when creating a group event
2021-11-30 17:18:42 +08:00
Noel De Martin
d5e1463c4b MDL-73202 mod_forum: Add behat generators 2021-11-30 10:07:05 +01:00
Mathew May
f65b92577a MDL-70197 navigation: Update classic goutte tests 2021-11-30 08:13:49 +02:00
Huong Nguyen
7de559fa2f MDL-72834 Calendar: Move the calendar into the user menu 2021-11-30 10:22:07 +07:00
Eloy Lafuente (stronk7)
cee0949109 Merge branch 'MDL-73074' of https://github.com/paulholden/moodle 2021-11-29 23:14:48 +01:00
Eloy Lafuente (stronk7)
113ced6c0d Merge branch 'MDL-73066-master' of https://github.com/lameze/moodle 2021-11-29 20:11:24 +01:00
Paul Holden
b1204acbf0 MDL-73205 forms: handle AJAX error in dynamic/modal form submission. 2021-11-29 18:28:44 +00:00
Sara Arjona
bc93e8438d Merge branch 'MDL-72790-master-3' of git://github.com/mickhawkins/moodle 2021-11-29 12:07:56 +01:00
Paul Holden
7e3a337500 MDL-72870 mod_quiz: fix attempt navigation button alignment. 2021-11-29 10:47:10 +00:00
Jun Pataleta
5438a3944a Merge branch 'MDL-72810-master' of git://github.com/mickhawkins/moodle 2021-11-29 17:19:28 +08:00
Paul Holden
726ad1f2b5 MDL-72789 report_eventlist: improve filtering of report by component.
Improves change from b8177caa, by filtering on the table eventname
property instead of parsing the same from the value column.
2021-11-29 09:08:51 +00:00
Sara Arjona
d1667b684b Merge branch 'MDL-72893-master' of https://github.com/HuongNV13/moodle 2021-11-29 09:58:32 +01:00
Ilya Tregubov
d29c09344e Merge branch 'migration-nov26' of https://github.com/Chocolate-lightning/moodle 2021-11-29 10:37:08 +02:00
Sara Arjona
3d0af6fa39 Merge branch 'MDL-73160' of https://github.com/stronk7/moodle 2021-11-29 09:31:04 +01:00
Mathew May
b983003e2e MDL-70197 navigation: Remove old navigation elements and migrate behat 2021-11-29 15:47:42 +08:00
Jun Pataleta
16b42a2119 Merge branch 'MDL-70274-master-2' of https://github.com/lameze/moodle 2021-11-29 12:16:51 +08:00
Simey Lameze
b179f74b82 MDL-70274 core: fix Validate HTML and WCAG Check links 2021-11-29 12:08:57 +08:00
Jun Pataleta
267fd27c7b Merge branch 'MDL-72917-master' of https://github.com/lameze/moodle 2021-11-29 11:31:14 +08:00
AMOS bot
6b26d2e879 Automatically generated installer lang files 2021-11-27 00:07:40 +00:00
Paul Holden
74f1879000 MDL-72728 behat: switch import course steps to native execute method.
The previous iteration using the behat_form_field class directly
didn't explicitly require the file that defines this class, and in
Goutte runs this led to fatal errors (class not found).
2021-11-26 18:58:49 +00:00
Eloy Lafuente (stronk7)
ef76e24bf9 MDL-73160 profiling: Fix links to profiling runs
When debug_footer_html() was split from standard_footer_html()
in MDL-71965 the $SCRIPT global declaration was left behind.

This just moves it wherever it's needed.
2021-11-26 17:10:25 +01:00
Sara Arjona
18b2af60f5 on-demand release 4.0dev+ 2021-11-26 15:26:21 +01:00
Sara Arjona
5ae7fa42b7 NOBUG: Fixed SVG browser compatibility 2021-11-26 15:26:18 +01:00
Sara Arjona
52b48db1a6 Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install 2021-11-26 15:26:18 +01:00
Mahmoud Kassaei
66766eec24 MDL-73155 qtype_essay: Errors when Allow attachments is reset to 'No' 2021-11-26 13:51:05 +00:00
Jun Pataleta
cef9c111cc Merge branch 'MDL-73092-master' of https://github.com/bmbrands/moodle 2021-11-26 12:32:33 +08:00
Víctor Déniz
81044f2c11 Merge branch 'MDL-70658' of https://github.com/stronk7/moodle 2021-11-25 22:03:44 +00:00
Ilya Tregubov
f6feaad138 Merge branch 'MDL-72456-master' of https://github.com/ferranrecio/moodle 2021-11-25 20:25:19 +02:00
Eloy Lafuente (stronk7)
103a4b5c92 MDL-70658 phpunit: never apply for time() in data providers
Data providers are executed at the beginning of the execution
of the phpunit run, not when the test is run.

So, setting anything on them being dependent of current time
has high chances or fail when the test is executed (maybe some
hours later in slow databases / systems).

Data provider only can contain the relative values and then,
when the test is effectively run, they are applied to *current* time.
2021-11-25 18:13:51 +01:00
Ferran Recio
26d0e51d91 MDL-72456 mod_assign: fix behats 2021-11-25 15:29:54 +01:00
Ferran Recio
bcb35d9dbe MDL-72456 theme_boost: detect drawers scroll 2021-11-25 11:30:32 +01:00
Ferran Recio
98617c5bc1 MDL-72456 core_courseformat: adding page item to course index 2021-11-25 11:28:13 +01:00
Ferran Recio
844681f54f MDL-72456 theme_boost: add tooltips to drawers 2021-11-25 11:28:06 +01:00
Jun Pataleta
b5c4886efe Merge branch 'MDL-72443' of https://github.com/paulholden/moodle 2021-11-25 17:32:10 +08:00
Juan Segarra Montesinos
42fa69943d MDL-68944 mod_workshop: Workshop skips scheduled allocation 2021-11-25 09:49:27 +01:00
Eloy Lafuente (stronk7)
b34da7b184 MDL-70658 dml: Shorten aliases to make Oracle happy
Some columns in the database have already 29 characters, so we
cannot use a prefix of 3 characters because that puts orcle over
the 30 characters max.
2021-11-25 09:05:52 +01:00
Mathew May
2e31a1c930 MDL-72996 myoverview: Hide the block header on the my courses page 2021-11-25 10:55:20 +08:00
Mathew May
60f0bae098 MDL-72996 my: Rounded course management button hover 2021-11-25 10:55:19 +08:00
Mathew May
34102b2094 MDL-72866 templates: Update navbar to match designs 2021-11-25 09:54:28 +08:00
AMOS bot
dc348d46a0 Automatically generated installer lang files 2021-11-25 00:07:27 +00:00
Eloy Lafuente (stronk7)
a700612f1b Merge branch 'MDL-73054' of https://github.com/paulholden/moodle 2021-11-24 23:56:52 +01:00
Eloy Lafuente (stronk7)
20d3cd6f88 Merge branch 'MDL-72988' of https://github.com/paulholden/moodle 2021-11-24 23:49:41 +01:00
Víctor Déniz
744687367c Merge branch 'MDL-70658-final' of github.com:vmdef/moodle 2021-11-24 20:40:52 +00:00
Susanna Zanatta
7825f31607 MDL-73142 filepicker: improved contrast in allowed file types list
Changed bootstrap class from text-muted to text-dark to bring the
contrast of listed file extensions above the Level AA pass mark.
2021-11-24 16:11:58 +00:00
Andrew Nicols
68c3f1e90c MDL-70658 mod_bigbluebuttonbn: Use core/event_dispatcher 2021-11-24 12:27:31 +00:00
laurentdavid
65212c538b MDL-70658 mod_bigbluebutton: Include version 2021091407 into core
This commit includes a copy of the bigbluebuttonbn activity module from:
- branch: tags/v2.5-alpha.2^0
- commit:
2021-11-24 12:27:27 +00:00
Mikel Martín
08d31c6657 MDL-72822 core_reportbuilder: Fix focus lost after applying changes
- Fix focus after adding conditions in the editor
- Fix focus after adding Filters in the editor
- Fix focus after applying sorting settings in editor
- Fix focus after selecting column aggregation in editor
2021-11-24 13:13:08 +01:00
Amaia Anabitarte
6e089b2602 MDL-72919 core_course: Improve add weeks styling 2021-11-24 12:10:13 +01:00
Sara Arjona
dc631407b5 MDL-73153 badges: get image when it has more data
In some cases, image might have more fields rather than the URL.
This patch is for taking them into account and displaying the image
and also these information properly.
2021-11-24 10:27:15 +01:00