gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Sep 4 20:01:26 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/1df569e9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/29f6c08a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d088f4df (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4612773d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/784f38ae (commit)
	from  https://github.com/Gnucash/gnucash/commit/3cc4dc00 (commit)



commit 1df569e98c883dd6b3f4f06e16784a50af0cd6ee
Merge: 3cc4dc0 29f6c08
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Sep 4 17:01:12 2014 -0700

    Merge branch 'maint'

commit 29f6c08ae6475661823c220e65b30247c998a97c
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Sep 4 16:26:32 2014 -0700

    SQL: Save commodity namespace changes from template
    
    When loading commodities erroneously made in namespace template,
    gnc_commodity_table_insert changes the namespace to User. This
    change wasn't being committed, requiring that it be changed every
    time.
    
    The obvious immediate commit didn't work because the SQL backend
    suppresses commits during load for performance, so create a list
    of changed commodities to commit later, then do so.
    
    Thanks to Geert for noticing the problem and to Derek for suggesting
    the list workaround.

commit d088f4df35e660ad28594d0ab6747cd7131e0750
Author: hawk-lord <per at Macbook-201301.local>
Date:   Wed Sep 3 22:21:49 2014 +0300

    Missing translation

commit 4612773d4711a4ea6ad62ecebf3c6d044ca3ed43
Author: hawk-lord <per at Macbook-201301.local>
Date:   Wed Sep 3 19:15:26 2014 +0300

    Added Swedish association accounts.

commit 784f38ae686753bbfb8bee468dc2efd721d34097
Author: hawk-lord <per at Macbook-201301.local>
Date:   Wed Sep 3 16:58:50 2014 +0300

    Added Swedish account files



Summary of changes:
 src/backend/sql/gnc-backend-sql.c   | 18 ++++++++++++++++++
 src/backend/sql/gnc-backend-sql.h   | 10 ++++++++++
 src/backend/sql/gnc-commodity-sql.c | 11 +++++++++++
 src/backend/sql/gnc-commodity-sql.h |  1 +
 src/engine/gnc-commodity.c          |  2 ++
 5 files changed, 42 insertions(+)



More information about the gnucash-patches mailing list