gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Fri Apr 27 13:14:53 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/3e41bb01 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ecab5803 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/583c0217 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ba2c1f6a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fcb5f64b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ea71c696 (commit)
	from  https://github.com/Gnucash/gnucash/commit/bc5f86ff (commit)



commit 3e41bb011d672c811d2a533f56bf2fbb44b4dec2
Merge: bc5f86f ecab580
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Apr 27 19:06:23 2018 +0200

    Merge branch 'maint-string-html-escape' of https://github.com/christopherlam/gnucash into maint

commit ecab5803519d2dd2972e8f825f52c39a53b6216b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Apr 28 00:37:27 2018 +0800

    Remove regex dependency

commit 583c0217c49b253064edd487d738fc8cc92f0792
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Apr 28 00:35:53 2018 +0800

    line&bar chart subtitles are always sanitized
    
    This obviates bug 726449 for consistency

commit ba2c1f6a05cc05ecebc6cade060bcb46dd1e3166
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Apr 27 21:51:13 2018 +0800

    html-jqplot.scm begone!
    
    Remove unused jqplot-escape-string, and move remaining
    (gnc:html-[js|css]-include) functions to html-utilities.scm

commit fcb5f64bd5b5d178ddefa12445bb6f5469bde76a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Apr 27 16:04:48 2018 +0800

    jqplot-escape-string -> gnc:html-string-sanitize

commit ea71c696c21d3868030bb7427f079e6b05c5d78e
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Apr 25 13:34:45 2018 +0800

    New function gnc:html-string-sanitize
    
    Function to sanitize strings prior to adding to html report. This is
    functionally similar to jqplot-escape-string, and is not locale sensitive.



Summary of changes:
 gnucash/report/report-system/CMakeLists.txt        |  1 -
 gnucash/report/report-system/html-barchart.scm     | 39 +++---------
 gnucash/report/report-system/html-jqplot.scm       | 44 -------------
 gnucash/report/report-system/html-linechart.scm    | 19 +++---
 gnucash/report/report-system/html-piechart.scm     | 23 +++----
 gnucash/report/report-system/html-scatter.scm      | 12 ++--
 gnucash/report/report-system/html-utilities.scm    | 24 +++++++
 gnucash/report/report-system/report-system.scm     |  3 +
 gnucash/report/report-system/test/CMakeLists.txt   | 10 ++-
 .../test/test-html-utilities-srfi64.scm            | 74 ++++++++++++++++++++++
 .../report/standard-reports/account-piecharts.scm  |  1 -
 .../report/standard-reports/budget-barchart.scm    | 25 ++------
 .../report/standard-reports/category-barchart.scm  | 13 ++--
 gnucash/report/standard-reports/daily-reports.scm  |  1 -
 gnucash/report/standard-reports/net-barchart.scm   |  8 +--
 gnucash/report/utility-reports/test-graphing.scm   |  2 +-
 16 files changed, 153 insertions(+), 146 deletions(-)
 delete mode 100644 gnucash/report/report-system/html-jqplot.scm
 create mode 100644 gnucash/report/report-system/test/test-html-utilities-srfi64.scm



More information about the gnucash-patches mailing list