Doug Blank
204c4e1d24
Protection from null objects
...
svn: r15506
2010-05-30 12:09:17 +00:00
Doug Blank
a9ac340110
3878: Private option and filter on Exporter; adds proxy order, browse of proxy data, referenced proxy, update of all exports (except csv)
...
svn: r15502
2010-05-30 04:07:50 +00:00
Doug Blank
88a571d9e3
3878: Private option and filter on Exporter (undo of commit 15402)
...
svn: r15424
2010-05-19 00:13:25 +00:00
Doug Blank
d134be8d2e
3878: Private option and filter on Exporter
...
svn: r15402
2010-05-13 12:11:22 +00:00
Doug Blank
187e1d582f
3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters
...
svn: r15370
2010-05-09 13:54:50 +00:00
Doug Blank
14f3d33da4
3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters
...
svn: r15366
2010-05-09 12:57:05 +00:00
Doug Blank
e13ed1433a
Jakim Friant's fix: msg_callback typo
...
svn: r15355
2010-05-08 11:45:41 +00:00
Doug Blank
ba10530ead
3900: Export to Gedcom; and other living proxy None issue
...
svn: r15297
2010-05-01 18:51:31 +00:00
Brian Matherly
df32be43de
0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant).
...
svn: r15294
2010-05-01 04:12:42 +00:00
Peter Landgren
f32a092057
Fix of issue 3865.
...
svn: r15236
2010-04-19 13:53:43 +00:00
Doug Blank
c551d6beb1
Newyear import/export changes and fix
...
svn: r15027
2010-04-04 12:10:12 +00:00
Peter Landgren
8ba3e7fbe5
Fix of issue 2740.
...
svn: r14998
2010-04-02 09:11:17 +00:00
Julio Sánchez
69bfb1e6bf
Handle GEDCOM 5.5.1 formats for latitude and longitude (bug #3743 )
...
svn: r14912
2010-03-22 22:35:53 +00:00
Benny Malengier
aad74b8bb8
3690: Do not need to use underscore on text for file formats (import/export)
...
svn: r14889
2010-03-21 10:33:08 +00:00
Doug Blank
3ae0224e1a
Removed Django import/export and CalcEstimateDates (moved to addons)
...
svn: r14685
2010-03-07 21:42:03 +00:00
Doug Blank
dcfb25abc4
Trunk is now version 3.3.0
...
svn: r14653
2010-03-06 22:47:25 +00:00
Doug Blank
696b236777
Changes to allow distcheck to pass
...
svn: r14436
2010-02-22 12:05:37 +00:00
Doug Blank
84b77aeb4b
log -> LOG
...
svn: r14399
2010-02-16 12:07:44 +00:00
Doug Blank
af52542418
3612: Missing christian namesand gw export
...
svn: r14397
2010-02-16 02:57:46 +00:00
Doug Blank
7f5e91d9ea
3428: When running with pythonw.exe, Windows may crash if you write to stdout
...
svn: r14396
2010-02-16 02:18:24 +00:00
Doug Blank
843fb89ba0
Plugins required to be correct version
...
svn: r14300
2010-02-10 12:13:47 +00:00
Peter Landgren
c6641878c2
Make use of new module constfunc.
...
svn: r14285
2010-02-08 17:24:43 +00:00
Gerald Britton
8f0582df8a
Use built-in functions to replace for loops:
...
Old code:
for x in y:
f(x)
New Code:
map(f, y)
Also use defaultdict instead of simple dict when advantageous and use list comprehensions
instead of for loops where map() could be used but requires lambdas.
svn: r14135
2010-01-25 17:45:21 +00:00
Brian Matherly
c9cb7e60c9
Move GEDCOM date functions into libgedcom.
...
svn: r14125
2010-01-25 04:54:22 +00:00
Gerald Britton
1f2469b09f
Simplify with built-in functions where possible. e.g.
...
change [x for x in y if x] to filter(None, y)
change [f(x) for x in y] to map(f, x)
change [x for x in y] to list(y)
These changes reduce source code size and complexity and produce some minor performance gains
svn: r14104
2010-01-21 18:42:53 +00:00
Brian Matherly
f04880ec09
Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time.
...
svn: r14091
2010-01-18 04:42:17 +00:00
Brian Matherly
252ef6daee
Continued work on GEP008: Move BasicUtils/UpdateCallback.py to gen/updatecallback.py.
...
svn: r14025
2010-01-10 20:21:10 +00:00
Peter Landgren
3de66d1b62
Fix of issue 3495.
...
svn: r13965
2010-01-03 11:31:19 +00:00
Doug Blank
eba1c9d264
A simple, conservative probably_alive
...
svn: r13951
2010-01-01 15:11:00 +00:00
Brian Matherly
4838650df4
Move _GedcomParse.py to src/plugins/lib/libgedcom.py. Remove GrampsDbUtils.
...
svn: r13940
2009-12-29 19:20:16 +00:00
Doug Blank
42ed2c3295
Added fields to Person to reduce queries; should be able to add/edit people and names tomorrow
...
svn: r13934
2009-12-29 03:22:03 +00:00
Brian Matherly
f12196cf80
Merge GedcomInfo.py and GedcomLex.py into GedcomParse.py.
...
svn: r13930
2009-12-28 05:07:21 +00:00
Doug Blank
ab3dfe1415
3465: Create a new hierarchy of base classes for gramps cor databases (read, write) and add methods
...
svn: r13894
2009-12-23 15:55:58 +00:00
Doug Blank
699dcb13fe
Fixed svn Id property
...
svn: r13881
2009-12-21 13:43:50 +00:00
Doug Blank
49bd78481a
Removed as now unneeded with Django-supported interface
...
svn: r13815
2009-12-15 17:32:24 +00:00
Doug Blank
d05e98cbf6
Removed as now unneeded with Django-supported interface
...
svn: r13813
2009-12-15 17:11:05 +00:00
Doug Blank
b876023812
3413: Hidden export plugins still show in list; and rewrote eval() as getattr()
...
svn: r13708
2009-12-05 06:35:21 +00:00
Doug Blank
34ff80700b
3411: Exporters "Gramps XML" and "Gramps Package" names are asymmetric
...
svn: r13706
2009-12-05 05:52:19 +00:00
Doug Blank
4189b78df3
Protect crashing from malformed data; working on locale-based issues; fast flush; UI focus
...
svn: r13647
2009-11-21 23:18:35 +00:00
Doug Blank
281fa65cd7
Changes to allow large, fast exports
...
svn: r13646
2009-11-21 14:27:25 +00:00
Peter Landgren
0b711b211c
Third update for consistent use of Gramps. See issue 3355.
...
svn: r13633
2009-11-19 17:32:11 +00:00
Jérôme Rapinat
34f27d5fa5
avoid _ on p (typo on key)
...
svn: r13627
2009-11-18 19:48:06 +00:00
Peter Landgren
33686fcf18
First update for consistent use of Gramps. See issue 3355.
...
svn: r13610
2009-11-17 20:14:53 +00:00
Doug Blank
f90c2db4cd
Moved src/gen/web to src/web
...
svn: r13547
2009-11-10 14:23:19 +00:00
Doug Blank
b7327e679a
UNSTABLE plugin for django export
...
svn: r13541
2009-11-10 05:21:35 +00:00
Peter Landgren
bd18302d69
Fix so that a copy is created, if new filename already exists. Works like normal XML export.
...
svn: r13494
2009-11-03 17:33:35 +00:00
Benny Malengier
53de46901e
add license to gpr.py files
...
svn: r13424
2009-10-26 19:15:58 +00:00
Jérôme Rapinat
b63f7e6818
3308: Wrong position of export options (also geneweb dialog)
...
svn: r13423
2009-10-26 13:33:41 +00:00
Jérôme Rapinat
c67c22b6c0
3308: Wrong position of export options
...
svn: r13408
2009-10-25 15:04:06 +00:00
Benny Malengier
ed619cfdd6
3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
...
svn: r13400
2009-10-24 13:53:20 +00:00