Stevani Andolo
2425e07db3
MDL-79130 task_adhoc: Defined max retry constant
2024-01-10 10:17:42 +08:00
Ilya Tregubov
d27c866dd2
Merge branch 'MDL-79830' of https://github.com/paulholden/moodle
2024-01-10 09:00:54 +08:00
Ilya Tregubov
320cb03ffc
Merge branch 'MDL-79532' of https://github.com/paulholden/moodle
2024-01-10 08:57:34 +08:00
Marina Glancy
27c6c174d8
MDL-80564 reportbuilder: Consistent permission check for user full name
2024-01-09 17:50:56 +00:00
Paul Holden
cd7b07d743
MDL-80559 badges: set contexturl/name in badge awarded notification.
2024-01-09 17:15:33 +00:00
Simey Lameze
95da5a44a8
MDL-80340 behat: make query to fetch h5p attempts less strict
2024-01-09 16:13:55 +08:00
Brendan Heywood
e5741dba1a
MDL-80554 task: Force debugdisplay on for task logging
2024-01-09 15:48:40 +11:00
Angelia Dela Cruz
e8c8dbc54e
MDL-80382 behat: Replace "Frist" typos in Behat tests to "First"
2024-01-09 10:44:15 +08:00
AMOS bot
515cbde593
Automatically generated installer lang files
2024-01-09 00:10:50 +00:00
Sara Arjona
5b350b6ef5
Merge branch 'MDL-80096-main-fix' of https://github.com/sarjona/moodle
2024-01-08 17:17:11 +01:00
Sara Arjona
7b74196dd8
MDL-80096 tool: Remove illegal whitespaces
2024-01-08 17:15:29 +01:00
Sara Arjona
6dc44b0fc2
Merge branch 'MDL-80096-master-v02' of https://github.com/ferranrecio/moodle
2024-01-08 16:58:46 +01:00
Ferran Recio
b9f78ef45c
MDL-80096 tool_generator: execute behat generators in current instance
...
This is a new feature in tool_generator to execute a feature file
containing only generator steps. This new tool can be used to prepared
testing scenarios for complex issues that requires manual testing.
2024-01-08 16:47:09 +01:00
Sara Arjona
6288d5cd16
Merge branch 'MDL-78999_master' of https://github.com/santoshndev/moodle
2024-01-08 16:38:29 +01:00
Paul Holden
b5cba37893
MDL-80323 h5p: fail content type retrieval task on errors.
...
It's better for the task to fail gracefully rather than silently
swallow any errors, so that the task API can schedule re-tries.
If the endpoint is temporarily down and/or misbehaving, this will
allow admins to have clearer failures.
2024-01-08 10:06:29 +00:00
Huong Nguyen
fe192c8e12
Merge branch 'MDL-73639-main' of https://github.com/lameze/moodle
2024-01-08 16:08:17 +07:00
Sara Arjona
7d2c498211
Merge branch 'MDL-71733' of https://github.com/paulholden/moodle
2024-01-08 09:35:21 +01:00
Simey Lameze
51de4a87fb
MDL-73639 behat: improvements to the new recover grades test
2024-01-08 12:48:39 +08:00
Angelia Dela Cruz
a039b71583
MDL-73639 core_grades: Behat to test Recover grades default settings
2024-01-08 12:48:39 +08:00
Rajneel Totaram
a2bb81a4be
MDL-80383 mod_book: Make book content use full width on small screens
2024-01-08 15:36:39 +12:00
Ilya Tregubov
51e52e492d
Merge branch 'MDL-69497' of https://github.com/paulholden/moodle
2024-01-08 10:03:47 +08:00
Ilya Tregubov
4179fa2dfc
Merge branch 'MDL-79937_fixlessonmatching' of https://github.com/catalystfd/moodle
2024-01-08 09:19:39 +08:00
Eloy Lafuente (stronk7)
22831808cd
MDL-80313 behat: remove dupe type attribute
...
Because of https://github.com/Masterminds/html5-php/issues/242
that duplicate attribute is causing problems. As far as we don't
need it, we proceed to remove leaving only the type=submit that
will make NonJS behat tests (BrowserKit) happy.
2024-01-05 18:57:48 +01:00
Eloy Lafuente (stronk7)
8a18dbe064
MDL-80313 mod_forum: Fix a few steps to use :checked pseudo element
...
Not sure why the [checked=checked] was working ok, but everywhere I
have looked out there show examples about :checked (and :not(:checked)
being the correct way to use CSS Selectors that are converted to working
XPath expressions.
Curiously, it's only for NonJS steps, JS one already were using
another syntax, just [checked].
2024-01-05 18:57:48 +01:00
Eloy Lafuente (stronk7)
a2ff97637f
MDL-80313 upgrade: Fix typo, Moodle 4.1.2 is 2022112802
...
Link: https://moodledev.io/general/releases#moodle-41-lts
2024-01-05 18:57:48 +01:00
Eloy Lafuente (stronk7)
03d75e4f8d
MDL-80313 composer: Bump composer stuff to use php81 as minimum
...
It seems that in MDL-78496 we missed to regenerate the
composer stuff using the new PHP 8.1 requirement.
This commit addresses exactly that, following the instructions:
https://moodledev.io/general/development/tools/composer#how-to-prepare-and-submit-composer-changes
Note it comes with a few updated components:
- friends-of-behat/mink-extension 2.7.4
- oleg-andreyev/mink-phpwebdriver 1.3.1
And a bunch of second (and deeper) level dependencies updated too.
2024-01-05 18:57:47 +01:00
Paul Holden
7f6179fc9d
MDL-79681 user: fix participant filter "never accessed" options.
...
For courses, determine whether "Never accessed" should be available,
and correct the used value to match that expected by the API (-1).
2024-01-05 13:55:47 +00:00
Víctor Déniz
5db1724a05
MDL-79681 user: fix conditional to get the last access to a course
2024-01-05 13:55:47 +00:00
Laurent David
f0e5726c44
MDL-80289 mod_bigbluebutton: Fix retrieval of meeting via meetingid
2024-01-05 11:14:46 +01:00
Paul Holden
f6c918a50f
MDL-79532 blog: add "title with link" column to report entity.
2024-01-05 09:37:56 +00:00
Paul Holden
c6963d1c0e
MDL-79830 tag: flag count entity reporting via column/filter.
2024-01-05 09:35:39 +00:00
Santosh Nagargoje
1f77d5c1a7
MDL-78999 theme: Fixed site logo issue in small screens
2024-01-05 00:52:04 +05:30
Rajneel Totaram
dba4cd4511
MDL-79701 block_calendar_upcoming: Display activity name in tooltip
2024-01-05 07:15:17 +12:00
Paul Holden
126db72671
MDL-80523 mod_label: correct upgrade step select query parameters.
2024-01-04 15:21:55 +00:00
Paul Holden
6e806447e7
MDL-80532 block_myoverview: don't post sesskey to quickstart guide URL.
2024-01-04 14:35:11 +00:00
Paul Holden
24f59a7d32
MDL-79927 files: scope toggleall checkboxes per filemanager instance.
...
Ensures that when multiple exist on the same page, each operates
independently of the others.
2024-01-04 13:22:33 +00:00
Paul Holden
f3846ef735
MDL-80247 files: multi-byte aware filename shortening in exporter.
...
Also correctly extract the original file extension.
Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
Co-authored-by: Mazitov Artem <maz@2i.tusur.ru>
2024-01-04 13:20:14 +00:00
Paul Holden
b98fd96084
MDL-71733 behat: final removal of deprecated 400 step definitions.
2024-01-04 12:43:52 +00:00
Sara Arjona
9587029a46
weekly release 4.4dev
2024-01-04 12:01:53 +01:00
Sara Arjona
c478bdc493
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2024-01-04 12:01:41 +01:00
Sara Arjona
5f9310dc99
Merge branch 'MDL-79307' of https://github.com/paulholden/moodle
2024-01-03 17:18:16 +01:00
Sara Arjona
4a9214f34f
Merge branch 'MDL-80243-main' of https://github.com/lameze/moodle
2024-01-03 16:58:00 +01:00
Sara Arjona
00b4da1aae
Merge branch 'MDL-76719' of https://github.com/paulholden/moodle
2024-01-03 16:32:33 +01:00
Matt Porritt
777ff93382
MDL-80509 Site Registration: Prompt to register site after all upgrades
...
Unregistered sites will now display registration form to admins
after every upgrade, including plugin upgrades.
Registration form will not show for sites that are not set to public.
2024-01-03 11:22:22 +11:00
Shamim Rezaie
f11f30375d
Merge branch 'MDL-79708-main' of https://github.com/ilyatregubov/moodle
2024-01-03 00:09:17 +11:00
Sara Arjona
58285c6afb
Merge branch 'MDL-80186-main' of https://github.com/ferranrecio/moodle
2024-01-02 13:27:27 +01:00
Huong Nguyen
948b96feb5
Merge branch 'MDL-80412' of https://github.com/paulholden/moodle
2023-12-27 17:22:03 +07:00
Huong Nguyen
93b960e6d3
Merge branch 'MDL-77124-main' of https://github.com/roland04/moodle
2023-12-27 17:14:41 +07:00
AMOS bot
78b21f83b5
Automatically generated installer lang files
2023-12-23 00:11:33 +00:00
Tim Hunt
9ee42d0a34
MDL-79780 quiz_statistics: take advantage of get_fieldset method
...
This updates the MDL-79639 code.
2023-12-22 12:09:42 +00:00