96 Commits

Author SHA1 Message Date
prculley
aa92fa55a9 bug 9581 Gedcom import of FTM .ged file containing _LINK tags not supported 2016-07-16 11:51:00 -05:00
Doug Blank
61f6015aba Merge pull request #191 from prculley/bug9479
Bug 9479 Gedcom import loses spaces in text fields from FTM
2016-07-16 12:03:37 -04:00
prculley
e6923620ea Typo 2016-07-16 10:48:26 -05:00
Doug Blank
523abbf722 Merge pull request #196 from prculley/FTM_photo
Bug (Feature) 9580 Gedcom import of FTM file containing _PHOTO tags
2016-07-16 11:23:03 -04:00
Doug Blank
ea2c36b100 Merge pull request #194 from prculley/bug9579m
bug 9579 Gedcom import of FTM file with OCCU record crashes import
2016-07-16 11:22:08 -04:00
prculley
43d284b166 Bug 9580 Gedcom import of FTM file containing _PHOTO tags 2016-07-15 08:06:51 -05:00
prculley
06fcf29136 Fix for either valid or invalid FTM Gedcom 2016-07-14 10:02:50 -05:00
prculley
ffda171914 bug 9579 Gedcom import of FTM file with OCCU record crashes import 2016-07-13 10:45:34 -05:00
prculley
98004c4e87 Bug 9575, Gedcom import improvements in media areato support v5.5.1 and FTM 2016-07-11 11:36:45 -05:00
prculley
617569a234 Bug 9479 Gedcom import loses spaces in text fields from FTM 2016-07-08 11:47:18 -05:00
Paul Franklin
62d8487f14 change some "place_displayer" strings to the shorter "_pd" 2016-07-02 20:50:31 -07:00
prculley
66bf311168 9124: GEDCOM doesn't accept CR as a line terminator
Original code used readline() when file was in binary mode; this works
only if file contains '\n', true only for CRLF and LF line endings.
Switched to file text mode with correct encoding and universal newline
support.
2016-06-27 21:11:31 +01:00
Doug Blank
9935654a22 Merge pull request #167 from prculley/bug9123
bug 9123 GEDCOM import with media files that have no path fails
2016-06-02 15:36:17 -04:00
Doug Blank
063533ab1e Merge pull request #166 from prculley/bug8729m
bug 8729 place names empty if Gedcom ADDR record contains no street
2016-06-02 15:35:00 -04:00
prculley
9daf562e54 bug 9123 GEDCOM import with media files that have no path fails 2016-05-28 17:45:19 -05:00
prculley
6cb621c6a3 bug 8729 place names empty if Gedcom ADDR record contains no street 2016-05-28 11:57:21 -05:00
prculley
3f32c012f2 but 9475 GEDCOM import creates inconsistent source gramps IDs 2016-05-26 13:54:20 -05:00
Doug Blank
f92c35d797 Merge pull request #157 from prculley/bug7949
Bug 7949, crash on GEDCOM import with empty _AKA lines
2016-05-24 12:16:05 -04:00
prculley
b2e0f437f4 bug 9416 merge conflict 2016-05-13 09:45:24 -05:00
Sam Manzi
05dcde4c8e Merge pull request #151 from prculley/bug9430m
Bug 9430 GEDCOM import PLAC or ADDR attached Notes etc. are lost
2016-05-13 09:08:47 +10:00
Sam Manzi
84e89b35ee Merge pull request #150 from prculley/bug9425m
Bug 9425 GEDCOM import some Place Names & Titles are blank
2016-05-13 09:07:01 +10:00
prculley
86f826a79b Bug 9430 GEDCOM import PLAC or ADDR attached Notes etc. are lost 2016-05-12 11:25:23 -05:00
prculley
878d9f08ca Bug 9425 GEDCOM import some Place Names & Titles are blank 2016-05-12 11:16:11 -05:00
prculley
e3ddcad88e Bug 9416 GEDCOM import PLAC:FORM in local mode doesn't work 2016-05-12 10:27:01 -05:00
prculley
dd7724eca2 Bug 9173, fix broken GEDCOM import PLAC:FORM handling 2016-05-12 09:55:59 -05:00
Nick Hall
f688a96e9a Tidy up class definitions
All python3 classes are new-style classes.  It is no longer
necessary to inherit from object.
2016-05-10 16:06:49 +01:00
prculley
e8caa9997b Bug 8809 Multiple GEDCOM imports creates duplicate event IDs 2016-05-05 14:08:03 -04:00
Sam Manzi
820e981012
Check for non-existent files - remove try/except 2016-04-30 12:02:30 +10:00
Sam Manzi
eb4b4d083f
Fixes for Missed 'open' statements 2016-04-28 10:34:22 +10:00
Doug Blank
21869e4939 Missed object to media in libgedcom 2016-01-24 18:29:48 -05:00
Doug Blank
c19f4b47a9 Rename database methods: _object to _media 2016-01-24 18:15:50 -05:00
Doug Blank
157604b40e Rename *_media_object methods to *_media 2016-01-23 21:53:14 -05:00
Doug Blank
2eeda93617 Renamed get_object_from to get_media_from 2016-01-23 19:00:13 -05:00
Doug Blank
ee05e0b451 7335: Cleanup code, filenames, and documentation
First part of cleanup, changes:

MediaObject -> Media
mediaobj -> media
mediaobject -> media
2016-01-23 14:22:41 -05:00
romjerome
d509c44d69 9121 9146 9162: Cannot import gedcom generated by RootsMagic
custom place details ignoring PlaceName()
2016-01-16 15:18:35 +01:00
Tom Samstag
4053d84a5f fix a raising of NotImplemented
It may not have caused any issues, but changing this from raising
NotImplemented to a NotImplementedError. Explanation about why this is
important at:
http://mouadino.appspot.com/notimpelementederror-vs-notimplemented-in-python/
2015-12-30 22:09:13 -08:00
Nick Hall
d770c8a236 Remove unused constfunc imports 2015-11-28 22:00:51 +00:00
Nick Hall
2d92101438 Replace GRAMPS with Gramps in comments 2015-09-07 21:58:52 +01:00
Nick Hall
cdee00aca2 Remove trailing whitespace 2015-08-23 18:42:07 +01:00
Doug Blank
719fdfe2ae Revert "Use DbTxn from database backend"
This reverts commit 92ca9d7571500533db7af85088e3690f069b3431.
2015-08-22 21:44:52 -04:00
Doug Blank
92ca9d7571 Use DbTxn from database backend 2015-08-22 18:17:22 -04:00
Nick Hall
98dbe59e64 8789: Use place title as default name in GEDCOM import 2015-08-15 22:25:17 +01:00
kulath
c9d7b00c0c 0008537: Gedcom import crashes. Fix problem when matching places with
the same name which are enclosed by different places.
2015-06-18 22:54:45 +01:00
Doug Blank
11f294160d 8537: Gedcom import crashes; kulath patch 2015-06-17 08:00:39 -04:00
Josip
612c4665ae add parent to gedcom import report dialog 2015-05-16 03:56:09 +02:00
Paul Franklin
0b35e90fc1 remove ambiguous strings to make update_po.py happy 2015-05-01 22:39:08 -07:00
kulath
c36ddf0845 0001360: Gedcom input: SUBN and SUBM record handling
Fixed:
(a) Additional spaces beyond the first between a GEDCOM tag and the rest
of the line are not ignored.

(b) The SUBMitter name is ignored (it is overwritten by the XREF).

(c) SUBmissioN data items are not committed to the database.
2015-04-24 10:52:25 +01:00
kulath
5af7335e54 0004412: Entering a witness to an event such as marriage
In some circumstances (after a Father's age of Mother's age) a witness
could be ignored.
2015-04-01 14:50:37 +01:00
kulath
2a1da2efba Fix bug in processing of Place FORM in GEDCOM import as a result of fix
for 8233.

When an unused Place was removed, PlaceImport still tried to generate
the place hierarchy. Also fixed bug in GEDCOM import where a default
PLAC FORM in the GEDCOM header was ignored.
2015-03-26 12:19:26 +00:00
kulath
0f5bbce528 3082, 4439, 7134, 8279 Various fixes for GEDCOM import.
0003082: 1/4 and 1/2 ANSEL characters not supported on importing ANSEL
GEDCOM
0004439: [Info]: characters ignored on a Gedcom encoded ANSI (cp1252
West Europe, USA)
0007134: Failure importing ANSEL encoded gedcom file.
0008279: GEDCOM import fails for ANSI file incorrectly opened with the
utf8 locale

Fixed GEDCOM import not working properly for Python3; other problems
also corected, including fixing the inability to import Windows CP1252
coded files. Also more consistent fix for 8014. Ensured any error
messages are not lost. Fixed a few ANSEL characters that were not
translated.
2015-03-24 15:24:28 +00:00