Ilya Tregubov
1273c295ac
Merge branch 'MDL-76306-master' of https://github.com/andrewnicols/moodle
2022-11-21 11:14:55 +03:00
Andrew Nicols
2259edc6e2
Merge branch 'MDL-76102-master' of https://github.com/marinaglancy/moodle
2022-11-18 11:43:51 +08:00
Jun Pataleta
a482fb4488
Merge branch 'MDL-75903' of https://github.com/paulholden/moodle
2022-11-18 11:28:31 +08:00
Paul Holden
1ad023bba6
Merge branch 'MDL-76105-master-enfix' of https://github.com/vmdef/moodle
2022-11-17 16:29:51 +00:00
Sara Arjona
b47e0f8009
Merge branch 'MDL-70491-master_take2' of https://github.com/lucaboesch/moodle
2022-11-17 17:25:48 +01:00
Paul Holden
d47129d4a9
Merge branch 'MDL-76331-master' of https://github.com/andrewnicols/moodle
2022-11-17 14:19:39 +00:00
Andrew Nicols
6ee0d6a979
MDL-76331 editor_tiny: Generate all langstrings
...
This change renames the generator and has it generate the language
strings for all available languages for easier import into AMOS.
2022-11-17 22:09:42 +08:00
Víctor Déniz
b2e8646ee2
Merge branch 'MDL-76326-master' of https://github.com/HuongNV13/moodle
2022-11-17 13:19:58 +00:00
David Mudrák
5e2e7562b6
MDL-76105 lang: Use fixed strings in tests, too.
2022-11-17 10:37:45 +00:00
Ilya Tregubov
c5da3db0ae
Merge branch 'MDL-76305-master' of https://github.com/junpataleta/moodle
2022-11-17 10:34:13 +03:00
Bas Brands
1c56ccd89b
MDL-70491 theme_boost: improve form autocomplete badge styles
2022-11-17 07:03:22 +01:00
Huong Nguyen
ea4a582b3d
MDL-76326 oauth2: Update Nextcloud logo to the new one
2022-11-17 11:31:16 +07:00
Andrew Nicols
205a6c157c
MDL-76331 editor_tiny: Update language strings to use shorter ident
...
AMOS can only cope with string identifiers with a length < 100
characters. Our tooling for Tiny automatically generates string idents
based on the language string and these can end up longer.
This change modifies our generated idents to be capped at 90 characters.
2022-11-17 11:38:48 +08:00
Andrew Nicols
5a677592af
Merge branch 'MDL-76333-master' of https://github.com/marinaglancy/moodle
2022-11-17 10:41:22 +08:00
Andrew Nicols
a9d0a1d254
Merge branch 'MDL-76334-master' of https://github.com/marinaglancy/moodle
2022-11-17 10:08:49 +08:00
Marina Glancy
0fc4914e40
MDL-76334 libraries: upgraded phpxmlrpc to 4.8.1
2022-11-16 17:02:42 +01:00
Marina Glancy
47d3e4217b
MDL-76333 libraries: patch Bennu library for PHP 8.1 compatibility
2022-11-16 16:51:00 +01:00
Sara Arjona
767cee2fd5
Merge branch 'MDL-76277-master' of https://github.com/andrewnicols/moodle
2022-11-16 15:53:30 +01:00
Andrew Nicols
a68d9d5410
MDL-76277 tiny_media: Limit image alignment to vertical align
...
Atto mixed vertical and horizontal alignment into a single selection,
which does not make any sense. It also used CSS classes in such a way
that those styles will break if/when Atto is removed.
This commit:
* removes the horizontal alignment from the dropdown - these are easily
achieved using the existing Tiny UI
* addresses a bug where existing styles (like horizontal alignment) were
not preserved when editing the image
* fixes a bug where the CSS selector was used instead of a CSS class
name
* recognises legacy TinyMCE class names and replaces these
* switches from using random class names to using Bootstrap class
utility classes for vertical alignment.
2022-11-16 21:54:33 +08:00
Víctor Déniz
7577776565
Merge branch 'MDL-76307-master' of https://github.com/HuongNV13/moodle
2022-11-16 11:00:12 +00:00
Paul Holden
3a20b1f91c
Merge branch 'MDL-76276-master' of https://github.com/HuongNV13/moodle
2022-11-16 10:22:27 +00:00
Jake Dallimore
b3e159b8bd
Merge branch 'MDL-76280-master' of https://github.com/andrewnicols/moodle
2022-11-16 13:29:14 +08:00
Huong Nguyen
3ff6aec217
MDL-76307 tiny_equation: Fix console error when using Tiny editor
2022-11-16 09:45:26 +07:00
Andrew Nicols
7e6d32d7c2
Merge branch 'MDL-76112-master' of https://github.com/marinaglancy/moodle
2022-11-16 10:07:49 +08:00
Víctor Déniz
6a0c6a19ca
Merge branch 'MDL-75781-master' of https://github.com/NashTechOpenUniversity/moodle
2022-11-15 22:30:31 +00:00
Paul Holden
0ea04360ce
Merge branch 'MDL-76279-master' of https://github.com/HuongNV13/moodle
2022-11-15 17:05:03 +00:00
Sara Arjona
91e66dbaed
Merge branch 'MDL-76039' of https://github.com/paulholden/moodle
2022-11-15 17:57:07 +01:00
Ilya Tregubov
101bf20c8b
NOBUG: Fixed SVG browser compatibility
2022-11-15 18:09:49 +03:00
Andrew Nicols
3e3d9e0bab
MDL-76280 editor_tiny: Disable tiny preview plugin
...
The Atto preview plugin does not support Moodle filters. This commit
disables it for now with the intent that in a future release we may
replace it with a Moodle version which applies our filters correctly.
2022-11-15 21:36:51 +08:00
Paul Holden
9509cb1442
Merge branch 'MDL-76261-master' of https://github.com/HuongNV13/moodle
2022-11-15 10:19:09 +00:00
Jun Pataleta
2c098a7ec7
MDL-76305 core: Use dir separator when assigning $CFG->tempdir
2022-11-15 16:24:52 +08:00
Andrew Nicols
a307f2d429
MDL-76306 editor_tiny: Enable Tiny by default on install
2022-11-15 13:15:09 +08:00
Jun Pataleta
d76991321d
Merge branch 'MDL-76290-master' of https://github.com/ilyatregubov/moodle
2022-11-15 11:58:19 +08:00
Huong Nguyen
eb33f57a76
MDL-76261 tiny_equation: Use the correct icon
2022-11-15 09:34:57 +07:00
Víctor Déniz
e31b25c82c
Merge branch 'MDL-76297' of https://github.com/paulholden/moodle
2022-11-14 23:57:14 +00:00
Víctor Déniz
32fd6e60a4
Merge branch 'MDL-76229-master' of https://github.com/meirzamoodle/moodle
2022-11-14 22:56:13 +00:00
Paul Holden
94818dd23f
MDL-75903 output: increase precision of primary active node matching.
...
Co-authored-by: Mikel Martín <mikel@moodle.com>
2022-11-14 17:31:26 +00:00
Sara Arjona
09f03e63ad
Merge branch 'MDL-75490-master-axe_upgrade' of https://github.com/kevpercy/moodle
2022-11-14 16:37:01 +01:00
Ilya Tregubov
ddfb080786
MDL-76290 upgradelib: Set title ealier in upgrade_noncore.
...
Fixing regression by MDL-75751 where title was set
when body already existed
2022-11-14 17:36:55 +03:00
Paul Holden
7012900d08
MDL-76039 forms: account for null values in serialize util method.
...
Co-authored-by: Marina Glancy <marina@moodle.com>
2022-11-14 14:20:52 +00:00
Paul Holden
04fda4e848
MDL-76297 tiny_media: clarify wording of "Insert media" button.
2022-11-14 12:36:14 +00:00
Paul Holden
bc7ce934b3
Merge branch 'MDL-76278-master' of https://github.com/andrewnicols/moodle
2022-11-14 12:12:38 +00:00
Huong Nguyen
5248111735
MDL-76276 tiny_h5p: Disable validation for Internal URL
2022-11-14 13:37:45 +07:00
Huong Nguyen
43718f7f7a
MDL-76279 tiny_equation: Fix issue with multiple equations
2022-11-14 13:18:33 +07:00
Andrew Nicols
1a0c3290c7
MDL-76278 tiny_media: Correct template context
2022-11-14 13:34:41 +08:00
Mathew May
57e65480a3
MDL-75837 gradebook: accessibility improvements
2022-11-14 10:19:45 +08:00
Meirza
82d491cafa
MDL-76229 core_form: Show frozen text editor in a more accessible way.
2022-11-12 18:27:09 +07:00
Sara Arjona
3b7d1a2f23
NOBUG: Fixed SVG browser compatibility
2022-11-11 15:05:55 +01:00
Mathew May
b867309051
MDL-71920 libraries: Migrate LTI lib away from pure curl
2022-11-11 12:53:24 +08:00
Mathew May
fbe1ac8e13
MDL-71920 core: update filelib opt name definition
2022-11-11 12:53:24 +08:00