David Woloszyn
2b1d330783
MDL-82626 hub: Registration collects AI usage data
2024-09-13 13:07:23 +10:00
Huong Nguyen
ceb30b01b2
MDL-82627 AI: Upgrade notes
2024-09-11 11:25:17 +07:00
Huong Nguyen
f4860573fa
MDL-82627 AI: Placement Text Editor - Improvement
...
- Quiz is setting the text editor id in this format: `#q2:1_answer`.
This will break the querySelector(). We need to update the code to
escape those colons.
- Generate AI image requires users to have the capability to upload files.
A new extra condition is added to verify this one.
2024-09-11 11:25:17 +07:00
Huong Nguyen
7809ad9d96
MDL-82627 AI: Rename TinyMCE placement to a more generic name
...
To make the plugin name a bit more generic, we renamed as below
- Shortname: `aiplacement_tinymce` -> `aiplacement_editor`
- Fullname: `TinyMCE Editor Placement` -> HTML Text Editor Placement
2024-09-11 11:25:17 +07:00
Huong Nguyen
9746d9d5a1
MDL-82627 AI: Make some methods abstract
2024-09-11 11:25:17 +07:00
Huong Nguyen
3300712cda
MDL-82627 AI: Extra PHPUnit tests for OpenAI provider
2024-09-11 11:25:17 +07:00
Andrew Nicols
4adc7257e9
MDL-82627 AI: Improve and restructure
2024-09-11 11:25:16 +07:00
Andrew Nicols
3e2d581628
MDL-82627 PHPUnit: Add helper to mock http_client
2024-09-11 11:25:16 +07:00
Andrew Nicols
74d1f5f9ce
MDL-82627 PHPUnit: Add helper to get path to fixture
2024-09-11 11:25:16 +07:00
Andrew Nicols
52855d0bb0
MDL-82627 AI: AI Image code cleanup
2024-09-11 11:25:16 +07:00
Andrew Nicols
acc1f4136b
MDL-82627 AI: Placement Text Editor - Code cleanup
...
Co-authored-by: Huong Nguyen <huongnv13@gmail.com>
2024-09-11 11:25:16 +07:00
Huong Nguyen
253253eede
MDL-82627 AI: Code cleanup
...
Co-authored-by: Meirza <meirza.arson@moodle.com>
2024-09-11 11:25:16 +07:00
Matt Porritt
7c622cde3f
MDL-82627 AI: Placement Text Editor - Image & Text
...
Initial AI placement plugin for the TinyMCE editor.
It includes a TinyMCE plugin and the AI placement plugin.
It supports both text and image generation.
Originally implemented in MDL-80891
Co-authored-by: Huong Nguyen <huongnv13@gmail.com>
2024-09-11 11:25:14 +07:00
Matt Porritt
ece707e40e
MDL-82627 AI: Provider Plugin - Open AI
...
Initial Open AI API Provider plugin.
Originally implemented in MDL-80894
Co-authored-by: Huong Nguyen <huongnv13@gmail.com>
2024-09-11 11:02:53 +07:00
Huong Nguyen
8186e6ce25
MDL-82627 core: Add testsuite for AI
...
Originally implemented in MDL-80889
2024-09-11 11:02:53 +07:00
Huong Nguyen
67e6898853
MDL-82627 AI: Privacy provider
...
Originally implemented in MDL-82781
2024-09-11 11:02:53 +07:00
Matt Porritt
086ac975f0
MDL-82627 AI: LMS Subsystem
...
Initial implementation of the LMS AI subsystem.
Originally implemented in MDL-80889
Co-authored-by: Meirza <meirza.arson@moodle.com>
2024-09-11 11:02:51 +07:00
Huong Nguyen
3477082aa9
weekly release 4.5dev+
2024-09-10 20:02:54 +07:00
Huong Nguyen
5f9c42c1e0
NOBUG: Add upgrade notes
2024-09-10 20:02:53 +07:00
Huong Nguyen
e70d6fd690
Merge branch 'MDL-83047-main' of https://github.com/junpataleta/moodle
2024-09-10 10:46:40 +07:00
Huong Nguyen
57ab215ac1
Merge branch 'MDL-83038' of https://github.com/paulholden/moodle
2024-09-10 09:34:07 +07:00
Jun Pataleta
40282c85ac
MDL-83047 theme_boost: Add upgrade note for theme plugins
2024-09-10 10:30:46 +08:00
Huong Nguyen
ac98e2410e
Merge branch 'MDL-83004-main' of https://github.com/davewoloszyn/moodle
2024-09-10 08:50:09 +07:00
David Woloszyn
f3adeafaf4
MDL-83004 tool_moodlenet: Fix sectionnum param
2024-09-10 10:58:56 +10:00
Sara Arjona
323141ef33
Merge branch 'MDL-82574-main' of https://github.com/laurentdavid/moodle
2024-09-09 17:44:18 +02:00
Sara Arjona
cd093bdb96
Merge branch 'MDL-83037' of https://github.com/paulholden/moodle
2024-09-09 17:21:54 +02:00
Sara Arjona
ce5cda1c07
Merge branch 'MDL-83020' of https://github.com/paulholden/moodle
2024-09-09 17:03:02 +02:00
Sara Arjona
b2b3bbffd3
Merge branch 'MDL-82983-main' of https://github.com/ferranrecio/moodle
2024-09-09 12:06:28 +02:00
Jun Pataleta
c5d022aed6
MDL-83047 theme_boost: Apply background colour only on select layouts
...
* Apply the styling of `background-color` for `.page-header-headings`
only in the maintenance and secure layouts.
2024-09-09 17:00:29 +08:00
Huong Nguyen
2b64ce97ab
Merge branch 'MDL-82860-main' of https://github.com/meirzamoodle/moodle
2024-09-09 14:31:57 +07:00
Sara Arjona
5ff41b1961
Merge branch 'MDL-83016' of https://github.com/paulholden/moodle
2024-09-09 09:29:53 +02:00
Huong Nguyen
667c0f6866
Merge branch 'MDL-82938' of https://github.com/paulholden/moodle
2024-09-09 11:17:23 +07:00
Huong Nguyen
6654b37ea1
Merge branch 'MDL-80562' of https://github.com/paulholden/moodle
2024-09-09 11:15:10 +07:00
meirzamoodle
6816a5a770
MDL-82860 atto_link: Set value as default to avoid unexpected behaviour
2024-09-09 08:10:55 +07:00
Jun Pataleta
1938c438ea
on-demand release 4.5dev+
2024-09-07 06:48:52 +08:00
Jun Pataleta
aeb079fde0
NOBUG: Add upgrade notes
2024-09-07 06:48:52 +08:00
Jun Pataleta
a2b444cd62
NOBUG: Fixed SVG browser compatibility
2024-09-07 06:48:32 +08:00
Paul Holden
0c3c325ca0
MDL-83038 mod_quiz: use dummy URL in quiz grading page external call.
2024-09-06 12:24:29 +01:00
Paul Holden
a66aea7965
MDL-83037 badges: ensure image is specified in Behat test generator.
2024-09-06 11:43:21 +01:00
Jun Pataleta
eb840870a6
Merge branch 'MDL-63399-main' of https://github.com/lameze/moodle
2024-09-06 12:29:15 +08:00
Huong Nguyen
5fa52f8b5d
Merge branch 'MDL-82861' of https://github.com/paulholden/moodle
2024-09-06 11:19:34 +07:00
Simey Lameze
3ac7a2f6c5
MDL-63399 behat: update existing tests to use the better download steps
...
Co-authored-by: Tim Hunt <T.J.Hunt@open.ac.uk>
2024-09-06 12:14:07 +08:00
Huong Nguyen
17ab580658
Merge branch 'MDL-82999' of https://github.com/paulholden/moodle
2024-09-06 11:12:58 +07:00
Huong Nguyen
b71bbd35aa
Merge branch 'MDL-82223' of https://github.com/paulholden/moodle
2024-09-06 11:10:13 +07:00
Simey Lameze
5e4fd26115
MDL-63399 behat: new steps to verify downloads
...
Co-authored-by: Tim Hunt <T.J.Hunt@open.ac.uk>
2024-09-06 12:03:29 +08:00
Huong Nguyen
0e98d4507a
Merge branch 'MDL-82948-main' of https://github.com/junpataleta/moodle
2024-09-06 11:00:58 +07:00
Huong Nguyen
ac41453912
Merge branch 'MDL-82677-main' of https://github.com/junpataleta/moodle
2024-09-06 10:50:35 +07:00
Jun Pataleta
03fbf4e8d1
Merge branch 'MDL-83010_exception-when-exporting-SCORM-reports-to-Excel-format' of https://github.com/ziegenberg/moodle
2024-09-06 10:51:34 +08:00
Jun Pataleta
4de11d350f
Merge branch 'MDL-82659' of https://github.com/michaelkotlyar/moodle
2024-09-06 09:30:53 +08:00
Jun Pataleta
16ced30444
Merge branch 'MDL-83012' of https://github.com/paulholden/moodle
2024-09-06 09:27:44 +08:00