Huong Nguyen
011a606c13
Merge branch 'MDL-73852-master' of https://github.com/ilyatregubov/moodle
2023-11-15 09:32:09 +07:00
Andrew Nicols
dfccb3f3c4
MDL-79890 core: Stop using get_class() without args
...
PHP 8.3 deprecates the use of `get_class()` without arguments. The
following alternatives should instead be used as appropriate:
- `get_class($this)` - The equivalent for instance methods
- `self::class` - The current class
Note that the behaviour of `get_class()` in a static method was
equivalent to `self::class` and _not_ `static::class`. That is to say
that the previous behaviour did not respect late static binding.
2023-11-15 09:14:40 +08:00
Ilya Tregubov
e319f16302
Merge branch 'MDL-79563_master_v2' of https://github.com/TomoTsuyuki/moodle
2023-11-14 16:22:27 +08:00
meirzamoodle
3ee7968552
MDL-79714 message: Enable all default notifications
2023-11-13 22:15:29 +07:00
Huong Nguyen
dd2e009ad1
Merge branch 'MDL-78334-master' of https://github.com/roland04/moodle
2023-11-13 10:49:08 +07:00
David Saylor
863b0822b2
MDL-75616 backup: Use standard temp directory for extraction
2023-11-13 11:04:17 +11:00
Sara Arjona
a0ba7d282a
MDL-79987 output: Add i/activities icon
2023-11-10 16:09:10 +01:00
Tomo Tsuyuki
839bf730b9
MDL-79563 cli: Add options for backup/restore CLI
2023-11-10 10:16:31 +11:00
Paul Holden
7c76e9223b
MDL-79962 roles: consistent sorting of role entity name column.
...
The "name" field is typically omitted for default/pre-defined roles,
which should be accounted for when sorting.
2023-11-09 17:03:04 +00:00
Mikel Martín
c9c3a34bf1
MDL-78334 behat: Make SCSS deprecation check optional
2023-11-09 13:42:21 +01:00
Sara Arjona
0688cb5173
Merge branch 'MDL-79975' of https://github.com/paulholden/moodle
2023-11-08 18:02:58 +01:00
Jun Pataleta
fdb78d6431
MDL-78425 admin: Point Clear theme caches to correct URL
...
* Plus remove unnecessary call to require_once() in theme/index.php
2023-11-08 10:16:35 +08:00
David Woloszyn
103c2bb512
MDL-78425 core_theme: Theme selection now uses cards and modal
2023-11-08 11:10:41 +11:00
Ilya Tregubov
bf51836399
MDL-73852 enrol_meta: Enable meta enrolment for course upload.
2023-11-03 08:52:15 +08:00
Paul Holden
96fc3577f4
MDL-79975 tool_task: correct class attribute table cell property.
2023-11-02 13:15:05 +00:00
Ilya Tregubov
540dc05e1c
Merge branch 'MDL-70760-master' of https://github.com/vietlx426/moodle-1
2023-11-02 10:20:29 +08:00
viettruongq
2375b00a08
MDL-70760 admin: Limited length config setting validate client-side
2023-11-01 22:02:58 +07:00
Sara Arjona
7eb48b8368
Merge branch 'MDL-79856' of https://github.com/paulholden/moodle
2023-10-31 13:26:22 +01:00
Sara Arjona
78300ba8e3
Merge branch 'MDL-79849-master' of https://github.com/jleyva/moodle
2023-10-31 13:08:10 +01:00
Paul Holden
296923845f
MDL-79856 roles: use role localname when confirming deletion.
2023-10-26 11:56:26 +01:00
Ilya Tregubov
93b2db25ba
MDL-43820 enrol_cohort: Override find_instance
...
For cohort enrol method we can have multiple instances. We can match
those by cohort idnumber and role provided.
Also adding some extra validation and update tests.
2023-10-26 14:27:06 +08:00
Ilya Tregubov
bf7ff76bcd
MDL-43820 enrol: Add method to find plugin enrol instance
...
When upload courses we need to match instance with provided data.
2023-10-26 14:27:02 +08:00
Juan Leyva
cf413635d8
MDL-79849 tool_mobile: Add search disabled features
2023-10-25 17:28:53 +02:00
Huong Nguyen
29ca85b924
Merge branch 'MDL-79352' of https://github.com/paulholden/moodle
2023-10-16 10:41:04 +07:00
Sara Arjona
512bc8d126
Merge branch 'MDL-79623-master' of https://github.com/PhMemmel/moodle
2023-10-10 16:19:14 +02:00
Jun Pataleta
9beff03a96
MDL-79626 upgrade: add the 4.3.0 separation line to all upgrade scripts
2023-10-10 10:44:17 +08:00
Paul Holden
3893c99825
MDL-79352 admin: fix links to tool plugin management page.
2023-10-09 15:11:11 +01:00
Philipp Memmel
8c8a11939b
MDL-79623 tool_componentlibrary: Fix correct modal content attribute
2023-10-06 13:15:36 +00:00
Ilya Tregubov
b1774ab520
Merge branch 'MDL-79570-master' of https://github.com/ferranrecio/moodle
2023-10-06 11:09:29 +08:00
Ferran Recio
2824913f42
MDL-79570 tool_usertours: fix tours for fixed z-index elements
2023-10-06 05:00:15 +02:00
Ilya Tregubov
f9d75f083f
Merge branch 'MDL-79570-master' of https://github.com/ferranrecio/moodle
2023-10-06 08:40:33 +08:00
Ferran Recio
74b61956ca
MDL-79570 tool_usertours: fix drawers tour position
2023-10-05 18:03:33 +02:00
Sara Arjona
9877a06246
Merge branch 'MDL-79551-master-rc' of https://github.com/junpataleta/moodle
2023-10-04 12:28:14 +02:00
Jun Pataleta
d5d7835a0a
MDL-79551 versions: Make CiBoT happy
...
* Use array short syntax for $plugin->dependencies
* Add trailing comma for multi-line $plugin->dependencies array
2023-10-04 14:04:29 +08:00
Jun Pataleta
94bc2cd38b
MDL-79551 versions: bump all versions and requires near release
2023-10-04 13:57:17 +08:00
Huong Nguyen
7ac2a960e9
Merge branch 'MDL-79539-master' of https://github.com/meirzamoodle/moodle
2023-10-04 10:53:57 +07:00
Paul Holden
833e818f02
MDL-79455 tool_uploadcourse: clean course data fields individually.
2023-10-04 01:24:20 +00:00
Paul Holden
ef67f43c67
MDL-79455 tool_uploadcourse: safe preview of uploaded course data.
2023-10-04 01:24:20 +00:00
meirzamoodle
9c4b38b8d5
MDL-79539 messageinbound: avoiding a null parameter value
2023-10-02 14:26:04 +07:00
Huong Nguyen
0d6fb2546d
MDL-79344 tool_mfa: Use core/log for factor_webauthn
2023-10-02 11:41:53 +07:00
Huong Nguyen
8b395dcfc3
Merge branch 'MDL-79344-master' of https://github.com/stevandoMoodle/moodle
2023-10-02 11:36:59 +07:00
Ilya Tregubov
45031e8205
Merge branch 'MDL-79521-master' of https://github.com/meirzamoodle/moodle
2023-09-29 09:21:40 +08:00
Sara Arjona
3f8a1b0107
Merge branch 'MDL-79477' of https://github.com/paulholden/moodle
2023-09-28 10:17:33 +02:00
Stevani Andolo
492fded0ec
MDL-79344 tool_mfa: Fixed factor_webauthn request timeout handler
2023-09-28 15:48:34 +08:00
Meirza
3cda11b55c
MDL-79521 tool_analytics: Export modal should use the ModalSaveCancel
2023-09-28 12:51:54 +07:00
Ilya Tregubov
1fbe7c1113
Merge branch 'MDL-79100-master' of https://github.com/meirzamoodle/moodle
2023-09-27 13:44:14 +08:00
Ilya Tregubov
386f29a46d
Merge branch 'MDL-77708-master' of https://github.com/sarjona/moodle
2023-09-27 09:07:10 +08:00
Paul Holden
2aa56c770d
MDL-79477 tool_moodlenet: better handling of network download test.
...
We can't assume the presense of `Content-Length` header in response
to a HEAD request. Modify test assertion to account for this.
2023-09-26 11:14:46 +01:00
Sara Arjona
cc9430929d
MDL-77708 docs: Update references from docs.moodle.org/dev
2023-09-26 10:30:19 +02:00
meirzamoodle
6246db3d30
MDL-79100 core_communication: Update communication-related lang strings
2023-09-26 12:12:38 +07:00