Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |