summaryrefslogtreecommitdiff
path: root/app/Report/ReportParserGenerate.php
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 Roach1-3/+3
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-14PHPdocGreg Roach1-43/+46
2018-10-14Strict-typesGreg Roach1-1/+1
2018-10-14Use symfony expression language to evaluate expressionsGreg Roach1-18/+7
2018-10-14TypesGreg Roach1-38/+38
2018-10-09More type hints for reportsGreg Roach1-30/+30
2018-10-06PHPdoc, Code styleGreg Roach1-44/+71
2018-10-06PHPdocGreg Roach1-3/+3
2018-10-06Refactor reportsGreg Roach1-27/+28
2018-10-05Strict types in reportsGreg Roach1-5/+5
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-28PHPdocGreg Roach1-2/+8
2018-09-27Code styleGreg Roach1-2/+2
2018-09-23Scrutinizer Auto-Fixes (#1924)Scrutinizer Auto-Fixer1-9/+9
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-6/+6
2018-09-22PHPdoc, types, etc.Greg Roach1-1/+1
2018-09-11Fix: #1842 - support PHP functions in report expressionsGreg Roach1-1/+6
2018-08-30Report images - types and phpdocGreg Roach1-82/+21
2018-08-29PhpDocGreg Roach1-0/+108
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 Sonntag1-2/+2
2018-08-26StrictTypesGreg Roach1-2/+2
2018-08-19Import classesGreg Roach1-1/+2
2018-08-19CodeStyleGreg Roach1-4/+4
2018-08-18Fix: #1495 - name shortening algorithm breaks many names - remove it.Greg Roach1-18/+1
2018-08-16Prefer [] to array_push()Greg Roach1-100/+75
2018-07-27eval() is evilGreg Roach1-1/+4
2018-07-23Remove globalGreg Roach1-58/+0
2018-07-23PHPDocGreg Roach1-2/+2
2018-07-16Use PSR2 code styleGreg Roach1-2539/+2694
2018-05-25Remove old codeGreg Roach1-16/+15
2018-01-27Use views for reportsGreg Roach1-71/+48
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1525)Scrutinizer Auto-Fixer1-308/+308
2017-12-03Scrutinizer Auto-Fixes (#1524)Scrutinizer Auto-Fixer1-1/+1
2017-12-02Working on media handlingGreg Roach1-50/+9
2017-11-25Remove old thumbnail codeGreg Roach1-2/+2
2017-11-03Code styleGreg Roach1-3/+0
2017-11-03CodeStyle - spacing/alignmentGreg Roach1-5/+5
2017-07-13Unused codeGreg Roach1-12/+12
2017-07-12Report imagesGreg Roach1-4/+5
2017-03-082017Greg Roach1-1/+1
2016-12-25Code style - single quotesGreg Roach1-232/+232