Jun Pataleta
41b805c1ba
Merge branch 'MDL-75244-master' of https://github.com/andrewnicols/moodle
2022-07-29 15:30:44 +08:00
Jun Pataleta
0fb9cdedbb
Merge branch 'MDL-75235' of https://github.com/paulholden/moodle
2022-07-29 14:32:37 +08:00
Philipp Imhof
0ef6473fff
MDL-74492 editor_atto: <line> tags should not be confused with <li> tags
2022-07-29 08:32:18 +02:00
Simey Lameze
b522d7652d
MDL-74211 behat: replace steps to use new categories page type
2022-07-29 13:02:16 +08:00
Simey Lameze
e5ee04d4b9
MDL-74211 behat: add course question categories page type
2022-07-29 13:02:16 +08:00
Simey Lameze
8b4f423c05
MDL-74211 quiz: make use of question data generators
2022-07-29 13:02:16 +08:00
Andrew Nicols
b47fcbb204
Merge branch 'MDL-72349_update_strip_double_headers_function' of https://github.com/christina-roperto/moodle
2022-07-29 12:11:22 +08:00
Jun Pataleta
417d1b918b
weekly release 4.1dev
2022-07-29 10:56:38 +08:00
Angelia Dela Cruz
35e5d39d48
MDL-75080 behat: Chat behat generators use UI
...
Replace steps that manually add Chat instances via the UI and use
Behat generators. This improves the speed of the Behat test runs.
2022-07-29 09:52:52 +08:00
Paul Holden
0d1aadc361
MDL-75290 reportbuilder: show user identity data on access tab.
...
Observe configured user identity for the site to determine additional
columns and filters to display on custom report access tab.
2022-07-28 20:35:34 +01:00
Paul Holden
5b91dabaac
MDL-75235 reportbuilder: external method to set report filter values.
2022-07-28 10:47:42 +01:00
Andrew Nicols
c48c431374
MDL-75244 form: Change checker should check existence of tinyMCE API
...
The window.tinyMCE.editors API was present in version 3 of TinyMCE, but
is not present in later versions. As a result, this check tries to loop
over a variable which does not exist and throws an error in the process.
We should check that window.tinyMCE *and* window.tinyMCE.editors both
exist before attempting to loop over them.
2022-07-28 16:09:21 +08:00
Jun Pataleta
72410a4ca1
Merge branch 'MDL-75256' of https://github.com/paulholden/moodle
2022-07-28 10:10:13 +08:00
Jun Pataleta
dc5d5e3da7
Merge branch 'MDL-74964-master' of https://github.com/lameze/moodle
2022-07-27 17:13:07 +08:00
Jun Pataleta
202ce9173b
Merge branch 'MDL-74656-fix' of https://github.com/paulholden/moodle
2022-07-27 16:37:03 +08:00
Simey Lameze
b5bf5f82be
MDL-62959 calendar: add behat to test event type changing
2022-07-27 15:44:37 +08:00
Paul Holden
85544709d0
MDL-74656 reportbuilder: cast fields to char on mssql during concat.
2022-07-27 08:12:34 +01:00
Jun Pataleta
75001189d0
Merge branch 'MDL-74697-master' of https://github.com/sarjona/moodle
2022-07-27 14:29:22 +08:00
Jun Pataleta
b8d7a5e39b
Merge branch 'MDL-74808-master' of https://github.com/lameze/moodle
2022-07-27 13:21:55 +08:00
Ilya Tregubov
9009949de6
Merge branch 'MDL-75135' of https://github.com/lostrogit/moodle
2022-07-27 08:42:28 +04:00
Marina Glancy
8add66b810
MDL-74964 core_enrol: enrolment page UI fixes
2022-07-27 08:10:43 +08:00
Paul Holden
3971b69bb4
MDL-75312 question: predictable ordering of available questions.
...
This solves sporadic test failure that tried to assert their order.
2022-07-26 17:12:48 +01:00
Jun Pataleta
5b634ef13e
Merge branch 'MDL-74656' of https://github.com/paulholden/moodle
2022-07-26 20:03:39 +08:00
Ilya Tregubov
cfc6ec6973
Merge branch 'MDL-75146-master' of https://github.com/sarjona/moodle
2022-07-26 15:08:37 +04:00
Simey Lameze
8cc79b1c87
MDL-62959 calendar: fix event data mapping for group id
2022-07-26 17:09:38 +08:00
Huong Nguyen
4139046a9a
MDL-72430 Calendar: Fix admin cannot edit course event
2022-07-26 11:48:58 +07:00
Andrew Nicols
b32b4865c0
Merge branch 'MDL-73788-master' of https://github.com/andelacruz/moodle
2022-07-26 11:37:51 +08:00
Jun Pataleta
af25a9c4d9
Merge branch 'MDL-74057-master' of https://github.com/andelacruz/moodle
2022-07-26 11:02:30 +08:00
hieuvu
a6836d1a39
MDL-61401 Workshop: fixed indentations and coding style
2022-07-26 09:10:40 +07:00
Paul Holden
426f533c07
MDL-74895 h5p: more resilient error handling during content fetching.
...
On new installs, the task for downloading new H5P content types would
throw exceptions and exit when encountering unexpected and/or missing
data.
2022-07-25 20:03:12 +01:00
Angelia Dela Cruz
a18d8c59f4
MDL-74057 behat: SCORM behat generators use UI
...
Replace steps that manually add SCORM instances via the UI and use
Behat generators. This improves the speed of Behat test runs.
2022-07-25 19:36:40 +08:00
Paul Holden
a65549d0b3
MDL-75031 output: swap order of buttons in confirmation prompts.
...
As per ff6e5cc7, the primary button "Continue" should be displayed
on the right hand site of the confirmation prompt.
2022-07-25 11:56:29 +01:00
Ilya Tregubov
a63695971c
Merge branch 'MDL-75083-master' of https://github.com/rzhtwberlin/moodle
2022-07-25 14:54:57 +04:00
Ilya Tregubov
07a1b6e27b
Merge branch 'MDL-71708' of https://github.com/lostrogit/moodle
2022-07-25 11:17:54 +04:00
Jake Dallimore
c3aae36612
MDL-74901 core_navigation: support callbacks in frontpage secondary nav
...
Fixes the site home secondary nav, so that nodes added by plugins
implementing the PLUGIN_extend_navigation_frontpage callback can be
displayed for users who don't have the 'course:update' capability.
This change comprises:
- Removed course:update capability checks from site home (index.php)
and from the secondary nav view. This isn't needed since the nav is
capability aware.
- Fixed the initialisation of the secondary nav for the frontpage
course, removing erroneous duplicate 'home' nodes. The nav is now only
shown if there are nodes to display.
2022-07-25 15:06:14 +08:00
Paul Holden
d16ea57405
MDL-75235 reportbuilder: allow default filter form to be disabled.
...
This allows for custom filter forms to be implemented, rather than
using the default one for system reports.
2022-07-22 09:17:48 +01:00
Paul Holden
d0b5241786
MDL-75256 task: move abstract get_name method to base class.
...
Allow adhoc tasks to implement this method, so they too can have
descriptive names for themselves. Default implementation added to
return the class name itself.
2022-07-22 09:13:53 +01:00
Andrew Nicols
547cae0a02
MDL-74697 libraries: Update all third-party libraries with more metadata
2022-07-22 07:28:47 +02:00
Sara Arjona
bc9b915a32
MDL-75146 mod_data: Fix comments raised during int-review
2022-07-22 07:27:40 +02:00
Ferran Recio
776e48748f
MDL-75146 mod_data: refactor template parser
2022-07-22 07:27:40 +02:00
Ferran Recio
e2da14bbb8
MDL-75146 mod_data: migrate templates editor to mustache
2022-07-22 07:27:40 +02:00
Ferran Recio
c6db008496
MDL-75146 mod_data: add a manager class
2022-07-22 07:27:40 +02:00
Thong Bui
b8e1d17814
MDL-74766 html_editor: Fix form is submitted as an empty string
2022-07-22 10:15:24 +07:00
Carlos Castillo
7cb8552597
MDL-75135 reportbuilder: Add 'Category name with link' column
...
Add 'Category name with link' column to course_category entity
2022-07-21 14:13:01 -05:00
Ilya Tregubov
4ce642e8ba
weekly release 4.1dev
2022-07-21 21:29:47 +04:00
Ilya Tregubov
3250e59ba5
NOBUG: Fixed SVG browser compatibility
2022-07-21 21:29:45 +04:00
Ilya Tregubov
49c449d4ed
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2022-07-21 21:29:44 +04:00
Jun Pataleta
0e9d8123ae
Merge branch 'MDL-75181-master' of https://github.com/call-learning/moodle
2022-07-21 11:59:09 +08:00
Jun Pataleta
c5e19c2ba6
Merge branch 'MDL-75208' of https://github.com/stronk7/moodle
2022-07-21 11:26:52 +08:00
Víctor Déniz
ad3ba9d0b7
Merge branch 'MDL-74827-master' of https://github.com/rmady/moodle
2022-07-21 00:12:23 +01:00