moodle/grade
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
..
amd MDL-73915 js: Drop support for IE and android 2022-02-23 08:55:20 +08:00
classes MDL-75155 grades: Removed $exportactiveurl and $importactiveurl 2022-09-06 21:41:04 +10:00
edit Merge branch 'MDL-71062-master' of https://github.com/sharidas/moodle 2022-07-13 11:39:08 +08:00
export MDL-75155 grades: Removed $exportactiveurl and $importactiveurl 2022-09-06 21:41:04 +10:00
grading Merge branch 'MDL-56923-master' of https://github.com/rezaies/moodle 2022-08-04 11:12:32 +08:00
import MDL-75155 grades: Removed $exportactiveurl and $importactiveurl 2022-09-06 21:41:04 +10:00
report MDL-74770 gradereport_grader: allow sorting by all user fields. 2022-08-18 15:58:11 +01:00
templates MDL-75155 grades: Use the select_menu widget 2022-09-06 13:38:28 +10:00
tests MDL-75155 grades: Use the select_menu widget 2022-09-06 13:38:28 +10:00
index.php MDL-30999 grade: updated Grade API phpdocs 2012-02-14 14:04:19 +07:00
lib.php MDL-74282 grade: omit outcomes report if outcomes aren't enabled. 2022-07-08 10:43:38 +01:00
querylib.php MDL-63422 general: review core loop / switch / case / continue 2018-10-31 00:17:59 +01:00
renderer.php MDL-72873 core_grades: Add general tertiary navigation 2021-12-16 00:10:13 +08:00
upgrade.txt MDL-75155 grades: Removed $exportactiveurl and $importactiveurl 2022-09-06 21:41:04 +10:00