Re: htdocs patch: downloads & news

2009-11-18 Thread Geert Janssens
On Tuesday 17 November 2009, Christian Stimming wrote: > Am Dienstag, 17. November 2009 schrieb Geert Janssens: > > Attached you will find a patch (a tarball actually) that contains all the > > changed files for my website modifications. > > > > In summary, it > > * adds a highly visible download b

Re: htdocs patch: downloads & news

2009-11-18 Thread Geert Janssens
On Tuesday 17 November 2009, Christian Stimming wrote: > Am Dienstag, 17. November 2009 schrieb Geert Janssens: > > Attached you will find a patch (a tarball actually) that contains all the > > changed files for my website modifications. > > > > In summary, it > > * adds a highly visible download b

Manually trigger update of www.gnucash.org?) (Re: htdocs patch: downloads & news)

2009-11-18 Thread Christian Stimming
Zitat von Geert Janssens : Upon further investigation, it seems not all files have been copied to the live website. download.phtml is there, the icons are there, but index.phtml is not updated, nor are the news files. And I can't check from here, but it seems the new externals/global_params.php f

Re: complie error latest trunk

2009-11-18 Thread Herbert Thoma
Herbert Thoma schrieb: > Hi! > > I get the following error when compiling r18419: > > <...> > cc1: warnings being treated as errors > dialog-tax-info.c: In function ‘identity_edit_clicked_cb’: > dialog-tax-info.c:1083: error: implicit declaration of function > ‘gtk_dialog_get_content_area’ > dia

Re: Manually trigger update of www.gnucash.org?) (Re: htdocs patch: downloads & news)

2009-11-18 Thread Geert Janssens
On Wednesday 18 November 2009, Christian Stimming wrote: > Zitat von Geert Janssens : > > Upon further investigation, it seems not all files have been copied to > > the live website. download.phtml is there, the icons are there, but > > index.phtml is not updated, nor are the news files. And I can'

Website php warning "undefined $mimeline"

2009-11-18 Thread Geert Janssens
After my changes there is still one php warning left in the static pages: header.phtml tries to echo the undefined variable $mimeline. $mimeline is not defined or used in any of the webpages or related php scripts. Does anybody know why this line is there ? Geert __

Bug 511606 with loan repayment with scheduled transactions

2009-11-18 Thread JeB2009
Because i have the same problem, i have searched a correction into source code. Like ggeens comment's, i think that it is the instance count : sx:instanceCount isn't incremented on each occurrence. I have modified fonctin increment_sx_state into gnc-sx-instance-model.c file (2.2.9 release) : L.8

Re: Register report crashes 2.3.7 on Win32

2009-11-18 Thread Derek Atkins
Phil, Phil Longstaff writes: > On November 17, 2009 03:48:34 pm Christian Stimming wrote: >> Am Dienstag, 17. November 2009 schrieb Phil Longstaff: >> > we're running into a problem when running the register report on win32 >> > crashes because register-report-create-internal is not defined.

Re: complie error latest trunk

2009-11-18 Thread Derek Atkins
Herbert Thoma writes: > Herbert Thoma schrieb: >> Hi! >> >> I get the following error when compiling r18419: >> >> <...> >> cc1: warnings being treated as errors >> dialog-tax-info.c: In function ‘identity_edit_clicked_cb’: >> dialog-tax-info.c:1083: error: implicit declaration of function >>

Re: Manually trigger update of www.gnucash.org?) (Re: htdocs patch: downloads & news)

2009-11-18 Thread Derek Atkins
Christian Stimming writes: > Zitat von Geert Janssens : >> Upon further investigation, it seems not all files have been copied to the >> live website. download.phtml is there, the icons are there, but >> index.phtml is not updated, nor are the news files. And I can't check from >> here, but it se

Re: Manually trigger update of www.gnucash.org?) (Re: htdocs patch: downloads & news)

2009-11-18 Thread Derek Atkins
FYI, Christian Stimming writes: > Derek, can you manually trigger an update of the website? Thanks! I tried to update the website manually and I got an SVN error back, which explains why it failed: Conflict discovered in 'news/090723-2.3.3.news'. Select: (p) postpone, (df) diff-full, (e) edit,

Re: Website download section: location of Mac OS X Readme

2009-11-18 Thread Derek Atkins
John, John Ralls writes: > I can live with any of those options as long as the result is easy for > the impatient new user to find and read the file. > > Yes, it's true that the file is "additional release notes", but users > generally don't read release notes, and I want the users to read this

Re: Manually trigger update of www.gnucash.org?) (Re: htdocs patch: downloads & news)

2009-11-18 Thread Christian Stimming
Am Mittwoch, 18. November 2009 schrieb Geert Janssens: > > Derek, can you manually trigger an update of the website? Thanks! > > > > Christian > > Before you trigger the update, can you first commit the attached tarball > please ? Applied. Thanks a lot! Christian > > Doing some more tests, I

Re: Website download section: location of Mac OS X Readme

2009-11-18 Thread Christian Stimming
Am Mittwoch, 18. November 2009 schrieb Derek Atkins: > John, > > John Ralls writes: > > I can live with any of those options as long as the result is easy for > > the impatient new user to find and read the file. > > > > Yes, it's true that the file is "additional release notes", but users > > ge

Re: Manually trigger update of www.gnucash.org?) (Re: htdocs patch: downloads & news)

2009-11-18 Thread Linas Vepstas
2009/11/18 Derek Atkins : > Quoting Linas Vepstas : > >> 2009/11/18 Derek Atkins : >>> >>> FYI, >>> >>> Christian Stimming writes: >>> Derek, can you manually trigger an update of the website? Thanks! >>> >>> I tried to update the website manually and I got an SVN error back, >>> which explai

Re: Manually trigger update of www.gnucash.org?) (Re: htdocs patch: downloads & news)

2009-11-18 Thread Linas Vepstas
2009/11/18 Derek Atkins : > FYI, > > Christian Stimming writes: > >> Derek, can you manually trigger an update of the website? Thanks! > > I tried to update the website manually and I got an SVN error back, > which explains why it failed: > > Conflict discovered in 'news/090723-2.3.3.news'. The s

Re: Manually trigger update of www.gnucash.org?) (Re: htdocs patch: downloads & news)

2009-11-18 Thread Linas Vepstas
2009/11/18 Derek Atkins : > Quoting Linas Vepstas : > > Going forward the plan is to announce SF as the download site, > so we shouldn't have people banging on you for downloads.  I > do understand your pain; the daily/nightly builds are only > available from my network and that's been pegged at t

Re:complie error latest trunk - patch attached

2009-11-18 Thread J. Alex Aycinena
Herbert. > From: Herbert Thoma > To: gnucash-devel > Date: Wed, 18 Nov 2009 13:56:05 +0100 > Subject: Re: complie error latest trunk > Herbert Thoma schrieb: >> Hi! >> >> I get the following error when compiling r18419: >> >> <...> >> cc1: warnings being treated as errors >> dialog-tax-info.c: I

Website patch: improve language links

2009-11-18 Thread Geert Janssens
While I'm still at it, here's one more patch, this time to improve the behaviour of the language links. Before: clicking a language link displays the front page in the new language, no matter which page you clicked the language link. After: the language link will change the current page to the

Re: Manually trigger update of www.gnucash.org?) (Re: htdocs patch: downloads & news)

2009-11-18 Thread Geert Janssens
On Wednesday 18 November 2009, Christian Stimming wrote: > Zitat von Geert Janssens : > > Upon further investigation, it seems not all files have been copied to > > the live website. download.phtml is there, the icons are there, but > > index.phtml is not updated, nor are the news files. And I can'

Re: Website download section: location of Mac OS X Readme

2009-11-18 Thread John Ralls
On Nov 18, 2009, at 9:32 AM, Derek Atkins wrote: > John, > > > How about if you put it into the installer itself so that it pops up > when they attempt to install it? > There is no installer. You download the dmg (which is a disk image, like an iso), mount it (most browsers will do that auto