forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-72397 qbank_managecategories: Deprecate question_category_object
This also deprecates moodle_list::display_page_numbers, which was only used in question_category_object, and relied on the QUESTION_PAGE_LENGTH constant defined in question_category_object.php
- Loading branch information
1 parent
203ac05
commit 09052ec
Showing
4 changed files
with
207 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
issueNumber: MDL-72397 | ||
notes: | ||
qbank_managecategories: | ||
- message: > | ||
`qbank_managecategories\question_category_object` is now completely | ||
deprecated. Its methods have either been migrated to | ||
`qbank_managecategories\question_categories`, | ||
`core_question\category_manager`, or are no longer used at all. | ||
type: deprecated | ||
core: | ||
- message: > | ||
`moodle_list::display_page_numbers` was only used by | ||
`qbank_managecategories`, and this usage has been removed, so the method | ||
is now deprecated. This method was the only usage of the | ||
`QUESTION_PAGE_LENGTH` constant, which was defined in | ||
`question_category_object.php`, and so is also now deprecated. | ||
type: deprecated |
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
Oops, something went wrong.