Commit Graph

24208 Commits

Author SHA1 Message Date
Nick Hall
b1b4f78764 Add unit tests for repository rules 2016-06-15 22:34:42 +01:00
Nick Hall
f172ca8672 Use with block for file output 2016-06-15 21:57:04 +01:00
Nick Hall
2d2ee2939c Remove redundant io imports 2016-06-15 21:45:31 +01:00
Paul Franklin
d13d2e70f7 Merge pull request #175 from prculley/bug7565
bug 7565 and 9521; missing newline in table and illegal RTF
2016-06-14 19:26:14 +00:00
Paul Franklin
ea79dc2aa2 Merge pull request #174 from prculley/bug9240
bug9240 RTF files show incorrect Unicode characters
2016-06-14 19:25:20 +00:00
Paul Franklin
e3e858458d fix wrong test as a result of 9517, 6890fc4324 2016-06-14 12:00:48 -07:00
kulath
9cd9caac5e Fix Testcasegenerator to generate correct LDS ordinances for people and
families (avoids an error when the GEDCOM is reimported).
2016-06-13 18:52:44 +01:00
kulath
445562ea01 Fix DBLOGNAME (".Db") diagnostics: "Magic" transactions was wrong way
round.
2016-06-13 17:59:47 +01:00
prculley
47e59eb792 bug 7565 and 9521; missing newline in table and illegal RTF 2016-06-13 11:39:25 -05:00
prculley
8618f1468d bug9240 RTF files show incorrect Unicode characters 2016-06-13 11:02:31 -05:00
kulath
cd5fa5c1ff Fix DBLOGNAME (".Db") diagnostics for database class instance 2016-06-13 16:08:52 +01:00
Matti Niemelä
9ac5e3808d Update Finnish translation 2016-06-12 16:30:52 +02:00
Nemeséri Lajos
ae5a2d908c Update Hungarian translation 2016-06-12 16:28:11 +02:00
romjerome
0114a96141 Update french translation
still partial
2016-06-12 16:23:56 +02:00
Paul Franklin
6890fc4324 9517: [In "Verify" people w/ death event w/o date are not thought dead] 2016-06-11 20:28:47 -07:00
Paul Franklin
c5133aed04 new gramps.pot template for master 2016-06-11 13:46:32 -07:00
Paul Franklin
4c57c9090d move LaTeX no-PIL-software warning into method which needs it 2016-06-11 13:44:44 -07:00
kulath
ebc88d5f92 Change indentation on a debug message 2016-06-11 18:28:21 +01:00
Paul Franklin
6ee612109c Remove buggy _xmlplus imports
It hasn't been maintained upstream for years and isn't in
most operating systems anymore (any?).

https://gramps-project.org/bugs/view.php?id=6947#c31672

provides a link to this:

http://fedoraproject.org/wiki/Features/RemovePyXML#Detailed_Description

I don't think it belongs in gramps.
2016-06-10 14:21:58 -07:00
Paul Franklin
cf8a6390ca increase pylint score of two more reports, to above 9.00 2016-06-10 14:15:34 -07:00
Sam Manzi
c52b806702 9505 Fix Spelling error 2016-06-08 18:59:39 +10:00
kulath
5af65e317c Add some DBLOGNAME (".Db") diagnostics (especially for transactions) and
make sure they are the same for BSDDB and for DBAPI.
2016-06-07 18:41:40 +01:00
Jérôme Rapinat
e9d6a2ffea 9453: While starting gramps, it fails to pop up "tips of the day" 2016-06-07 02:02:25 -07:00
Paul Franklin
a0c01fae5c new gramps.pot template for master, with new strings 2016-06-06 13:40:12 -07:00
Paul Franklin
9c71217751 tweak string for translation, to make gettext happy 2016-06-06 13:36:52 -07:00
Paul Franklin
4b6b37f0f6 enable deferred translation of dates in tag report 2016-06-05 21:16:10 -07:00
Paul Franklin
042bb5e2c0 more report pylint improvements 2016-06-05 21:11:27 -07:00
Paul Franklin
21d02ad22c implement fetching sorted Person and Family handles in the proxy DBs 2016-06-04 21:36:08 -07:00
Paul Franklin
84130d221f increase pylint score of proxybase.py from 6.41 to 8.22 2016-06-04 21:19:36 -07:00
Doug Blank
1e102a36e4 DB-API: get_ITEM_handles() should return strings 2016-06-04 23:05:41 -04:00
Doug Blank
41b6abaa88 Added missing copyright and GPL 2016-06-04 22:34:42 -04:00
Nick Hall
d2fbee8852 Add unit tests for media and note rules 2016-06-04 22:13:04 +01:00
Nick Hall
a3fd7c06be Further pylint improvements to document generators 2016-06-04 18:29:40 +01:00
John Ralls
36f5a6addc Add 'meta' package dependency to 'strongly recommended' secion of README. 2016-06-04 07:47:55 -07:00
Doug Blank
7b60b140c0 Version 5.0.0-alpha1 2016-06-04 07:24:40 -04:00
Nick Hall
306f3abd01 More pylint improvements 2016-06-03 23:46:23 +01:00
Paul Franklin
f049dca048 improve pylint score of FamilyLines report from 7.83 to 9.73 2016-06-03 12:28:02 -07:00
Paul Franklin
2d396891b8 improve pylint score of Detailed Descendant report from 7.80 to 9.70 2016-06-03 12:26:15 -07:00
Paul Franklin
99fbd648a0 improve pylint score of Descendant report from 7.91 to 9.71 2016-06-03 12:23:25 -07:00
Doug Blank
283ac0f8bb Moved LRU to gramps.gen.utils 2016-06-02 16:41:00 -04:00
Doug Blank
4913762d70 Remove import test from reports 2016-06-02 15:56:50 -04:00
Doug Blank
c338aee30a test imports: added a function for nosetests 2016-06-02 15:39:07 -04:00
Doug Blank
9935654a22 Merge pull request #167 from prculley/bug9123
bug 9123 GEDCOM import with media files that have no path fails
2016-06-02 15:36:17 -04:00
Doug Blank
063533ab1e Merge pull request #166 from prculley/bug8729m
bug 8729 place names empty if Gedcom ADDR record contains no street
2016-06-02 15:35:00 -04:00
Doug Blank
f165e04436 Merge pull request #159 from prculley/test_imports
Test imports
2016-06-02 14:39:45 -04:00
prculley
84e12210cc more pylint and uncompressed .gramps 2016-06-02 11:36:53 -05:00
Nick Hall
32ff947a87 More pylint improvements 2016-06-01 23:53:28 +01:00
Paul Franklin
5f1b719810 pylint improvements 2016-06-01 16:00:20 -07:00
Nick Hall
0801ef1b30 9472: Use first matching name when generating place titles 2016-05-30 23:05:17 +01:00
prculley
5182055c1f Merge remote-tracking branch 'upstream/master' into test_imports 2016-05-30 08:50:02 -05:00