summaryrefslogtreecommitdiff
path: root/tests/app
AgeCommit message (Collapse)AuthorFilesLines
2023-01-21Fix: #4738 - if no HEAD:CHAR, assume GEDCOM7/UTF-8Greg Roach1-1/+1
2022-12-28Add support for INDI:NO and FAM:NO tagsGreg Roach2-3/+38
2022-12-26Show timestamp of last check for update, and allow check at any timeGreg Roach1-0/+35
2022-12-12Fix: #4655 - residence facts take a value in GEDCOM 7Greg Roach1-4/+4
2022-12-06Add minimal test scripts for every class, to pick up PHP version issuesGreg Roach664-0/+23240
2022-12-05CodeStyleGreg Roach1-1/+0
2022-12-05Do not validate HTTP server parameters - some webhosts add headers that are ↵Greg Roach1-73/+366
not ASCII
2022-11-30PHPdocGreg Roach1-2/+0
2022-11-30phpunit assertions are staticGreg Roach3-4/+4
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach16-96/+48
2022-11-23Wrong parameter nameGreg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach5-11/+14
2022-10-31Re-order import statementsGreg Roach31-32/+32
2022-10-17Fix: #4580, Fix: #4577 - SOUR:PUBL, SOUR:TITL and SOUR:AUTH allow multi-line ↵Greg Roach2-0/+20
text
2022-10-16Fix `Invalid GEDCOM data passed to Fact` when no required new facts (#4578)Jonathan Jaubart1-0/+79
* Fix `Invalid GEDCOM data passed to Fact` when no required quick facts * Add unit tests for new facts in GedcomEditService
2022-09-25Deprecate LocalizationService and use PHP-INTL for sorting instead of MySQLGreg Roach1-47/+0
2022-09-19CodeStyleGreg Roach1-1/+0
2022-09-19Fix testsGreg Roach1-2/+4
2022-09-06CodeStyleGreg Roach6-6/+13
2022-09-06PHPdocGreg Roach1-0/+3
2022-06-20Fix failing testGreg Roach1-0/+11
2022-06-09Fix: SOUR:PUBL can contain multi-line textGreg Roach1-0/+10
2022-06-08Fix: #4450 inline sources not displayed correctlyGreg Roach1-1/+13
2022-06-06Add missing subtags to facts and eventsGreg Roach1-3/+3
2022-06-02Use a factory to make the current timeGreg Roach1-35/+17
2022-06-02Add some GEDCOM 7 definitionsGreg Roach3-0/+198
2022-06-01Add 1950 US censusGreg Roach1-1/+2
2022-05-30Fix: #4447 - EntryRecodingDate is just a DateValueGreg Roach1-39/+0
2022-05-23Fix: #4420 - GOV ids can be upper/lower/mixed caseGreg Roach1-3/+3
2022-05-21Fix: #4417 - bad regex in Fact::attribute()Greg Roach1-4/+28
2022-05-21Fix testsGreg Roach1-1/+1
2022-05-19Fix: #4402 - quoted HTML in note titles are truncatedGreg Roach2-12/+27
2022-05-18Fix: #4408 - allow negative integers when validating parametersGreg Roach1-2/+11
2022-05-13Use Validator classGreg Roach1-17/+8
2022-05-11Fix: #4393 - name of multi-paragraph noteGreg Roach1-0/+10
2022-05-09Create surname traditions using a factoryGreg Roach1-15/+21
2022-05-04Fix testsGreg Roach1-4/+4
2022-04-28Fix: y,m,d are lowercase in AGE fieldsGreg Roach1-3/+3
2022-04-20Add support for GEDZIP exports. Fixes: #4288Greg Roach2-12/+14
2022-04-19Fix failing testGreg Roach1-0/+11
2022-04-16Prefer uppercase for RestrictionNotice fields. See #4308Greg Roach2-9/+9
2022-04-16Prefer uppercase for PedigreeLinkageType fields. See #4308Greg Roach1-0/+10
2022-04-16Prefer uppercase for NameType fields. See #4308Greg Roach10-114/+124
2022-04-16GEDCOM7 files can have two restrictions in the same RESN tagGreg Roach1-3/+7
2022-04-16Prefer upper-case for AgeAtEvent. See #4308Greg Roach1-3/+18
2022-04-16Prefer upper-case for PhoneticType, RomanizedType and OrdinanceProcessFlag. ↵Greg Roach4-7/+26
See #4308
2022-04-16Prefer upper-case for ChildLinkageStatus, SourceMediaType and ↵Greg Roach3-16/+16
MultimediaFormat. See #4308
2022-04-15TestingGreg Roach1-3/+3
2022-04-13Use Validator and ResponseFactory in Redirect request handlersGreg Roach2-2/+2
2022-04-12Remove unused importsGreg Roach5-22/+0