summaryrefslogtreecommitdiff
path: root/app/Report/ReportParserGenerate.php
AgeCommit message (Expand)AuthorFilesLines
2024-03-31PHP 8.2 - union typesGreg Roach1-1/+1
2024-02-26Fix some phpstan issuesGreg Roach1-1/+1
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érez1-1/+1
2023-03-29Consistent use of select/pluckGreg Roach1-1/+1
2023-03-20Fix phpstan issues in reportsGreg Roach1-76/+57
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-27PHP 8.0 - resource -> XMLParserGreg Roach1-2/+2
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach1-17/+8
2022-07-04Strict typesGreg Roach1-4/+4
2022-06-20Fix: #4466 - missing linebreaks in report footnotesGreg Roach1-2/+4
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-21PHPdocGreg Roach1-1/+1
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-2/+1
2022-02-11Fix: #1584 - Replace FunctionsPrint* with templatesGreg Roach1-12/+93
2022-01-31Upgrade commonmark from 1.x to 2.xGreg Roach1-2/+2
2021-11-19Fix: pending deletions can break the changes reportGreg Roach1-7/+6
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+1
2021-10-15Prefer object to stdClassGreg Roach1-3/+1
2021-10-14TypeHintsGreg Roach1-8/+8
2021-10-12PHPdocGreg Roach1-38/+38
2021-10-04Fix: #4057 - RTL control codes in dates break reportsGreg Roach1-1/+1
2021-09-14Reports PHPdocGreg Roach1-72/+33
2021-08-20PHPdocGreg Roach1-10/+9
2021-07-26Revert "Upgrade league/commonmark to 2.0" - the legacy census format parser n...Greg Roach1-2/+2
2021-07-26Upgrade league/commonmark to 2.0Greg Roach1-2/+2
2021-07-17Remove class GedcomTagGreg Roach1-9/+14
2021-06-28Fix: #2600 - refactor markdown formatting to allow XREF links to be disabledGreg Roach1-3/+5
2021-06-25Remove deprecated function Fact::getTag()Greg Roach1-3/+5
2021-03-19PHPdocGreg Roach1-4/+4
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-8/+8
2021-02-12Fix: #3721 occupation report fails when no occupation chosenGreg Roach1-1/+1
2021-02-07Fix: '»' appearing after names in reportsGreg Roach1-26/+0
2021-02-04Code styleGreg Roach1-3/+3
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-11-30Strict typesGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-18/+18
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-16/+16
2020-06-27Fix: #3383 - Vital records report fails to search by place nameGreg Roach1-1/+1
2020-06-06Working on GEDCOM tags/elementsGreg Roach1-2/+2
2020-05-26Make Fact objects immutable. Remove setTag()Greg Roach1-2/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-18/+18
2020-05-09Deprecate whereContains()Greg Roach1-5/+5
2019-12-19PHPdocGreg Roach1-55/+55
2019-12-19XML reports: remove unused PageHeader elementsGreg Roach1-1/+1
2019-11-24Fix: warnings about potentially undefined variablesGreg Roach1-3/+5