gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Fri Aug 14 10:25:33 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/d1976fc7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/79476ba6 (commit)
	from  https://github.com/Gnucash/gnucash/commit/237626f0 (commit)



commit d1976fc7fed9ca1e7bddb7e040509be9f1bb916c
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Aug 14 22:23:00 2020 +0800

    [gnc-plugin-page-report.c] set dialog parent properly

commit 79476ba6dc92ae94a3c0e91f0718f383009d682f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Aug 14 15:45:42 2020 +0800

    don't crash if objects are built with invalid fieldnames
    
    (gnc:define-report
     'version 3
     'name "Test Report Template4"
     'invalid-field-name 'x
     'report-guid "xxx")
    
    gnc:define-report and other constructors will not crash when fieldname
    is invalid.



Summary of changes:
 gnucash/gnome/gnc-plugin-page-report.c | 28 ++++++++++++++------------
 gnucash/report/html-style-info.scm     |  5 +++++
 gnucash/report/html-style-sheet.scm    | 13 +++++++++---
 gnucash/report/report-core.scm         | 36 +++++++++++++++++++---------------
 gnucash/report/test/test-report.scm    | 10 ++++++++++
 5 files changed, 60 insertions(+), 32 deletions(-)



More information about the gnucash-patches mailing list