gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Jun 7 13:52:24 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/8cfa078b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1641c422 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ccf3ebda (commit)
	 via  https://github.com/Gnucash/gnucash/commit/da0160ad (commit)
	from  https://github.com/Gnucash/gnucash/commit/b431b648 (commit)



commit 8cfa078bd7b0531b83879aeea75b8e4d10577f4d
Merge: b431b64 1641c42
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jun 7 10:48:28 2018 -0700

    Merge Chris Lam's 'maint-html-layout' into maint.

commit 1641c422478c1e66acfe268edbbfbde72b2f404f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jun 5 19:47:22 2018 +0800

    [html-anytag] generic html tag object
    
    Generic tag HTML-object.
    Also defines (gnc:make-html-div/markup) (gnc:make-html-span/markup)
    
    any html object can be enclosed with (gnc:make-html-span obj)
    or (gnc:make-html-span/markup "class" obj), (gnc:make-html-div obj)
    or (gnc:make-html-div/markup "class" obj)

commit ccf3ebda1697398656e346d5753c8efd0e31d9f1
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jun 3 19:35:24 2018 +0800

    [STYLESHEETS] modify stylesheet to accept document style-text
    
    This commit will modify stylesheet-*.scm to pass the *document*
    style-text as well as the *style-sheet* style-text to the <style> tag.

commit da0160add8ea1007870cac9c479d22ef7517f4c5
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun May 27 16:29:06 2018 +0800

    [test-cashflow-barchart] hide debugging messages
    
    These tests pass. Don't need debugging output anymore.



Summary of changes:
 gnucash/report/report-system/CMakeLists.txt        |   1 +
 gnucash/report/report-system/html-anytag.scm       | 121 +++++++++++++++++++++
 gnucash/report/report-system/html-document.scm     |   3 +
 gnucash/report/report-system/html-fonts.scm        |   3 +-
 gnucash/report/report-system/report-system.scm     |  15 +++
 .../test/test-cashflow-barchart.scm                |   6 +-
 gnucash/report/stylesheets/stylesheet-easy.scm     |   2 +-
 gnucash/report/stylesheets/stylesheet-fancy.scm    |   2 +-
 gnucash/report/stylesheets/stylesheet-footer.scm   |   2 +-
 .../report/stylesheets/stylesheet-head-or-tail.scm |   2 +-
 gnucash/report/stylesheets/stylesheet-plain.scm    |   2 +-
 11 files changed, 150 insertions(+), 9 deletions(-)
 create mode 100644 gnucash/report/report-system/html-anytag.scm



More information about the gnucash-patches mailing list