summaryrefslogtreecommitdiff
path: root/app/Module/HitCountFooterModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2026-02-07Move SQL logger to its own classGreg Roach1-6/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-1/+1
2024-10-08CodeStyleGreg Roach1-5/+0
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-04-12Remove unused importsGreg Roach1-3/+0
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-6/+6
2021-10-29TypeHintsGreg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-02-08Fix: hit counter failing since XREF moved to route attributeGreg Roach1-1/+4
2020-01-20Add the entire route to the request, not just the nameGreg Roach1-2/+7
2019-12-16Convert home page controller into request handlers and a serviceGreg Roach1-4/+6
2019-11-04Update route names in hit counter moduleGreg Roach1-12/+18
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+0
2019-10-05Add route to requestGreg Roach1-5/+4
2019-10-05Change signature for Footer modules - give them access to the requestGreg Roach1-4/+4
2019-09-29PSR12Greg Roach1-0/+1
2019-04-15Use PSR-7 file uploadsGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-43/+43
2019-03-08Strict types and code reviewGreg Roach1-1/+0
2019-03-02Use app() shortcutGreg Roach1-2/+2
2019-03-02Apply fixes from StyleCI (#2293)Greg Roach1-1/+0
2019-03-02Refactoring modules to remove dependency on Tree (allows earlier initialisati...Greg Roach1-65/+57
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-4/+5
2019-01-29TestingGreg Roach1-24/+24
2019-01-28CodeStyleGreg Roach1-0/+4
2019-01-28CodeStyleGreg Roach1-1/+1
2019-01-28Convert page footers to modulesGreg Roach1-0/+192