Subversion Repositories wimsdev

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
13570 2355 d 15 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
 
13563 2369 d 14 h obado /trunk/wims/public_html/scripts/js/ [minor/js] update some 3rd party librairies :
* update ASCIIMathML to its last version (02/12/18)
* update normalize.css v8.0.0 -> v8.0.1
 
13171 2562 d 16 h obado /trunk/wims/public_html/ [Nikaia theme] replace the extruder menumodubox style, by a slideout one. allowing to keep it's open or closed state, and with a "closed state" still showing some menu contents  
12357 2674 d 9 h obado /trunk/wims/ [css] Improves all links in Wims, with a more up-to-date style (no more underline), and the link hover color is added in config.c  
11728 2933 d 15 h obado /trunk/wims/public_html/scripts/js/bower_components/jquery-ui/ui/ [js] adds translations variables for jquery UI datepicker  
11692 2942 d 19 h obado /trunk/wims/public_html/scripts/js/bower_components/ [minor/css] upgrade "normalize.css" from v5.0 to v7.0  
11393 3054 d 16 h bpr /trunk/wims/public_html/scripts/js/bower_components/jquery-ui-slider-pips/ [jsquery] add pips  
11389 3055 d 13 h bpr /trunk/wims/public_html/scripts/js/bower_components/ [jquery] update jquery + add jquery slider pip  
11178 3087 d 12 h obado /trunk/wims/public_html/scripts/js/bower_components/ [minor/CSS] updates normalize.css from v4.0.0 to v5.0.0 (October 3, 2016)  
10882 3274 d 16 h obado /trunk/wims/public_html/ [js] Upgrade Jquery to v. 3.1.0 and jquery-ui to v. 1.12.0  
10726 3293 d 3 h obado /trunk/wims/public_html/ [scripts/js] Adds a new "Charts.js" library, which can dynamically displays charts in HTML 5. You can see an sample at http://localhost/wims/wims.cgi?lang=fr&cmd=new&+special_parm=module_updates&module=adm/stat/stat#lang_list (Work in progress for this stat module)  
10513 3301 d 20 h obado /trunk/wims/public_html/scripts/js/bower_components/ [minor/css bugfix] corrects a bug in normalize.css 4.0.0 causing select multiple overflows on Chrome  
10474 3303 d 11 h obado /trunk/wims/public_html/scripts/js/bower_components/what-input/ [js] adds "what_input" library : A global utility for tracking the current input method (mouse/pointer, keyboard or touch).  
10463 3303 d 20 h obado /trunk/wims/public_html/ [js] move back jquery library from 3.0.0 to 2.2.4, to corrects a bug included in their last version (.getClientRects() is not a function), causing some box not being displayed at their good place.  
10451 3304 d 15 h obado /trunk/wims/public_html/ [html] moves "normalize.css" and "mbExtruder" to directory "bower_components" (+ update mbExtruder)  
10446 3304 d 17 h obado /trunk/wims/public_html/ [js] Moves "jquery" & "jquery ui to a new folder "scripts/js/bower_components" : this folder must not be edited manually : all its content will be updated automatically (by bower+grunt, see in themes/_packages/readme.md )