r18678 - htdocs/trunk/news - Fix validation errors for newsfeed

Geert Janssens gjanssens at code.gnucash.org
Thu Feb 18 03:26:13 EST 2010


Author: gjanssens
Date: 2010-02-18 03:26:13 -0500 (Thu, 18 Feb 2010)
New Revision: 18678
Trac: http://svn.gnucash.org/trac/changeset/18678

Modified:
   htdocs/trunk/news/090819-2.3.4.news
   htdocs/trunk/news/090929-2.3.6.news
Log:
Fix validation errors for newsfeed

Modified: htdocs/trunk/news/090819-2.3.4.news
===================================================================
--- htdocs/trunk/news/090819-2.3.4.news	2010-02-18 08:06:51 UTC (rev 18677)
+++ htdocs/trunk/news/090819-2.3.4.news	2010-02-18 08:26:13 UTC (rev 18678)
@@ -29,7 +29,7 @@
 <li>Changes in database schema.  The "helper" tables (slots, recurrences, taxtable_entries) which can have multiple entries per object now have a unique, auto-increment integer primary key.  Dates and date/times stored in the database are now stored in DATE and TIMESTAMP columns (mysql and pgsql).  The "hidden" and "placeholder" account flags are now stored in individual fields in the accounts table.  A new budget_amounts table contains 1 record per budget per account per period and contains the budget amount for that account/period.  The scheduled transaction end date is now being stored.  The versions table now has the table name as the primary key, and NULL values are disallowed for all fields.
 <br><br>
 Because of these changes, you will need to delete and recreate your database.  If you want to save your data, save it to XML before upgrading to 2.3.4, upgrade, then load the XML file and save to a new database or over your existing database.</li>
-<li>The standard report .scm files are now in <install-location>/share/gnucash/guile-modules/gnucash/report/standard-reports.  When gnucash is started, it will scan this directory and load each .scm file into the report menu system.  This means that if you want to add a new report to gnucash, you only need to copy it into this directory.</li>
+<li>The standard report .scm files are now in &lt;install-location&gt;/share/gnucash/guile-modules/gnucash/report/standard-reports.  When gnucash is started, it will scan this directory and load each .scm file into the report menu system.  This means that if you want to add a new report to gnucash, you only need to copy it into this directory.</li>
 <li>Updated Japanese translation</li>
 <li>Updated Dutch translation</li>
 <li>Updated Danish translation</li>

Modified: htdocs/trunk/news/090929-2.3.6.news
===================================================================
--- htdocs/trunk/news/090929-2.3.6.news	2010-02-18 08:06:51 UTC (rev 18677)
+++ htdocs/trunk/news/090929-2.3.6.news	2010-02-18 08:26:13 UTC (rev 18678)
@@ -41,7 +41,7 @@
 <li>Add "file://" URL type to images in invoices.</li>
 <li>Latest pot template merged into all .po translation files</li>
 <li>Bug #589804: Additions to register transactions Action pulldown list.  Patch by James Raehl.</li>
-<li>Bug #572938: Fix OFX Mutual fund buys that are imported as sells. Patch by Matt Lavin, signed-off by Benoit Grégoire.</li>
+<li>Bug #572938: Fix OFX Mutual fund buys that are imported as sells. Patch by Matt Lavin, signed-off by Benoit Gr&eacute;goire.</li>
 <li>Bug #585784: Fix wrong fractional precision in stock/mutual fund registers. Patch by Daniel Harding.</li>
 <li>Source of src/libqof/qof run through astyle to be re-indented</li>
 <li>Add GNC_DBD_DIR definition for libdbi on mac</li>



More information about the gnucash-changes mailing list