| Commit message (Expand) | 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 |
| * | [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 |
| * | 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 |
| * | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -1/+1 |
| * | [inc/module] Fix sorting bug, show errors in debug mode, add optional param t... | Simon Rettberg | 2017-11-03 | 1 | -6/+8 |
| * | 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 |
| * | [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 cat... | Simon Rettberg | 2016-07-07 | 1 | -2/+10 |
| * | [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 775cdbd29f5d0f70946d1d5ff09c091... | Simon Rettberg | 2016-04-29 | 1 | -2/+12 |
| * | Implemented new menu, added logic for defining dependencies, move translation... | Simon Rettberg | 2016-04-28 | 1 | -0/+173 |