summaryrefslogtreecommitdiff
path: root/app/Module/TopSurnamesModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-02-19PHPdoc and PHPstan issuesGreg 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-2/+2
2024-10-08CodeStyleGreg Roach1-5/+0
2024-06-10Fix: #4989 - mismatch between individual and family listsGreg Roach1-2/+1
2024-03-31Refactoring class DBGreg Roach1-23/+4
2024-03-31Refatoring class DBGreg Roach1-6/+1
2024-03-31CodeStyleGreg Roach1-1/+1
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-5/+1
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-1/+1
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-07-23phpdocGreg Roach1-2/+0
2023-07-02Fix: #4836, Fix: #4837 - parameters for individual list not being passed into...Greg Roach1-0/+4
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-12-15Fix: #4494 - surname statistics should use the same logic as surname listsGreg Roach1-29/+57
2022-11-30Remove unused importsGreg Roach1-1/+0
2022-11-18Use ValidatorGreg Roach1-3/+6
2022-09-25Deprecate LocalizationService and use PHP-INTL for sorting instead of MySQLGreg Roach1-1/+2
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-21PHPdocGreg Roach1-4/+4
2021-12-16Set explicit sort order in table viewsGreg Roach1-2/+3
2021-11-04Replace FunctionsPrintLists with views - #1584Greg Roach1-4/+28
2021-10-29CodeStyleGreg Roach1-2/+2
2021-10-29TypeHintsGreg Roach1-2/+1
2021-10-14TypeHintsGreg Roach1-4/+1
2021-10-12PHPdocGreg Roach1-5/+5
2021-09-21Apply fixes from StyleCI (#4047)Greg Roach1-2/+2
2021-09-17Fix: sort order in top-surnames blockGreg Roach1-15/+4
2021-04-29Use PHP7 featureGreg Roach1-3/+3
2021-03-19Use closures for sort callbacksGreg Roach1-1/+1
2021-02-16Fix: #3728 - top 10 surnames config errorGreg Roach1-1/+1
2021-02-10CodeStyleGreg Roach1-3/+3
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-12-23Use constants for unknown surname and given namesGreg Roach1-2/+3
2020-10-24whitespaceGreg Roach1-2/+2
2020-08-27Fix: #3490 - wrong links from top-surname blockGreg Roach1-1/+4
2020-01-26Fix: #2919 - some database drivers return numeric columns as stringsGreg Roach1-0/+4
2019-12-13CodeStyle - strict typesGreg Roach1-1/+1
2019-10-21Pass dependencies in the constructorGreg Roach1-4/+19
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-12CodeStyle - use groupBy() consistentlyGreg Roach1-2/+2
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-3/+4
2019-07-14Refactor blocksGreg Roach1-26/+26
2019-05-08PSR-7 requestsGreg Roach1-2/+4
2019-05-06Migrate from symfony requests to psr7 requestsGreg Roach1-1/+1