summaryrefslogtreecommitdiff
path: root/app/GedcomTag.php
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Code style and testingGreg Roach1-2/+2
2019-02-24Fix: #2102 - change label for MAP field to 'Location'Greg Roach1-1/+1
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-1/+1
2019-01-07Fix: #2106 - error in slideshow config pageGreg Roach1-1/+1
2019-01-04Use constant arrays instead of static variablesGreg Roach1-8/+8
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-1/+1
2018-10-24Unused custom GEDCOM tagsGreg Roach1-8/+0
2018-10-08Strict-typesGreg Roach1-1/+1
2018-10-05Scrutinizer Auto-Fixes (#1942)Scrutinizer Auto-Fixer1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-10-04Code styleGreg Roach1-518/+666
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-3/+3
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-5/+5
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-496/+518
2018-08-16Strict type checkGreg Roach1-1/+1
2018-07-16Use PSR2 code styleGreg Roach1-1537/+2243
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Use e() helper functionGreg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1525)Scrutinizer Auto-Fixer1-1363/+1363
2017-08-06Fix #1226 - NICK is a standard name fact, not and advanced oneGreg Roach1-2/+2
2017-07-11Ramsey/uuidGreg Roach1-1/+1
2017-07-11Prepare to remove class FilterGreg Roach1-1/+1
2017-07-09PHPDocGreg Roach1-0/+2
2017-03-082017Greg Roach1-1/+1
2016-12-29Fix #1153 - Add translations for various custom tags created by Family Tree B...Greg Roach1-656/+245
2016-12-23Code style - short array syntaxGreg Roach1-19/+19
2016-09-18Fix #1098 - list of individual facts in pick-listGreg Roach1-2/+2
2016-09-16Fix #1095 _DNA tags not appearingGreg Roach1-1/+1
2016-06-26I18N - names of identifiersGreg Roach1-1/+1
2016-06-06Add support for FACT/EVEN:TYPE in advanced searchGreg Roach1-1/+5
2016-05-02I18NGreg Roach1-3/+1
2016-04-30I18NGreg Roach1-13/+13
2016-04-17I18NGreg Roach1-18/+18
2016-04-12Scrutinizer Auto-Fixes (#896)Scrutinizer Auto-Fixer1-2/+2
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-23Tidy upGreg Roach1-69/+65
2016-01-23Only display relevant tags in admin_tree_configtronsmit1-14/+71
2016-01-17Two spaces have no effect in HTMLGreg Roach1-24/+24
2015-09-29Fix #669 - translation/punctuationGreg Roach1-3/+3
2015-06-08PHPDocGreg Roach1-3/+2
2015-05-31PSR-4Greg Roach1-0/+1932