mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-68164-cache_pg_type' of https://github.com/brendanheywood/moodle
This commit is contained in:
commit
8b0ea8df44
6 changed files with 50 additions and 9 deletions
|
@ -85,6 +85,8 @@ information provided here is intended especially for developers.
|
|||
- question_preview_popup_params() is moved to \qbank_previewquestion\helper::question_preview_popup_params()
|
||||
Calling these functions in the question will point to the plugin, but the deprecation message will be activated in MDL-72004.
|
||||
The deprecated codes are removed from the questionlib for those two methods.
|
||||
* The postgres driver now wraps calls to pg_field_type() and caches them in databasemeta to save an invisible internal
|
||||
DB call on every request.
|
||||
|
||||
=== 3.11.2 ===
|
||||
* For security reasons, filelib has been updated so all requests now use emulated redirects.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue