summaryrefslogtreecommitdiff
path: root/phpstan-baseline.neon
AgeCommit message (Expand)AuthorFilesLines
2020-06-16Refactor controllers as request handlersGreg Roach1-2/+2
2020-06-14Refactor edit controllers into request handlers. Preparing to use GedcomElem...Greg Roach1-5/+0
2020-06-11wipGreg Roach1-15/+0
2020-06-11Add on-screen-keyboard widget for name fieldsGreg Roach1-9/+19
2020-06-08CodeStyleGreg Roach1-1/+1
2020-06-07Fix: wrong logic for deciding if media tab should be greyed outGreg Roach1-5/+0
2020-06-07Fix: #3328 - wrong binary operator for error reporting parametersGreg Roach1-5/+0
2020-06-04PHPdocGreg Roach1-12/+2
2020-06-04PHPdocGreg Roach1-65/+0
2020-06-03PHPdocGreg Roach1-31/+1
2020-06-03PHPdocGreg Roach1-40/+0
2020-06-03PHPdocGreg Roach1-55/+0
2020-06-03PHPdoc/CodeStyleGreg Roach1-69/+4
2020-06-03Fix: using PHP built-in webserver with pretty URLsGreg Roach1-5/+0
2020-06-03Fix: cannot delete an individual if it is linked to family record that has an...Greg Roach1-22/+2
2020-06-03CodeStyleGreg Roach1-0/+25
2020-05-24PHPdocGreg Roach1-35/+205
2020-05-23Fix: #2910 - refactor GEDCOM export code to improve performanceGreg Roach1-381/+31
2020-05-14Update PHPSTAN baselineGreg Roach1-18/+83
2020-05-12Static analysis checksGreg Roach1-100/+0
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-5/+0
2020-05-12Add type hintsGreg Roach1-70/+0
2020-05-09Static analysisGreg Roach1-5/+0
2020-04-28Refactor agesGreg Roach1-5/+0
2020-02-27Use correct types for submitter searchesGreg Roach1-40/+0
2020-02-25The wt_name table is now only used for individual namesGreg Roach1-5/+0
2020-02-14Fix: #3076 - place hierachy, not finding events in a placeGreg Roach1-5/+0
2020-02-14Update vendor dependenciesGreg Roach1-25/+35
2020-02-04Fix: #3052 - use BAPM:PLAC when BIRT:PLAC missingGreg Roach1-5/+0
2020-02-04Code styleGreg Roach1-5/+0
2020-01-28Fix: #3024 - transliterate names to create pure-ascii slugsGreg Roach1-25/+35
2020-01-27CodeStyleGreg Roach1-29/+39
2020-01-20Create new middleware to load route parametersGreg Roach1-5/+0
2020-01-20Fix: site logs cannot filter by usernameGreg Roach1-10/+0
2020-01-19Fixes: #2988 - Smaller text for titles in control panelGreg Roach1-20/+25
2020-01-18Convert 'update places' function to data-fixGreg Roach1-32/+32
2020-01-18Fix: #2983 - Add data-fix to convert CEME tags to BURI/PLAC or BURI/ADDRGreg Roach1-5/+0
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. Fixe...Greg Roach1-95/+75
2020-01-12Fix: all-numeric XREFs break census assistantGreg Roach1-5/+0
2020-01-09Set SameSite attribute on session cookiesGreg Roach1-15/+20
2020-01-09Fix: #2953 - sort events by anniversary dateGreg Roach1-1/+1
2020-01-04Fix: invalid value for STMP_FROM_NAME breaks email validationGreg Roach1-5/+0
2020-01-01Missing HEAD records break exportGreg Roach1-5/+0
2019-12-19XML reports: remove unused HTML elementsGreg Roach1-35/+0
2019-12-19XML reports: remove unused PageHeader elementsGreg Roach1-7/+7
2019-12-16Fix: unescaped characters in HTML reportsGreg Roach1-10/+0
2019-12-16wipGreg Roach1-5/+0
2019-12-16Static analysis errors in reportsGreg Roach1-15/+0
2019-12-16Refactor to avoid possible null-value errorGreg Roach1-10/+0
2019-12-16Convert home page controller into request handlers and a serviceGreg Roach1-39/+24