aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataImport.m
Commit message (Expand)AuthorAgeFilesLines
* - Show and hide the custom query info area based on whether custom query err...rowanbeentje2010-12-041-0/+1
* - Change the CSV import accessory view to a general import accessory view, b...rowanbeentje2010-11-291-4/+40
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-5/+1
* • CSV import now supports to import sequences of 0 and 1 into BIT fieldsBibiko2010-10-311-9/+40
* - Fix incorrect quoting of BLOB fields on SQL exportsrowanbeentje2010-10-251-3/+14
* CSV Import Field MapperBibiko2010-10-251-25/+16
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-4/+0
* • CSV Import Field Mapper SheetBibiko2010-10-231-6/+86
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+1
* • fixed issue of unnecessary string escaping for importing spatial data via...Bibiko2010-10-101-1/+1
* • enabled SRID editing of spatial fields via WKT stringBibiko2010-10-091-1/+1
* • some code cleaning, speed improvements, commenting stuffBibiko2010-10-091-5/+9
* • CSV Import (incl. import from clipboard)Bibiko2010-10-091-33/+41
* * One label was too short in Content Filter Managerdmoagx2010-09-261-4/+6
* Update Localizable.strings and resolve the use of multiple comments for the s...stuconnolly2010-09-211-4/+4
* • finished the first implementation of CSV Import into new tableBibiko2010-09-031-8/+31
* • first preparations to support a CSV import into a new table (not yet exec...Bibiko2010-09-021-11/+11
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-3/+3
* • overall replacement of:Bibiko2010-08-201-8/+8
* - Add support for automatically converting \r and \r\n linebreaks in query s...rowanbeentje2010-07-291-2/+22
* - Fix positioning bug when using Import From Clipboardrowanbeentje2010-07-251-25/+79
* In addition to Gzip compression support when exporting SQL dumps add the abil...stuconnolly2010-07-241-12/+14
* - Clean up SPDataImport, removing unused methods and cleaning up order and m...rowanbeentje2010-07-191-182/+189
* Rename TableDump to SPDataImport and fix export selected tables functionality.stuconnolly2010-07-061-0/+1438