summaryrefslogtreecommitdiff
path: root/app/Module/PlaceHierarchyListModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-02-12Add Armenian translationGreg Roach1-5/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-04Remove unnecessary PHPDOCGreg Roach1-3/+0
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-1/+1
2024-10-08CodeStyleGreg Roach1-5/+0
2024-03-31CodeStyleGreg Roach1-1/+1
2024-03-31PHP 8.2 - union typesGreg Roach1-1/+1
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-3/+1
2023-08-29Preparing to remove dependency on laravel/databaseGreg 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-12-29Fix: #4694 - placenames sorted incorrectlyGreg Roach1-1/+1
2022-11-25Fix: #3704 - add location-edit link on place-hierarchy pageGreg Roach1-21/+32
2022-11-18Use ValidatorGreg Roach1-16/+2
2022-08-25CodeStyleGreg Roach1-2/+2
2022-04-05Remove unused function parameterGreg Roach1-3/+2
2022-03-22Refactor PlaceRepository::statsPlaces() into separate functionsGreg Roach1-12/+71
2022-03-17CodeStyle - noyodaGreg Roach1-2/+2
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-26Parameter validationGreg Roach1-4/+2
2022-02-23Update and use Validation classGreg Roach1-7/+6
2022-02-21PHPdocGreg Roach1-2/+2
2021-10-29Remove unused importsGreg Roach1-4/+0
2021-10-29TypeHintsGreg Roach1-1/+1
2021-10-29CodeStyle - whitespaceGreg Roach1-2/+2
2021-10-19Fix dependency injection in statistics classesGreg Roach1-1/+4
2021-10-14TypeHintsGreg Roach1-1/+2
2021-10-13Remove unused importsGreg Roach1-2/+0
2021-04-29Fix: #3867 - show locations as well as individuals/families in place hierarch...Greg Roach1-5/+9
2021-04-28Merge: #3803, Merge: #3706Greg Roach1-102/+105
2021-03-12Remove unused importsGreg Roach1-2/+0
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-21Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, Merge...Greg Roach1-11/+2
2020-09-15Remove dead codeGreg Roach1-5/+3
2020-07-17Refactor place list controller as moduleGreg Roach1-8/+323
2019-11-09I18N textsGreg Roach1-1/+1
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+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/+5
2019-10-09Working on routing; Code cleanupGreg Roach1-2/+0
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-7/+5
2019-08-11Fix: #2529 incorrect check for module/list permissionsGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-7/+7
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-02-24PHPdocGreg Roach1-2/+12