weekly release 3.11.8+
[moodle.git] / lib / jquery / readme_moodle.txt
blobf2dd7eae310237177cec97160ccb81dd458eb275
1 Description of import of various jQuery libraries into Moodle:
3 1/ download jQuery JS from http://jquery.com/download/,
4    delete old files and edit plugins.php and lib/requirejs/moodle-config.js
6 2/ download jQuery UI files from http://jqueryui.com/download/all/,
7    delete old files and edit plugins.php and lib/requirejs/moodle-config.js
8    delete unnecessary files: external folder, index.html, AUTHORS.txt, package.json
10 3/ download all UI themes and update smoothness theme
12 4/ run phpunit tests
14 5/ open http://127.0.0.1/lib/tests/other/jquerypage.php
16 6/ Update the version of jquery in core_privacy\local\request\moodle_content_writer::write_html_data()
18 Petr Skoda
20 Note: jQuery.trim() function and :first pseudo-class are deprecated. We use String.prototype.trim() and .first()
21 in Moodle code instead. Please note that in third party libraries there are still usages of jQuery.trim
22 for example xhprof and jQuery UI.