summaryrefslogtreecommitdiff
path: root/app/Report
AgeCommit message (Expand)AuthorFilesLines
2018-12-21Use laravel support functions to truncate stringsGreg Roach1-3/+2
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-5/+5
2018-11-18Prefer class-constants to global-constantsGreg Roach4-17/+11
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-2/+2
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-26/+26
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-3/+3
2018-11-18Rename Fact::getGedcom() to gedcom()Greg Roach1-2/+2
2018-10-14Reduce differences between PDF and HTML report elementsGreg Roach10-103/+108
2018-10-14PHPdocGreg Roach1-43/+46
2018-10-14Strict-typesGreg Roach2-3/+3
2018-10-14Use symfony expression language to evaluate expressionsGreg Roach1-18/+7
2018-10-14Avoid global variablesGreg Roach2-2/+2
2018-10-14Strict typesGreg Roach2-2/+2
2018-10-14TypesGreg Roach9-78/+78
2018-10-14TypesGreg Roach1-19/+21
2018-10-13PHPdocGreg Roach1-6/+6
2018-10-13indentationGreg Roach2-1/+5
2018-10-13Report class hierarchiesGreg Roach9-93/+262
2018-10-12Strict typesGreg Roach1-1/+1
2018-10-12Strict typesGreg Roach2-3/+3
2018-10-10Error handlingGreg Roach1-0/+9
2018-10-09Apply fixes from StyleCI (#1955)Greg Roach1-1/+1
2018-10-09More type hints for reportsGreg Roach16-124/+139
2018-10-09PHPdocGreg Roach2-6/+6
2018-10-06PHPdoc, Code styleGreg Roach1-44/+71
2018-10-06CodeStyleGreg Roach1-14/+6
2018-10-06PHPdocGreg Roach9-27/+33
2018-10-06Apply fixes from StyleCI (#1946)Greg Roach1-1/+1
2018-10-06Refactor reportsGreg Roach8-778/+420
2018-10-06Fix linebreak issues in ancestors/descendants reportGreg Roach1-2/+2
2018-10-05More typesGreg Roach1-1/+1
2018-10-05Strict types in reportsGreg Roach14-134/+108
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach33-0/+66
2018-10-05Code styleGreg Roach2-8/+4
2018-09-28PHPdocGreg Roach11-2/+48
2018-09-27Code styleGreg Roach1-2/+2
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer6-11/+11
2018-09-23Scrutinizer Auto-Fixes (#1924)Scrutinizer Auto-Fixer1-9/+9
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag3-10/+14
2018-09-22PHPdoc, types, etc.Greg Roach2-5/+2
2018-09-13Fixed invalid docblocksRico Sonntag2-5/+5
2018-09-11Fix: #1842 - support PHP functions in report expressionsGreg Roach2-1/+41
2018-08-30typesGreg Roach1-5/+5
2018-08-30Report images - types and phpdocGreg Roach8-153/+97
2018-08-30PHPdocGreg Roach19-8/+64
2018-08-29PhpDocGreg Roach12-22/+130
2018-08-29Fix testsGreg Roach1-3/+1
2018-08-27Use === null instead of is_null (#1855)Rico Sonntag1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag20-84/+84