* src/PeopleModel.py (PeopleModel.__init__): Make data_filter optional.

* src/plugins/FtmStyleAncestors.py: Convert to new scheme.
* src/plugins/AncestorReport.py: Convert to new scheme.
* src/plugins/DescendReport.py: Convert to new scheme.
* src/plugins/IndivSummary.py: Convert to new scheme.


svn: r3832
This commit is contained in:
Alex Roitman
2004-12-23 01:48:00 +00:00
parent c473ca4f54
commit fbe6380b09
6 changed files with 354 additions and 865 deletions

View File

@@ -5,6 +5,12 @@
* src/plugins/FtmStyleDescendants.py (FtmDescendantOptions):
Derive from base class.
* src/PeopleModel.py (PeopleModel.__init__): Make data_filter optional.
* src/plugins/FtmStyleAncestors.py: Convert to new scheme.
* src/plugins/AncestorReport.py: Convert to new scheme.
* src/plugins/DescendReport.py: Convert to new scheme.
* src/plugins/IndivSummary.py: Convert to new scheme.
2004-12-21 Alex Roitman <shura@alex.neuro.umn.edu>
* src/docgen/AsciiDoc.py (reformat_para): Correctly check for
empty paragraph.