summaryrefslogtreecommitdiff
path: root/includes/functions/functions_import.php
AgeCommit message (Expand)AuthorFilesLines
2015-06-05Refactor includes/functions into classesGreg Roach1-1153/+0
2015-06-02Code style - getters/setters, PHPDoc, TODOGreg Roach1-2/+2
2015-05-31PSR-4Greg Roach1-2/+13
2015-05-30Code styleGreg Roach1-48/+51
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-3/+3
2015-05-18Sources with names longer than 255 chararacters give error when MySQL strict ...Greg Roach1-1/+1
2015-05-11Performance - automatically re-use all prepared statementsGreg Roach1-114/+113
2015-04-05Update .PO filesGreg Roach1-2/+2
2015-03-21Default/unknown sexGreg Roach1-15/+1
2015-03-09Refactor tree to ID/name conversionsGreg Roach1-21/+22
2015-03-09Use Tree object instead of ID/nameGreg Roach1-8/+10
2015-03-02PSR-1Greg Roach1-1/+1
2015-03-02PSR-1Greg Roach1-3/+25
2015-02-19Correction for 13b27afccGreg Roach1-2/+2
2015-02-19Fix: repeated, identical placenames longer than 150 characters break indexes ...Greg Roach1-1/+1
2015-02-13Type hintGreg Roach1-1/+1
2015-02-09Fix 403 errors during importGreg Roach1-13/+12
2015-02-06Generating XREFs is the responsibility of the treeGreg Roach1-1/+1
2015-02-06Create a record in a treeGreg Roach1-1/+1
2015-02-05Replace globals with tree propertiesGreg Roach1-2/+3
2015-02-05Replace globals with tree propertiesGreg Roach1-3/+3
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-03Over-long (>255 chars) source titles break MySQL's strict modeGreg Roach1-2/+2
2015-02-03FamilyTreeMaker uses a long form of GEDCOM tags, and we missed a couple of themGreg Roach1-3/+6
2015-02-02Prevent truncation causing import error when using MySQL's strict modeGreg Roach1-2/+2
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-72/+67
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-261/+261
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-27Remove more global functionsGreg Roach1-27/+0
2014-10-23Soundex: PSR-1, PHPDocGreg Roach1-7/+7
2014-10-21PHPDocGreg Roach1-3/+3
2014-10-21PHPDocGreg Roach1-1/+6
2014-10-21PHPDocGreg Roach1-4/+4
2014-10-21PHPDocGreg Roach1-7/+45
2014-10-21PHPDocGreg Roach1-1/+7
2014-10-18PHPDocGreg Roach1-3/+3
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-2/+2
2014-09-13Code style - missing newline on final lineGreg Roach1-1/+1
2014-08-29Remove unused (AFAICT) file inclusions. Fix bug from recent changeGreg Roach1-3/+1
2014-08-26Initial framework for unit testsGreg Roach1-6/+1
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-1/+3
2014-07-23Use external library to generate UUIDsGreg Roach1-53/+2
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-1/+1
2014-05-08DocBlock headers - fix mismatches with code and apply consistent formattingGreg Roach1-29/+37
2014-05-03Cleanup - remove unused variablesGreg Roach1-13/+5
2014-02-28#1285716 - gedcom download fails on SUBM recGreg Roach1-15/+10
2014-01-27Allow _LOC records to be imported and exportedGreg Roach1-46/+67
2014-01-04Update copyright date to 2014Greg Roach1-3/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-12-21#1257213 - PHP5.5 - preg_replace /e modifer when importing inline mediaGreg Roach1-1/+1