summaryrefslogtreecommitdiff
path: root/app/Report
AgeCommit message (Expand)AuthorFilesLines
2021-10-12PHPdocGreg Roach4-44/+44
2021-10-04Fix: #4057 - RTL control codes in dates break reportsGreg Roach1-1/+1
2021-09-24Remove duplicated codeGreg Roach1-1/+0
2021-09-23Use flysystem instead of direct file accessGreg Roach1-5/+2
2021-09-14Reports PHPdocGreg Roach26-466/+263
2021-09-09CodeStyleGreg Roach4-94/+64
2021-09-08Remove dead codeGreg Roach1-21/+7
2021-09-08Refactor duplicate code in report renderersGreg Roach3-166/+88
2021-09-08CodeStyleGreg Roach9-22/+21
2021-08-20PHPdocGreg Roach2-11/+10
2021-08-20CodeStyleGreg Roach1-1/+2
2021-08-20CodeStyleGreg Roach1-1/+1
2021-08-15Fix: #3975 - refactor getWidth() in reports. Thanks to jon48Greg Roach10-24/+24
2021-08-13Remove old HTML attributesGreg Roach1-1/+1
2021-08-13Refactor Functions/FunctionsRtl.phpGreg Roach1-14/+47
2021-07-26Fix: #3903 - wrong font used in PDF headerGreg Roach1-0/+1
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-18Do not rename parameters in child classesGreg Roach1-3/+3
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach4-38/+38
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 Roach8-20/+35
2021-01-25Use https link in copyright headerGreg Roach27-54/+54
2020-12-31CodeStyleGreg Roach2-8/+4
2020-11-30Strict typesGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-18/+18
2020-09-12Missing parametersGreg Roach1-1/+1
2020-08-05typoGreg Roach1-1/+1
2020-07-08Fix: #3396 - missing page header in PDF reportGreg Roach1-0/+1
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach4-25/+25
2020-06-27Fix: #3383 - Vital records report fails to search by place nameGreg Roach1-1/+1
2020-06-08CodeStyleGreg Roach1-10/+0
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-20Unused importsGreg Roach1-1/+0
2019-12-19Remove dead codeGreg Roach1-14/+0
2019-12-19PHPdocGreg Roach2-62/+62
2019-12-19XML reports: remove unused HTML elementsGreg Roach6-258/+0
2019-12-19XML reports: remove unused PageHeader elementsGreg Roach7-264/+4
2019-12-16Fix: unescaped characters in HTML reportsGreg Roach2-28/+0
2019-12-16Static analysis errors in reportsGreg Roach4-6/+7
2019-11-24Fix: warnings about potentially undefined variablesGreg Roach1-3/+5
2019-11-21Refactor report classesGreg Roach34-1055/+1164