Subversion Repositories wimsdev

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
18584 32 d 2 h obado /trunk/wims/public_html/ Upgrade JsXGraph to v. 1.11.1  
18248 377 d 21 h obado /trunk/wims/public_html/ [JS] Add MathLive 0.100.0 external lib.  
17733 744 d 20 h obado /trunk/wims/public_html/themes/_packages/ [Minor/js] update external packages versions  
16497 1196 d 19 h obado /trunk/wims/public_html/ [JS] Upgrade jquery-ui 1.12.1 -> 1.13.1
Tested OK on :
* Tabs : [searchform](http://localhost/wims/?cmd=new&module=home&search_keywords=oef&search_category=A&search_lang=fr#searchform)
* Menu : [H6/algebra/docnatural.fr](http://localhost/wims/?module=H6/algebra/docnatural.fr)
 
16493 1196 d 20 h obado /trunk/wims/public_html/ [js] Upgrade codemirror to 5.65.2
Tested OK on:
* H4/programming/pixelart.fr
* H4/programming/oefechpython.fr
 
15332 1771 d 0 h obado /trunk/wims/public_html/ [JS] Upgrade some external libs :
* Codemirror 5.54->5.57
* Skulpt -> 1.1.0
* TinyMCE -> 5.1.5 -> 5.4.2
* JSXGraph 0.99.7 -> 1.1.0
 
13728 2295 d 23 h obado /trunk/wims/public_html/ [minor/js] upgrade tinyMCE 5.0.1 to 5.0.3 + add the "fullscreen" plugin  
13570 2345 d 0 h obado /trunk/wims/ [JS / CSS] Replace old bower package manager by "yarn" (to automatically download externals web libraries )
+ rename the "bower_component" directory to "external" so it's clearer and more reliable
+ disable now useless js :
* safari_mobile_links
* jquery.mb.extruder
+ replace jshint by eslint in grunt scripts to verify js files
+ small css corrections
 
11388 3045 d 1 h obado /trunk/wims/public_html/themes/ [minor/css] adds a custom jquery slider pips css  
10963 3209 d 19 h obado /trunk/wims/public_html/ [js] Upgrade JSXGraph from v.0.96 (2012) to v.0.99.5 (2016) (+ add jsxgraph to bower/grunt packages so it can be automatically updated.  
10445 3294 d 2 h obado /trunk/wims/public_html/ [js] update LaTeXMathML.js and ASCIIMathML.js to v. 2.2  
9886 3460 d 18 h obado /trunk/wims/public_html/ [minor/css+js] moves bower.json in a new directory "themes/_packages", and adds "package.json" & "Gruntfile.js". see "readme.txt" for more information if you're interrested in using bower+grunt to automates downloading JS+CSS packages, merge and minifying them into their destination.  
9822 3488 d 18 h obado /trunk/wims/public_html/ [themes] adds first files for a future usage of "bower", a javascript package manager. (adds 'scripts/js/bower.json" and "public_html/themes/bower-readme.txt")