History log of /webtrees/app/Module/AbstractModule.php (Results 26 – 50 of 75)
Revision Date Author Comments
# 606471d5 13-Apr-2019 Greg Roach <fisharebest@webtrees.net>

Replace duplicated function viewResponse() with trait


# 6ccdf4f0 02-Apr-2019 Greg Roach <fisharebest@webtrees.net>

Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17


# 0b5fd0a6 03-Apr-2019 Greg Roach <fisharebest@webtrees.net>

Declare static closures


# 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


# 52f398fd 21-Jan-2019 Greg Roach <fisharebest@webtrees.net>

Mark methods final in AbstractModule to discourage modules from overriding them


# c1afbf58 20-Jan-2019 Greg Roach <fisharebest@webtrees.net>

Missing function visibility, etc.


# 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


# 83c7613e 18-Jan-2019 Greg Roach <fisharebest@webtrees.net>

Use cache to reduce DB queries on block_setting table


# 32a20a8c 06-Jan-2019 Greg Roach <fisharebest@webtrees.net>

Use illuminate/database


# 16d6367a 04-Jan-2019 Greg Roach <fisharebest@webtrees.net>

Add visibility to constants


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

Happy 2019


# 3f412448 28-Dec-2018 Greg Roach <fisharebest@webtrees.net>

Use illuminate/database for module access


# 72cf66d4 11-Nov-2018 Greg Roach <fisharebest@webtrees.net>

Rename Tree::getTreeId() to id()


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

Create ModuleInterface


# e7f56f2a 05-Oct-2018 Greg Roach <fisharebest@webtrees.net>

Add declare(strict_types=1) to all PHP scripts


# 18d7a90d 28-Sep-2018 Greg Roach <fisharebest@webtrees.net>

PHPdoc


# acf76a54 25-Sep-2018 Greg Roach <fisharebest@webtrees.net>

Type-hints


# 7a899ede 23-Sep-2018 Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>

Scrutinizer Auto-Fixes (#1924)

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com


# b2ce94c6 22-Sep-2018 Rico Sonntag <mail@ricosonntag.de>

Reduced if/else complexity, removed not require else conditions (#1866)

* Reduced if/else complexity, removed not require else conditions

* Fix indentation

* Fix indentation

* Use null-coal

Reduced if/else complexity, removed not require else conditions (#1866)

* Reduced if/else complexity, removed not require else conditions

* Fix indentation

* Fix indentation

* Use null-coalesce to simplify logic

* Use null-coalesce to simplify logic

* Use null-coalesce to simplify logic

* Use null-coalesce to simplify logic

* Use null-coalesce to simplify logic

* Use null-coalesce to simplify logic

* Admin theme no longer exists

* Code style

* Use null-coalesce operator to simplify logic

show more ...


123