summaryrefslogtreecommitdiff
path: root/app/Module/IndividualListModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-06-10Fix: #4989 - mismatch between individual and family listsGreg Roach1-778/+5
2024-03-31Refactoring class DBGreg Roach1-26/+7
2024-03-31Refatoring class DBGreg Roach1-6/+1
2024-03-31CodeStyleGreg Roach1-9/+9
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-1/+1
2024-03-19TypoGreg Roach1-1/+1
2023-11-14Fix: #4904 - individual list error when there are no individuals without a su...Greg Roach1-1/+1
2023-11-05Fix: #4898 - requesting a non-existing surname breaks the individual listGreg Roach1-1/+11
2023-11-04Fix: #4900 - cannot disable sublists on individual list pageGreg Roach1-1/+2
2023-09-28Fix: #4700, fix: #4870, fix: #4879 - broken logic for individual listsGreg Roach1-55/+104
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-2/+1
2023-08-18Fix: #4865 - cannot show single surname after viewing all surnames in individ...Greg Roach1-3/+3
2023-07-02Fix: #4836, Fix: #4837 - parameters for individual list not being passed into...Greg Roach1-0/+3
2023-05-30codestyleGreg Roach1-2/+2
2023-05-30CodeStyleGreg Roach1-1/+1
2023-05-30Fix: #4833 - individual/family lists, default for show-married-names brokenGreg Roach1-86/+66
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-5/+2
2023-03-29Consistent use of select/pluckGreg Roach1-1/+1
2023-03-07CodeStyleGreg Roach1-1/+1
2023-03-04Fix: #4776 - Given initial lists fail for German surnames with umlautsGreg Roach1-1/+8
2023-01-30Fix: #4744 - individual/family list should use 301 for non-canonical URLsGreg Roach1-1/+2
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-11CodeStyle - use null coalesce operatorGreg Roach1-1/+1
2023-01-08Fix: numeric surname breaks individual/family listGreg Roach1-1/+1
2022-12-23Fix: #4670 - old name records can break the individual listGreg Roach1-0/+2
2022-12-20Apply fixes from StyleCI (#4673)Greg Roach1-2/+1
2022-12-20Remove unused importsGreg Roach1-2/+0
2022-12-16Individual list - use same logic to list individuals and surnamesGreg Roach1-5/+5
2022-12-15Fix: #4494 - surname statistics should use the same logic as surname listsGreg Roach1-3/+0
2022-12-15Fix: #4647, Fix: #3567, Fix: #4479, Fix: #3459 - Apply collation rules in PHP...Greg Roach1-452/+236
2022-11-30Remove unused importsGreg Roach1-1/+0
2022-11-18Use ValidatorGreg Roach1-29/+25
2022-10-04Working on cross-database compatibilityGreg Roach1-24/+0
2022-10-04Working on cross-database compatibilityGreg Roach1-2/+30
2022-10-04Fix: #4569 - SQL-Server uses non-standard syntax for SUBSTRING()Greg Roach1-2/+2
2022-09-25Deprecate LocalizationService and use PHP-INTL for sorting instead of MySQLGreg Roach1-35/+13
2022-09-22Fix: #4478 - wrong order in list of surnamesGreg Roach1-7/+10
2022-09-06Code style - duplicated codeGreg Roach1-6/+3
2022-05-18TypoGreg Roach1-1/+1
2022-05-04Change label from 'none' to 'no surname'Greg Roach1-2/+2
2022-04-12Remove unused importsGreg Roach1-3/+0
2022-03-22#4273 - Make internal methods protected in moduleGreg Roach1-3/+3
2022-03-21Fix: #4273 - mismatch between array/CollectionGreg Roach1-12/+13
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-26Parameter validationGreg Roach1-4/+1
2022-02-23Update and use Validation classGreg Roach1-7/+10
2022-02-21PHPdocGreg Roach1-2/+2