Jun Pataleta
10744550e6
Merge branch 'MDL-79029-main' of https://github.com/ferranrecio/moodle
2024-01-23 09:26:30 +08:00
Sara Arjona
1643b2110e
Merge branch 'MDL-80418-main' of https://github.com/aanabit/moodle
2024-01-22 16:13:46 +01:00
Ferran Recio
f4adbc8a11
MDL-79029 behat: replace deprecated behat steps
2024-01-22 11:12:28 +01:00
Huong Nguyen
c8d21e63a4
Merge branch 'MDL-80499' of https://github.com/paulholden/moodle
2024-01-22 15:35:52 +07:00
Jun Pataleta
f526671228
Merge branch 'MDL-80377-main' of https://github.com/andelacruz/moodle
2024-01-22 16:32:51 +08:00
Jun Pataleta
412db652c7
Merge branch 'MDL-80461-main' of https://github.com/sarjona/moodle
2024-01-22 16:17:21 +08:00
Jun Pataleta
e7a947846d
Merge branch 'MDL-80248-main' of https://github.com/sarjona/moodle
2024-01-22 15:24:12 +08:00
Jun Pataleta
41e3797c66
Merge branch 'MDL-80232' of https://github.com/paulholden/moodle
2024-01-22 15:04:50 +08:00
Sara Arjona
e6f75b59a3
MDL-80248 course: Display only content for the General section
2024-01-19 12:03:36 +01:00
Sara Arjona
0c71612294
MDL-80461 courseformat: Deprecate unused strings for topics and weeks
2024-01-19 08:53:17 +01:00
Sara Arjona
785d3fd1e7
MDL-80461 courseformat: Replace topics and weeks with section
...
After UX research, the conclusion is that all formats should use "section"
and not try to use alternative terms such as topic or week.
This commit replaces topic and week references with section. A couple of
considerations:
- Most of the strings in topics and weeks formats have been removed. In that
particular case it's not required to follow the deprecation process because
they will be using the generic ones defined in moodle or courseformat.
- The sectionname will be renamed from "Topic"/"Week" to "New section" in
MDL-80460.
2024-01-19 08:53:16 +01:00
Angelia Dela Cruz
61e8bed77f
MDL-80377 block: Behat confirming folder file in recent activity block
2024-01-19 14:26:52 +08:00
Paul Holden
e02412b5ff
MDL-79514 mod_feedback: ensure base item class library is required.
2024-01-18 20:44:28 +00:00
Tim Hunt
f4fc795642
MDL-80650 quiz restore: restore of max marks review option from pre 4.2
2024-01-18 09:25:08 +00:00
Jun Pataleta
f76362e0dc
Merge branch 'MDL-80325' of https://github.com/dravek/moodle
2024-01-18 12:00:16 +08:00
Jun Pataleta
82c9578e36
Merge branch 'MDL-72308' of https://github.com/paulholden/moodle
2024-01-18 11:31:09 +08:00
Sara Arjona
a09551b174
Merge branch 'MDL-80255-main' of https://github.com/aanabit/moodle
2024-01-17 11:51:02 +01:00
Jun Pataleta
06146da7cb
Merge branch 'MDL-80005-main-squashed' of https://github.com/andrewnicols/moodle
2024-01-17 16:52:33 +08:00
Andrew Nicols
b05fc42db9
MDL-80005 core: Emit deprecation notices for params
...
Most params are formally deprecated here. This was originally planned
for MDL-80042, but I realised that having an emit, and final param is a
very useful option going forward.
This patch also moves the is_deprecated(), and related methods to the
\core\deprecated attribute.
2024-01-17 12:19:45 +08:00
Amaia Anabitarte
c40d85da65
MDL-80255 mod_scorm: Remove 'Completed' as default completion
2024-01-16 16:40:26 +01:00
Sara Arjona
583cd6377e
Merge branch 'MDL-80266-main' of https://github.com/andrewnicols/moodle
2024-01-16 07:20:04 +01:00
Andrew Nicols
232e705f60
MDL-80266 mod_forum: Reset subscription caches between behat tests
2024-01-16 13:34:16 +08:00
Paul Holden
2ac0df331c
MDL-72308 mod_forum: update legacy uses of formchangechecker module.
2024-01-15 14:24:17 +00:00
Amaia Anabitarte
4e6d39f539
MDL-80418 core_course: Homogenize titles in modedit
2024-01-15 12:56:16 +01:00
David Carrillo
10d2b5864b
MDL-80325 reportbuilder: Update 'Delete' links to red color
...
- Update all 'Delete' links on RB system report actions to red color
2024-01-12 15:38:19 +01:00
Mikel Martín
a8b5044920
MDL-80244 theme_boost: Refactor navbar for Bootstrap 5
2024-01-12 08:46:43 +01:00
Paul Holden
bf34adae73
MDL-80575 mod_forum: correct field name for "Notify students" setting.
2024-01-11 11:43:15 +00:00
Huong Nguyen
92f38b9cb5
Merge branch 'MDL-80452-main' of https://github.com/andelacruz/moodle
2024-01-11 10:44:01 +07:00
Jun Pataleta
d077ba647d
Merge branch 'MDL-80313' of https://github.com/stronk7/moodle
2024-01-11 11:32:40 +08:00
Angelia Dela Cruz
e27de1d44d
MDL-80452 mod_h5pactivity: Behat for H5Pactivity duplication and delete
2024-01-11 11:17:51 +08:00
Ilya Tregubov
8091b684d9
Merge branch 'MDL-80446' of https://github.com/paulholden/moodle
2024-01-11 10:44:07 +08:00
Paul Holden
3f9277723b
MDL-80499 datafield_date: specify UTC time when editing field content.
2024-01-10 19:23:08 +00:00
Paul Holden
31e671a978
MDL-78621 mod_choice: verify limited responses before showing "full".
2024-01-10 09:47:32 +00:00
Sara Arjona
0293d208f9
Merge branch 'MDL-80340-main' of https://github.com/lameze/moodle
2024-01-10 07:34:57 +01:00
Huong Nguyen
b6378ff84d
Merge branch 'MDL-80382-main' of https://github.com/andelacruz/moodle
2024-01-10 10:29:50 +07:00
Simey Lameze
95da5a44a8
MDL-80340 behat: make query to fetch h5p attempts less strict
2024-01-09 16:13:55 +08:00
Angelia Dela Cruz
e8c8dbc54e
MDL-80382 behat: Replace "Frist" typos in Behat tests to "First"
2024-01-09 10:44:15 +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)
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
Laurent David
f0e5726c44
MDL-80289 mod_bigbluebutton: Fix retrieval of meeting via meetingid
2024-01-05 11:14:46 +01:00
Paul Holden
126db72671
MDL-80523 mod_label: correct upgrade step select query parameters.
2024-01-04 15:21:55 +00:00
Sara Arjona
5f9310dc99
Merge branch 'MDL-79307' of https://github.com/paulholden/moodle
2024-01-03 17:18:16 +01:00
Sara Arjona
00b4da1aae
Merge branch 'MDL-76719' of https://github.com/paulholden/moodle
2024-01-03 16:32:33 +01:00
Shamim Rezaie
f11f30375d
Merge branch 'MDL-79708-main' of https://github.com/ilyatregubov/moodle
2024-01-03 00:09:17 +11:00
Paul Holden
de04d9cfd9
MDL-80450 mod_resource: observe print intro setting when embedding.
2023-12-21 11:22:13 +00:00
Huong Nguyen
8aa49f153d
Merge branch 'MDL-71735-main' of https://github.com/sarjona/moodle
2023-12-21 09:04:59 +07:00
Huong Nguyen
1b106e1c69
Merge branch 'MDL-78940-main' of https://github.com/lameze/moodle
2023-12-21 08:46:50 +07:00
Huong Nguyen
7a9f3ae18b
Merge branch 'MDL-80151-main' of https://github.com/lameze/moodle
2023-12-20 15:39:37 +07:00