Jérôme Rapinat
be5fbc730c
6493 temp workaround for note tag (Media class name)
...
svn: r21680
2013-03-19 08:44:05 +00:00
Tim G L Lyons
97e29dade6
0005058: Note reference on Attribute for individual is not filtered on Export. Fixed many other note references that are not filtered out.
...
svn: r21522
2013-03-02 19:29:32 +00:00
Jérôme Rapinat
1e7df24ec1
#5914 #5991 : crash with person filter and references proxy; missing proxy support for bookmarked citations
...
svn: r20276
2012-08-28 17:38:33 +00:00
Doug Blank
bc381bd39a
4538: security - information disclosure: export with 'restrict data on living people'on leaks first names when patronymic is present
...
svn: r20024
2012-07-18 05:18:02 +00:00
Jérôme Rapinat
da79d145e2
5081: check and use unfilterd persons on __is_living (by MD Nauta)
...
svn: r19123
2012-03-23 16:11:20 +00:00
Josip Pisoj
53c9c30890
bug #5554 : Automake problem
...
svn: r18851
2012-02-10 20:25:15 +00:00
Rob G. Healey
dfd838e74d
Removed referenced.py from the src/gen/proxy directory to allow autotools to compile Gramps.
...
svn: r18784
2012-01-28 11:19:55 +00:00
Gary Burton
b07ae69371
Removed referenced proxy in favour of referencedBySelection
...
svn: r18781
2012-01-27 21:03:57 +00:00
Doug Blank
3536e8e58b
Added missing get_XXX_cursor methods to proxybase
...
svn: r18569
2011-12-11 03:57:38 +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
Tim G L Lyons
61e6a0a1c0
Update src/gen/proxy/* for citations
...
svn: r18485
2011-11-22 14:59:18 +00:00
Paul Franklin
ba60ec4c07
missing or malformed SVN "Id" line
...
svn: r18361
2011-10-23 03:13:50 +00:00
Michiel Nauta
654fb81665
Change default to return handles unsorted on get_object_handles methods
...
svn: r17537
2011-05-19 20:36:17 +00:00
Doug Blank
6f4829e680
Typo on surname changes
...
svn: r16251
2010-12-05 21:47:41 +00:00
Doug Blank
92ac326024
Typo in comment
...
svn: r16232
2010-11-23 21:09:12 +00:00
Benny Malengier
5084294a1e
Various fixes for GEP21 and locality
...
* narweb and webcal works again
* proxy filters work
* locality upgrade in repository
* fix progress on upgrade
svn: r16074
2010-10-28 19:56:46 +00:00
Nick Hall
298827d843
GEPS 006: Add Locality field to Location
...
svn: r16063
2010-10-27 18:13:53 +00:00
Benny Malengier
e109e3d743
Merged geps21 branch, changes r15866-16034, into trunk
...
svn: r16035
2010-10-24 14:43:47 +00:00
Nick Hall
c3e527b4fb
GEPS 011: Tagging - Extended to Family, Note and Media objects
...
svn: r16025
2010-10-22 23:22:33 +00:00
Nick Hall
2ec73c785c
Fix bug in has_<class name>_handle methods
...
svn: r15954
2010-10-04 20:54:58 +00:00
Benny Malengier
5013162ded
A new person editor
...
svn: r15951
2010-10-03 11:39:47 +00:00
Nick Hall
b733d9e306
Update database proxies to include tag objects
...
svn: r15950
2010-10-03 00:05:21 +00:00
Doug Blank
3989ef284f
Follow StyledText links to include other objects, too
...
svn: r15520
2010-06-01 17:10:00 +00:00
Doug Blank
c5d11d3218
Added filter editor for person and note filters, and removed unneeded reference filters
...
svn: r15518
2010-05-31 14:50:34 +00:00
Doug Blank
41a4ff748d
Protection from null objects
...
svn: r15504
2010-05-30 11:35:45 +00:00
Doug Blank
ba2d5d503d
Protection from null family
...
svn: r15501
2010-05-30 04:03:05 +00:00
Doug Blank
34c7efe804
New proxy that traces forward references
...
svn: r15499
2010-05-29 20:17:06 +00:00
Doug Blank
8a25a77c9f
Removed .get_base_db() method as there was already basedb for the same purpose
...
svn: r15484
2010-05-25 23:29:37 +00:00
Gerald Britton
2604ee39fa
Use itertools ifilter and imap to simplify some operations
...
svn: r15480
2010-05-25 18:31:31 +00:00
Doug Blank
a69337b6c6
method for getting base database, if a proxy
...
svn: r15465
2010-05-23 15:44:51 +00:00
Doug Blank
ed3c144a79
Apparently we don't need these two methods (see Gerald in mailing list, 05/23/2010)
...
svn: r15461
2010-05-23 15:36:15 +00:00
Doug Blank
cdeb47ad3b
Proxies should report that they are read-only
...
svn: r15457
2010-05-23 14:55:20 +00:00
Doug Blank
8ca80428a5
added methods that protect living data from leaking out: get_person_handles, iter_person_handles, and iter_people
...
svn: r15453
2010-05-23 05:10:11 +00:00
Doug Blank
1e3b765bd4
iter_people method was incorrectly returning handles and people objects; should be just people to match gen.db interface
...
svn: r15451
2010-05-23 04:40:58 +00:00
Doug Blank
cda97348e8
3878: Private option and filter on Exporter
...
svn: r15383
2010-05-10 00:00:15 +00:00
Doug Blank
2f603d2592
Fixing issues with get_privacy on non-existent objects which were probably filted out by a living proxy
...
svn: r15354
2010-05-07 23:45:54 +00:00
Jérôme Rapinat
e2e3065cfb
merge fix on branch rev15295
...
svn: r15327
2010-05-05 11:47:18 +00:00
Doug Blank
40f88a9e7d
3851: NarWeb Associations don't show unless Include Private is checked
...
svn: r15192
2010-04-17 20:07:52 +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
Gerald Britton
afe85ad0d5
Tweaks and simplifications
...
svn: r14001
2010-01-08 21:47:02 +00:00
Gerald Britton
6726952bcc
tweaks to reduce source and object code and run-time lookups
...
svn: r13981
2010-01-06 17:53:17 +00:00
Gerald Britton
57ac58b67e
Bug 3499: Referenced proxy not filtering out unreferenced sources
...
svn: r13974
2010-01-05 16:56:56 +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
172988ff36
Apparently gen.proxy.dbbase and gen.db.dbdir are not needed anymore; edited support files too
...
svn: r13888
2009-12-22 22:53:25 +00:00
Brian Matherly
814d721f68
Remove QuestionDialog dependency from gen. The database now raises exceptions and the GUI generates the question dialog.
...
svn: r13865
2009-12-20 22:44:32 +00:00
Gerald Britton
288a20f62d
Small simplifications
...
svn: r13676
2009-11-26 19:53:52 +00:00
Benny Malengier
5b1038a2a9
3269: Export privacy switch toggles inclusion of source page data
...
svn: r13639
2009-11-19 20:49:52 +00:00
Benny Malengier
1846c513cf
2799: in GEDCOM export, changed timestamp for every single record is 31 DEC 1969
...
svn: r13630
2009-11-18 22:45:54 +00:00