summaryrefslogtreecommitdiff
path: root/app/Module/CensusAssistantModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-5/+5
2020-07-04Change variable namesGreg Roach1-1/+1
2020-05-20Fix: #3258, Fix: #3236 - allow multi-line comments in census assistantGreg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-5/+6
2020-03-14#3109 - generate census columns using census languageGreg Roach1-0/+3
2020-03-07Fix: #3106 - set head-of-household automaticallyGreg Roach1-0/+3
2020-03-07Fix: #3105 - empty cell in first column of census table not renderedGreg Roach1-23/+13
2020-02-29Fix: #3058 - cannot add empty rows using census assistantGreg Roach1-10/+27
2020-01-12Fix: all-numeric XREFs break census assistantGreg Roach1-1/+2
2020-01-10Fix: #2964 - error adding empty row in census assistantGreg Roach1-8/+10
2019-12-13CodeStyle - strict typesGreg Roach1-3/+5
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-2/+2
2019-11-15Refactor icons. Use SVG and foreground images. De-duplicate. Remove unused.Greg Roach1-2/+2
2019-11-10Fix: #2765 - census assistantGreg Roach1-4/+4
2019-10-30Add assertions for route parametersGreg Roach1-1/+6
2019-10-21Strict typesGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-1/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-3/+2
2019-05-09PSR-7 requestsGreg Roach1-11/+13
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-17/+17
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-2/+2
2019-03-07Code style and testingGreg Roach1-2/+2
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-01Removed duplicate interfaces in implements (#2288)Rico Sonntag1-1/+1
2019-02-20Fix PHP error when adding empty factGreg Roach1-1/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-1/+1
2019-01-30Clean up module codeGreg Roach1-1/+1
2019-01-30Module functions do not need to be staticGreg Roach1-2/+2
2019-01-22PHPdocGreg Roach1-2/+10
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-2/+2
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-2/+2
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-4/+4
2018-10-29Error handlingGreg Roach1-2/+8
2018-10-28Strict typesGreg Roach1-3/+3
2018-10-12Be more consistent when creating new recordsGreg Roach1-1/+1
2018-10-08Create ModuleInterfaceGreg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-08-29Remove old codeGreg Roach1-1/+0
2018-08-29Census header row method does not need to be public/staticGreg Roach1-1/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-8/+8
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-8/+8
2018-08-19CodeStyleGreg Roach1-3/+3
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-4/+4
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-4/+2
2018-07-16Use PSR2 code styleGreg Roach1-155/+166
2018-07-14Remove unused import statementsGreg Roach1-4/+0