gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Thu Dec 30 00:32:54 EST 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/6dcb73db (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bf56026e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ff75ad70 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b57f9004 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b435ee60 (commit)
	from  https://github.com/Gnucash/gnucash/commit/61d273f7 (commit)



commit 6dcb73db9e92758dd36e7acb6b2326743893ca7e
Merge: 61d273f7b bf56026e9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Dec 30 13:14:02 2021 +0800

    Merge branch '798392' into maint #1222

commit bf56026e93403e4e21d90ccf5310eb1642233ac3
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Dec 30 13:04:36 2021 +0800

    html-utilities: don't need (sxml simple) module
    
    it was used for a sxml->xml transform. this would create a void script
    tag <script ... /> which is valid xml but is not valid html.

commit ff75ad7043fc6e3d6c216b93a698a2d05522a358
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Dec 27 09:44:00 2021 -0800

    gnc:html-foo-include: Use gnc-resolve-file-path.

commit b57f900401fab51665d98048810a962ccc7ba754
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Dec 27 09:43:09 2021 -0800

    make-uri: Ensure correct number of slashes in file URI.

commit b435ee60c0b1254003954b60ad8c71beb49fe423
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Dec 21 17:46:37 2021 +0800

    Bug 798392 - Reports do not display when Reports JavaScript
    dependencies are located at a filepath that includes special characters like hash ("#")
    
    using a sanitizing function using homegrown charset from guile's uri.scm



Summary of changes:
 bindings/core-utils.i                              |  6 +++---
 gnucash/report/html-chart.scm                      |  3 +--
 gnucash/report/html-utilities.scm                  | 24 ++++++++++++++++++----
 gnucash/report/test/test-html-utilities-srfi64.scm | 13 +++++++++++-
 4 files changed, 36 insertions(+), 10 deletions(-)



More information about the gnucash-patches mailing list