Subversion Repositories wimsdev

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
15332 1782 d 12 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 2307 d 11 h obado /trunk/wims/public_html/ [minor/js] upgrade tinyMCE 5.0.1 to 5.0.3 + add the "fullscreen" plugin  
13570 2356 d 12 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 3056 d 13 h obado /trunk/wims/public_html/themes/ [minor/css] adds a custom jquery slider pips css  
10963 3221 d 7 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 3305 d 14 h obado /trunk/wims/public_html/ [js] update LaTeXMathML.js and ASCIIMathML.js to v. 2.2  
9886 3472 d 5 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 3500 d 6 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")