summaryrefslogtreecommitdiff
path: root/app/GedcomRecord.php
AgeCommit message (Expand)AuthorFilesLines
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-3/+3
2018-09-23Type mismatch errorsGreg Roach1-2/+2
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-41/+39
2018-09-22PHPdoc, types, etc.Greg Roach1-5/+5
2018-09-22PHPdoc, types, etc.Greg Roach1-30/+30
2018-09-21PHPdocGreg Roach1-0/+2
2018-09-21PHPdocGreg Roach1-6/+24
2018-08-30PHPdocGreg Roach1-0/+2
2018-08-27Use === null instead of is_null (#1855)Rico Sonntag1-1/+1
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-28/+28
2018-08-19Import classesGreg Roach1-1/+2
2018-08-18CodeStyleGreg Roach1-18/+18
2018-08-16Strict type checkGreg Roach1-3/+3
2018-07-19Fix: cannot delete familiesGreg Roach1-6/+4
2018-07-16Use PSR2 code styleGreg Roach1-1170/+1227
2018-07-09Pass objects instead of IDsGreg Roach1-3/+3
2018-07-09Remove globalGreg Roach1-2/+2
2018-01-20Refactor to improve PHPdoc / type hinting / code analysisGreg Roach1-8/+2
2018-01-16Remove unused code relating to selection lists in popup windowsGreg Roach1-16/+4
2018-01-13Use views for genealogy objectsGreg Roach1-4/+7
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-07Typo: addition/addtion. Fix: missing help windowsGreg Roach1-1/+1
2018-01-06Use e() helper functionGreg Roach1-2/+2
2018-01-06Refactor: simpler url() function for recordsGreg Roach1-8/+10
2017-12-03Scrutinizer Auto-Fixes (#1525)Scrutinizer Auto-Fixer1-47/+47
2017-11-29Working on multiple media filesGreg Roach1-3/+1
2017-11-03Code styleGreg Roach1-3/+5
2017-11-03PHPDOCGreg Roach1-1/+1
2017-11-03Return Place instance instead of string, allowing use of object methodsRico Sonntag1-2/+2
2017-07-19Fix #1235 - allow names to be sortedGreg Roach1-1/+1
2017-07-14Review esacpingGreg Roach1-1/+1
2017-07-11Prepare to remove class FilterGreg Roach1-2/+2
2017-06-18Default names for genealogy objectsGreg Roach1-1/+1
2017-06-18URLs for genealogy objectsGreg Roach1-5/+4
2017-06-18Modern browsers support RFC7231 - relative URLs in 30x responsesGreg Roach1-9/+0
2017-04-27Strict typingGreg Roach1-2/+2
2017-03-082017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-38/+38
2016-05-21Family tree statistics - layoutGreg Roach1-2/+7
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Misuse of  Greg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-9/+9
2015-12-07Double deletion causes data integrity issueGreg Roach1-9/+11
2015-09-04Fix #717 - Mixed-cases months not parsed correctlyGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-5/+5
2015-06-05Refactor includes/functions into classesGreg Roach1-7/+11
2015-06-04Code style - compare NULL strictlyGreg Roach1-1/+1
2015-06-01PHPDocGreg Roach1-1/+1
2015-06-01Prefer self/static to class nameGreg Roach1-3/+9
2015-05-31PSR-4Greg Roach1-1/+1