summaryrefslogtreecommitdiff
path: root/import.php
AgeCommit message (Collapse)AuthorFilesLines
2010-09-07Correct englishfisharebest1-1/+1
2010-09-07Make error message clearerNigel Osborne1-1/+1
2010-09-06Update commentsfisharebest1-1/+1
2010-06-01Quote table names - to allow for "bad" choices of TBLPREFIXfisharebest1-12/+12
2010-05-28Simplify SQL statements. Use "##table_name" instead of "{$TBLPREFIX}table_name"fisharebest1-12/+12
2010-05-23SQL tuningfisharebest1-2/+3
2010-05-23#584384 Import Bug - 3 hours, 5% complete SVN 8399fisharebest1-10/+10
2010-05-20Add I18N hintsfisharebest1-2/+1
2010-05-20Handle gedcoms encoded as "ANSI". Assume this means ISO-8859-1fisharebest1-1/+30
2010-05-13Fix: cannot load gedcoms where the HEAD record contains non-ascii ↵fisharebest1-47/+40
characters. Quick-and-dirty hack to fix problem with import sticking at 0.00%
2010-04-30Partial fix: cannot set max_allowed_packet on MySQL 5.1.31 and laterfisharebest1-1/+5
2010-04-30Allow gedcoms to be imported that are larger than the MySQL ↵fisharebest1-0/+6
max_allowed_packet setting.
2010-04-30If gedcom fails import (e.g. empty), then allow options to reload/deletefisharebest1-1/+5
2010-04-25(no commit message)fisharebest1-1/+4
2010-04-25Add support for "MS-DOS" encoding (assume CP850)fisharebest1-1/+2
2010-04-25Fix: error handling of unsupported gedcom encodingfisharebest1-5/+3
2010-04-25Fix: all transactions should either commit or rollbackfisharebest1-0/+1
2010-04-25Add error handler for DB errors while importingfisharebest1-1/+7
2010-04-25Fix: multiple progress bars when importing two gedcoms simultaneouslyfisharebest1-14/+2
2010-04-25Give better feedback while importing datafisharebest1-5/+1
2010-04-24Fix: character set detectionfisharebest1-2/+2
2010-04-24Add replacement for "keep media" on import.fisharebest1-1/+2
2010-04-24New gedcom importer/uploader/loaderfisharebest1-0/+234