Subversion Repositories wimsdev

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
17178 1097 d 12 h bpr /trunk/wims/public_html/ xhtml -> html5  
15043 1970 d 7 h obado /trunk/wims/public_html/ [bugfix/html] OEF : Replace id="answeranalysis" by class="answer_analysis" to avoid some unwanted hiding in old oef models
+ modify all "qcm.oef" models to suppress an unwanted "display:none"
 
15005 1978 d 10 h obado /trunk/wims/ [minor/css] add a "mode_popup" css class on body when wims creates a popup window, so themes can make some specifics styles
+ improve readability of Nikaia for popups (no more background color)
 
14734 2047 d 6 h obado /trunk/wims/ [CSS/js] upgrade foundation library from 6.5.3 to 6.6.1
+ improve "default" theme visitor page
+ add a text "do not click" on wims robot trap, to improve accessibility check
+ improve accessibility on Nikaia home searches (add labels for screen readers)
+ change defaults links & bg colors to improve contrast (better for accessibility)
 
14719 2051 d 4 h obado /trunk/wims/public_html/ [minor] [html/css] improve html in adm/doc module
+ Add missing "doch_transfer" icon in Font Awesome
+ Add datepickerform on doc properties
+ Make datepickerform more compatible with other js libraries (only use $ inside function)
+ remove remaining "type="text/javascript" on some js files
+ add the typo var "wims_punct_colon" to use " :" in french and ":" in other langs
+ some code formatting
 
14260 2236 d 7 h obado /trunk/wims/public_html/ [js] Add the "Accordion" Foundation Plugin. See it in "adm/class/addmodule" : now the scoring system is hidden by default but can be displayed when clicked  
13885 2360 d 6 h obado /trunk/wims/public_html/ [minor/bugfix] correct a bug in user_link causing some header links not being displayed in exam sessions since r.13836
+ add a missing icon in Font Awesome theme
 
13744 2396 d 9 h obado /trunk/wims/ [minor/html] move the meta "viewport" tag to !header instruction, so it is displayed on every wims pages
+ move wims_mathml js from body to head tag
 
13737 2398 d 10 h obado /trunk/wims/public_html/themes/ [CSS] Introduce CSS vars. (+try for oef_question)  
13725 2402 d 4 h obado /trunk/wims/public_html/ [minor/css] add a new "oef_question" style, and use it as replacement of ".question" in "select" and "classifysentence" oef models  
13570 2450 d 10 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
 
13183 2654 d 11 h obado /trunk/wims/public_html/ [minor/css] improve display when printing  
13171 2657 d 11 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  
13084 2669 d 11 h obado /trunk/wims/public_html/ [minor/css] simplify Nikaia wimstitle css  
12806 2697 d 5 h obado /trunk/wims/public_html/themes/Nikaia/ [minor/bugfix] Nikaia theme : re-enable extruder Menu broken by a wrongly commited js in r. 12801  
12801 2699 d 12 h obado /trunk/wims/public_html/ [minor/js] Now when modifying sheet infos, changing score restrictions no more submit the form : it only display or hide the available options below  
12636 2720 d 12 h obado /trunk/wims/public_html/ [minor/ergo] moves some buttons from table caption to table bottom
+ add warning to some delete buttons
+ add secondary class to some cancel button
+ add missing icons in font awesome icon theme
+ style underline on links inside caption, if there is still some (but they will be better placed on table bottom)
 
12441 2759 d 6 h obado /trunk/wims/public_html/themes/ [minor/css] improve display of dropdown menus + adds a new "foundation_menu.css", to modernise menus (now they can change color when hovering for example)  
12419 2760 d 10 h obado /trunk/wims/public_html/themes/Nikaia/ [minor/CSS] Optimisation of Nikaia theme : replace "@import" by links to allow parallels downloads + integrates all files by mkcss now that the file size limit has been removed from config.c  
12357 2769 d 4 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  
11693 3037 d 14 h obado /trunk/wims/public_html/themes/ [minor/css] Nikaia's property_fields are also more minimalists, like standard  
11192 3179 d 4 h obado /trunk/wims/public_html/ [minor/ergo] A click on the "give up" button in an oef exercice now display a modal dialog box that inform user he will lose his current work, and then ask him to confirm he really wants to giveup.  
10847 3376 d 10 h bpr /trunk/wims/public_html/themes/ [typo] delete comments in htmlheader.phtml (not escape by wims)  
10446 3399 d 12 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 )  
10290 3421 d 11 h bpr /trunk/wims/public_html/ [home] kill browser warnings by transfering the definition of class_actcolor css in var.proc  
8017 4119 d 5 h obado /trunk/wims/public_html/themes/Nikaia/ [minor/css] small update of Nikaia Theme (more accurate text shadows)  
7911 4142 d 5 h obado /trunk/wims/public_html/ [css/html] remove fieldsets in sequences, replacing with css styling. (fieldsets must only be used on input forms )  
7899 4142 d 11 h bpr /trunk/wims/public_html/ [minor/config] add configuration of exercise color in the sheet  
7836 4157 d 0 h bpr /trunk/wims/public_html/ [minor/css] add possibility to choose the colors in the activity presentation
by the teacher.
 
7671 4193 d 1 h bpr /trunk/wims/public_html/themes/ [minor/] just spaces  
7600 4211 d 12 h obado /trunk/wims/public_html/themes/Nikaia/ [minor/theme] Nikaia update (manly for menuprof)  
7557 4236 d 7 h obado /trunk/wims/ [themes/css] Multiple optimizations :
* upgrading YUI Compressor to v2.4.8, and add a symbolic link to the last available version.
* Deleting useless icon themes directories : default and Nikaia
* Now all icon.css files are minified in "icon-min.css" (run ./compile to apply changes) (gains only 1Ko, but still...)
 
7453 4257 d 6 h obado /trunk/wims/public_html/ [minor/css] styling authentication form + adds new html5 input attributes  
7429 4266 d 10 h obado /trunk/wims/public_html/themes/ [css] style for user error pages  
7245 4340 d 0 h obado /trunk/wims/public_html/themes/ [minor/css] improve style for new properties fields table less template.  
7074 4394 d 5 h obado /trunk/wims/public_html/themes/ [css/Nikaia] Huge Cleaning on Nikaia Theme  
6905 4435 d 4 h obado /trunk/wims/public_html/ [ minor / js ] Now search result are displayed with Jquery UI tabs  
6891 4439 d 5 h obado /trunk/wims/public_html/themes/Nikaia/ [minor/Nikaia] No more url("") in htmlheader, to prevent a bug un modtool...  
6757 4501 d 4 h obado /trunk/wims/public_html/themes/Nikaia/ [CSS] a better "tab" look for results tab in search  
6746 4502 d 5 h bpr /trunk/wims/public_html/themes/Nikaia/ [minor/clean]