summaryrefslogtreecommitdiff
path: root/app/Module/FamilyTreeNewsModule.php
AgeCommit message (Expand)AuthorFilesLines
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach1-12/+8
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-8/+4
2022-02-21PHPdocGreg Roach1-4/+4
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-3/+2
2022-01-18Fix: cannot edit news articleGreg Roach1-1/+1
2021-11-21Update translationGreg Roach1-1/+1
2021-11-21CodeStyleGreg Roach1-0/+7
2021-10-29TypeHintsGreg Roach1-2/+1
2021-10-15Prefer object to stdClassGreg Roach1-2/+1
2021-10-12PHPdocGreg Roach1-4/+4
2021-10-03Refactor HTTP exceptionsGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-05-11Fix: #3208 - Prevent 'ON UPDATE CURRENT_TIMESTAMP' for wt_news.updatedGreg Roach1-0/+2
2019-12-16Convert home page controller into request handlers and a serviceGreg Roach1-2/+3
2019-12-13CodeStyle - strict typesGreg Roach1-2/+5
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-4/+4
2019-11-11Fix - missing tree parameter on edit news pageGreg Roach1-0/+1
2019-10-30Add assertions for route parametersGreg Roach1-1/+3
2019-10-30Use admin theme when editing default blocksGreg Roach1-0/+1
2019-10-29Change signature of Module::boot()Greg Roach1-2/+2
2019-10-25No need to throw exceptions in assert()Greg Roach1-3/+2
2019-10-18Type hintsGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16PHPdoc; assertionsGreg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+4
2019-10-10Working on routingGreg Roach1-6/+2
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-6/+8
2019-07-14Refactor blocksGreg Roach1-30/+5
2019-05-10Fix: #1752 - use ezyang/htmlpurifier to santise user-supplied HTMLGreg Roach1-3/+35
2019-05-08PSR-7 requestsGreg Roach1-6/+6
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-30/+29
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-20Block stylingGreg Roach1-1/+2
2019-03-07Code style and testingGreg Roach1-2/+2
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-2/+2
2019-02-23Use UTC internally, and convert to local time for displayGreg Roach1-2/+8
2019-01-25Apply fixes from StyleCI (#2135)Greg Roach1-1/+1
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-1/+1
2019-01-24Refactoring module APIGreg Roach1-1/+1
2019-01-22Merge chart controllers into chart modulesGreg Roach1-1/+1
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-4/+6
2019-01-16CodeStyleGreg Roach1-3/+3
2019-01-08Use illuminate/database for news moduleGreg Roach1-31/+23
2019-01-07Fix: #2105 - missing column alias in SQLGreg Roach1-1/+1
2019-01-06Fix: #1783 - missing timezones on timestampsGreg Roach1-2/+1