wimsdev
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
wimsdev
(root)
/
trunk
/
wims
/
public_html
/
themes
/
_packages
/
Gruntfile.js
@ 11292
– Rev 17733
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
17733
744 d 23 h
obado
/trunk/wims/public_html/themes/_packages/
[Minor/js] update external packages versions
16497
1196 d 23 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
)
14730
1942 d 22 h
obado
/trunk/wims/public_html/
[minor/js] update what-input js lib (delete a duplicated .map file)
14456
2045 d 21 h
obado
/trunk/wims/public_html/
[js] Add the "slick Carousel" Js library (see it in the "samples" on home page)
+ replace the wrongly added "accordion" on home page (frontmsg.phtml) by a call to the accordion that was already in wims (it just needed an activation in footer_foundation.phtml)
13602
2327 d 23 h
obado
/trunk/wims/public_html/
[JS/ergo] add the "Tiny MCE" WYSIWYG HTML editor to WIMS. see it in the sheet modification page as example.
13577
2340 d 22 h
obado
/trunk/wims/
[MathJax] upgrade Mathjax from 2.7.4 to 2.7.5 (seems to correct a "Math Processing Error" bug on H5/Fanalysis/graphfunc.fr module )
13572
2344 d 23 h
obado
/trunk/wims/
[JS] upgrade some js libs :
* Jquery from v3.1.1 to 3.3.1
* what-input from 3.0.0 to 4.1.6
* asciimathml to the latest (12/2018)
13570
2345 d 4 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
11729
2923 d 3 h
obado
/trunk/wims/public_html/
[bufix] corrects a bug in the cn lang file for adm/class/config module + adds the i18n files from the previous commit in the grunt file so they can be automatically processed.
10963
3209 d 23 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.
10726
3282 d 16 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)
10451
3294 d 3 h
obado
/trunk/wims/public_html/
[html] moves "normalize.css" and "mbExtruder" to directory "bower_components" (+ update mbExtruder)
10445
3294 d 6 h
obado
/trunk/wims/public_html/
[js] update LaTeXMathML.js and ASCIIMathML.js to v. 2.2
9978
3383 d 0 h
obado
/trunk/wims/public_html/
[oef/intro] [script/js] Adds new script "js/interface/jQuery.selectFilters.js" : with it, you can filter (and/or select) options in a select tag, containing text from a text input. It is used in oef modules introduction, when there are more than 2 exercices (and when Jquery is loaded of course)
9957
3398 d 5 h
obado
/trunk/wims/public_html/
[ergo] now exam management page is also displayed with "tabs". (and browser remember which tab was previously selected) + adds "wims_warning" css class to some delete buttons
+ "duration" and "tries" html input are now typed "number" in exam properties form.
9886
3460 d 21 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.