summaryrefslogtreecommitdiff
path: root/app/Report
AgeCommit message (Expand)AuthorFilesLines
2019-03-20#1620 - revert changes to page margins. Some reports depend on the exact valuesGreg Roach1-5/+5
2019-03-20Fix: #2333 truncate attribute broken in reportsGreg Roach1-0/+1
2019-03-20#2333 GedcomValue element in report ignores 'truncate' attributeGreg Roach1-0/+4
2019-03-15TestsGreg Roach1-1/+1
2019-03-14TypeHintsGreg Roach2-9/+9
2019-03-08Strict types and code reviewGreg Roach1-1/+0
2019-03-08Wrong conversion from inches/mm to pointsGreg Roach1-2/+2
2019-03-08Fix: #1620 use US paper size in US, CA and PHGreg Roach2-10/+5
2019-03-08Fix: #1620 use US paper size in US, CA and PHGreg Roach2-2/+2
2019-03-08Fix: #1620 use US paper size in US, CA and PHGreg Roach3-184/+39
2019-03-07Code style and testingGreg Roach7-40/+24
2019-03-06Better type checksGreg Roach1-1/+1
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach2-7/+5
2019-03-01Fixed case mismatch in function/method call (#2286)Rico Sonntag1-4/+4
2019-02-26Remove global constant WT_TIMESTAMPGreg Roach2-7/+6
2019-02-24Strict type errorGreg Roach1-1/+1
2019-02-16Use Collection classGreg Roach1-27/+15
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-19/+19
2019-02-06Fix: #2140 occupation reportGreg Roach1-10/+26
2019-02-05Fix: #2186 wildcard events failing on vital records reportGreg Roach1-1/+1
2019-02-05Fix: #2144 - missing JOIN clause in SQL query creates performance problemsGreg Roach1-20/+22
2019-02-05Convert reports from REGEXP to LIKE for compatibility with non MySQL databasesGreg Roach1-6/+6
2019-01-27Refactor class PlaceGreg Roach1-1/+1
2019-01-10Use closures as callbacks for sortingGreg Roach1-10/+8
2019-01-06Fix: #1783 - missing timezones on timestampsGreg Roach1-1/+1
2019-01-06Add query-builder macro for substring-searchGreg Roach1-6/+6
2019-01-06Reports: cannot sort certain queriesGreg Roach1-10/+0
2019-01-06Use illuminate/databaseGreg Roach1-1/+0
2019-01-06CodeStyleGreg Roach1-11/+9
2019-01-06Use illuminate/database for family reportsGreg Roach1-45/+57
2019-01-06Use illuminate/database for individual reportsGreg Roach1-45/+54
2019-01-06Fix: pending changes not shown on pending changes reportGreg Roach1-7/+4
2019-01-06Use illuminate/databaseGreg Roach1-16/+21
2019-01-04Add visibility to constantsGreg Roach3-6/+6
2019-01-01Happy 2019Greg Roach33-33/+33
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