Tim G L Lyons
edaea54a84
GEDCOM import: make generated GEDCOM notes monospaced
...
svn: r18916
2012-02-17 18:00:31 +00:00
Jérôme Rapinat
f97a4f4511
2356: add comments about genitive form issues under some locales
...
svn: r18915
2012-02-17 16:51:40 +00:00
Tim G L Lyons
65cd98be62
Typo (inconsistent warning note titles)
...
svn: r18905
2012-02-17 00:34:59 +00:00
Tim G L Lyons
83ae6bb74b
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: r18903
2012-02-17 00:12:44 +00:00
Jérôme Rapinat
c6b9e660f6
1571: use translated strings
...
svn: r18878
2012-02-14 12:15:33 +00:00
Jérôme Rapinat
f505317b4d
1571: use translated strings
...
svn: r18874
2012-02-13 18:03:14 +00:00
Nick Hall
8a443da4d2
5326: Add Alphabetical Index and Table of Contents generation for pdf reports
...
svn: r18870
2012-02-12 21:55:07 +00:00
Tim G L Lyons
9e34031bcf
Support _MAR as tag for married name for geni.com (similarly to existing _MARNM). This is related to 0005456: Default log level after installation results in disk being filled on import.
...
svn: r18863
2012-02-11 18:55:53 +00:00
Tim G L Lyons
5800f46518
0003553: Import media files from GEDCOM (part fix). 0005456: Default log level after installation results in disk being filled on import (part fix). Don't give error messages if the imported media file is an http URL (instead of a local file). Note that the double slash in 'http://" is still stored as a single slash.
...
svn: r18862
2012-02-11 18:34:52 +00:00
Tim G L Lyons
7e3415accb
0005030: Remove warning of libgedcom.py from family tree builder. Handle RIN and _UID on events.
...
svn: r18861
2012-02-11 18:16:18 +00:00
Tim G L Lyons
82dd340047
0005042: Import Gedcom : Address. There can be problems if the place structure creates a main location (any subsequent address structure will overwrite the main location) or if an ADDR tag is encountered before the PLAC tag (the place will create a new place, and the data already created for the ADDR will become an orphan).
...
svn: r18855
2012-02-10 23:47:33 +00:00
Josip Pisoj
53c9c30890
bug #5554 : Automake problem
...
svn: r18851
2012-02-10 20:25:15 +00:00
Nick Hall
da75a38762
5326: Revert r18842
...
svn: r18848
2012-02-10 19:57:57 +00:00
Tim G L Lyons
3d071f8b33
pylint improvements
...
svn: r18846
2012-02-10 19:16:15 +00:00
Jérôme Rapinat
4bc1428a85
5555: Some translation strings should be the same as keys in english (GrampsType classes), detailed reports
...
svn: r18844
2012-02-10 15:13:04 +00:00
Nick Hall
3767c1d1e4
5326: Add Alphabetical Index and Table of Contents generation for pdf reports
...
svn: r18842
2012-02-10 14:53:58 +00:00
Tim G L Lyons
249c5dc46b
0002172: Warnings on GEDCOM import. Improve compatibility with standard GEDCOM. Issue warning if both ADDR and ADR1 are supplied, as only one is stored. Store attributes more consistently: store person RIN and REFN:TYPE. Store family REFN:TYPE and RIN. Store source RIN. Fix parsing of HEAD, so that detection and storing of software product and version is not dependant on the sequence in which the tags are encountered. Fix processing of 'Submitter' so that if more than one, the correct one is stored as the researcher. Issue warning when various elements are ignored. Fix level of parsing of top level notes. Also process more of the HEAD header so that if the option for adding a default source on import is set, most of the header is stored as attributes etc. of the default source (the submitter(s) are stored as repositories).
...
svn: r18841
2012-02-10 00:13:17 +00:00
Tim G L Lyons
108e048a5f
0001571: Option on import to preserve Non-standard data from GEDCOM files (currently discarded without notice). Change the generated NoteType to GEDCOM import.
...
svn: r18832
2012-02-06 22:46:37 +00:00
Tim G L Lyons
be08c38207
GEDCOM import remove debug outputs (also a few extra comments)
...
svn: r18827
2012-02-05 23:35:59 +00:00
Tim G L Lyons
79ca4f32d3
0005553: GEDCOM import does not import references to repositories. rid_map was not being used. Also removed redundant code in __find_or_create_repository()
...
svn: r18826
2012-02-05 17:51:09 +00:00
Tim G L Lyons
371f6ca414
GEDCOM import. Minor fix for reporting of top level errors.
...
svn: r18825
2012-02-05 15:55:17 +00:00
Tim G L Lyons
b6df7d2a49
GEDCOM import. Fix handling of notes. Notes could get duplicate Gramps IDs. If a note was going to be assigned the next Gramps ID, then there was no check whether the Gramps ID had already been allocated to a note that had been encountered as a linked note, but not yet committed. Also handle change date and time for notes. Also media objects attached to a source citation were parsed with the wrong level, so they swallowed the following tags (this had been a problem with the previous source references processing).
...
svn: r18824
2012-02-05 15:38:32 +00:00
Tim G L Lyons
fc74ba6f6e
GEPS 023: Citations: GEDCOM import was not working if Preferences->General->'Add default source on import' was set.
...
svn: r18818
2012-02-03 11:15:42 +00:00
Tim G L Lyons
142c6c69cf
Added a report for GEDCOM import showing lines that were not imported, and build notes containing the unimported data. The notes are attached, where possible, to appropriate objects.
...
This resolves the following two issues:
0001371: source record ignores useful DATA block
0001571: Option on import to preserve Non-standard data from GEDCOM files (currently discarded without notice)
svn: r18815
2012-02-02 23:02:18 +00:00
Tim G L Lyons
b79e930770
Added comments for the level 0 parsing to clarify signposts in the code.
...
svn: r18808
2012-02-01 22:14:47 +00:00
Tim G L Lyons
3b42cdf51f
0005501: Gedcom with embedded and linked notes creates duplicate IDs. The translate parameter is removed from IdMapper, so that IDs are always translated. This still means that import attempts to preserve the IDs in the GEDCOM file (unless there are collisions).
...
svn: r18803
2012-01-31 18:25:17 +00:00
Tim G L Lyons
26733443fb
0002918: Add Gedcom EVENT_TYPE_CITED_FROM and ROLE_IN_EVENT in relation with Source Citation Fields. These are added as data elements with keys EVEN and EVEN:ROLE respectively.
...
svn: r18780
2012-01-27 20:59:35 +00:00
Tim G L Lyons
abddb6bcf6
0005528: ODF output fails validation. Added generation of settings.xml, and fixed illegal characters in style-name
...
svn: r18765
2012-01-24 16:00:11 +00:00
Paul Franklin
e5a490d5da
5317: Multi-line photo captions are not rendered correctly in output reports
...
patch from Adam Stein <adam@csh.rit.edu>
svn: r18760
2012-01-22 04:03:29 +00:00
Gerald Britton
6831989736
Change HTML5 support so that pages pass the w3c validator tests
...
svn: r18743
2012-01-14 20:27:24 +00:00
Paul Franklin
4cdc101c26
typos (and one file's SVN properties)
...
svn: r18651
2011-12-24 19:08:19 +00:00
Rob G. Healey
051da7cb87
Moved javascript map code from src/plugins/lib/libhtmlconst.py to NarrativeWeb. Fixed the single marker PlacePage.
...
svn: r18645
2011-12-21 00:44:16 +00:00
Gerald Britton
11a7aa2e8e
Update libhtml.py to handle html5 and make html5 the default -- extra stuff
...
svn: r18642
2011-12-20 16:38:05 +00:00
Gerald Britton
78e3584aec
Update libhtml.py to handle html5 and make html5 the default
...
svn: r18641
2011-12-20 15:55:31 +00:00
Paul Franklin
4b5c061554
typos
...
svn: r18639
2011-12-19 22:43:21 +00:00
Rob G. Healey
16282bce65
Minor change to OSM maps in PlacePage and FamilyMap.
...
svn: r18568
2011-12-10 20:29:10 +00:00
Paul Franklin
c83653f017
for Python files and Makefile.am files in the "src" (only) sub-tree:
...
1) add SVN svn:keywords "Id" property if it didn't have it
2) add SVN svn:mime-type "text/plain" property if it didn't have it
3) add SVN "Id" line to the file if it had none
svn: r18554
2011-12-06 16:56:50 +00:00
Tim G L Lyons
c833073ba6
GEPS023: merge branch (changes 17960-18546) into trunk
...
svn: r18548
2011-12-04 17:09:17 +00:00
Paul Franklin
0129017798
remove 15169 trailing whitespace
...
svn: r18547
2011-12-04 04:28:52 +00:00
Tim G L Lyons
f37ab70446
Merged trunk r18499 through r18539 into geps023.
...
Conflicts resolved in:
gramps.pot
svn: r18540
2011-12-02 00:10:04 +00:00
Paul Franklin
fb48820056
5386: libhtmlbackend.py crashes if a dir-name file preexists
...
svn: r18531
2011-11-29 03:33:32 +00:00
Rob G. Healey
606bd5d59d
Added markers for birth, death, and census marks in Family Maps. Changed division id for place page maps to distinguish the different maps. Other changes which affect new markers.
...
svn: r18522
2011-11-28 04:42:44 +00:00
Paul Franklin
0c6834c365
add .pdf to filename, if needed
...
svn: r18521
2011-11-28 04:21:35 +00:00
Tim G L Lyons
26cb74474b
Removal of redundant SourceRef and related modules. Minor consequent changes.
...
svn: r18516
2011-11-27 17:49:25 +00:00
Tim G L Lyons
6cb761b010
Merged trunk r18398 through r18497 into geps023.
...
Conflicts resolved in:
NarrativeWeb.py
svn: r18498
2011-11-24 18:15:53 +00:00
Michiel Nauta
bc33f7146a
5335: Failure loading Geni.com GedCom into Gramps 3.3.1
...
svn: r18493
2011-11-23 18:29:35 +00:00
Rob G. Healey
0b66814874
Made USA holidays more consistent to all of the holidays-- Holiday Name value type offset.
...
svn: r18430
2011-11-10 08:43:17 +00:00
Jérôme Rapinat
9e991bdb12
5361: Add Japanese holidays (contribution by MathieuMD)
...
svn: r18427
2011-11-10 05:20:21 +00:00
Tim G L Lyons
6ee1af893f
[ImportGedcom] libgedcom upgraded for citations
...
svn: r18415
2011-11-08 17:13:59 +00:00
Tim G L Lyons
3adb1b7ffa
Merged trunk r17888 through r18397 into geps023.
...
Conflicts resolved in:
/data/grampsxml.dtd
/data/grampsxml.rng
/src/Filters/Rules/Repository/_MatchesNameSubstringOf.py
/src/plugins/import/ImportXml.py
(Various property conflicts also resolved)
svn: r18405
2011-11-05 19:07:58 +00:00