Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix more type errors, stricter typing | Simon Rettberg | 2023-11-15 | 1 | -0/+2 |
| | |||||
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -31/+32 |
| | |||||
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -1/+1 |
| | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
* | [inc/Util] Add types, move error printing functions to their own class | Simon Rettberg | 2022-05-02 | 1 | -1/+1 |
| | |||||
* | [Module] Add phpdoc | Simon Rettberg | 2020-09-17 | 1 | -1/+6 |
| | |||||
* | [inc/Dashboard] Add feature to collapse sections in sidebar mode | Simon Rettberg | 2019-03-26 | 1 | -0/+7 |
| | | | | | | Modules can now declare that they should be collapsed by default. If a menu category only contains such modules, it will be collapsed in the sidebar mode of the menu. | ||||
* | Don't try to load non-existent style.css/clientscript.js | Simon Rettberg | 2018-04-27 | 1 | -2/+2 |
| | |||||
* | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -23/+40 |
| | | | | This is supposed to prevent unneeded js/css from being pulled in | ||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -1/+1 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | [inc/module] Fix sorting bug, show errors in debug mode, add optional param ↵ | Simon Rettberg | 2017-11-03 | 1 | -6/+8 |
| | | | | to isAvailable() | ||||
* | Remove debug logging | Simon Rettberg | 2017-05-10 | 1 | -3/+0 |
| | |||||
* | Add support to declare multiple css/js per module with loading condition: | Simon Rettberg | 2017-05-10 | 1 | -2/+37 |
| | | | | | | | | | 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. | ||||
* | [baseconfig*] Fix translation hook to only consider the current module | Simon Rettberg | 2016-08-29 | 1 | -1/+2 |
| | |||||
* | Change menu overriding mechanism; simpler, now also supports changing the ↵ | Simon Rettberg | 2016-07-07 | 1 | -2/+10 |
| | | | | category of a module | ||||
* | [module] Add getDependencies() to recursively get all deps of a module | Simon Rettberg | 2016-06-23 | 1 | -0/+22 |
| | |||||
* | [render/modules] Include scripts/css in order according to dependencies | Simon Rettberg | 2016-06-17 | 1 | -6/+8 |
| | |||||
* | [module] PageTitle: Fallback to module name | Simon Rettberg | 2016-06-09 | 1 | -1/+4 |
| | |||||
* | MORE WMORK | Simon Rettberg | 2016-05-18 | 1 | -3/+18 |
| | |||||
* | Get baseconfig ready for modularization | Simon Rettberg | 2016-05-13 | 1 | -0/+17 |
| | |||||
* | Still working in modularization cleanup and refinement | Simon Rettberg | 2016-05-11 | 1 | -0/+5 |
| | |||||
* | Translating module strings and custom sections works | Simon Rettberg | 2016-05-10 | 1 | -15/+2 |
| | |||||
* | Work on translations: templates and messages work | Simon Rettberg | 2016-05-04 | 1 | -11/+22 |
| | |||||
* | More Progress; Merged changes from ufpr up to ↵ | Simon Rettberg | 2016-04-29 | 1 | -2/+12 |
| | | | | 775cdbd29f5d0f70946d1d5ff09c091e6189c9e9 | ||||
* | Implemented new menu, added logic for defining dependencies, move ↵ | Simon Rettberg | 2016-04-28 | 1 | -0/+173 |
translation files around |