Sara Arjona
ae18f35f27
Merge branch 'MDL-75627_master_v2' of https://github.com/sbourget/moodle
2022-11-17 17:22:23 +01:00
Sara Arjona
d52edc5c0d
Merge branch 'MDL-75479-master' of https://github.com/junpataleta/moodle
2022-11-17 17:14:34 +01:00
Paul Holden
7c79ff41b0
Merge branch 'MDL-75569-master' of https://github.com/justusdieckmann/moodle
2022-11-17 14:35:01 +00:00
Paul Holden
d47129d4a9
Merge branch 'MDL-76331-master' of https://github.com/andrewnicols/moodle
2022-11-17 14:19:39 +00:00
Jun Pataleta
9cf92be84d
MDL-75479 auth_cas: Pass base service URL for the CAS client
...
Since phpCAS v1.6.0, a required base service URL parameterneeds to be
passed to phpCAS::client(). This is basically the protocol, hostname,
and port number (optional) of the site connecting to the CAS server
in order for it to perform service URL discovery.
2022-11-17 22:10:35 +08: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
Sara Arjona
78a1791e24
Merge branch 'MDL-75567-master' of https://github.com/justusdieckmann/moodle
2022-11-17 13:06:28 +01:00
Víctor Déniz
dd1c227c8d
Merge branch 'MDL-73804-make-category-filter-context' of https://github.com/Peterburnett/moodle
2022-11-17 11:54:26 +00:00
Paul Holden
9f2e508ccb
Merge branch 'MDL-75665_master' of https://github.com/tasosb/moodle
2022-11-17 11:41:54 +00:00
David Mudrák
5e2e7562b6
MDL-76105 lang: Use fixed strings in tests, too.
2022-11-17 10:37:45 +00:00
Helen Foster
ae2f8cfa67
MDL-76105 lang: Import fixed English strings (en_fix)
2022-11-17 09:44:35 +00:00
Jun Pataleta
0cdfceb0f7
MDL-75479 auth_cas: Bump thirdpartylibs version to 1.6.0
2022-11-17 17:16:55 +08:00
Jun Pataleta
d2bcdfea0e
MDL-75479 auth_cas: Update phpCAS to v1.6.0
2022-11-17 17:16:55 +08:00
David Woloszyn
f1b39db4f0
MDL-75479 lib: Set Moodle files after phpCAS upgrade
2022-11-17 16:13:35 +08:00
David Woloszyn
86a3735220
MDL-75479 lib: Upgrade phpCAS to 1.5.0
2022-11-17 16:13:35 +08:00
Ilya Tregubov
c5da3db0ae
Merge branch 'MDL-76305-master' of https://github.com/junpataleta/moodle
2022-11-17 10:34:13 +03:00
Jun Pataleta
57aa434dd0
Merge branch 'MDL-76328' of https://github.com/paulholden/moodle
2022-11-17 15:32:10 +08:00
Jun Pataleta
8628484363
Merge branch 'MDL-76310' of https://github.com/paulholden/moodle
2022-11-17 14:39:51 +08: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
Andrew Nicols
c2b1f446a1
Merge branch 'MDL-75651' of https://github.com/paulholden/moodle
2022-11-17 10:06:41 +08:00
Andrew Nicols
496ab5db7d
Merge branch 'MDL-76083-master' of https://github.com/aanabit/moodle
2022-11-17 09:59:16 +08:00
Laurent David
c233f2e2fa
MDL-76332 mod_bigbluebuttonbn: Fix JS exception, recording only room
...
* The room updater should only run on room that have the join button
2022-11-16 18:09:04 +01:00
Paul Holden
e7bec29c95
Merge branch 'MDL-73078-master' of https://github.com/lucaboesch/moodle
2022-11-16 16:36:56 +00:00
Paul Holden
5ef2063330
Merge branch 'MDL-76271-master' of https://github.com/davewoloszyn/moodle
2022-11-16 16:25:02 +00:00
Marina Glancy
0fc4914e40
MDL-76334 libraries: upgraded phpxmlrpc to 4.8.1
2022-11-16 17:02:42 +01:00
Marina Glancy
55b9fa4b32
MDL-76333 calendar: add test for calendar export
2022-11-16 16:51:19 +01:00
Marina Glancy
47d3e4217b
MDL-76333 libraries: patch Bennu library for PHP 8.1 compatibility
2022-11-16 16:51:00 +01:00
Amaia Anabitarte
5f6d35e471
MDL-76083 mod_data: Fix preset importer to remove existing fields.
...
* We should delete fields that have not been marked as to preserve.
Co-authored by: Laurent David <laurent.david@moodle.com>
2022-11-16 16:23:42 +01:00
Sara Arjona
273e9a4447
Merge branch 'MDL-75380' of https://github.com/AnupamaSarjoshi/moodle
2022-11-16 16:23:39 +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
Paul Holden
bf96c78a43
MDL-76328 course: ensure activity chooser search takes full height.
2022-11-16 11:33:55 +00: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
Jun Pataleta
38fcf6acff
Merge branch 'MDL-75415-master' of https://github.com/ssj365/moodle
2022-11-16 17:51:45 +08:00
Jun Pataleta
8db40f9d0d
Merge branch 'MDL-74558-master' of https://github.com/ssj365/moodle
2022-11-16 17:51:24 +08:00
Sara Arjona
8e535a2346
Merge branch 'MDL-75492-master' of https://github.com/aanabit/moodle
2022-11-16 10:30:47 +01:00
Shamim Rezaie
8c4cf28dd4
Merge branch 'MDL-76322' of https://github.com/paulholden/moodle
2022-11-16 20:17:45 +11:00
Jake Dallimore
432b98c478
Merge branch 'MDL-76220-master' of https://github.com/ferranrecio/moodle
2022-11-16 16:33:38 +08:00
Amaia Anabitarte
1c968103b7
MDL-75492 mod_data: Remove redirection messages on preset apply process
2022-11-16 09:08:26 +01:00
Amaia Anabitarte
9b343752e2
MDL-75492 mod_data: Cosmetic changes on mapping page
2022-11-16 09:08:26 +01:00
Amaia Anabitarte
81b761bab0
MDL-75492 mod_data: Show mapping dialog
2022-11-16 09:08:26 +01:00
Amaia Anabitarte
b755cfa544
MDL-75492 mod_data: Refactor code to get available importing information
2022-11-16 09:08:26 +01:00
Jake Dallimore
b3e159b8bd
Merge branch 'MDL-76280-master' of https://github.com/andrewnicols/moodle
2022-11-16 13:29:14 +08:00
Jun Pataleta
9a6df89f7c
Merge branch 'MDL-75365-master' of https://github.com/andrewnicols/moodle
2022-11-16 12:38:14 +08:00