mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 20:06:46 +02:00
MDL-74778 course: Final removal of format.js
The format.js files in format weeks and format topic were deprecated since 4.0. Removing those files and code occurrences.
This commit is contained in:
parent
dd723bae71
commit
cc8d4b1358
9 changed files with 4 additions and 210 deletions
|
@ -265,16 +265,6 @@ class outputrequirementslib_test extends \advanced_testcase {
|
|||
0,
|
||||
$wwwroot . $admin . 'environment.xml'
|
||||
],
|
||||
'Course Format JS (slasharguments on)' => [
|
||||
'/course/format/topics/format.js',
|
||||
1,
|
||||
$wwwroot . '/lib/javascript.php/1/course/format/topics/format.js'
|
||||
],
|
||||
'Course Format JS (slasharguments off)' => [
|
||||
'/course/format/topics/format.js',
|
||||
0,
|
||||
$wwwroot . '/lib/javascript.php?rev=1&jsfile=%2Fcourse%2Fformat%2Ftopics%2Fformat.js'
|
||||
],
|
||||
'Data JS' => [
|
||||
'/mod/data/data.js',
|
||||
1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue