Subversion Repositories wimsdev

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
18686 12 d 6 h obado /trunk/wims/public_html/themes/_css/ minor code formatting on utilities.css  
/trunk/wims/public_html/themes/_css/utilities.css
18685 12 d 22 h obado /trunk/wims/public_html/themes/ minor accessibility fixes :
* remove duplicated alt & title on language selector
* increase font size of .smaller class to prevent text too small to be readable
 
/trunk/wims/public_html/themes/_css/utilities.css
/trunk/wims/public_html/themes/_widgets/language_selector.phtml
17902 675 d 19 h bpr /trunk/wims/public_html/themes/_css/ [help]  
/trunk/wims/public_html/themes/_css/utilities.css
16852 1216 d 1 h bpr /trunk/wims/public_html/themes/_css/ [utilities] replace @ by acrobat in the help (if not, bad interpretation in the help)  
/trunk/wims/public_html/themes/_css/utilities.css
16842 1217 d 5 h obado /trunk/wims/public_html/ [minor/jsxgraph] do not put jsxgraph in "inline" mode after oef response.
+ jsxgraph border color now apply oef_ind colors after reply
 
/trunk/wims/public_html/scripts/oef/embed.phtml
/trunk/wims/public_html/themes/_css/oef.css
/trunk/wims/public_html/themes/_css/utilities.css
16676 1263 d 4 h bpr /trunk/wims/public_html/themes/_css/ [css] transfer wims_scrollable in utilities to be listed in createxo help  
/trunk/wims/public_html/themes/_css/utilities.css
/trunk/wims/public_html/themes/_css/utilities2.css
16654 1266 d 5 h obado /trunk/wims/public_html/ [minor/reactiondraw] Add a "wims_scrollable" css class and use it on all reactiondraw slib calls  
/trunk/wims/public_html/modules/tool/directexec/main.phtml
/trunk/wims/public_html/scripts/slib/chemistry/reactiondraw
/trunk/wims/public_html/themes/_css/utilities.css
/trunk/wims/public_html/themes/_css/utilities2.css
16578 1286 d 4 h obado /trunk/wims/public_html/themes/_css/ [minor/css] update .jxgbox style to be centered in wims_form  
/trunk/wims/public_html/themes/_css/utilities.css
16235 1383 d 0 h bpr /trunk/wims/public_html/themes/_css/ [minor]  
/trunk/wims/public_html/themes/_css/utilities.css
15955 1574 d 5 h bpr /trunk/wims/public_html/themes/_css/ [doc css] move feedback from oef.css to utilities.css (so appear in the oef documentation)  
/trunk/wims/public_html/themes/_css/oef.css
/trunk/wims/public_html/themes/_css/utilities.css
15692 1721 d 5 h reyssat /trunk/wims/public_html/ [translation english]  
/trunk/wims/public_html/scripts/help/anstype/numeric.phtml
/trunk/wims/public_html/scripts/oef/de/intronames
/trunk/wims/public_html/scripts/oef/en/answer.phtml
/trunk/wims/public_html/scripts/oef/en/intronames
/trunk/wims/public_html/scripts/oef/si/intronames
/trunk/wims/public_html/themes/_css/utilities.css
15685 1730 d 0 h obado /trunk/wims/public_html/themes/_css/ [minor/css] Finally removes .table-scroll from utilities.css, as it could be confusing with "unbreakable" to users.  
/trunk/wims/public_html/themes/_css/utilities.css
15683 1730 d 2 h obado /trunk/wims/ [minor/CSS] Replace unused wims_scroll by table_scroll
+ add it in utilities.css to let users know they can use it.
 
/trunk/wims/public_html/themes/_css/utilities.css
/trunk/wims/src/Changelog
15668 1739 d 22 h obado /trunk/wims/public_html/ [CSS] Correct the bug causing matrixhtml inside "wimscenter" not being centered.
+ remove the option "scroll" in matrixhtml as it is useless now.
 
/trunk/wims/public_html/scripts/help/ca/slib/text/matrixhtml
/trunk/wims/public_html/scripts/help/en/slib/text/matrixhtml
/trunk/wims/public_html/scripts/help/fr/slib/text/matrixhtml
/trunk/wims/public_html/scripts/slib/text/matrixhtml
/trunk/wims/public_html/themes/_css/utilities.css
15620 1757 d 20 h bpr /trunk/wims/public_html/themes/_css/ [css] add wims_scroll (?)  
/trunk/wims/public_html/themes/_css/utilities.css
15593 1768 d 4 h bpr /trunk/wims/public_html/themes/_css/ [typo]  
/trunk/wims/public_html/themes/_css/utilities.css
15146 1953 d 22 h obado /trunk/wims/public_html/ [OEF] Embed now use the "presentgood" var, to display less answer status (good/bad) information when teacher choose not to display good answer.
* move the "presentgood" script from answer.phtml to getpresentgood.proc, so it can be called in present.phtml too.
* When $presentgood=0, oef_indgood, oef_indbad and oef_indforget are replaced by oef_indneutral
+ Nikaia theme use now more accessible (higher contrast with white background) oef_indXXX colors
+ mkcss.pl now let use of hex colors
 
/trunk/wims/public_html/scripts/oef/get_presentgood.proc
/trunk/wims/public_html/themes/Nikaia/oefcolors
/trunk/wims/public_html/scripts/oef/answer.phtml
/trunk/wims/public_html/scripts/oef/embed.phtml
/trunk/wims/public_html/scripts/oef/present.phtml
/trunk/wims/public_html/themes/_css/utilities.css
/trunk/wims/public_html/themes/mkcss.pl
15120 1959 d 22 h obado /trunk/wims/public_html/ [slib/anstype] chessboard : rename option "cl"=> "style" to be more explicit to users.
+ 'raw" option export now only chess pieces (no html) (used by chessgame anstype)
+ new "rawhtml" option to export the list of html elements
+ other changes, bugfix and improvements
 
/trunk/wims/public_html/scripts/anstype/chessgame
/trunk/wims/public_html/scripts/anstype/chessgame.input
/trunk/wims/public_html/scripts/slib/games/chessboard
/trunk/wims/public_html/themes/_css/utilities.css
15112 1961 d 0 h obado /trunk/wims/public_html/ [minor] Chessboard slib: add "marked" piece in raw output
+ replace inline css by classes
+ now 2nd line of raw output gives default css
+ some code formatting in other files
+ CSS : table in wimscenter div are now centered
 
/trunk/wims/public_html/modules/adm/class/tchat/close.proc
/trunk/wims/public_html/modules/adm/class/tchat/lang/help.phtml.ca
/trunk/wims/public_html/modules/adm/class/tchat/lang/help.phtml.fr
/trunk/wims/public_html/scripts/anstype/multipleclick.input
/trunk/wims/public_html/scripts/help/ca/filter.phtml
/trunk/wims/public_html/scripts/js/editor/names_ca.js
/trunk/wims/public_html/scripts/js/editor/names_es.js
/trunk/wims/public_html/scripts/slib/games/chessboard
/trunk/wims/public_html/themes/_css/utilities.css
14841 2020 d 0 h obado /trunk/wims/public_html/themes/_css/ [minor/CSS] Remove an old IE7 css hack for .inline, as "zoom:1" is deprecated now.  
/trunk/wims/public_html/themes/_css/utilities.css

Show All