Andrew Nicols
f6be7e2a3e
Merge branch 'MDL-81794-404' of https://github.com/meirzamoodle/moodle into MOODLE_404_STABLE
2024-06-06 22:06:29 +08:00
Huong Nguyen
aca5d1d5c6
Merge branch 'MDL-81875-404' of https://github.com/laurentdavid/moodle into MOODLE_404_STABLE
2024-06-06 22:06:29 +08:00
Huong Nguyen
07367f22f1
Merge branch 'MDL-81749-404' of https://github.com/aanabit/moodle into MOODLE_404_STABLE
2024-06-06 22:06:28 +08:00
Huong Nguyen
0c47aa6a92
Merge branch 'MDL-81989-404' of https://github.com/lameze/moodle into MOODLE_404_STABLE
2024-06-06 22:06:28 +08:00
meirzamoodle
e23f603c41
MDL-81890 assign: confirm_sesskey fixed in view_fix_rescaled_null_grades
2024-06-06 22:06:28 +08:00
meirzamoodle
9af9711c0a
MDL-81890 enrol_lti: Fix sesskey checks
2024-06-06 22:06:28 +08:00
meirzamoodle
30fadc3686
MDL-81890 course: Fix sesskey checks
2024-06-06 22:06:28 +08:00
meirzamoodle
756090ed79
MDL-81890 tool_moodlenet: Fix sesskey checks
2024-06-06 22:06:27 +08:00
Jun Pataleta
2630591338
MDL-81631 backup: Simplify logic using null coalescing operator
2024-06-06 22:06:27 +08:00
Jun Pataleta
e00e4487a4
Merge branch 'MDL-81631_404' of https://github.com/santoshndev/moodle into MOODLE_404_STABLE
2024-06-06 22:06:27 +08:00
Jun Pataleta
64f1fd7d7b
Merge branch 'MDL-81894-404' of https://github.com/andrewnicols/moodle into MOODLE_404_STABLE
2024-06-06 22:06:27 +08:00
Jun Pataleta
09b06bdb28
Merge branch 'MDL-78198-404' of https://github.com/andrewnicols/moodle into MOODLE_404_STABLE
2024-06-06 22:06:27 +08:00
Huong Nguyen
9e1723f4b8
Merge branch 'MDL-81865-404' of https://github.com/lucaboesch/moodle into MOODLE_404_STABLE
2024-06-06 22:06:26 +08:00
Jun Pataleta
3b4e2ae357
Merge branch 'MDL-82086-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-06 22:06:26 +08:00
Huong Nguyen
d35b9dc7bb
Merge branch 'MDL-81397-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-06 22:06:26 +08:00
Paul Holden
500cec5757
MDL-81778 mod_bigbluebuttonbn: access checks when getting meeting URL.
2024-06-06 22:06:26 +08:00
Stevani Andolo
891e9994b4
MDL-81412 calendar: Sanitise calendar event names
2024-06-06 22:05:53 +08:00
Paul Holden
1bff691a64
MDL-81857 user: don't check whether address is an identity field.
...
It can never be selected as one, so the previous comparison could
never pass.
2024-06-06 08:58:42 +01:00
David Woloszyn
1913cdb088
MDL-81739 tiny_noautolink: Remove URL checking when preventing auto-link
2024-06-06 15:06:04 +10:00
Andrew Nicols
83b3ee6212
MDL-82045 course: Destroy copy course modal instead of hiding it
2024-06-06 10:04:10 +08:00
Andrew Nicols
253c16b64d
MDL-81894 core: system_clock should use the server timezone
2024-06-06 00:18:52 +08:00
Amaia Anabitarte
af96d4eebe
MDL-81749 core_completion: Let custom rules to return failed state
2024-06-05 15:55:28 +02:00
lameze
4e6de24f31
MDL-81989 install: remove unnecessary closing div tags
2024-06-05 14:02:56 +08:00
Paul Holden
7d1563333b
MDL-82055 output: replace usage of named templatable interface.
...
It's not available during, and breaks, site installation. The output
class doesn't necessarily need it in 78db6bbce8, so switch to simple
templatable interface instead.
2024-06-05 14:02:54 +08:00
Cameron Ball
f7988538b2
MDL-81774 curl: Strip auth headers when redirecting to different host
2024-06-05 02:41:19 +00:00
Jun Pataleta
6ba71820b1
Merge branch 'MDL-81982-404' of https://github.com/junpataleta/moodle into MOODLE_404_STABLE
2024-06-05 10:29:17 +08:00
David Mudrák
61c5863b1a
MDL-81982 lang: Fix strings order
...
Fixes the strings order in files where CI has detected the wrong order
of modified strings.
2024-06-05 10:25:06 +08:00
David Mudrák
0091b1a153
MDL-81982 lang: Use fixed strings in tests, too
2024-06-05 10:25:06 +08:00
Helen Foster
b12afc89e4
MDL-81982 lang: Import fixed English strings (en_fix)
2024-06-05 10:25:06 +08:00
Huong Nguyen
844aef124c
Merge branch 'MDL-81970-plagiarism_upgrade_txt-404' of https://github.com/leonstr/moodle into MOODLE_404_STABLE
2024-06-05 09:13:49 +07:00
Huong Nguyen
476a8fcb72
Merge branch 'MDL-81751-MOODLE_404_STABLE' of https://github.com/durzo/moodle into MOODLE_404_STABLE
2024-06-05 08:56:10 +07:00
David Woloszyn
fe22fe1c83
MDL-81750 form: Add selector to match filemanager in group
2024-06-05 09:34:57 +10:00
Laurent David
cb9527cd4f
MDL-81875 mod_data: Revert database autolink removal
...
Autolinks are used in the database for text fields via
the auto-linking filter.
The revert is partial here because of changes made
in MDL-70384 to all field forms/templates
This reverts commit 42edaba5 from MDL-80949
2024-06-04 16:09:31 +02:00
Paul Holden
e71fc4ff3b
MDL-82086 theme_boost: consistent selector for textarea form controls.
...
In a similar vein to 31f6039635, we shouldn't assume form controls are
always descendents of `.mform` (e.g. the messaging drawer input).
2024-06-04 14:37:37 +01:00
Paul Holden
89fae608a6
MDL-81397 courseformat: define section editing capabilities.
...
This ensures consistency for current page instance, when rendering
content in response to fragment AJAX requests.
2024-06-04 09:00:17 +01:00
Philipp Memmel
2692097272
MDL-70972 format_singleactivity: Apply new behavior to behat test
2024-06-04 06:36:49 +00:00
Philipp Memmel
11ca67f853
MDL-70972 format_singleactivity: Show activities when creating course
...
Co-authored-by: Laurent David <lmedavid@gmail.com>
2024-06-04 06:36:49 +00:00
Huong Nguyen
34bcb7e70e
Merge branch 'MDL-81936-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-04 13:16:01 +07:00
Huong Nguyen
608f7d6aa0
Merge branch 'MDL-81955-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-04 10:33:46 +07:00
Andrew Nicols
c43d07d0cf
Merge branch 'MDL-80208-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-04 11:07:20 +08:00
Juan Leyva
ad46a97f53
MDL-80959 tool_mobile: Use different user keys for QR and auto login
2024-06-04 10:33:40 +08:00
Andrew Nicols
da4e626ffa
Merge branch 'MDL-82047-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-04 10:29:18 +08:00
Andrew Nicols
cb4904ea25
Merge branch 'MDL-82055-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-06-04 09:50:36 +08:00
Paul Holden
4d5289e599
MDL-81534 tool_generator: standardize user creation language string.
2024-06-03 09:43:15 +01:00
Huong Nguyen
0efd3066a2
Merge branch 'MDL-81544-404' of https://github.com/rezaies/moodle into MOODLE_404_STABLE
2024-06-03 12:05:35 +07:00
Huong Nguyen
002b1aed6a
Merge branch 'MDL-73735-M404_duplicate-line-course-rest-php' of https://github.com/ziegenberg/moodle into MOODLE_404_STABLE
2024-06-03 11:53:25 +07:00
Huong Nguyen
c73c1bafc1
Merge branch 'MDL-82009-404' of https://github.com/sarjona/moodle into MOODLE_404_STABLE
2024-06-03 11:36:47 +07:00
Sara Arjona
e56c732209
MDL-82009 course: Course blocks should be displayed in section page too
2024-05-31 15:16:55 +02:00
Paul Holden
cff22cd5ab
MDL-82055 output: replace usage of named templatable interface.
...
It's not available during, and breaks, site installation. The output
class doesn't necessarily need it in 78db6bbce8, so switch to simple
templatable interface instead.
2024-05-31 13:04:30 +01:00
Sara Arjona
2ec3b297d7
Merge branch 'MDL-81850-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
2024-05-31 10:44:41 +02:00