summaryrefslogtreecommitdiff
path: root/app/Report/ReportParserGenerate.php
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-21Refactor report classesGreg Roach1-7/+46
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-12/+24
2019-10-22Static analysis tools dislike variable method calls.Greg Roach1-2/+4
2019-10-20Strict comparisonsGreg Roach1-18/+16
2019-10-18Add assertions to assist static code analysisGreg Roach1-0/+6
2019-10-18Remove unreachable code from report parserGreg Roach1-122/+7
2019-10-17Strict typesGreg Roach1-2/+4
2019-10-17PHPdocGreg Roach1-5/+4
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16Strict typesGreg Roach1-2/+2
2019-10-09Working on routing; Code cleanupGreg Roach1-7/+4
2019-10-02Use flysystem for report imagesGreg Roach1-8/+10
2019-09-29PSR12Greg Roach1-0/+1
2019-09-12CodeStyle - use groupBy() consistentlyGreg Roach1-1/+1
2019-08-16Fix: #2485 - cannot select maximum number of generations in reportsGreg Roach1-3/+0
2019-07-25Fix: #2506 - integer XREFs as array keysGreg Roach1-2/+2