Raphael Ackermann
65f72560d1
pep8 fixes
...
fixing typos
svn: r12934
2009-08-09 17:09:32 +00:00
Gerald Britton
283f46d543
Bug [0003123]: [Gedcom] An empty type on event may break import
...
svn: r12849
2009-07-29 13:42:19 +00:00
Gary Burton
963f101c6b
Remove some junk leftover from testing.
...
svn: r12719
2009-06-26 10:37:37 +00:00
Gary Burton
96e9fc4f6b
Parse address from GEDCOM submitter tag. Bug #3056
...
svn: r12718
2009-06-26 10:32:36 +00:00
Gary Burton
e6ab15fcd9
GEDCOM parser fixes for gallery objects. Bug #3056
...
svn: r12686
2009-06-20 19:34:42 +00:00
Gerald Britton
5eb7e18dc6
Bug 3018: ImportGrdb: remove calls to keys() dictionary method where possible
...
svn: r12572
2009-05-26 20:48:09 +00:00
Gerald Britton
35326c7b47
Bug 3011: fix problem with new-style class and special method names
...
svn: r12569
2009-05-25 19:13:58 +00:00
Gerald Britton
021b754939
Bug 3011: change old-style classes to new-style classes
...
svn: r12559
2009-05-21 17:19:50 +00:00
Gary Burton
977843f787
Treat RESI tokens as events and not import them as Gramps addresses as per advice on the wiki concerning using residence events to record addresses. Bug #2651
...
svn: r11787
2009-02-01 12:35:26 +00:00
Gary Burton
ba48b9a6df
Cleaner method of handling whitespace. Contributed by Tim Lyons (tim.g.lyons@googlemail.com)
...
svn: r11601
2009-01-10 15:17:27 +00:00
Gary Burton
d7f2a858be
Gedcom compliance. Bug #2558 : Further fix for when a media note is not present.
...
svn: r11485
2008-12-16 21:54:10 +00:00
Gary Burton
688f0f989e
Gedcom compliance. Bug #2558 : Notes in the GEDCOM multimedia objects not imported. Also fixed importing of repository notes.
...
svn: r11468
2008-12-13 17:06:13 +00:00
Gary Burton
246b3e0bd5
Gedcom compliance. Bug #2555 : Blanks at the begining of Gedcom CONT fields.
...
svn: r11465
2008-12-12 21:58:39 +00:00
Brian Matherly
2e9a488e3e
Refactor export plugin framework. All importers and exporters are now plugins.
...
svn: r11243
2008-11-04 04:12:51 +00:00
Jérôme Rapinat
c9cc76704a
2453: Typos/grammar errors (by Joan Creus)
...
svn: r11194
2008-10-25 18:43:58 +00:00
Brian Matherly
dfd426e5ca
Move the contents of "_GrampsBSDDB.py" into "ReadGrdb.py" because that is the only place it is used. Then, rename "ReadGrdb.py" to "plugins/ImportGrdb.py" for consistency. Also clean up misc import related code.
...
svn: r11173
2008-10-21 04:22:45 +00:00
Jérôme Rapinat
f04ea9d5be
2404: Note in EventRef in old style XML-data turned into Person note on import (by Michiel Doede Nauta <m.d.nauta(at)hetnet(dot)nl>)
...
svn: r11157
2008-10-19 09:17:02 +00:00
Brian Matherly
5f7ef33cdc
Remove GrampsDbUtils/importdbdir.py. You can't import database directories from the GUI,and there is no need to import them from the CLI. You can still open a database directory from the CLI.
...
svn: r11145
2008-10-15 03:29:41 +00:00
Brian Matherly
e9c1b1de89
Remove GRDB export code. GRDB export is not supported.
...
svn: r11144
2008-10-14 11:54:42 +00:00
Brian Matherly
8e8f37d5d3
Create a new plugin class for Import plugins.
...
svn: r11142
2008-10-14 02:34:28 +00:00
Brian Matherly
9c364490ce
Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager".
...
svn: r11100
2008-10-02 04:02:10 +00:00
Gerald Britton
df5ca43937
Fix problem with event descriptions on import, bug 2368
...
svn: r11065
2008-09-15 20:24:33 +00:00
Gary Burton
83edeb4a62
Retain whitespace when importing notes. Bug #2357
...
svn: r11023
2008-09-05 19:33:48 +00:00
Brian Matherly
0254a5177f
Contribution from Robert Chéramy <robert@cheramy.net>. Adds note filters to the filter proxy. Also adds note filters to the exporters.
...
svn: r11016
2008-09-04 11:46:43 +00:00
Gary Burton
8eec2297bb
Remove debugging code
...
svn: r10896
2008-07-21 18:35:37 +00:00
Gary Burton
97170b5251
Make exclusion of unlinked records optional
...
svn: r10883
2008-07-20 18:33:04 +00:00
Gerald Britton
6b2b52552d
Revert 10874 changes to _FilterParser.py
...
svn: r10878
2008-07-18 14:06:42 +00:00
Gerald Britton
49316e07e8
Revert 10874 changes to dbdir.py and _GrampsBSDDB.py
...
svn: r10875
2008-07-17 21:03:26 +00:00
Gerald Britton
882199f1c2
Replace dict.has_key(x) with x in dict for performance gain
...
svn: r10874
2008-07-17 18:10:32 +00:00
Peter Landgren
7b9a2713ba
Fix of issue 2253 in trunk
...
svn: r10861
2008-07-14 18:56:39 +00:00
Gary Burton
3cc07e26dd
Apply referenced proxy to remove unused objects when a filter or one of the other proxies is applied.
...
svn: r10846
2008-07-07 19:32:18 +00:00
Gary Burton
656b4da5ab
Make sure Gedcom ADDR token if location is populated. Bug #2216
...
svn: r10832
2008-06-28 11:50:41 +00:00
Gerald Britton
4982292774
Code optimizations wrt handling of None - bug 2212
...
svn: r10811
2008-06-16 15:01:46 +00:00
Gary Burton
18d51e6877
Ancestry.com have fixed their GEDCOM export. Remove workaround in GEDCOM import. bug #2141
...
svn: r10807
2008-06-14 11:19:21 +00:00
Peter Landgren
8d33306a2e
Fixed type in line 2087. too many (.
...
svn: r10799
2008-06-10 09:48:33 +00:00
Brian Matherly
0b70388483
0002204: Narrative Web report "restrict living" is different than Gramps 2.x
...
svn: r10786
2008-06-05 03:45:14 +00:00
Brian Matherly
3a98ddd4fd
0002122: Detailed Ancestor Report reports people as buried who have no birth events (contributed by Gerald Britton <gerald.britton@gmail.com>)
...
svn: r10781
2008-06-02 00:59:14 +00:00
Zsolt Foldvari
998908175f
Issue #0002175 : Change type() expressions to isinstance() expressions.
...
Patch from Gerald Britton <gerald.britton@gmail.com>
svn: r10762
2008-05-25 19:55:47 +00:00
Zsolt Foldvari
62b6250d2f
Typo. Fix #0002174 .
...
svn: r10760
2008-05-25 13:20:38 +00:00
Brian Matherly
3afbd461c0
Put all the plugin management and registration stuff into a class. This new class is named PluginManager. It is a Singleton so that everyone gets access to the same plugin information.
...
svn: r10741
2008-05-18 19:24:28 +00:00
Gary Burton
e580d5b855
Allow Gedcom lexer to pad with a space when joining CONC lines to empty NOTE lines. Bug #2100 .
...
svn: r10635
2008-04-23 21:47:06 +00:00
Zsolt Foldvari
cb4a425f55
Update export/import of StyledText according to structural changes in r10626.
...
svn: r10630
2008-04-23 13:36:43 +00:00
Doug Blank
4a17bcf0aa
0002105: Failed to import from xml: typo
...
svn: r10623
2008-04-22 23:18:35 +00:00
Eero Tamminen
e910a131a9
As discussed on the gramps-devel:
...
"home directory" / "user directory" -> "user's directory"
svn: r10577
2008-04-17 18:19:27 +00:00
Zsolt Foldvari
ede062004e
Bump up XML version number.
...
svn: r10546
2008-04-11 09:38:32 +00:00
Zsolt Foldvari
3b4378fe81
Handle import/export of StyledText Notes.
...
svn: r10526
2008-04-08 21:43:58 +00:00
James G Sack
ec5a0a792b
src/GrampsDbUtils/_GedcomLex.py : #2008 fix error in extract_date()
...
RANGE pattern only returns 4 pattern groups, code was assigning to 5!?
(see also r10470)
svn: r10471
2008-04-05 06:45:46 +00:00
James G Sack
68e9450ef0
src/GrampsDbUtils/_WriteGedcom.py :#2008 fix bug in breakout()
...
src/GrampsDbUtils/test/gedwrite_breakup_test.py : unittest for breakout
svn: r10470
2008-04-05 04:34:46 +00:00
James G Sack
0f21524aa7
#1853 , #1679 , #1849 : Remove code that auto-generates descripion field
...
for events in imported gedcom. Such descriptions can always be done via
the "Extract event descriptions from event data" tool if really wanted.
svn: r10378
2008-03-23 02:54:52 +00:00
Gary Burton
b06e1b67b9
Allow event details to include an address clause. See gedcom specification at http://homepages.rootsweb.com/~pmcbride/gedcom/55gcch2.htm#EVENT_DETAIL
...
svn: r10336
2008-03-18 22:12:49 +00:00