mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-51179 Atto: Extend autosave fix to cover text changes
Added new functions to editor api - set/get_text so the original form text can be determined from an editor. When calling use_editor() you should first call set_text() with the text that will be inserted in the form element. There is also a new scheduled task for cleaning Atto autosave drafts.
This commit is contained in:
parent
6f0dfdd969
commit
988592c556
15 changed files with 162 additions and 3 deletions
|
@ -3,6 +3,7 @@ information provided here is intended especially for developers.
|
|||
|
||||
=== 3.0 ===
|
||||
|
||||
* Users of the text editor API to manually create a text editor should call set_text before calling use_editor.
|
||||
* get_referer() has been deprecated, please use the get_local_referer function instead.
|
||||
* \core\progress\null is renamed to \core\progress\none for improved PHP7 compatibility as null is a reserved word (see MDL-50453).
|
||||
* \webservice_xmlrpc_client now respects proxy server settings. If your XMLRPC server is available on your local network and not via your proxy server, you may need to add it to the list of proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue