summaryrefslogtreecommitdiff
path: root/app/Statistics/Repository/FamilyRepository.php
AgeCommit message (Expand)AuthorFilesLines
2025-02-11Refactor statisticsGreg Roach1-1285/+0
2025-01-29Refactor/simplify statisticsGreg Roach1-458/+23
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-04PHPdocs and code style for statisticsGreg Roach1-24/+13
2024-10-23Use object instead of stdClassGreg Roach1-4/+3
2024-03-31Refatoring class DBGreg Roach1-24/+12
2024-03-31CodeStyleGreg Roach1-1/+1
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-6/+4
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-4/+4
2024-02-15Fix: #4954 - SQL error in statistics breaks PostgresGreg Roach1-2/+2
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-07-23phpdocGreg Roach1-2/+0
2023-07-06fix: messages (#4843)Alejandro Criado-Pérez1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-06Strict typesGreg Roach1-1/+6
2022-03-19Use placeholders to generate statistics pagesGreg Roach1-2/+2
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-24CodeStyleGreg Roach1-1/+1
2022-02-21PHPdocGreg Roach1-3/+4
2021-10-29Fix: unnecessary/incorrect checksGreg Roach1-1/+1
2021-10-29CodeStyle - remove unnecessary parenthesesGreg Roach1-1/+1
2021-10-19Fix dependency injection in statistics classesGreg Roach1-19/+30
2021-10-15Prefer object to stdClassGreg Roach1-6/+5
2021-10-14TypeHintsGreg Roach1-14/+16
2021-10-13Add missing type-hintsGreg Roach1-1/+1
2021-03-19PHPdocGreg Roach1-1/+1
2021-02-04Code styleGreg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-19/+19
2020-09-08Use factory to create caches and filesystemsGreg Roach1-1/+0
2020-07-10Fix: #2296 - performance - month-of-first-marriage queryGreg Roach1-12/+2
2020-05-24PHPdocGreg Roach1-3/+3
2020-05-24PHPdocGreg Roach1-4/+5
2020-05-12Update code to use new Factory objectsGreg Roach1-20/+20
2020-05-04TyposGreg Roach1-1/+1
2020-04-28Refactor agesGreg Roach1-8/+11
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-5/+5
2019-10-20Strict comparisonsGreg Roach1-1/+1
2019-10-19Strict typesGreg Roach1-2/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-3/+1
2019-10-09Working on routingGreg Roach1-2/+1
2019-09-30CodeStyleGreg Roach1-2/+2
2019-09-29PSR12Greg Roach1-0/+3
2019-09-12CodeStyle - use groupBy() consistentlyGreg Roach1-6/+6
2019-07-25Fix: #2506 - integer XREFs as array keysGreg Roach1-2/+2
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-16/+17
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-4/+6