summaryrefslogtreecommitdiff
path: root/app/Factories
AgeCommit message (Collapse)AuthorFilesLines
2022-03-15GEDCOM files created by LifeLines 3 do not have CHAR definitions. Assume ASCIIGreg Roach1-4/+2
2022-03-13PHPdocGreg Roach1-1/+1
2022-03-03Fix: #4243 - RELI and other subtags missing from edit pagesGreg Roach1-1/+2
2022-03-01TestingGreg Roach1-4/+4
2022-02-26Parameter validationGreg Roach1-2/+22
2022-02-25User factories to create routes and responsesGreg Roach2-0/+244
2022-02-23Update and use Validation classGreg Roach1-1/+0
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-0/+83
2022-02-18PHPdocGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-1/+1
2022-02-18Fix: #1663 - add support for ANSEL encodingGreg Roach1-0/+237
2022-02-11Fix: #1584 - Replace FunctionsPrint* with templatesGreg Roach1-1/+1
2022-02-01Wrong return typeGreg Roach1-2/+2
2022-02-01Add tests for CalendarDateFactoryGreg Roach1-2/+3
2022-02-01Extract calendar-date factory codeGreg Roach1-0/+158
2022-01-31Remove old codeGreg Roach1-1/+1
2022-01-31Upgrade commonmark from 1.x to 2.xGreg Roach1-30/+50
2022-01-22Fix: #4170 - uninitialized variable error when ext-intl is not installedGreg Roach1-1/+1
2021-12-19Fix: #4133 - Custom events for individual/family/other have different attributesGreg Roach1-2/+4
2021-11-02Strict typesGreg Roach1-1/+1
2021-10-31Working on custom tag definitionsGreg Roach1-0/+2
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+1
2021-10-29Fix: reference class constants from the defining classGreg Roach1-1/+2
2021-10-25Missing importGreg Roach1-0/+1
2021-10-19Do not allow HTML media to contain iframesGreg Roach1-2/+2
2021-10-17Family-census event is different to individual census eventGreg Roach1-1/+2
2021-10-13Strict type checkingGreg Roach1-0/+4
2021-10-13Remove unused importsGreg Roach3-3/+0
2021-10-10Block javascript in HTML media filesGreg Roach1-2/+5
2021-10-08Fix: image/svg can contain scriptsGreg Roach1-39/+32
2021-09-07PHPdocGreg Roach12-24/+12
2021-08-15Fix: #3986 - Close relative events are CustomEvent, not EventDescriptorGreg Roach1-2/+1
2021-08-02Split compress-response / content-length middleware into twoGreg Roach1-4/+2
2021-07-26Revert "Upgrade league/commonmark to 2.0" - the legacy census format parser ↵Greg Roach1-37/+24
needs more work This reverts commit 2687c61432b3887e94dda2b27e2f5f9c2b6ec7fb.
2021-07-26Upgrade league/commonmark to 2.0Greg Roach1-24/+37
2021-07-25Fix: #3968 - missing AGNC on INDI:EVEN and FAM:EVENGreg Roach1-4/+6
2021-07-16Fix: #3956, Fix: #3954 - update advanced search to use full GEDCOM tagsGreg Roach1-2/+3
2021-06-28Fix: #2600 - refactor markdown formatting to allow XREF links to be disabledGreg Roach1-0/+94
2021-06-21Element labelsGreg Roach1-6/+6
2021-06-21GEDCOM element labelsGreg Roach1-14/+15
2021-06-12Configure GEDCOM tagsGreg Roach1-2/+2
2021-06-12Site and tree default preferencesGreg Roach1-3/+3
2021-05-23Working on adding new GEDCOM tagsGreg Roach1-1/+1
2021-05-18CodeStyleGreg Roach1-4/+2
2021-05-18Missing ADDR fields for new dataGreg Roach1-3/+4
2021-05-14Working on GEDCOM tagsGreg Roach1-0/+2
2021-05-13Merge develop branchGreg Roach1-5/+4
2021-05-12Merge changes from developGreg Roach1-708/+0
2021-05-11GEDCOM elementsGreg Roach1-497/+507
2021-05-11Add API to modify subtagsGreg Roach1-1/+1