#1851 discard empty notes (and warn), also warn of skipped subordinates (see want_parse_warnings), update test util per warnings change

svn: r10147
This commit is contained in:
James G Sack
2008-03-01 06:58:17 +00:00
parent 825b301f7f
commit 8e3e98d571
4 changed files with 65 additions and 21 deletions

View File

@@ -1,3 +1,12 @@
2008-02-28 Jim Sack <jgsack@san.rr.com>
* src/test/gedread_util.py: add some comments
* src/test/test/gedread_util_test.py: update per changes to
_GedcomParse warning messages for skipped subordinates
* src/GrampsDbUtils/_GedcomParse.py: #1851 discard empty notes
and emit a warning message. Also add warnings for skipped
subordinates in the same spirit (warn about bad/lost data)
See self.want_parse_warnings for disabling those warnings.
2008-02-27 Brian Matherly <brian@gramps-project.org>
* src/plugins/NarrativeWeb.py:
Cleanup.