summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/ReportEngineController.php
AgeCommit message (Expand)AuthorFilesLines
2019-10-23Fix; #2664 - Refactor reports to use POST/GET and request handlersGreg Roach1-265/+0
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Working on routingGreg Roach1-4/+2
2019-09-29PSR12Greg Roach1-0/+4
2019-09-29Add tree to request; preparing for routerGreg Roach1-11/+9
2019-07-25Fix: #2524 - missing .PDF extension in report downloadsGreg Roach1-1/+1
2019-05-10Fix: #2419 - reports are brokenGreg Roach1-44/+4
2019-05-09PSR-7 requestsGreg Roach1-7/+9
2019-04-11Replace standalone emitter with middlewareGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-26/+21
2019-04-01Fix: #2363 - inconsistent parameter names for select and radio inputsGreg Roach1-1/+1
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-9/+22
2019-03-20Add example reportGreg Roach1-3/+7
2019-03-20Add example reportGreg Roach1-7/+3
2019-03-08Fix: #1620 use US paper size in US, CA and PHGreg Roach1-1/+1
2019-02-23Refactor module componentsGreg Roach1-1/+1
2019-02-11Working on RTL and iconsGreg Roach1-6/+8
2019-02-05Fix: #1558 and #2185 - GEDCOM date fields are always LTRGreg Roach1-0/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-19/+17
2019-01-30Apply fixes from StyleCI (#2163)Greg Roach1-1/+2
2019-01-30Create ModuleServiceGreg Roach1-3/+18
2019-01-25FixesGreg Roach1-21/+9
2019-01-25Refactor core/custom modulesGreg Roach1-29/+21
2019-01-24Refactoring module APIGreg Roach1-1/+1
2019-01-22Cleaning upGreg Roach1-1/+1
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-2/+2
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-2/+3
2018-10-08Code styleGreg Roach1-1/+0
2018-10-06Allow PDF documents to display in the browserGreg Roach1-1/+1
2018-09-28Fix: #1934 strict-typesGreg Roach1-2/+2
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-4/+4
2018-09-22PHPdoc, types, etc.Greg Roach1-2/+1
2018-08-27Strict TypesGreg Roach1-1/+3
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-1/+1
2018-08-22Fix: #1611, Fix: #1841 - Make target record of reports a required fieldGreg Roach1-3/+3
2018-08-19CodeStyleGreg Roach1-3/+3
2018-08-18CodeStyleGreg Roach1-2/+0
2018-08-16PHP 7.0 has the null-coalescing operatorGreg Roach1-1/+1
2018-08-13[phpstan] - missing parametersGreg Roach1-3/+3
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-14/+7
2018-07-27Use view/layout for HTML reportGreg Roach1-1/+1
2018-07-16Use PSR2 code styleGreg Roach1-221/+226
2018-07-12Convert function to viewGreg Roach1-1/+1
2018-05-09Add $tree to all viewsGreg Roach1-2/+0
2018-05-05Working on themes/layoutsGreg Roach1-0/+1
2018-04-13Convert action.php to http/controller styleGreg Roach1-3/+3
2018-02-23Rename BaseController to AbstractBaseControllerGreg Roach1-1/+1
2018-02-19Fix: #1621 - HTTP headers should only be set on the response objectGreg Roach1-2/+3