summaryrefslogtreecommitdiff
path: root/app/Module/BranchesListModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-10-18Move pending changes logic to serviceGreg Roach1-1/+1
2025-10-12CodeStyleGreg Roach1-1/+1
2025-07-28Block robots from chartsGreg Roach1-1/+3
2025-06-03CodeStyleGreg Roach1-3/+5
2025-06-03fix #3646: same fix in List of Branches as what's done in #4834 (#5163)Bert Koorengevel1-2/+3
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-09-12fix issue #5019: forward from old branch list urlGreg Roach1-21/+0
2024-09-12fix issue #5019: forward from old branch list urlBertKoor1-1/+1
2024-03-31CodeStyleGreg Roach1-1/+1
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-3/+3
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-1/+1
2024-01-13Avoid implicit type checksGreg Roach1-1/+1
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-07-23phpdocGreg Roach1-2/+0
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-6/+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
2022-12-24Fix: #4679 - SQL-Server cannot select * when group by primary keyGreg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach1-8/+22
2022-04-16Consistent names for controlled-value constantsGreg Roach1-1/+1
2022-04-15Use constants for controlled values: NAME:TYPEGreg Roach1-1/+2
2022-04-12Remove unused importsGreg Roach1-1/+0
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-9/+12
2022-02-21PHPdocGreg Roach1-2/+2
2022-02-01Fix: #4145 - add CSS class to indicate where branches splitGreg Roach1-1/+1
2021-10-29TypeHintsGreg Roach1-2/+1
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+1
2021-10-12PHPdocGreg Roach1-19/+19
2021-02-04Code styleGreg Roach1-2/+2
2021-02-02Merge GEDCOM element code from 2.1 branchGreg Roach1-2/+1
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-3/+2
2020-10-10Fix: wrong relationship in branches listGreg Roach1-2/+3
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-4/+4
2020-09-18CodeStyleGreg Roach1-4/+5
2020-07-17Refactor list controllers into list modules - fixes: #3409Greg Roach1-37/+389
2019-12-13CodeStyle - strict typesGreg Roach1-3/+5
2019-11-08I18N commentGreg Roach1-1/+1
2019-10-25No need to throw exceptions in assert()Greg Roach1-4/+3
2019-10-24Fix: #2690 - Routing errors in branches listGreg Roach1-1/+23
2019-10-17Strict typesGreg Roach1-2/+2
2019-10-17PSR12Greg Roach1-0/+1