History log of /webtrees/app/Http/RequestHandlers/ModuleAction.php (Results 1 – 19 of 19)
Revision Date Author Comments
# 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


# db60fbe7 12-Apr-2022 Greg Roach <greg@subaqua.co.uk>

Remove unused imports


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

It is 2022 - update copyright dates


# 79a908a7 13-Mar-2022 Greg Roach <greg@subaqua.co.uk>

Dynamic method access


# b55cbc6b 22-Feb-2022 Greg Roach <greg@subaqua.co.uk>

Update and use Validation class


# 81b729d3 03-Oct-2021 Greg Roach <greg@subaqua.co.uk>

Refactor HTTP exceptions


# c4943cff 18-May-2021 Greg Roach <fisharebest@gmail.com>

CodeStyle


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

Use https link in copyright header


# 9f667ff2 15-Sep-2020 Greg Roach <greg@subaqua.co.uk>

Replace controller-actions with request-handlers


# dec352c1 03-Jul-2020 Greg Roach <greg@subaqua.co.uk>

Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()


# d501c45d 23-Nov-2019 Greg Roach <fisharebest@webtrees.net>

Remove dependency on symfony httpfoundation/kernel


# f4917837 26-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Remove dependency on UserInterface


# b19e047d 21-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Static analysis tools dislike variable method calls.


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

PSR12


# ee4364da 05-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Use aura/router


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

PSR12


# 57ab2231 27-Sep-2019 Greg Roach <fisharebest@webtrees.net>

Add tree to request; preparing for router


# a0801ffb 11-Apr-2019 Greg Roach <fisharebest@webtrees.net>

Use PSR-15 request handlers as alternative to controllers/actions