moodle/grade/import
Shamim Rezaie 3505cb0fd2 MDL-75155 grades: Removed $exportactiveurl and $importactiveurl
The parameters $exportactiveurl and $importactiveurl are removed from
export_action_bar and import_action_bar classes. Not only passing them
were redundant and it was possible to generate them by having
$activeplugin (also passed to the mentioned class constructors), but
also we had a bug there. The value of $PAGE->url was passed as those
parameters, but $PAGE->url can sometimes include additional parameters
and as a result, its value may not match any of the available
export/import plugins.
2022-09-06 21:41:04 +10:00
..
csv MDL-75155 grades: Removed $exportactiveurl and $importactiveurl 2022-09-06 21:41:04 +10:00
direct MDL-75155 grades: Removed $exportactiveurl and $importactiveurl 2022-09-06 21:41:04 +10:00
xml MDL-75155 grades: Removed $exportactiveurl and $importactiveurl 2022-09-06 21:41:04 +10:00
grade_import_form.php MDL-50140 grade/import: Fix for misplaced CSH buttons 2015-06-03 15:44:28 +01:00
index.php MDL-72873 core_grades: Add tertiary navigation in grade import plugins 2021-12-16 00:10:13 +08:00
key.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
key_form.php MDL-40469 Gradebook: Fixed setType warning while exporting gradebook with publishing set 2013-08-01 10:31:25 +08:00
keymanager.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
lib.php MDL-73966 grade: fetch required user name fields of unenrolled users. 2022-05-17 16:03:01 +01:00