Leon Stringer
662192fcec
MDL-80501 mod_h5pactivity: activity group mode
...
Respect activity's group mode when checking access to the report.
Previously only the course's group mode was checked.
2024-02-08 15:32:30 +08:00
Huong Nguyen
4025771583
Merge branch 'MDL-80544-main' of https://github.com/sarjona/moodle
2024-02-08 15:32:29 +08:00
Huong Nguyen
97ef09c7f8
Merge branch 'MDL-80832-main' of https://github.com/davewoloszyn/moodle
2024-02-08 15:32:29 +08:00
Andrew Nicols
3a73e8046c
Merge branch 'MDL-80648_CFG-xsendfilealiases-in-config-dist-php-is-missing-localrequestdir' of https://github.com/ziegenberg/moodle
2024-02-08 15:32:29 +08:00
Andrew Nicols
d05f271528
Merge branch 'MDL-80803' of https://github.com/paulholden/moodle
2024-02-08 15:32:28 +08:00
Andrew Nicols
74e0266abe
Merge branch 'MDL-36733-master' of https://github.com/PascalHamar/moodle
2024-02-08 15:32:28 +08:00
Andrew Nicols
b156b34552
Merge branch 'MDL-80667' of https://github.com/paulholden/moodle
2024-02-08 15:32:28 +08:00
Ilya Tregubov
53a3ff713d
Merge branch 'MDL-78173' of https://github.com/paulholden/moodle
2024-02-08 15:32:27 +08:00
Sara Arjona
6b93a4e6f5
Merge branch 'MDL-80392-master' of https://github.com/jleyva/moodle
2024-02-08 15:32:27 +08:00
Paul Holden
a5133df5bb
Merge branch 'MDL-80708-main' of https://github.com/rmady/moodle into main
2024-02-08 15:32:27 +08:00
Sara Arjona
d3cac65bf9
Merge branch 'mdl-80576_master' of https://github.com/james-cnz/moodle
2024-02-08 15:32:27 +08:00
Sara Arjona
7179bd713a
Merge branch 'mdl-78095-master' of https://github.com/james-cnz/moodle
2024-02-08 15:32:26 +08:00
Sara Arjona
bc82ddcfb5
Merge branch 'MDL-74500' of https://github.com/paulholden/moodle
2024-02-08 15:32:26 +08:00
Sara Arjona
eb0fa7027c
Merge branch 'MDL-80808' of https://github.com/timhunt/moodle
2024-02-08 15:32:23 +08:00
Sara Arjona
5c69b393df
Merge branch 'MDL-79514' of https://github.com/paulholden/moodle
2024-02-08 15:32:00 +08:00
Sara Arjona
ff50da59e9
Merge branch 'MDL-79577' of https://github.com/paulholden/moodle
2024-02-08 15:32:00 +08:00
Jun Pataleta
53e5c0da37
Merge branch 'MDL-80784-main' of https://github.com/noeldemartin/moodle
2024-02-08 15:31:59 +08:00
Ilya Tregubov
6eaeeda6cf
MDL-69774 mod_forum: Restrict URL to accpet only expected params
2024-02-08 15:31:59 +08:00
Huong Nguyen
04020fb8f6
Merge branch 'MDL-78417' of https://github.com/paulholden/moodle
2024-02-08 15:31:59 +08:00
Huong Nguyen
3d2d81a411
Merge branch 'MDL-80512' of https://github.com/paulholden/moodle
2024-02-08 15:31:59 +08:00
Rodrigo Mady
9c9fbb262c
MDL-80708 auth_email: Extendedusernamechars return get_signup_settings
2024-02-07 11:39:18 -03:00
Paul Holden
597a8ac878
MDL-74500 profilefield_checkbox: override show/empty class methods.
2024-02-07 14:13:48 +00:00
Ferran Recio
34ce0eddc0
MDL-80190 core_courseformat: prevent delegated sections loops
...
This patch prevent dropping an activity with delegated sections inside
another delegated section. Without this patch the teacher can create a
deadlock drag&droping the subsection inside itself. We won't allow
subsections inside subsections so any activity with subsection cannot
be dropped inside a subsección.
2024-02-07 12:14:59 +01:00
Ferran Recio
d244a206a3
MDL-80190 core_courseformat: top re-sorting delegated sections
...
The current course editor re-sort sections on the frontend. If a
sections does not exists it uses fragment to render the missing section.
However, delegated section should not be re-sorted as regular sections.
2024-02-07 12:14:18 +01:00
Ferran Recio
15db7d9d98
MDL-80190 core_courseformat: fix activity creation on delegated sections
...
The method for checking if the user can create an activity executed
create_if_missing wihtout checking the section exists or not. This is
a problem for delegated sections because create_if_missing will create a
regular section and push down all delegate ones. With the patch the
method first checks if the section exists.
2024-02-07 12:06:03 +01:00
Ferran Recio
97a7958aee
MDL-80190 core_courseformat: do not render delegated sections in course
2024-02-07 12:06:03 +01:00
Eloy Lafuente (stronk7)
0b9be06745
MDL-77166 core: Auto close pull requests @ GitHub
...
Note that we have also enabled it to be executed
via manual dispatch to be able to close currently
existing PRs.
Once everything existing is closed, it will take on
any new PR arriving. Then, we can remove the manual
dispatching, although it's not critical to leave it
there in case we want to use that workflow with other
repos.
2024-02-07 09:27:22 +01:00
Ilya Tregubov
9ad941c565
Merge branch 'MDL-80124' of https://github.com/paulholden/moodle
2024-02-07 13:16:06 +08:00
Ilya Tregubov
2150694d72
Merge branch 'MDL-80324' of https://github.com/paulholden/moodle
2024-02-07 13:11:58 +08:00
Jun Pataleta
b51e037308
Merge branch 'MDL-70058' of https://github.com/paulholden/moodle
2024-02-07 12:31:44 +08:00
Jun Pataleta
9e7777c6ce
Merge branch 'MDL-75081' of https://github.com/paulholden/moodle
2024-02-07 11:36:44 +08:00
Jun Pataleta
bd54499fe0
Merge branch 'master_check_cached_empty_modnames' of https://github.com/opitz/moodle
2024-02-07 11:18:00 +08:00
David Woloszyn
aad5b7ee5f
MDL-80832 communication_matrix: Fix regression caused by MDL-80403
2024-02-07 14:09:39 +11:00
Ilya Tregubov
ae95b15d70
Merge branch 'MDL-79433' of https://github.com/paulholden/moodle
2024-02-07 10:12:36 +08:00
meirzamoodle
a73e0ac76d
MDL-74641 repository: Fix wrong increment of temporary file for small sizes
2024-02-07 02:34:19 +01:00
meirzamoodle
9ba1423359
MDL-74641 repository: Handles increase bytes while extracting zip files
...
We should not rely solely on the provided size information.
Therefore the system needs to recalculate the size of each file in the zip file,
whether small or big.
The changes also cover the filemanager.js file if an error appears.
2024-02-07 02:34:19 +01:00
meirzamoodle
4cae44dd0e
MDL-78300 block: Determine if users can comment based on context
2024-02-07 02:34:19 +01:00
Paul Holden
bac703c534
MDL-54749 tool_langimport: require sesskey to update lang packs.
2024-02-07 02:34:19 +01:00
Ilya Tregubov
219510b7d9
Merge branch 'MDL-79527' of https://github.com/timhunt/moodle
2024-02-07 09:26:46 +08:00
Ilya Tregubov
c0e22cc885
Merge branch 'MDL-80767' of https://github.com/paulholden/moodle
2024-02-07 09:01:30 +08:00
Ilya Tregubov
8d845a639f
Merge branch 'MDL-78621' of https://github.com/paulholden/moodle
2024-02-07 08:56:41 +08:00
Jun Pataleta
9406820aa1
Merge branch 'MDL-80693-main' of https://github.com/sammarshallou/moodle
2024-02-07 08:33:04 +08:00
Paul Holden
8ea7f73898
MDL-75081 grade: fix rogue gradebook scenarios containing invalid steps.
...
Various re-factors over recent releases appear to have led to quite a
drift between actual functionality and what these scenarios assert for
imagined functionality. Page elements and content are referenced that
don't exist in multiple places.
2024-02-06 17:31:46 +00:00
Paul Holden
662c5e1d31
MDL-75081 behat: define new heading
named selector.
...
Co-authored-by: Jun Pataleta <jun@moodle.com>
2024-02-06 17:06:47 +00:00
Paul Holden
5f51b688b9
MDL-75081 behat: correct tests of table contents asserting one column.
...
Prior to this change, assertions of "should exist" and "should not
exist" in table content, where the step provided only a single column,
could give false positives and pass (when they shouldn't).
2024-02-06 16:41:12 +00:00
Paul Holden
306d16c9e9
Merge branch 'MDL-80735' of https://github.com/marinaglancy/moodle into main
2024-02-06 15:26:45 +00:00
Sara Arjona
76104093ff
Merge branch 'MDL-80816' of https://github.com/stronk7/moodle
2024-02-06 15:51:31 +01:00
Amaia Anabitarte
2919f36b3d
MDL-80839 core_course: Recover addnew string
...
addnew string was deprecated in MDL-80418 but it's still in use.
2024-02-06 11:13:42 +01:00
Juan Leyva
408d7c0c9c
MDL-80392 completion: Fix exporter for Web Services
2024-02-06 11:01:42 +01:00
Paul Holden
c9cdf848bf
MDL-80807 cohort: remove superfluous Behat feature for report source.
2024-02-06 09:48:15 +00:00