summaryrefslogtreecommitdiff
path: root/app/Statistics/Repository/IndividualRepository.php
AgeCommit message (Expand)AuthorFilesLines
2025-02-11Refactor statisticsGreg Roach1-1262/+0
2025-01-29Refactor/simplify statisticsGreg Roach1-5/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-04PHPdocs and code style for statisticsGreg Roach1-710/+17
2024-10-23Use object instead of stdClassGreg Roach1-2/+1
2024-03-31Refatoring class DBGreg Roach1-12/+4
2024-03-31CodeStyleGreg Roach1-1/+1
2024-03-31PHP 8.4 compatibilityGreg Roach1-3/+3
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-6/+4
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-11/+11
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-3/+3
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-4/+1
2023-03-29Consistent use of select/pluckGreg Roach1-4/+3
2023-02-03 Added totalIndisWithSourcesPercentage and totalFamsWithSourcesPercentage (#4...TheDutchJewel1-0/+22
2023-02-03add media count to #totalRecords# Fixes: #4740 (#4741)Bogie1-0/+13
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-06Strict typesGreg Roach1-1/+1
2022-09-07Strict typesGreg Roach1-0/+1
2022-09-06CodeStyleGreg Roach1-0/+1
2022-05-09Create surname traditions using a factoryGreg Roach1-2/+2
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-4/+7
2022-02-23CodeStyleGreg Roach1-1/+0
2022-02-21PHPdocGreg Roach1-1/+3
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-2/+1
2021-12-16Set explicit sort order in table viewsGreg Roach1-0/+1
2021-11-04Link to surname listsGreg Roach1-2/+2
2021-11-04Replace FunctionsPrintLists with views - #1584Greg Roach1-8/+15
2021-10-19Fix dependency injection in statistics classesGreg Roach1-14/+27
2021-10-15Prefer object to stdClassGreg Roach1-2/+1
2021-10-14TypeHintsGreg Roach1-21/+25
2021-10-14Fix top-surname logic when no surnames foundGreg Roach1-3/+4
2021-10-13Add missing type-hintsGreg Roach1-3/+3
2021-10-12PHPdocGreg Roach1-4/+4
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach1-2/+2
2021-03-19Use closures for sort callbacksGreg Roach1-1/+1
2021-01-27Show longest age statistic for private individualsGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-22Fix: #3664 - individual name statistics not working correctlyGreg Roach1-13/+14
2020-12-31CodeStyleGreg Roach1-1/+1
2020-12-23Use constants for unknown surname and given namesGreg Roach1-3/+3
2020-10-24whitespaceGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-4/+4
2020-05-24CodeStyleGreg Roach1-1/+0
2020-05-24PHPdocGreg Roach1-3/+5
2020-05-12Update code to use new Factory objectsGreg Roach1-3/+4
2020-05-11PHPdocGreg Roach1-21/+25