summaryrefslogtreecommitdiff
path: root/tests/app
AgeCommit message (Collapse)AuthorFilesLines
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
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 Roach1-0/+2
2022-04-01Simplify call to isLocalUrl()Greg Roach1-40/+31
2022-03-29Fix: re-importing large trees causes timeout errorsGreg Roach1-1/+0
2022-03-17CodeStyle - prefer single quotesGreg Roach37-68/+68
2022-03-16PHPdocGreg Roach4-0/+12
2022-03-16It is 2022 - update copyright datesGreg Roach602-602/+602
2022-03-15GEDCOM files created by LifeLines 3 do not have CHAR definitions. Assume ASCIIGreg Roach1-0/+13
2022-03-13Dead codeGreg Roach1-4/+0
2022-03-13PHPunit assertions are staticGreg Roach20-201/+201
2022-03-13CodeStyle - upper/lower case mismatchesGreg Roach1-2/+2
2022-03-13Do not change visibility during inheritenceGreg Roach4-4/+4
2022-03-09Fix: #4250 - refactor linked-records and use consistentlyGreg Roach1-6/+10
2022-03-04Rhode Island State Censuses (#4241)Kirk Gartside5-47/+456
* Adding RI 1905 census and tests. Note 1905 test is WIP * Modified files * Added new unit tests for first few columns * Added columns to test * Added tests for all columns * Added tests for title abbr & modified abbr * Completed automated test * Code cleanup * Cleaned up stlye * Added 1915 Census * Cleanup of 1915 * Added 1925 RI Census * Fix for 1915 Census Test * Cleaned up code format errors * Removed Whitespace Co-authored-by: Kirk Gartside <kirk@Kirks-iMac.local>
2022-03-01TestingGreg Roach1-0/+69
2022-03-01ValidationGreg Roach1-1/+4
2022-02-27TestingGreg Roach1-7/+2
2022-02-26ValidationGreg Roach1-4/+17