* src/ImgManip.py: convert to png instead of jpeg

* src/ReadGedcom.py: try to catch bad secondary index error.
* src/ReportUtils.py: provide privacy sanitation on a list
* src/NavWebPage.py: better handling of thumbnails, allow gallery
page to be disabled


svn: r5122
This commit is contained in:
Don Allingham
2005-08-25 01:42:58 +00:00
parent ee6ad290d1
commit 40042df8f6
5 changed files with 86 additions and 69 deletions

View File

@@ -1,3 +1,10 @@
2005-08-24 Don Allingham <don@gramps-project.org>
* src/ImgManip.py: convert to png instead of jpeg
* src/ReadGedcom.py: try to catch bad secondary index error.
* src/ReportUtils.py: provide privacy sanitation on a list
* src/NavWebPage.py: better handling of thumbnails, allow gallery
page to be disabled
2005-08-24 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/ImgManip.py: import Utils (required by get_thumbnail_image)