Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -8/+9 |
| | | | | This is supposed to prevent unneeded js/css from being pulled in | ||||
* | [js_jqueryui] Don't override general style; handled by bootstrap | Simon Rettberg | 2017-06-10 | 1 | -30/+0 |
| | |||||
* | Add support to declare multiple css/js per module with loading condition: | Simon Rettberg | 2017-05-10 | 1 | -1/+7 |
| | | | | | | | | | A css/js can be declared to only load if the module in question is the page module being rendered, or to always be loaded even if the module is just a dependency. The second case is useful for plugin type modules. See one of the config.json files updated in this commit on how to specify css/js to load. true = always load, false = only if page module. | ||||
* | removed the tooltip plugin from jquery-ui. | Christian Klinger | 2016-08-22 | 1 | -16616/+9 |
| | | | | | jQuery-UI's tooltip() conflicted with the tooltip() function of bootstrap which we want to use. | ||||
* | added additional ressources to js_jqueryui. | Christian Klinger | 2016-08-05 | 15 | -0/+1614 |
| | |||||
* | added jqueryui module | Christian Klinger | 2016-08-05 | 2 | -0/+16620 |