mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
NOBUG: Add upgrade notes
This commit is contained in:
parent
166408a13a
commit
3a6640c461
47 changed files with 834 additions and 738 deletions
|
@ -1,6 +1,6 @@
|
|||
# core_grades (subsystem) Upgrade notes
|
||||
|
||||
## 4.5rc1
|
||||
## 4.5rc2
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -12,23 +12,23 @@
|
|||
|
||||
### Deprecated
|
||||
|
||||
- The behat step definition `behat_grade::i_confirm_in_search_within_the_gradebook_widget_exists` has been deprecated. Please use `behat_general::i_confirm_in_search_combobox_exists` instead.
|
||||
- The behat step definition `\behat_grade::i_confirm_in_search_within_the_gradebook_widget_exists()` has been deprecated. Please use `\behat_general::i_confirm_in_search_combobox_exists()` instead.
|
||||
|
||||
For more information see [MDL-80744](https://tracker.moodle.org/browse/MDL-80744)
|
||||
- The behat step definition `behat_grade::i_confirm_in_search_within_the_gradebook_widget_does_not_exist` has been deprecated. Please use `behat_general::i_confirm_in_search_combobox_does_not_exist` instead.
|
||||
- The behat step definition `\behat_grade::i_confirm_in_search_within_the_gradebook_widget_does_not_exist()` has been deprecated. Please use `\behat_general::i_confirm_in_search_combobox_does_not_exist()` instead.
|
||||
|
||||
For more information see [MDL-80744](https://tracker.moodle.org/browse/MDL-80744)
|
||||
- The behat step definition `behat_grade::i_click_on_in_search_widget` has been deprecated. Please use `behat_general::i_click_on_in_search_combobox` instead.
|
||||
- The behat step definition `\behat_grade::i_click_on_in_search_widget()` has been deprecated. Please use `\behat_general::i_click_on_in_search_combobox()` instead.
|
||||
|
||||
For more information see [MDL-80744](https://tracker.moodle.org/browse/MDL-80744)
|
||||
- The `core_grades_renderer::group_selector()` method has been deprecated. Please use `\core_course\output\actionbar\renderer` to render a `group_selector` renderable instead.
|
||||
- The `\core_grades_renderer::group_selector()` method has been deprecated. Please use `\core_course\output\actionbar\renderer` to render a `group_selector` renderable instead.
|
||||
|
||||
For more information see [MDL-80745](https://tracker.moodle.org/browse/MDL-80745)
|
||||
|
||||
### Removed
|
||||
|
||||
- The following previously deprecated Behat step helper methods have been removed and can no longer be used:
|
||||
- `behat_grade::select_in_gradebook_navigation_selector`
|
||||
- `behat_grade::select_in_gradebook_tabs`
|
||||
- `\behat_grade::select_in_gradebook_navigation_selector()`
|
||||
- `\behat_grade::select_in_gradebook_tabs()`
|
||||
|
||||
For more information see [MDL-74581](https://tracker.moodle.org/browse/MDL-74581)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# gradereport_grader Upgrade notes
|
||||
|
||||
## 4.5rc1
|
||||
## 4.5rc2
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# gradereport_singleview Upgrade notes
|
||||
|
||||
## 4.5rc1
|
||||
## 4.5rc2
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# gradereport_user Upgrade notes
|
||||
|
||||
## 4.5rc1
|
||||
## 4.5rc2
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue