forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:mhughes2k/moodle
- Loading branch information
Showing
623 changed files
with
34,111 additions
and
24,654 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,8 @@ | ||
issueNumber: MDL-52046 | ||
notes: | ||
core_reportbuilder: | ||
- message: >- | ||
The return type of the `set_checkbox_toggleall` callback, defined by | ||
system reports, can now be null. Use if the checkbox should not be shown | ||
for the row. | ||
type: improved |
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,7 @@ | ||
issueNumber: MDL-74251 | ||
notes: | ||
theme: | ||
- message: >- | ||
Removed all references to iconhelp, icon-pre, icon-post, iconlarge, and | ||
iconsort classes | ||
type: removed |
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,5 @@ | ||
issueNumber: MDL-74843 | ||
notes: | ||
core: | ||
- message: 'Final deprecation of \core\task\manager::ensure_adhoc_task_qos()' | ||
type: removed |
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 @@ | ||
issueNumber: MDL-75022 | ||
notes: | ||
core_backup: | ||
- message: >- | ||
Final deprecation and removal of core_backup\copy\copy in | ||
backup/util/ui/classes/copy.php. Please use copy_helper from | ||
backup/util/helper/copy_helper.class.php instead. | ||
type: removed |
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,7 @@ | ||
issueNumber: MDL-78662 | ||
notes: | ||
core_question: | ||
- message: > | ||
A new utility function `format_question_fragment` has been created so | ||
that question content can filter based on filters. | ||
type: improved |
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,11 @@ | ||
issueNumber: MDL-80748 | ||
notes: | ||
core_table: | ||
- message: >+ | ||
A new `$reponsive` property (defaulting to `true`) has been added to the | ||
`core_table\flexible_table` class. | ||
This property allows you to control whether the table is rendered as a | ||
responsive table. | ||
type: improved |
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,5 @@ | ||
issueNumber: MDL-81771 | ||
notes: | ||
core_report: | ||
- message: Report has been added to subsystem components list | ||
type: improved |
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,5 @@ | ||
issueNumber: MDL-81771 | ||
notes: | ||
core_report: | ||
- message: New coursestructure output general class has been created | ||
type: improved |
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,5 @@ | ||
issueNumber: MDL-81818 | ||
notes: | ||
theme_boost: | ||
- message: 'Bootstrap .no-gutters class is no longer used, use .g-0 instead.' | ||
type: changed |
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,12 @@ | ||
issueNumber: MDL-81920 | ||
notes: | ||
core: | ||
- message: > | ||
The following classes have been moved into the `\core` namespace and now | ||
support autoloading: | ||
- `emoticon_manager` | ||
- `lang_string` | ||
type: improved |
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,29 @@ | ||
issueNumber: MDL-81960 | ||
notes: | ||
core: | ||
- message: >- | ||
The following classes have been renamed and now support autoloading. | ||
Existing classes are currently unaffected. | ||
| Old class name | New class name | | ||
| --- | --- | | ||
| `\moodle_url` | `\core\url` | | ||
| `\progress_trace` | `\core\output\progress_trace` | | ||
| `\combined_progress_trace` | `\core\output\progress_trace\combined_progress_trace` | | ||
| `\error_log_progress_trace` | `\core\output\progress_trace\error_log_progress_trace` | | ||
| `\html_list_progress_trace` | `\core\output\progress_trace\html_list_progress_trace` | | ||
| `\html_progress_trace` | `\core\output\progress_trace\html_progress_trace` | | ||
| `\null_progress_trace` | `\core\output\progress_trace\null_progress_trace` | | ||
| `\progress_trace_buffer` | `\core\output\progress_trace\progress_trace_buffer` | | ||
| `\text_progress_trace` | `\core\output\progress_trace\text_progress_trace` | | ||
type: improved |
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,7 @@ | ||
issueNumber: MDL-82160 | ||
notes: | ||
theme: | ||
- message: >- | ||
The method `\core\output\core_renderer::render_context_header` has been deprecated | ||
please use `\core\output\core_renderer::render($contextheader)` instead | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
issueNumber: MDL-82183 | ||
notes: | ||
core: | ||
- message: > | ||
The following classes are now also available in the following new | ||
locations. They will continue to work in their old locations: | ||
| Old classname | New classname | | ||
| --- | --- | | ||
| `\action_link` | `\core\output\action_link` | | ||
| `\action_menu_filler` | `\core\output\action_menu\filler` | | ||
| `\action_menu_link_primary` | `\core\output\action_menu\link_primary` | | ||
| `\action_menu_link_secondary` | `\core\output\action_menu\link_secondary` | | ||
| `\action_menu_link` | `\core\output\action_menu\link` | | ||
| `\action_menu` | `\core\output\action_menu` | | ||
| `\block_contents` | `\core_block\output\block_contents` | | ||
| `\block_move_target` | `\core_block\output\block_move_target` | | ||
| `\component_action` | `\core\output\actions\component_action` | | ||
| `\confirm_action` | `\core\output\actions\confirm_action` | | ||
| `\context_header` | `\core\output\context_header` | | ||
| `\core\output\local\action_menu\subpanel` | `\core\output\action_menu\subpanel` | | ||
| `\core_renderer_ajax` | `\core\output\core_renderer_ajax` | | ||
| `\core_renderer_cli` | `\core\output\core_renderer_cli` | | ||
| `\core_renderer_maintenance` | `\core\output\core_renderer_maintenance` | | ||
| `\core_renderer` | `\core\output\core_renderer` | | ||
| `\custom_menu_item` | `\core\output\custom_menu_item` | | ||
| `\custom_menu` | `\core\output\custom_menu` | | ||
| `\file_picker` | `\core\output\file_picker` | | ||
| `\flexible_table` | `\core_table\flexible_table` | | ||
| `\fragment_requirements_manager` | `\core\output\requirements\fragment_requirements_manager` | | ||
| `\help_icon` | `\core\output\help_icon` | | ||
| `\html_table_cell` | `\core_table\output\html_table_cell` | | ||
| `\html_table_row` | `\core_table\output\html_table_row` | | ||
| `\html_table` | `\core_table\output\html_table` | | ||
| `\html_writer` | `\core\output\html_writer` | | ||
| `\image_icon` | `\core\output\image_icon` | | ||
| `\initials_bar` | `\core\output\initials_bar` | | ||
| `\js_writer` | `\core\output\js_writer` | | ||
| `\page_requirements_manager` | `\core\output\requirements\page_requirements_manager` | | ||
| `\paging_bar` | `\core\output\paging_bar` | | ||
| `\pix_emoticon` | `\core\output\pix_emoticon` | | ||
| `\pix_icon_font` | `\core\output\pix_icon_font` | | ||
| `\pix_icon_fontawesome` | `\core\output\pix_icon_fontawesome` | | ||
| `\pix_icon` | `\core\output\pix_icon` | | ||
| `\plugin_renderer_base` | `\core\output\plugin_renderer_base` | | ||
| `\popup_action` | `\core\output\actions\popup_action` | | ||
| `\preferences_group` | `\core\output\preferences_group` | | ||
| `\preferences_groups` | `\core\output\preferences_groups` | | ||
| `\progress_bar` | `\core\output\progress_bar` | | ||
| `\renderable` | `\core\output\renderable` | | ||
| `\renderer_base` | `\core\output\renderer_base` | | ||
| `\renderer_factory_base` | `\core\output\renderer_factory\renderer_factory_base` | | ||
| `\renderer_factory` | `\core\output\renderer_factory\renderer_factory_interface` | | ||
| `\single_button` | `\core\output\single_button` | | ||
| `\single_select` | `\core\output\single_select` | | ||
| `\standard_renderer_factory` | `\core\output\renderer_factory\standard_renderer_factory` | | ||
| `\table_dataformat_export_format` | `\core_table\dataformat_export_format` | | ||
| `\table_default_export_format_parent` | `\core_table\base_export_format` | | ||
| `\table_sql` | `\core_table\sql_table` | | ||
| `\tabobject` | `\core\output\tabobject` | | ||
| `\tabtree` | `\core\output\tabtree` | | ||
| `\templatable` | `\core\output\templatable` | | ||
| `\theme_config` | `\core\output\theme_config` | | ||
| `\theme_overridden_renderer_factory` | `\core\output\renderer_factory\theme_overridden_renderer_factory` | | ||
| `\url_select` | `\core\output\url_select` | | ||
| `\user_picture` | `\core\output\user_picture` | | ||
| `\xhtml_container_stack` | `\core\output\xhtml_container_stack` | | ||
| `\YUI_config` | `\core\output\requirements\yui` | | ||
type: improved |
Oops, something went wrong.