summaryrefslogtreecommitdiff
path: root/app/Http/RequestHandlers/PendingChanges.php
AgeCommit message (Collapse)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-12-24CodeStyleGreg Roach1-17/+4
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
2023-07-23phpdocGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-04-01Use new validator classGreg Roach1-8/+7
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-4/+2
2021-05-18CodeStyleGreg Roach1-2/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-07-12Fix: some servers cannot display thousands of changesGreg Roach1-96/+21
2020-05-14Initial support for _LOC records and _GOV factsGreg Roach1-0/+4
2020-05-12Update code to use new Factory objectsGreg Roach1-12/+12
2020-03-13Add record types for HEAD and SUBNGreg Roach1-7/+15
2019-12-16Convert home page controller into request handlers and a serviceGreg Roach1-1/+1
2019-12-10Add support for Submitter records as first-class objects #2823Greg Roach1-0/+4
2019-11-03Fix: workflow for accepting pending changes in other treesGreg Roach1-8/+9
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-24Fix: #2644 - Refactor site logs controller to use service and request handlersGreg Roach1-3/+2
2019-10-24DeadCodeGreg Roach1-8/+3
2019-10-24Refactor pending changes to use service and request handlersGreg Roach1-0/+146