summaryrefslogtreecommitdiff
path: root/app/Functions/FunctionsExport.php
AgeCommit message (Expand)AuthorFilesLines
2019-04-03Declare static closuresGreg Roach1-8/+8
2019-03-06Streamline GEDCOM export codeGreg Roach1-101/+59
2019-02-16Use Collection classGreg Roach1-2/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-2/+2
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-1/+1
2019-01-27TestsGreg Roach1-1/+1
2019-01-27Fix: #2141 error in gedcom headerGreg Roach1-9/+5
2019-01-04Fix: #2092 - undefined attribute when downloading GEDCOM fileGreg Roach1-1/+1
2019-01-01Use illuminate/database for gedcom exportGreg Roach1-45/+36
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-1/+2
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-7/+7
2018-11-18Rename Fact::getValue() to value()Greg Roach1-3/+3
2018-10-10Tidy conversion of GEDCOM to ANSIGreg Roach1-5/+6
2018-10-07Apply fixes from StyleCI (#1948)Greg Roach1-1/+0
2018-10-07Replace array of parameters with actual parametersGreg Roach1-32/+14
2018-10-07Error handlingGreg Roach1-0/+3
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
2018-09-21PHPdocGreg Roach1-0/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-3/+3
2018-08-16Strict type checkGreg Roach1-3/+3
2018-07-16Use PSR2 code styleGreg Roach1-244/+255
2018-07-09Only use GEDCOM standards for exporting CONC recordsGreg Roach1-25/+9
2018-05-05GEDCOM constantsGreg Roach1-7/+8
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1526)Scrutinizer Auto-Fixer1-21/+21
2017-11-26Add more support for multiple files per media objectGreg Roach1-1/+1
2017-11-03CodeStyle - spacing/alignmentGreg Roach1-1/+1
2017-03-082017Greg Roach1-1/+1
2017-01-08Do not include HEAD/PLAC/FORMGreg Roach1-8/+8
2016-12-25Code style - single quotesGreg Roach1-5/+5
2016-12-23Code style - short array syntaxGreg Roach1-12/+12
2016-04-12Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-21/+21
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-6/+6
2015-06-08PHPDocGreg Roach1-2/+2
2015-06-05Refactor includes/functions into classesGreg Roach1-0/+314