summaryrefslogtreecommitdiff
path: root/app/Report
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach28-28/+28
2026-02-02Fix: #5276 - cannot use markdown formatting for notes in reports as HTML not ...Greg Roach1-9/+0
2026-02-02Fix: #4951 - add watermarks to images in reportsGreg Roach6-38/+78
2026-02-02Refactor reports: simplify setupGreg Roach1-43/+34
2026-02-02Add tests cases for all report optionsGreg Roach1-3/+0
2026-02-02Refactor reports: simplify structure of variablesGreg Roach2-39/+22
2026-02-02Tidy report codeGreg Roach1-21/+4
2026-02-01Cleanup some report codeGreg Roach28-2062/+280
2026-01-30Move UTF character definitions to UTF8 classGreg Roach1-37/+29
2025-12-29CodeStyleGreg Roach1-1/+1
2025-10-29Use PHP8.0 functionsGreg Roach2-2/+2
2025-10-18Move pending changes logic to serviceGreg Roach1-1/+1
2025-09-09xml_parser_free() is deprecated in PHP 8.5Greg Roach2-8/+1
2025-02-20Code StyleGreg Roach2-53/+55
2025-01-16It's 2025. Update copyright date.Greg Roach28-28/+28
2025-01-04Remove unnecessary PHPDOCGreg Roach23-69/+0
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach4-28/+28
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHP 8.2 - union typesGreg Roach1-1/+1
2024-02-26Fix some phpstan issuesGreg Roach2-2/+2
2024-01-13Avoid implicit type checksGreg Roach1-3/+3
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-2/+1
2023-08-14Fix: #4864 - show married names on death reportGreg Roach1-0/+8
2023-07-14Remove unused codeGreg Roach1-2/+2
2023-07-06fix: messages (#4843)Alejandro Criado-Pérez10-17/+17
2023-03-29Consistent use of select/pluckGreg Roach1-1/+1
2023-03-20Fix phpstan issues in reportsGreg Roach8-124/+100
2023-03-16Apply fixes from StyleCI (#4787)Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach28-28/+28
2023-01-25It's 2023Greg Roach28-28/+28
2023-01-04Fix some typos (found by codespell) (#4705)Stefan Weil2-3/+3
2022-11-30Remove scrutinizer annotationsGreg Roach1-5/+5
2022-11-27PHP 8.0 - resource -> XMLParserGreg Roach2-4/+4
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach4-44/+26
2022-09-06Code style - duplicated codeGreg Roach2-6/+3
2022-08-25CodeStyleGreg Roach1-1/+1
2022-07-04Strict typesGreg Roach1-4/+4
2022-06-20Fix: #4466 - missing linebreaks in report footnotesGreg Roach1-2/+4
2022-03-17CodeStyle - use new str_*() functionsGreg Roach1-34/+34
2022-03-17CodeStyle elseifGreg Roach1-10/+8
2022-03-16It is 2022 - update copyright datesGreg Roach28-28/+28
2022-03-13Dynamic method accessGreg Roach1-3/+2
2022-03-13CodeStyle - upper/lower case mismatchesGreg Roach6-44/+44
2022-03-13Missing importsGreg Roach1-0/+13
2022-03-13CodeStyle - prefer elseif to else ifGreg Roach3-31/+23
2022-03-13PHPdocGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-1/+0
2022-02-21PHPdocGreg Roach3-4/+4
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach2-5/+4
2022-02-11Fix: #1584 - Replace FunctionsPrint* with templatesGreg Roach1-12/+93