summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-16Change order of I18N initialisation in webtrees Test Case (#4579)Jonathan Jaubart1-2/+2
2022-10-16Fix `Invalid GEDCOM data passed to Fact` when no required new facts (#4578)Jonathan Jaubart1-0/+79
2022-09-25Deprecate LocalizationService and use PHP-INTL for sorting instead of MySQLGreg Roach3-51/+5
2022-09-19CodeStyleGreg Roach1-1/+0
2022-09-19Fix testsGreg Roach1-2/+4
2022-09-06CodeStyleGreg Roach7-7/+14
2022-09-06PHPdocGreg Roach2-1/+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 Roach2-44/+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 Roach2-0/+12
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. 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-14Rewrite the GEDCOM error check. Fixes: #4255. Fixes #3654. Fixes #957Greg Roach1-1/+1
2022-04-13Use Validator and ResponseFactory in Redirect request handlersGreg Roach2-2/+2
2022-04-12Remove unused importsGreg Roach5-22/+0
2022-04-07TestingGreg Roach1-5/+5
2022-04-05Upper/lower case mismatch causes wrong content-type header for CSV downloadGreg Roach4-6/+8
2022-04-05Add tests and validation to site-logs request-handlersGreg Roach4-0/+220
2022-04-04Fix: #4281 - newlines in markdown textGreg Roach1-2/+36
2022-04-04Fix: #4286 - empty route parameters excluded from URLGreg Roach1-0/+58
2022-04-03Refactor custom tags. Replace modules with hard-coded configuration optionsGreg Roach2-0/+5
2022-04-01Simplify call to isLocalUrl()Greg Roach1-40/+31