summaryrefslogtreecommitdiff
path: root/app/SurnameTradition
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach10-10/+10
2025-01-16It's 2025. Update copyright date.Greg Roach10-10/+10
2024-11-29Replace English word 'gender' with 'sex'Greg Roach2-2/+2
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach3-9/+9
2024-03-31PHP 8.2 - union typesGreg Roach9-10/+10
2023-01-25It's 2023Greg Roach10-10/+10
2023-01-25It's 2023Greg Roach10-10/+10
2022-11-06Strict typesGreg Roach8-21/+21
2022-06-06Unused importsGreg Roach1-2/+0
2022-05-09Create surname traditions using a factoryGreg Roach10-0/+221
2022-04-16Consistent names for controlled-value constantsGreg Roach9-43/+43
2022-04-16Prefer uppercase for NameType fields. See #4308Greg Roach1-0/+2
2022-04-15Use constants for controlled values: NAME:TYPEGreg Roach9-43/+52
2022-03-16It is 2022 - update copyright datesGreg Roach10-10/+10
2022-02-05Refactor surname traditionGreg Roach6-38/+31
2021-10-29CodeStyleGreg Roach1-1/+1
2021-08-21PHPdocGreg Roach10-27/+27
2021-06-04Update surname tradition code to use TYPE=married instead of _MARNMGreg Roach10-280/+381
2021-02-04Code styleGreg Roach10-30/+30
2021-01-25Use https link in copyright headerGreg Roach10-20/+20
2019-10-17PSR12Greg Roach10-0/+10
2019-09-29PSR12Greg Roach10-0/+10
2019-03-07Code style and testingGreg Roach2-22/+22
2019-03-01Removed duplicate interfaces in implements (#2288)Rico Sonntag8-8/+8
2019-01-04Add visibility to constantsGreg Roach1-4/+4
2019-01-01Happy 2019Greg Roach10-10/+10
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach10-0/+20
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag6-56/+56
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag5-7/+7
2018-08-26PHPDocGreg Roach10-27/+27
2018-07-16Use PSR2 code styleGreg Roach10-632/+671
2018-01-07Happy new year - 2018Greg Roach10-10/+10
2017-12-03Scrutinizer Auto-Fixes (#1526)Scrutinizer Auto-Fixer1-10/+10
2017-12-03Scrutinizer Auto-Fixes (#1525)Scrutinizer Auto-Fixer3-29/+29
2017-11-03Space/typo in previous commitGreg Roach1-4/+4
2017-11-03CodeStyle - spacing/alignmentGreg Roach2-6/+6
2017-03-082017Greg Roach10-10/+10
2016-12-23Code style - short array syntaxGreg Roach9-99/+99
2016-10-19Dutch surname prefixes contain apostrophesGreg Roach1-1/+1
2016-04-12Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
2016-04-12Scrutinizer Auto-FixesScrutinizer Auto-Fixer2-2/+2
2016-01-30Update copyright yearGreg Roach10-10/+10
2016-01-01Married names with prefixesGreg Roach1-1/+1
2015-12-29Surname tradition - multiple SPFXGreg Roach1-1/+1
2015-09-13CodeStyleGreg Roach1-2/+2
2015-07-12Code styleGreg Roach2-2/+2
2015-07-02Fix #632 - default NAME not initialised to '//'Greg Roach3-0/+25
2015-06-28Fix #123 and 1313060 - default surnamesGreg Roach10-0/+871