gramps/src/gen/lib
Tim G L Lyons 9c57935c95 GEDCOM Import
0005456: Default log level after installation results in disk being filled on import (various problems manifested by geni.com data)
0005030: Remove warning of libgedcom.py from family tree builder (_UID, RIN, EMAIL and WWW from FTB)
0003553: Import media files from GEDCOM (web located media for geni.com)

* Add EMAIl and WWW for RESI events (for FamilyTreeMaker)
* Detect missing FORM or FILE for Multimedia objects and produce warning reports (FORM and FILE are mandatory for GEDCOM, but are difficult to locate without messages) (for geni.com imports among others)
* Handle multimedia images that are given by web addresses (for geni.com imports among others)
* Produce warning reports when DATE, TYPE and PLACe are ignored for the event details of attributes
* Handle change date/time on notes  (for geni.com imports among others)

svn: r18904
2012-02-17 00:25:02 +00:00
..
test Updated gen/lib/test/merge_test.py 2012-01-29 16:19:08 +00:00
__init__.py Removal of redundant SourceRef and related modules. Minor consequent changes. 2011-11-27 17:49:25 +00:00
address.py Implemented database upgrade for all eligible remaining object types. 2011-08-26 23:18:11 +00:00
addressbase.py 2059: need a way to compare and merge all objects, by MD Nauta 2010-07-22 02:16:32 +00:00
attrbase.py Remove redundant line continuations 2011-01-21 16:27:54 +00:00
attribute.py Various enhancements: 2011-08-23 16:54:03 +00:00
attrtype.py 4345: custom TIME on eventdate 2010-11-11 14:55:36 +00:00
baseobj.py Fix bug that wasn't taking account of the fact that event references in Person and Family have attributes which themselves can have Citations. 2011-11-20 17:42:04 +00:00
calendar.py Further improvment for Swedish Calendar. 2011-02-19 14:13:46 +00:00
childref.py Implemented database upgrade for all eligible remaining object types. 2011-08-26 23:18:11 +00:00
childreftype.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
citation.py Return self from serialize to work with the create method 2011-12-12 23:20:18 +00:00
citationbase.py Fix bug that wasn't taking account of the fact that event references in Person and Family have attributes which themselves can have Citations. 2011-11-20 17:42:04 +00:00
const.py 2059: need a way to compare and merge all objects, by MD Nauta 2010-07-22 02:16:32 +00:00
date.py 5423: Incorrect age for 'death before XX' 2011-12-11 15:58:16 +00:00
datebase.py 2691: Create api documentation with sphinx 2009-06-24 21:56:07 +00:00
event.py Merged trunk r17888 through r18397 into geps023. 2011-11-05 19:07:58 +00:00
eventref.py Fix bug that wasn't taking account of the fact that event references in Person and Family have attributes which themselves can have Citations. 2011-11-20 17:42:04 +00:00
eventroletype.py 4796: 'Primary' string needs l10n context 2011-03-30 14:43:34 +00:00
eventtype.py Better abbreviations, thanks to Paul Franklin. 2011-02-04 15:43:36 +00:00
family.py Fix bug that wasn't taking account of the fact that event references in Person and Family have attributes which themselves can have Citations. 2011-11-20 17:42:04 +00:00
familyreltype.py 5476: Allow user to set a default relationship type 2012-01-02 15:12:18 +00:00
genderstats.py 4758: Copy constructor of gen.lib objects uses shallow copy instead of deep copy 2011-03-15 21:52:08 +00:00
grampstype.py 4759: Make setting a grampstype only assign a string when type is CUSTOM 2011-03-16 22:06:28 +00:00
ldsord.py Implemented database upgrade for all eligible remaining object types. 2011-08-26 23:18:11 +00:00
ldsordbase.py Remove redundant line continuations 2011-01-21 16:27:54 +00:00
location.py Update is_empty method with street and locality 2010-10-30 22:17:21 +00:00
locationbase.py 4041: Filter rule people with records containing <substring> fails on street name 2011-03-05 10:47:07 +00:00
Makefile.am bug #5554: Automake problem 2012-02-10 20:25:15 +00:00
markertype.py GEPS 011: Tagging - Extended to Family, Note and Media objects 2010-10-22 23:22:33 +00:00
mediabase.py Remove redundant line continuations 2011-01-21 16:27:54 +00:00
mediaobj.py GEDCOM Import 2012-02-17 00:25:02 +00:00
mediaref.py Tidy up some comments 2011-11-24 14:54:29 +00:00
name.py Implemented database upgrade for all eligible remaining object types. 2011-08-26 23:18:11 +00:00
nameorigintype.py location as predifined name origin type 2011-01-22 15:09:38 +00:00
nametype.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
note.py Missing return self on unserialize for convienience and consistency 2011-10-15 20:09:20 +00:00
notebase.py 2059: need a way to compare and merge all objects, by MD Nauta 2010-07-22 02:16:32 +00:00
notetype.py 3815: Notes with html show verbatim in narrative web 2010-04-16 20:59:10 +00:00
person.py use translated string for custom attribute type after merging 2012-02-14 14:03:53 +00:00
personref.py Implemented database upgrade for all eligible remaining object types. 2011-08-26 23:18:11 +00:00
place.py Merged trunk r17888 through r18397 into geps023. 2011-11-05 19:07:58 +00:00
placebase.py pep8 fixes 2009-08-09 17:09:32 +00:00
primaryobj.py GEPS023: merge branch (changes 17960-18546) into trunk 2011-12-04 17:09:17 +00:00
privacybase.py 2059: need a way to compare and merge all objects, by MD Nauta 2010-07-22 02:16:32 +00:00
privsrcnote.py 2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-02-24 13:55:55 +00:00
refbase.py 2691: Create api documentation with sphinx 2009-06-24 21:56:07 +00:00
repo.py GEPS 023: Updates to Check and Repair, Test Case Generator and repo and Utils 2012-01-06 22:56:08 +00:00
reporef.py 4758: Copy constructor of gen.lib objects uses shallow copy instead of deep copy 2011-03-15 21:52:08 +00:00
repotype.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
researcher.py GEPS 006: Add Locality to researcher 2010-10-29 23:11:08 +00:00
secondaryobj.py 2059: need a way to compare and merge all objects, by MD Nauta 2010-07-22 02:16:32 +00:00
src.py Delete remove_source_references and replace_source_references as they are no longer needed. 2011-11-11 17:12:43 +00:00
srcmediatype.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
srcnote.py Bug 3011: change old-style classes to new-style classes 2009-05-21 17:19:50 +00:00
styledtext.py Allow modifier % on styledtext 2011-05-27 09:06:48 +00:00
styledtexttag.py 4758: Copy constructor of gen.lib objects uses shallow copy instead of deep copy 2011-03-15 21:52:08 +00:00
styledtexttagtype.py 3914: Add a new markup for creating links to URLs and for gramps objects 2010-05-06 15:54:33 +00:00
surname.py 4758: Copy constructor of gen.lib objects uses shallow copy instead of deep copy 2011-03-15 21:52:08 +00:00
surnamebase.py 5046: GEDCOM import fails on aka name 2011-06-27 15:20:56 +00:00
tableobj.py GEPS 011: Tagging - Converted to use new database table object 2010-09-21 17:52:37 +00:00
tag.py GEPS 011: Tagging - Converted to use new database table object 2010-09-21 17:52:37 +00:00
tagbase.py 4758: Copy constructor of gen.lib objects uses shallow copy instead of deep copy 2011-03-15 21:52:08 +00:00
url.py 4758: Copy constructor of gen.lib objects uses shallow copy instead of deep copy 2011-03-15 21:52:08 +00:00
urlbase.py 2059: need a way to compare and merge all objects, by MD Nauta 2010-07-22 02:16:32 +00:00
urltype.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
witness.py Bug 3011: change old-style classes to new-style classes 2009-05-21 17:19:50 +00:00