|
9109c61af5
|
[TOOLS][CS-FIXER] Run new PHP CS Fixer config. Notably, adds strict_types
|
2021-10-27 04:19:28 +01:00 |
|
|
eb833b62e2
|
[TOOLS] Fix all level 0 errors found by PHPStan and move constant definition to bootstrap file
|
2021-09-14 13:13:42 +01:00 |
|
|
45734d882c
|
[CONFIG] Make it possible to write module configuration in a config.{php,yml,yaml,xml} file and set each value as properties in the module object
|
2021-09-14 13:13:38 +01:00 |
|
|
626f50080b
|
[MODULES] Use snake_case for module config keys
|
2021-09-14 13:13:37 +01:00 |
|
|
033c4db914
|
[MODULES] Add function to defer module initialization and cleanup to plugin and component. Add example in Avatar component
Forward onInitializeModule to onInitializePlugin if the component is a plugin
|
2021-09-14 13:13:37 +01:00 |
|
|
1ee8df1494
|
[DOCS][Developer] Elaborate on implementing and configuring a module
|
2021-09-14 13:13:37 +01:00 |
|
|
c71a4b06ef
|
[CONFIG] Make it possible to write module configuration in a config.{php,yml,yaml,xml} file and set each value as properties in the module object
|
2021-09-14 13:13:36 +01:00 |
|
|
811caaadf9
|
[MODULES][PLUGINS] Move noteActionHandle utility to NoteHandlerPlugin which plugins which handle actions on notes should extend
|
2021-09-14 13:13:34 +01:00 |
|
|
aef61e4c73
|
[TESTS] Add coverage ignore flags to trivial methods
|
2021-09-14 13:13:28 +01:00 |
|
|
508f1f8796
|
[MODULES] Add module configuration
|
2021-09-14 13:13:25 +01:00 |
|
|
1647c5391f
|
[Favourite][TWIG][CSS] Favourite now works.
|
2021-09-14 13:13:22 +01:00 |
|
|
2f69579ddb
|
[TESTS][DOCUMENTATION][Module] Add documentation and exclude method from testing in Module base class
|
2021-09-14 13:13:15 +01:00 |
|
|
566c7694b5
|
[CONFIG][TWIG] Move twig config to php code to add support for placing templates in modules (plugins and components)
|
2021-09-14 13:11:49 +01:00 |
|
|
ccf3aa990a
|
[MODULES] Introduce the concept of abstract modules to V3
Introduce placeholder for abstract upload and thumb modules
Temporarily supress some bugs
|
2021-09-14 13:11:45 +01:00 |
|