Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't try to load non-existent style.css/clientscript.js | Simon Rettberg | 2018-04-27 | 1 | -3/+0 |
| | |||||
* | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -6/+7 |
| | | | | This is supposed to prevent unneeded js/css from being pulled in | ||||
* | [js_stupidtable] Decollapse on sort (slx-decollapse tables) | Simon Rettberg | 2018-04-13 | 1 | -0/+8 |
| | |||||
* | [js_stupidtable] Add ipv4 sort function | Simon Rettberg | 2018-04-13 | 1 | -0/+10 |
| | |||||
* | [js_stupidtable] Add arrow indicating sort direction to current column | Simon Rettberg | 2018-04-13 | 2 | -3/+15 |
| | |||||
* | [js_stupidtable] Make will_manually_build_table default to true | Simon Rettberg | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | [js_stupidtable] Import v1.1.3 vanilla | Simon Rettberg | 2018-04-13 | 1 | -107/+216 |
| | |||||
* | [js_stupidtable] fixed stupidtable not working with collapsed tables | Udo Walter | 2017-09-13 | 1 | -2/+15 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into permission-manager | Udo Walter | 2017-09-01 | 1 | -1/+8 |
|\ | |||||
| * | Add support to declare multiple css/js per module with loading condition: | Simon Rettberg | 2017-05-10 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | [js_stupidtable] changed one-line code to formatted code; | Udo Walter | 2017-05-15 | 2 | -4/+167 |
|/ | | | | modified to show sorting arrows on columns and different mouse cursor on hover | ||||
* | added javascript table sorting plugin (stupidtable) | Udo Walter | 2016-11-29 | 2 | -0/+31 |