History log of /webtrees/app/Module/ModuleInterface.php (Results 1 – 22 of 22)
Revision Date Author Comments
# 7413816e 08-Oct-2024 Greg Roach <greg@subaqua.co.uk>

CodeStyle


# ac19d600 02-Feb-2023 Greg Roach <greg@subaqua.co.uk>

Improve type hints for phpstan. See #4713


# 640477e3 01-Feb-2023 Greg Roach <greg@subaqua.co.uk>

Use class-string annotations. See #4713


# d11be702 25-Jan-2023 Greg Roach <greg@subaqua.co.uk>

It's 2023


# b11cdcd4 25-Jan-2023 Greg Roach <greg@subaqua.co.uk>

It's 2023


# 5bfc6897 16-Mar-2022 Greg Roach <greg@subaqua.co.uk>

It is 2022 - update copyright dates


# 89f7189b 25-Jan-2021 Greg Roach <greg@subaqua.co.uk>

Use https link in copyright header


# 9e18e23b 29-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Change signature of Module::boot()


# fcfa147e 17-Oct-2019 Greg Roach <fisharebest@webtrees.net>

PSR12


# 3976b470 29-Sep-2019 Greg Roach <fisharebest@webtrees.net>

PSR12


# b6c326d8 25-Mar-2019 Greg Roach <fisharebest@webtrees.net>

Replace Bootstrap4 class with views


# 02086832 14-Mar-2019 Greg Roach <fisharebest@webtrees.net>

Convert languages to modules


# 0cfd6963 05-Mar-2019 Greg Roach <fisharebest@webtrees.net>

Custom module examples


# 87cca37c 23-Feb-2019 Greg Roach <fisharebest@webtrees.net>

Refactor module components


# 888ddf4f 15-Feb-2019 Greg Roach <fisharebest@webtrees.net>

Allow modules to be initially disabled


# ea02ddf4 29-Jan-2019 Greg Roach <fisharebest@webtrees.net>

CodeStyle


# 37eb8894 25-Jan-2019 Greg Roach <fisharebest@webtrees.net>

Convert tracking and analytics functions into modules


# 26684e68 22-Jan-2019 Greg Roach <fisharebest@webtrees.net>

Merge chart controllers into chart modules


# 49a243cb 19-Jan-2019 Greg Roach <fisharebest@webtrees.net>

Working on #2120 - refactor modules: combine installed/enabled/allowed module lists; use traits to provide default implementations for interfaces; enable new modules by default; remove constructor


# 8fcd0d32 01-Jan-2019 Greg Roach <fisharebest@webtrees.net>

Happy 2019


# f97e27d5 08-Oct-2018 Greg Roach <fisharebest@webtrees.net>

CodeStyle


# 027c6af4 08-Oct-2018 Greg Roach <fisharebest@webtrees.net>

Create ModuleInterface