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.
Merge branch 'MDL-72921' of https://github.com/stronk7/moodle
- Loading branch information
Showing
4 changed files
with
19 additions
and
6 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
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 |
---|---|---|
@@ -1,6 +1,13 @@ | ||
This files describes API changes in core libraries and APIs, | ||
information provided here is intended especially for developers. | ||
|
||
=== 4.0 === | ||
|
||
* Function tool_generator_testplan_backend::create_users_file() now supports to pass the size of the testing plan, | ||
that needs to be equal or smaller than the size of the generated site. That's used to effectively restrict the | ||
exported number of users to the number of threads the jmeter plan will have (previously all the enrolled users | ||
were being exported, with that leading to "false" loops (users not really looping X times). | ||
|
||
=== 3.7 === | ||
|
||
* Function tool_generator_testplan_backend::get_course_options() is removed, the 'course' form element is used instead. |