summaryrefslogtreecommitdiffstats
path: root/static/js
Commit message (Collapse)AuthorAgeFiles
* Drop static content.Guilhem Moulin2020-05-219
| | | | | | | | | | | | | | JQuery, Bootstrap etc. are not maintainable in this repository, just like one should avoid embedding copies of other project in packaging work. We rely on the distro-provided variants instead: $ apt install fonts-font-awesome libjs-bootstrap4 libjs-jquery Ikwiki doesn't copy symlinks for security reasons, so unfortunately deploy one's own sandbox wiki is less easy now. Instructions will follow shortly. Also, port the templates to Bootstrap 4.
* ikiwiki refuses to copy symlinks.Guilhem Moulin2015-04-242
| | | | | (For security reasons.) So we remove the symlink jquery.min.js → jquery-$VERSION.min.js and rename that file instead.
* Upgrade response.js from 1.3.0 to 1.4.2.Guilhem Moulin2015-04-241
|
* Upgrade MathJax from 2.4.0 to 2.5.1.Guilhem Moulin2015-04-241
|
* Upgrade HTML5 Shiv from 3.7.0 to 3.7.2.Guilhem Moulin2015-04-242
|
* Upgrade jquery from 2.1.1 to 2.1.3.Guilhem Moulin2015-04-243
|
* Upgrade Bootstrap from v3.2.0 to 3.3.4.Guilhem Moulin2015-04-243
|
* Don't outsource the JS.Guilhem Moulin2014-09-153
|
* Include pandocGuilhem Moulin2014-09-151
| | | | From https://github.com/sciunto/ikiwiki-pandoc
* Move {js,css,fonts} to static/Guilhem Moulin2014-09-153