Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [exams/bootstrap_datepicker] Always load slx-admin language plugin | Simon Rettberg | 2019-05-29 | 1 | -0/+38 |
| | | | | Fixes #3567 | ||||
* | [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 | ||||
* | 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. | ||||
* | i18n for bootstrap_datepicker. | Christian Klinger | 2016-07-05 | 72 | -7/+1175 |
| | |||||
* | minimal changes | Christian Klinger | 2016-07-05 | 1 | -1/+8 |
| | |||||
* | Added date and time pickers. | Christian Klinger | 2016-06-15 | 1 | -1/+3 |
| | |||||
* | added bootstrap module. | Christian Klinger | 2016-06-10 | 3 | -0/+695 |