Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/monara/public_html/test.athavaneng.com/themes.php on line 99

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 226

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 227

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 228

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 229

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 230

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 231
Description of TinyMCE library integration in Moodle ========================================================================================= Copyright: (c) 2004-2012, Moxiecode Systems AB, All rights reserved. License: GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Moodle maintainer: Petr Skoda (skodak) ========================================================================================= Upgrade procedure: 1/ extract standard TinyMCE package into lib/editor/tinymce/tiny_mce/x.y.z/ 2/ bump up editor version in lib.php to match the directory name x.y.z 3/ bump up main version.php 4/ update ./thirdpartylibs.xml 5/ execute cli/update_lang_files.php and review changes in lang/en/editor_tinymce.php Changes: - MDL-62381 - Icon sizing is being overwritten on images. - lib/editor/tinymce/tiny_mce/3.5.11/plugins/fullscreen/editor_plugin_src.js:31-33 - Added checks to see if required functions exist. After these changes you need to use uglifier to compress the js into lib/editor/tinymce/tiny_mce/3.5.11/plugins/fullscreen/editor_plugin.js (I used "uglifyjs editor_plugin_src.js -c -m -v -o editor_plugin.js") - lib/editor/tinymce/tiny_mce/3.5.11/themes/advanced/skins/moodle/content.css:54-57 and lib/editor/tinymce/tiny_mce/3.5.11/themes/advanced/skins/moodle/dialog.css:119 - Added styles to let SVG icons have 16px height and 16px width. Copy the moodle skin to the new version: lib/editor/tinymce/tiny_mce/3.5.10/theme/advanced/skins/moodle/ TODO: * create some new automated script that sends other languages from upstream into AMOS