summaryrefslogtreecommitdiff
path: root/import.php
AgeCommit message (Expand)AuthorFilesLines
2014-11-08PHPDoc / typingGreg Roach1-14/+14
2014-10-27Remove more global functionsGreg Roach1-2/+1
2014-10-22Don't sleepGreg Roach1-1/+0
2014-10-10Update .PO files. Fix some minor English grammar.Greg Roach1-2/+2
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-2/+2
2014-09-17#237 - function accept_all_changes() not foundGreg Roach1-1/+0
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-30Typos in msgctxt strings for relationships. Consistent use of punctuationGreg Roach1-2/+2
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-3/+3
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-05-12Since (recent upgrade of jQuery?? or before?? or something else??), the jQuer...fisharebest1-2/+3
2013-04-08Treat the character set "IBM WINDOWS" as a synonym for CP850fisharebest1-1/+2
2013-02-07#1017182 - GEDCOM Import Progress Bar Blinks On and Off in Firefoxfisharebest1-2/+6
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-9/+9
2012-01-24Error importing ANSI formatted GEDCOM file - Bug #921281Nigel Osborne1-1/+1
2011-12-03#899570 - Links to media missing when uploading new GEDCOMfisharebest1-1/+1
2011-11-28Improve feedback during import processfisharebest1-16/+6
2011-11-28Fix: progress bar flickering when importing GEDCOM data. (Need to check this...fisharebest1-3/+1
2011-11-28Import not working.fisharebest1-23/+18
2011-11-19Change final few headers to use consistent comment style. Delete some empty/...fisharebest1-30/+28
2011-01-02Migrate to new admin modules (no longer use editgedcoms.php)fisharebest1-2/+2
2011-01-01Refactoring class names and use autoloading.fisharebest1-4/+4
2010-12-13Fix: Imported does not recognise encoding of files with indented headers.fisharebest1-1/+1
2010-11-20Add support for "0 HEAD/1 CHAR WINDOWS" - assume it means CP-1252fisharebest1-0/+1
2010-10-19Fix: cannot load GEDCOM files with a BOMfisharebest1-6/+10
2010-10-09#622194 - MAX_ALLOWED_PACKET and MySQL >= 5.1.31fisharebest1-104/+87
2010-09-10Tidy up some whitespace/formattingfisharebest1-8/+8
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 characters....fisharebest1-47/+40
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 max_allowed_packe...fisharebest1-0/+6
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