- 04 Oct, 2021 1 commit
-
-
Sara Arjona authored
Apart from removing these libraries because the Flash Player was deprecated in 2017 and officially discontinued on 31 December 2020, the rtmp and useflash settings have been removed too (they make no sense anymore).
-
- 03 Oct, 2021 2 commits
-
-
Eloy Lafuente authored
-
-
- 02 Oct, 2021 4 commits
-
-
-
Eloy Lafuente authored
The step that causes the problem is: And I navigate to "Badges > Add a new badge" in current page administration (because "Add a new badge" is exactly on the edge (bottom) of the window) So we need to make the window large before it, not after it, or the "Add a new badge" link won't be ever clicked.
-
https://github.com/stronk7/moodlevictor authored
-
Eloy Lafuente authored
In general it's a bad idea to compare floats with ===, because depending of different systems precision, can come to mismatches after certain decimal position. So we replace them by: - assetIsFloat() : to verify the type. - assertEqualsWithDelta() : to compare values with some delta allowed. Also, "raw" is Oracle reserved word, so renaming to "someraw" in tests.
-
- 01 Oct, 2021 18 commits
-
-
Fix the primary active tab for my/index.php
-
Eloy Lafuente authored
- XMLDB_TYPE_FLOAT definition was incorrect, meaning no decimals for some DBs. - Avoid using reserved words in column names.
-
Andrew Nicols authored
-
Andrew Nicols authored
-
ilya authored
-
git://github.com/andrewnicols/moodlejun authored
-
-
-
-
-
-
-
-
-
-
- 30 Sep, 2021 10 commits
-
-
-
Laurent David authored
* The basic_test::assertTag method will issue a warning as $tag is not found, failing the PHP Unit test that uses this method. * Add tests to check that assertTag is working
-
-
Andrew Nicols authored
-
-
-
-
AMOS Bot authored
-
-
-
- 29 Sep, 2021 5 commits
-
-
git://github.com/bmbrands/moodleilya authored
-
Ferran Recio Calderó authored
Two new mutations are added to indicate that a section or a cm is being dragged. The logic related to refresh a section or a cm has been moved to components to simplify the code.
-
Ferran Recio Calderó authored
-
bas authored
-
bas authored
-