Shamiso.Jaravaza
d79acfdd59
MDL-82389 mod_bigbluebuttonbn: Fix disablenotes
2024-09-11 09:34:34 -06:00
Shamiso.Jaravaza
f354ba61e6
MDL-80225 mod_bigbluebuttonbn: Fix missing recordings
2024-08-21 21:02:54 -06:00
Sara Arjona
6d4ea3f3c2
Merge branch 'MDL-80625-404' of https://github.com/ssj365/moodle into MOODLE_404_STABLE
2024-06-26 12:14:56 +02:00
Huong Nguyen
1975be2909
Merge branch 'MDL-80061-404' of https://github.com/ssj365/moodle into MOODLE_404_STABLE
2024-06-25 09:07:21 +07:00
Shamiso.Jaravaza
7fae6efbd8
MDL-80061 mod_bigbluebuttonbn: Change filter field
...
* Change dismissed recording time filter from timecreated to timemodified
2024-06-12 13:52:05 -06:00
Eloy Lafuente (stronk7)
091b458c52
MDL-81522 phpunit: Add missing void return type to all tests #2
...
This commit includes more changes, all them also adding the :void
return type to unit tests missing them.
The difference is that all these changes, while also detected
perfectly by the moodle.PHPUnit.TestReturnType sniff, were not
auto-fixed (like the previous commit ones), because all them
do include some "return" statement and, for safety, we don't
fix them.
All the cases have been visually inspected and confirmed that
the existing "return" statements always belong to anon
functions within the test body and not the test own return statement.
2024-06-11 12:18:05 +02:00
Eloy Lafuente (stronk7)
1093256560
MDL-81522 phpunit: Add missing void return type to all tests
...
While this change is not 100% required now, it's good habit
and we are checking for it since Moodle 4.4.
All the changes in this commit have been applied automatically
using the moodle.PHPUnit.TestReturnType sniff and are, exclusively
adding the ": void" return types when missing.
2024-06-11 12:18:04 +02:00
Shamiso.Jaravaza
84a3e73aa0
MDL-80625 mod_bigbluebuttonbn: Fix param name
2024-06-10 10:13:35 -06:00
Paul Holden
500cec5757
MDL-81778 mod_bigbluebuttonbn: access checks when getting meeting URL.
2024-06-06 22:06:26 +08:00
Helen Foster
b12afc89e4
MDL-81982 lang: Import fixed English strings (en_fix)
2024-06-05 10:25:06 +08:00
Arnaud Trouvé
fcfcdd6508
MDL-82015 mod_bigbluebuttonbn: Fix date formatting during import
2024-05-28 15:24:26 +02:00
Paul Holden
b65b4892ae
MDL-81621 mod_bigbluebuttonbn: remove reflection setAccessible call.
...
See 361dfe8145 for context.
2024-04-29 09:21:19 +01:00
Jun Pataleta
8b976e77ce
MDL-81616 upgrade: add the 4.4.0 separation line to all upgrade scripts
2024-04-23 15:24:02 +10:00
Jun Pataleta
a180dba314
MDL-81549 versions: bump all versions and requires near release
2024-04-17 00:03:29 +08:00
Huong Nguyen
3ec5b464d2
Merge branch 'MDL-81362-master' of https://github.com/ssj365/moodle
2024-04-11 12:49:32 +08:00
Shamiso.Jaravaza
b4f9582938
MDL-81362 mod_bigbluebuttonbn: Fix content type
2024-04-10 12:12:00 -06:00
Huong Nguyen
ca449af186
Merge branch 'MDL-81351-main-enfix' of https://github.com/mudrd8mz/moodle
2024-04-10 13:54:56 +07:00
Huong Nguyen
70f85b92e3
MDL-4188 mod_bigbluebuttonbn: Modify PHPUnit to use the new sink method
2024-04-04 20:13:47 +07:00
David Mudrák
eecbf7b18b
MDL-81351 lang: Use the fixed strings in the tests, too
2024-03-28 10:19:40 +01:00
Huong Nguyen
1320a2a397
Merge branch 'main_MDL-81172' of https://github.com/mattporritt/moodle
2024-03-28 11:46:51 +07:00
Ilya Tregubov
5180272bd5
Merge branch 'mdl80598-master' of https://github.com/matthewhilton/moodle
2024-03-28 09:05:53 +08:00
Helen Foster
dccc91f4bc
MDL-81351 lang: Import fixed English strings (en_fix)
2024-03-26 23:13:15 +01:00
Matthew Hilton
4f35a3d73b
MDL-80598 bigbluebutton: Gracefully handle invalid customdata
2024-03-26 11:38:47 +10:00
Shamiso.Jaravaza
b88cf030a3
MDL-79239 mod_bigbluebuttonbn: Server cred warning
...
* Added warning messages about credentials
* Activity still accessible when using test-moodle/test-install
2024-03-20 08:51:30 -06:00
Shamiso.Jaravaza
4a1544cfdc
MDL-79239 mod_bigbluebuttonbn: Remove DPA
...
* Removed dpa
* Plugin remains disabled by default
2024-03-18 10:53:15 -06:00
Matt Porritt
5d74f366a0
MDL-81172 Backup: Async Backup on by default from install
...
Enable asynchronous backup and restore on new site install.
Existing behaviour is not changed for sites being upgraded.
Behat tests have been set to use synchronous mode.
2024-03-18 12:01:50 +11:00
Huong Nguyen
6ebe7d9efb
Merge branch 'MDL-76805-main' of https://github.com/lameze/moodle
2024-03-12 10:32:09 +07:00
Shamiso.Jaravaza
0c376f04da
MDL-76805 mod_bigbluebuttonbn: Fix up behat tests
2024-03-12 10:57:03 +08:00
Eloy Lafuente (stronk7)
361dfe8145
MDL-75952 general: Since php81, refection->setAccessible() is no-op
...
Refereces:
- https://wiki.php.net/rfc/make-reflection-setaccessible-no-op
- https://www.php.net/manual/en/reflectionproperty.setaccessible.php
- https://www.php.net/manual/en/reflectionmethod.setaccessible.php
As of PHP 8.1.0, calling this method has no effect; all methods are
invokable by default. So, let's remove all uses from core, they are
no-op.
2024-03-10 21:15:00 +01:00
Jun Pataleta
3278ce7aba
Merge branch 'MDL-65292' of https://github.com/stronk7/moodle
2024-03-08 08:00:41 +08:00
Andrew Nicols
44e6d7d9e0
Merge branch 'MDL-79750' of https://github.com/ssj365/moodle
2024-03-06 23:26:45 +08:00
Shamiso.Jaravaza
586d48f3a5
MDL-79750 mod_bigbluebuttonbn: set SHA256 checksum
2024-03-06 00:50:42 -07:00
Mikel Martín
d0d62fd06c
MDL-75670 theme: Refactor form-inline helper class dropped in BS5
...
- Replace .form-inline Bootstrap helper class with .d-flex.flex-wrap.align-items-center
- Refactor .form-inline occurrences in SCSS files or remove when unneeded
2024-02-29 13:56:46 +01:00
Eloy Lafuente (stronk7)
ba1f804ffa
MDL-65292 style: Fix all function declarations white space
...
This has been generated running the following Sniffs, all
them part of the Moodle's CodeSniffer standard:
- PSR12.Functions.ReturnTypeDeclaration
- PSR12.Functions.NullableTypeDeclaration
- moodle.Methods.MethodDeclarationSpacing
- Squiz.Whitespace.ScopeKeywordSpacing
All them are, exclusively, about correct spacing, so the changes
are, all them, only white space changes.
Only exceptions to the above are 3 changes what were setting the
return type in a new line, and, when that happens, the closing
parenthesis (bracket) has to go to the same line than the colon.
2024-02-28 23:33:26 +01:00
Huong Nguyen
3d36a37499
NOBUG: Fixed SVG browser compatibility
2024-02-23 08:37:37 +07:00
Sara Arjona
8cdd62ca88
MDL-78284 theme: Add new interactive content and update styles
2024-02-15 17:49:43 +01:00
Sara Arjona
76474b6c59
MDL-78284 mod: Add new _is_branded() function
...
There is a new callback, <modname>_is_branded, which, by default,
returns false. It needs to be implemented by modules that want their
logo to be displayed as it is (so without applying any filter to
colour them based on their main purpose).
2024-02-15 17:49:42 +01:00
Sara Arjona
10f8e19f40
MDL-78284 mod: Replace activity icons with the new SVGs
...
The old monocromo.png activity icon files have been removed and
replaced with the new SVG files created by the UX team.
Special thanks to Sabina Abellán! :-)
2024-02-15 17:49:41 +01:00
Paul Holden
d519d7b8b7
MDL-80869 mod_bigbluebuttonbn: ensure test retrieves expected record.
2024-02-08 13:21:44 +00:00
Huong Nguyen
a9e293cac9
Merge branch 'MDL-80289-main' of https://github.com/call-learning/moodle
2024-02-01 08:55:09 +07:00
Ferran Recio
f4adbc8a11
MDL-79029 behat: replace deprecated behat steps
2024-01-22 11:12:28 +01:00
Laurent David
f0e5726c44
MDL-80289 mod_bigbluebutton: Fix retrieval of meeting via meetingid
2024-01-05 11:14:46 +01:00
Ilya Tregubov
37737a92d6
Merge branch 'MDL-79890-master' of https://github.com/andrewnicols/moodle
2023-11-30 10:44:35 +08:00
Sara Arjona
75d75c36ca
Merge branch 'MDL-79537' of https://github.com/ssj365/moodle
2023-11-29 13:28:51 +01:00
Shamiso.Jaravaza
660f9c13ef
MDL-79148 mod_bigbluebuttonbn: fix recording link
2023-11-27 23:56:16 -07:00
Andrew Nicols
525212f2d2
MDL-78496 core: Address phpcs issues with upgrade.php files
2023-11-19 21:20:53 +08:00
Andrew Nicols
545b36cd4a
MDL-78496 upgrade: remove all the < 4.1.0 upgrade steps
...
Also includes an upgrade step to prevent upgrading from any
version < 2021112802 (v4.1.0) as anti-cheating measure.
2023-11-17 23:25:36 +08:00
Shamiso.Jaravaza
7d9e53bf8f
MDL-79537 mod_bigbluebuttonbn: remove size hint
2023-11-16 11:36:30 -07:00
Huong Nguyen
3aa5c60399
Merge branch 'MDL-79714-master' of https://github.com/meirzamoodle/moodle
2023-11-16 10:55:22 +07:00
Sara Arjona
ef7bf5a8cd
Merge branch 'MDL-79956-master' of https://github.com/ssj365/moodle
2023-11-15 13:31:38 +01:00