summaryrefslogtreecommitdiff
path: root/app/Report
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-06Strict typesGreg Roach1-8/+8
2022-02-05Add anotations for false-positives in scrutinizerGreg Roach1-5/+5
2022-01-31Upgrade commonmark from 1.x to 2.xGreg Roach1-2/+2
2022-01-18Resources folder for modules should be an absolute URLGreg Roach1-1/+1
2021-12-16Remove unused importsGreg Roach1-2/+0
2021-11-21CodeStyleGreg Roach1-2/+2
2021-11-19Fix: pending deletions can break the changes reportGreg Roach1-7/+6
2021-11-05Move class to correct namespaceGreg Roach3-4/+1145
2021-11-05Move RTL report support functions to reports folder/namespaceGreg Roach2-4/+4
2021-10-29Remove unused importsGreg Roach1-1/+0
2021-10-29CodeStyle - whitespaceGreg Roach2-11/+5
2021-10-15Prefer object to stdClassGreg Roach1-3/+1
2021-10-14TypeHintsGreg Roach1-8/+8
2021-10-13Remove unused importsGreg Roach1-1/+0
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