MDL-47477 libraries: use smoothness theme for jquery ui

This commit is contained in:
Petr Skoda 2014-10-01 09:01:47 +13:00
parent 5a53b77f71
commit 366372c74e
18 changed files with 1648 additions and 4 deletions

View file

@ -6,8 +6,10 @@ Description of import of various jQuery libraries into Moodle:
2/ download jQuery UI files from http://jqueryui.com/download/all/,
delete old files and edit plugins.php
3/ run phpunit tests
3/ download all UI themes and update smoothness theme
4/ open http://127.0.0.1/lib/tests/other/jquerypage.php
4/ run phpunit tests
Petr Skoda
5/ open http://127.0.0.1/lib/tests/other/jquerypage.php
Petr Skoda