summaryrefslogtreecommitdiff
path: root/tests/app/Elements
AgeCommit message (Expand)AuthorFilesLines
2023-02-06Updates for phpunit 10Greg Roach183-183/+183
2023-01-25It's 2023Greg Roach214-214/+214
2023-01-25It's 2023Greg Roach214-214/+214
2022-12-28Add support for INDI:NO and FAM:NO tagsGreg Roach2-3/+38
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 Roach20-0/+700
2022-10-31Re-order import statementsGreg Roach5-5/+5
2022-10-17Fix: #4580, Fix: #4577 - SOUR:PUBL, SOUR:TITL and SOUR:AUTH allow multi-line ...Greg Roach2-0/+20
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-02Add some GEDCOM 7 definitionsGreg Roach3-0/+198
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-04-28Fix: y,m,d are lowercase in AGE fieldsGreg Roach1-3/+3
2022-04-19Fix failing testGreg Roach1-0/+11
2022-04-16Prefer uppercase for RestrictionNotice fields. See #4308Greg Roach1-7/+7
2022-04-16Prefer uppercase for PedigreeLinkageType fields. See #4308Greg Roach1-0/+10
2022-04-16Prefer uppercase for NameType fields. See #4308Greg Roach1-0/+10
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. S...Greg Roach4-7/+26
2022-04-16Prefer upper-case for ChildLinkageStatus, SourceMediaType and MultimediaForma...Greg Roach3-16/+16
2022-04-15TestingGreg Roach1-3/+3
2022-04-12Remove unused importsGreg Roach1-3/+0
2022-03-17CodeStyle - prefer single quotesGreg Roach34-54/+54
2022-03-16It is 2022 - update copyright datesGreg Roach192-192/+192
2022-03-13Dead codeGreg Roach1-4/+0
2022-03-13CodeStyle - upper/lower case mismatchesGreg Roach1-2/+2
2022-02-23Update and use Validation classGreg Roach9-9/+9
2021-10-29TypeHintsGreg Roach1-2/+1
2021-10-22Trailing spaces are significant in markdownGreg Roach6-6/+6
2021-10-13Remove unused importsGreg Roach1-1/+0
2021-09-01Use wt- namespace for data attributesGreg Roach1-4/+4
2021-08-15Fix: #3986 - Close relative events are CustomEvent, not EventDescriptorGreg Roach1-39/+0
2021-04-07Add support for _FSFTID tagsGreg Roach2-0/+51
2021-04-06TestingGreg Roach1-0/+10
2021-03-29TestingGreg Roach1-9/+9
2021-03-29Fix: #3810 - Media format is set to jpeg instead of jpgGreg Roach1-0/+16
2021-03-12Rename class to avoid ambiguityGreg Roach1-3/+3
2021-03-12Remove unused importsGreg Roach2-3/+0
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach9-18/+18
2021-02-22Merging code from 2.1Greg Roach1-0/+10
2021-02-18Unit testsGreg Roach1-10/+33
2021-02-17Gedcom elementsGreg Roach183-15/+7442
2021-02-04PHP7.1 Compatibility in testsGreg Roach9-18/+18
2021-02-02Merge GEDCOM element code from 2.1 branchGreg Roach11-0/+1386