forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-30085 core_grade: added a grade web service
- Loading branch information
1 parent
ad32dda
commit d354993
Showing
6 changed files
with
974 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
This files describes API changes in /grade/*, | ||
information provided here is intended especially for developers. | ||
|
||
|
||
=== 2.7.0 === | ||
* The class core_grade_external in grade/externallib.php has been renamed to core_grading_external. | ||
grade/externallib.php is concerned with the grading API not the grades API. | ||
The change was necessary to avoid a duplicate class name with core_grade_external in lib/grade/externallib.php. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.