- 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).
-
- 29 Sep, 2021 1 commit
-
-
bas authored
-
- 17 Sep, 2021 1 commit
-
-
Sara Arjona authored
The Flash Player was deprecated in 2017 and officially discontinued on 31 December 2020, so media_swf player has been completely removed from Moodle core.
-
- 18 Jun, 2021 1 commit
-
-
Andrew Nicols authored
-
- 26 May, 2021 1 commit
-
-
Andrew Nicols authored
The legacy M.core.event.FILTER_CONTENT_UPDATED event has been replaced with a new core_filter/events::filterContentUpdated native DOM event. The new event can be triggered using the `notifyFilterContentUpdated` function, and by providing with an Array containing the HTMLElements that were updated, for example: ``` import {notifyFilterContentUpdated} from 'core_filter/events'; const someHandler = e => { // ... const nodeList = Array.from(document.querySelectorAll('div')); notifyFilterContentUpdated(nodeList); }; ``` The new event can be listened to at any point in the DOM using the following syntax: ``` import {eventTypes} from 'core_filter/events'; const handler = e => { // The list of HTMLElements in an Array. e.detail.nodes; }; document.addEventListener(eventTypes.filterContentUpdated, handler); ``` A backward-compatabibility layer is included to ensure that any legacy YUI event listener, or jQuery event listener are still called with the same arguments. This legacy bridges will be removed after Moodle 4.3.
-
- 12 May, 2021 1 commit
-
-
Eloy Lafuente authored
It seems that the new phpcs3 checker is now controlling those line comments that previously were ignored. This commit just looks for all the cases and bulk-add them when needed. The bash script (mac) used to add all them is: while read -r line; do arr=(${line//:/ }) if [[ -n ${arr[0]} ]] && [[ -n ${arr[1]} ]]; then echo " file ${arr[0]}, line ${arr[1]}" sed -i "${arr[1]}s/\$/\./" ${arr[0]} fi done < <(find . -name version.php | xargs ag --nomultiline '>(version|requires) *=.*//.*[^;\.]$')
-
- 22 Mar, 2021 1 commit
-
-
David Mudrák authored
-
- 16 Mar, 2021 1 commit
-
-
Paul Holden authored
Hotkeys were enabled by default, except fullscreen (hotkey "f").
-
- 12 Mar, 2021 2 commits
-
-
Eloy Lafuente authored
I've gone over a few of the mofified files (those which were showing warnings and errors to CiBoT. Some of them have been fixed completely, while others only have fixed for the lines belonging to this issue (lib/tests/moodlelib_test.php) for example.
-
Eloy Lafuente authored
In PHPUnit 9.1, the following regexp-related assertions have been deprecated and there are new alternatives for all them: - assertRegExp() -> assertMatchesRegularExpression() - assertNotRegExp() -> assertDoesNotMatchRegularExpression() This is about to, simply, move all cases to the new alternatives. Source: https://github.com/sebastianbergmann/phpunit/blob/9.1.0/ChangeLog-9.1.md Regexp to find all them: ag 'assertRegExp|assertNotRegExp' -li
-
- 15 Jan, 2021 4 commits
-
-
Paul Holden authored
-
Paul Holden authored
When current language doesn't have accompanying videojs language file we should fallback to displaying the player in English, otherwise the web service returns empty and a Javascript exception is triggered.
-
Sara Arjona authored
-
Sara Arjona authored
-
- 23 Dec, 2020 1 commit
-
-
Ferran Recio Calderó authored
-
- 21 Oct, 2020 2 commits
-
-
Eloy Lafuente authored
Both assertContains() and assertNotContains() are deprecated in PHPUnit 8 for operations on strings. Also the optional case parameter is. All uses must be changed to one of: - assertStringContainsString() - assertStringContainsStringIgnoringCase() - assertStringNotContainsString() - assertStringNotContainsStringIgnoringCase() More info: https://github.com/sebastianbergmann/phpunit/issues/3422 Regexp to find all uses: ag 'assert(Not)?Contains\('
-
Eloy Lafuente authored
All the setup/teardown/pre/post/conditions template methods now are required to return void. This was warned with phpunit 7 and now is enforced. At the same time, fix a few wrong function names, provider data and param types, return statements...
-
- 09 Sep, 2020 2 commits
-
-
Andrew Nicols authored
-
Andrew Nicols authored
-
- 04 Sep, 2020 3 commits
-
-
Shamim Rezaie authored
-
Shamim Rezaie authored
-
Shamim Rezaie authored
-
- 18 Aug, 2020 1 commit
-
-
Eloy Lafuente authored
version = 2021052500 release version requires= 2021052500 same than version Why 20210525? (25th May 2021) ? Because master is going to be Moodle 4.0, to be released on November 2021. And, until then, we are going to have a couple of "intermediate" releases: - Moodle 3.10 to be released 9th November 2020. (2020110900) This version will be using versions from today to 2020110900 (once it's released the YYYYMMDD part stops advancing). - Moodle 3.11 to be released 10th May 2021. (2021051000) This version will be using versions from 3.10 release to 2021051000 (once it's released the YYYYMMDD part stops advancing). That means that all versions from today to 2021051000 are going to be used by those 2 "intermediate" releases (3.10 and 3.11). And we cannot use them in master, because it's forbidden to have any overlapping of versions between branches (or different upgrade paths will fail). So, get that 2021051000, let's add it a couple o...
-
- 17 Aug, 2020 1 commit
-
-
Eloy Lafuente authored
version = 2021052500 release version requires= 2021052500 same than version Why 20210525? (25th May 2021) ? Because master is going to be Moodle 4.0, to be released on November 2021. And, until then, we are going to have a couple of "intermediate" releases: - Moodle 3.10 to be released 9th November 2020. (2020110900) This version will be using versions from today to 2020110900 (once it's released the YYYYMMDD part stops advancing). - Moodle 3.11 to be released 10th May 2021. (2021051000) This version will be using versions from 3.10 release to 2021051000 (once it's released the YYYYMMDD part stops advancing). That means that all versions from today to 2021051000 are going to be used by those 2 "intermediate" releases (3.10 and 3.11). And we cannot use them in mater, because it's forbidden to have any overlapping of versions between branches (or different upgrade paths will fail). So, get that 2021051000, let's add it a couple of weeks to cover the on-sync period (or a 2 weeks delay max!) and, the first version that master can "own" in exclusive (without any overlap) is, exactly, 25th May 2021, hence our 20210525.
-
- 09 Jun, 2020 1 commit
-
-
Eloy Lafuente authored
version = 2020061500 release version requires= 2020060900 current rc1 (week7roll1) version
-
- 11 May, 2020 1 commit
-
-
Andrew Nicols authored
This change includes a build to fix all minified file changes in Moodle as a result of upgrades to our build process.
-
- 08 May, 2020 2 commits
-
-
Eloy Lafuente authored
-
Eloy Lafuente authored
-
- 06 May, 2020 2 commits
-
-
Mihail Geshoski authored
-
Mihail Geshoski authored
Upgrade VideoJS (7.7.6), Youtube Playback for VideoJS (2.6.1), Flash Tech for VideoJS (2.2.1), Flash Player for VideoJS (5.4.2)
-
- 24 Apr, 2020 1 commit
-
-
Mihail Geshoski authored
-
- 21 Apr, 2020 1 commit
-
-
- 13 Nov, 2019 1 commit
-
-
Eloy Lafuente authored
version = 2019111800 release version requires= 2019111200 current beta (week7roll1) version
-
- 31 Oct, 2019 1 commit
-
-
Revert "Merge branch 'MDL-66982_master' of https://github.com/nadavkav/moodle" This reverts commit 7ddf5ab7, reversing changes made to 32b625b6.
-
- 23 Oct, 2019 1 commit
-
-
Nadav Kavalerchik authored
-
- 18 Oct, 2019 2 commits
-
-
Ruslan Kabalin authored
This is to verify that all files of html_video mime type extensions are passing list_supported_urls method correctly.
-
Ruslan Kabalin authored
This is to verify that all files of html_audio mime type extensions are passing list_supported_urls method correctly.
-
- 04 Oct, 2019 2 commits
-
-
Eloy Lafuente authored
-
Eloy Lafuente authored
-
- 27 Sep, 2019 1 commit
-
-
Ruslan Kabalin authored
-