Commit Graph

23181 Commits

Author SHA1 Message Date
e3b4abc1e0 8623: Detailed Descendant Report - only first family event output 2015-07-05 13:42:57 -07:00
aaa64bed8e Pull Request #38: install grampsxml.{dtd,rng} files. 2015-07-05 11:19:49 +02:00
449a0d73a3 8683: Cover custom types on DTD and RNG files
Now, xmllint passes '--dtdvalid' and '--relaxng'
2015-07-05 11:12:04 +02:00
84ee76afa7 8683: polish; remove old reference 2015-07-05 11:10:48 +02:00
444c8f95e1 8683: fix duplicate <name> element on pre-1.7.0 XML version
XML: use <pname> tag into place hierarchy instead of duplicate <name>
2015-07-05 11:09:19 +02:00
223d41a99d cover pathological case (perhaps from privacy proxy) 2015-07-04 19:31:25 -07:00
45a6c0c108 8648: Print Gramps IDs in familygroup report 2015-07-03 14:49:14 -07:00
ef7e3964a1 8670: Crash when trying to create a book 2015-07-02 19:26:29 -07:00
3a9834bcfb 8666: statistics report does not run (filter?) 2015-07-01 21:45:55 -07:00
8ade35b5f2 8677: Narrated Web report failed 2015-07-01 17:19:39 -07:00
c2d1ff911b 8666: statistics report does not run (filter?) 2015-06-30 08:23:52 -07:00
a8da5e869c 8572: gramps crashes if gtk < 3.10; workaround for debian (packaging) 2015-06-29 11:19:12 +02:00
ed32c1fc86 8667: SVG Document output 2015-06-28 15:16:32 -07:00
4162b123da 8577: Statistics Charts report crashes in Windows 4.1.3 AIO
Changed 0 to actual number of people in database.
2015-06-28 14:40:46 -04:00
563f8e263d Replace "Title" with "Enclosed By" in place sidebar filter 2015-06-28 19:31:41 +01:00
741d192f1f Fix IsEnclosedBy rule for non-existent places 2015-06-28 19:11:42 +01:00
640101c13a 8666: statistics report does not run (filter?) 2015-06-27 12:48:46 -07:00
90872feeb4 8645: Use place displayer when sorting places in narrated web report 2015-06-27 19:34:49 +01:00
ef921f22c3 Update/Migrate 'data.gramps' 2015-06-27 15:01:21 +02:00
62082a4737 Update/Migrate 'example.gramps' and XML schema files 2015-06-27 14:53:29 +02:00
d81e18258c 8661: Errors producing Ancestor Tree (4.2.0beta1) 2015-06-26 11:03:24 -07:00
a37e3b1210 8645: add GobjectIntrospection dependency
Fix Lintian issue: 'python-script-but-no-python-dep'
2015-06-25 20:14:23 +02:00
18aca697c9 8643: Workaround for excessive height of rule editor window
The height of the Gtk.Box containing the rule name and description
labels is calculated incorrectly.  The parent widget seems to
think that the label text is wrapped onto many lines.

This workaround sets a minimum label width which makes the problem
less apparent.
2015-06-24 22:05:46 +01:00
842d1490be Tidy up and remove redundant code 2015-06-24 22:05:46 +01:00
4aa97cff03 Merge pull request #39 from elderamevans/patch-1
Add Trujillo Peru to LDS temple codes
2015-06-24 21:35:48 +01:00
510916e1ee Trujillo Peru
https://github.com/FamilySearch/temple-codes/blob/master/temples.xml
e4150c986b
2015-06-24 10:49:36 -06:00
254dffd0cd Update Ukrainian translation 2015-06-23 21:11:37 +03:00
d0c8fd056b Set parent of ProgressMeter 2015-06-20 03:57:54 +02:00
97ced02208 set remove unused objects dialog transient parent 2015-06-20 01:47:41 +02:00
63a0f4b27a Update DEBIAN stuff
For more recent environments; python3, pybuild
2015-06-19 16:19:27 +02:00
c9d7b00c0c 0008537: Gedcom import crashes. Fix problem when matching places with
the same name which are enclosed by different places.
2015-06-18 22:54:45 +01:00
2898d122cc update German translation 2015-06-18 21:46:47 +02:00
41cfe9f4c9 0008639: check buttons misaligned in remove unused objects dialog 2015-06-18 19:16:53 +01:00
8d6ffbeaec Remove executable permission from gedcom file 2015-06-18 14:18:36 +01:00
16870116e6 Remove executable permission from python code 2015-06-18 14:12:37 +01:00
7e2e5a6ec0 Remove executable permission from png files 2015-06-18 13:42:13 +01:00
933baf8d2e WIP webapp: largley working again
1. Changed personform.model.gender_type to personform.model.gender_type_id
(no idea why this was needed)

2. Take care of cache default, and Tag save
2015-06-17 11:29:38 -04:00
87983a0aa7 WIP webapp: two changes to make work with Django 1.6:
1. Forms no longer allow and pass keywords to models. So, we catch
   the keyword (save_cache) set it to the instance, and use that.

2. In templates, apparently not able to pass form.model.item. Will
   need to be able to get access to it in render().
2015-06-17 09:03:32 -04:00
11f294160d 8537: Gedcom import crashes; kulath patch 2015-06-17 08:00:39 -04:00
92e084fcf7 8614: addresses pickleupgrade.txt issue, by kulath 2015-06-17 06:34:16 -04:00
f49bef24d6 webapp: removed legacy PNG code; update test runner for Django 1.7 2015-06-16 11:03:11 -04:00
5a71d8f3bc 7603: tab font of gramplet 'details' not like other gramplets 2015-06-16 07:53:31 -04:00
ec020e8e3b Update Hungarian translation 2015-06-16 08:16:49 +02:00
8797caa2db Merge pull request #35 from RossGammon/8047-resourcepath
8047 - Add new --resourcepath option to setup.py
2015-06-15 17:46:16 -04:00
602fa041d6 8047 - Update INSTALL file to document --resourcepath option 2015-06-15 22:35:32 +02:00
019c78285a 8047 - add resource path option to setup.py
With this additional option to setup.py, a path to where the
resource-path will be installed can be supplied. This is needed
when building Gramps out of the source tree, otherwise the temporary
location is stored in the resource-path file and Gramps cannot find
it resources.
2015-06-15 22:03:10 +02:00
5950c7711a SimpleAccess: sort by surname; fixes crash in python3 2015-06-14 22:02:40 -04:00
f1984dad87 Merge pull request #34 from RossGammon/packagermode
Remove setup.py --enable-package-mode option text from INSTALL
2015-06-14 13:06:12 -04:00
4c47a396a8 8634: DB-API Database backend doesn't compute inverse filters correctly 2015-06-14 09:56:58 -04:00
8b4c5c4ebe undoredo: added missing item 2015-06-13 21:35:56 -04:00