summaryrefslogtreecommitdiff
path: root/app/Functions/FunctionsImport.php
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Ignore non-latin commas during importGreg Roach1-2/+1
2019-08-11Fix: #2480, #2520 - ignore records without XREFs during importGreg Roach1-7/+7
2019-04-26Fix: source names longer than 255 characters won't fit in the databaseGreg Roach1-1/+1
2019-04-25Strict typesGreg Roach1-1/+1
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-03-14Media file attributes being ignoredGreg Roach1-2/+2
2019-03-09Fix: #2233 some databases cannot index columns longer than 255 charsGreg Roach1-3/+3
2019-03-07Code style and testingGreg Roach1-24/+22
2019-02-24Fix: #2265 - stop importing if fatal error occursGreg Roach1-5/+4
2019-02-24Fix: #2253 - individuals not linked to places at all levelsGreg Roach1-8/+13
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-1/+1
2019-01-27Fix: #2134 - delete orphaned places recursivelyGreg Roach1-20/+14
2019-01-27Refactor class PlaceGreg Roach1-62/+6
2019-01-10Use illuminate/database in pending changes controllerGreg Roach1-17/+0
2019-01-08Fix: media file details not being importedGreg Roach1-2/+2
2019-01-04Add visibility to constantsGreg Roach1-1/+0
2019-01-02TestingGreg Roach1-8/+6
2019-01-02TestsGreg Roach1-1/+1
2019-01-02TestsGreg Roach1-1/+2
2019-01-02Use illuminate/database to import treesGreg Roach1-269/+218
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-20Remove unused importsGreg Roach1-1/+0
2018-12-08Move DebugBar code to middlewareGreg Roach1-2/+0
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-4/+4
2018-11-25Fix: #1995 - roots magic gedcoms have non-standard structure for media recordsGreg Roach1-0/+6
2018-11-18Prefer class-constants to global-constantsGreg Roach1-6/+7
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-24/+24
2018-10-18Fix: #1987 - importing place names that differ only by diacritics cause dupli...Greg Roach1-1/+3
2018-10-13Apply fixes from StyleCI (#1965)Greg Roach1-2/+3
2018-10-13Simply code for place importGreg Roach1-89/+77
2018-10-09Calendar dates are abstractGreg Roach1-6/+6
2018-10-08Feedback from scrutinizer-ciGreg Roach1-1/+1
2018-10-08Code styleGreg Roach1-2/+2
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-30Add accessors for CalendarDate min/max julian dayGreg Roach1-4/+4
2018-09-21PHPdocGreg Roach1-1/+17
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-3/+3
2018-08-15CodeStyleGreg Roach1-2/+0
2018-07-23Remove globalGreg Roach1-4/+1
2018-07-16Use PSR2 code styleGreg Roach1-1173/+1239
2018-07-09Pass objects instead of IDsGreg Roach1-31/+103
2018-07-09Remove globalGreg Roach1-1/+1
2018-07-08Move global constants to class constantsGreg Roach1-6/+3
2018-04-01Fix: #1668 TMG creates dates EITHER x OR y - convert to BET x AND yGreg Roach1-0/+2
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-19Fix: Editing media objects creates multiple entries in media listGreg Roach1-0/+1
2017-12-03Code styleGreg Roach1-8/+8
2017-12-03Scrutinizer Auto-Fixes (#1525)Scrutinizer Auto-Fixer1-644/+644