summaryrefslogtreecommitdiff
path: root/app/Report
AgeCommit message (Expand)AuthorFilesLines
2020-12-31CodeStyleGreg Roach2-8/+4
2020-11-30Strict typesGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-18/+18
2020-09-12Missing parametersGreg Roach1-1/+1
2020-08-05typoGreg Roach1-1/+1
2020-07-08Fix: #3396 - missing page header in PDF reportGreg Roach1-0/+1
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach4-25/+25
2020-06-27Fix: #3383 - Vital records report fails to search by place nameGreg Roach1-1/+1
2020-06-08CodeStyleGreg Roach1-10/+0
2020-06-06Working on GEDCOM tags/elementsGreg Roach1-2/+2
2020-05-26Make Fact objects immutable. Remove setTag()Greg Roach1-2/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-18/+18
2020-05-09Deprecate whereContains()Greg Roach1-5/+5
2019-12-20Unused importsGreg Roach1-1/+0
2019-12-19Remove dead codeGreg Roach1-14/+0
2019-12-19PHPdocGreg Roach2-62/+62
2019-12-19XML reports: remove unused HTML elementsGreg Roach6-258/+0
2019-12-19XML reports: remove unused PageHeader elementsGreg Roach7-264/+4
2019-12-16Fix: unescaped characters in HTML reportsGreg Roach2-28/+0
2019-12-16Static analysis errors in reportsGreg Roach4-6/+7
2019-11-24Fix: warnings about potentially undefined variablesGreg Roach1-3/+5
2019-11-21Refactor report classesGreg Roach34-1055/+1164
2019-11-11Simplify access to current localeGreg Roach1-8/+1
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach4-39/+82
2019-10-30StrictTypesGreg Roach1-2/+16
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-1/+7
2019-10-22Static analysis tools dislike variable method calls.Greg Roach2-4/+9
2019-10-20Strict comparisonsGreg Roach2-19/+17
2019-10-18Add assertions to assist static code analysisGreg Roach1-0/+6
2019-10-18Remove unreachable code from report parserGreg Roach1-122/+7
2019-10-17Strict typesGreg Roach4-7/+9
2019-10-17PHPdocGreg Roach1-5/+4
2019-10-17PSR12Greg Roach33-0/+33
2019-10-16Strict typesGreg Roach1-2/+2
2019-10-09Working on routing; Code cleanupGreg Roach2-9/+5
2019-10-02Use flysystem for report imagesGreg Roach2-9/+11
2019-09-29PSR12Greg Roach33-0/+33
2019-09-12CodeStyle - use groupBy() consistentlyGreg Roach1-1/+1
2019-09-07Fix: #2572 - bad URL in report footerGreg Roach2-2/+2
2019-08-16Fix: #2485 - cannot select maximum number of generations in reportsGreg Roach1-3/+0
2019-07-25Fix: #2506 - integer XREFs as array keysGreg Roach1-2/+2
2019-07-19Fix: #2504 - Report parameter dates need to be upper caseGreg Roach1-2/+4
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-1/+2
2019-05-06Make report generator callbacks protected to permit reuseGreg Roach1-52/+52
2019-04-25PHPdocGreg Roach1-1/+1
2019-04-17Type hintsGreg Roach2-13/+13
2019-04-10Reports: strict types and code styleGreg Roach2-65/+65
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-8/+9
2019-04-03Declare static closuresGreg Roach1-8/+8
2019-03-20#1620 - revert changes to page margins. Some reports depend on the exact valuesGreg Roach1-5/+5