2013-03-19 11:47:31 +01:00
|
|
|
Description of import of various jQuery libraries into Moodle:
|
|
|
|
|
2016-07-08 13:05:30 +08:00
|
|
|
1/ download jQuery JS from http://jquery.com/download/,
|
2015-03-20 14:05:56 +08:00
|
|
|
delete old files and edit plugins.php and lib/requirejs/moodle-config.js
|
2013-03-19 11:47:31 +01:00
|
|
|
|
|
|
|
2/ download jQuery UI files from http://jqueryui.com/download/all/,
|
2015-03-20 14:05:56 +08:00
|
|
|
delete old files and edit plugins.php and lib/requirejs/moodle-config.js
|
2016-10-04 11:16:29 +01:00
|
|
|
delete unnecessary files: external folder, index.html, AUTHORS.txt, package.json
|
2014-03-08 15:25:49 +08:00
|
|
|
|
2014-10-01 09:01:47 +13:00
|
|
|
3/ download all UI themes and update smoothness theme
|
2014-03-08 15:25:49 +08:00
|
|
|
|
2014-10-01 09:01:47 +13:00
|
|
|
4/ run phpunit tests
|
2014-03-08 15:25:49 +08:00
|
|
|
|
2014-10-01 09:01:47 +13:00
|
|
|
5/ open http://127.0.0.1/lib/tests/other/jquerypage.php
|
|
|
|
|
2018-09-14 10:22:14 +08:00
|
|
|
6/ Update the version of jquery in core_privacy\local\request\moodle_content_writer::write_html_data()
|
|
|
|
|
2014-10-01 09:01:47 +13:00
|
|
|
Petr Skoda
|