Re: Gnucash 2.3.0 released

2009-05-18 Thread Kim_Wood
Anyone prepared to post a link to a Windows build of 2.3.0? Any plan for the nightly builds to return? Regards, Kim Wood plongstaff wrote: > > GnuCash 2.3.0 released > > The GnuCash development team proudly announces GnuCash 2.3.0, the first of > several unstable 2.3.x releases of

Re: Gnucash 2.3.0 released

2009-05-18 Thread Derek Atkins
I'm happy to work with the Win32 devs to setup a Win32 VM with a nightly build setup on the GnuCash VM host.. -derek Quoting Kim_Wood : Anyone prepared to post a link to a Windows build of 2.3.0? Any plan for the nightly builds to return? Regards, Kim Wood plongstaff wrote: G

Re: Wish: monthly report showing average expenses and income / report-files import function

2009-05-18 Thread Phil Longstaff
On May 16, 2009 06:03:27 am Matthias Gruhn wrote: > Dear developers of gnucash, > > > > as a newbie-user that really loves gnucash, I would like to have the > following things: > > > > 1. As listed and proposed in > http://lists.gnucash.org/pipermail/gnucash-devel/2005-February/012778.html, > I wou

Re: GnuCash Lithuanian translation

2009-05-18 Thread Christian Stimming
Am Montag, 18. Mai 2009 16:46 schrieb Tadas Masiulionis: > Hello, Christian, > > I started to translate GnuCash into Lithuanian language. > I attached "lt.po" translation file. This translation is not finished, > but in the future, i think, i will finish it. I need that you add this file > to SVN,

Re: Gnucash 2.3.0 released

2009-05-18 Thread Kim_Wood
Thanks Derek, That would be really helpful. I am a long-term GNUCash user, and I am very happy to test builds, but not that interested in building frankly. Regards, Kim Derek Atkins wrote: > > I'm happy to work with the Win32 devs to setup a Win32 VM with a nightly > build setup on the G

Issue with new save-as dialog for postgres

2009-05-18 Thread Scott Peshak
I just built 2.3.0 to test the new DBI features. When I tried to save-as my current (xml) data file to postgres I got the following error: Can't parse the URL postgres://postgres.othermachine.local:gnucash:gnucash:password Both my username & database name are gnucash, and the database is on anot

Re: Gnucash 2.3.0 released

2009-05-18 Thread Tom Browder
I'm confused. I go to gnucash.org and see no news about 2.3. I go to the downloads page and see no 2.3. What am I doing wrong? Thanks. -Tom ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-de

Re: Gnucash 2.3.0 released

2009-05-18 Thread Tom Browder
Sorry, I just read further into the original announcement. The specific download directory is there. The reference to gnucash.org mislead me since the download page there doesn't mention 2.3. Note also that 2.3 isn't mentioned on this page (2.1.9 is shown as the latest unstable release): http

Re: Gnucash 2.3.0 released

2009-05-18 Thread Derek Atkins
Quoting Tom Browder : I'm confused. I go to gnucash.org and see no news about 2.3. Indeed. This appears to be a bug. I'm trying to work with the website system maintainer to get this straightened out. I go to the downloads page and see no 2.3. What am I doing wrong? It's a little hard

Re: Gnucash 2.3.0 released

2009-05-18 Thread Tom Browder
On Mon, May 18, 2009 at 19:02, Phil Longstaff wrote: ... > do.  I also don't know how to upload to sourceforge.  I tried to follow what Yep, sourceforge could improve those procedures IMHO. -Tom ___ gnucash-devel mailing list gnucash-devel@gnucash.org

Re: Gnucash 2.3.0 released

2009-05-18 Thread Phil Longstaff
My apologies for the confusion. I'm new as a release engineer on gnucash, and haven't figured everything out. I thought I had updated things correctly to get the news item to display on the front page of www.gnucash.org, but I guess I need to look further to figure out what to do. I also don'

Re: Issue with new save-as dialog for postgres

2009-05-18 Thread Phil Longstaff
On May 18, 2009 06:33:39 pm Scott Peshak wrote: > I just built 2.3.0 to test the new DBI features. When I tried to save-as > my current (xml) data file to postgres I got the following error: > > Can't parse the URL > postgres://postgres.othermachine.local:gnucash:gnucash:password > > Both my usern

Re: Issue with new save-as dialog for postgres

2009-05-18 Thread Scott Peshak
On Mon, May 18, 2009 at 7:44 PM, Phil Longstaff wrote: > > Does anything show up in your gnucash trace file? Yep: * 17:22:14 CRIT [gnc_dbi_postgres_session_begin()] Unable to connect to postgres://postgres.otherhost.local:gnucash:gnucash:password: -2 * 17:22:28 CRIT g_hash_table_destroy: as

Re: Issue with new save-as dialog for postgres

2009-05-18 Thread Scott Peshak
On Mon, May 18, 2009 at 8:33 PM, Scott Peshak wrote: > On Mon, May 18, 2009 at 7:44 PM, Phil Longstaff wrote: > >> >> Does anything show up in your gnucash trace file? > > Yep: > > * 17:22:14  CRIT [gnc_dbi_postgres_session_begin()] > Unable to connect to > postgres://postgres.otherhost.local:gn

Re: Issue with new save-as dialog for postgres

2009-05-18 Thread Phil Longstaff
On May 18, 2009 10:01:04 pm Phil Longstaff wrote: > On May 18, 2009 09:33:44 pm Scott Peshak wrote: > > On Mon, May 18, 2009 at 7:44 PM, Phil Longstaff wrote: > > > Does anything show up in your gnucash trace file? > > > > Yep: > > > > * 17:22:14 CRIT [gnc_dbi_postgres_session_begin()] > > Unab

Re: Issue with new save-as dialog for postgres

2009-05-18 Thread Scott Peshak
> I hate to reply to my own post, but I did a little more digging on this. > Gnucash is trying to connect to port 0 for some reason.  I confirmed > this with wireshark.  I tried adding :5432 to the host text field, but > this had no effect. Turns out port 0 is hard coded. I changed src/backend/d

Re: Issue with new save-as dialog for postgres

2009-05-18 Thread Phil Longstaff
On May 18, 2009 09:33:44 pm Scott Peshak wrote: > On Mon, May 18, 2009 at 7:44 PM, Phil Longstaff wrote: > > Does anything show up in your gnucash trace file? > > Yep: > > * 17:22:14 CRIT [gnc_dbi_postgres_session_begin()] > Unable to connect to > postgres://postgres.otherhost.local:gnucash:gnuc

Re: Issue with new save-as dialog for postgres

2009-05-18 Thread Scott Peshak
> OK.  I found the problem.  The dbi is specifying port 0.  The default for > postgres is 5432, so I can easily change it to that.  For a non-default > installation, I'm not sure how the user should specify the port. > I vote for allowing : in the host field. (and assume 5432 if it is omitted) I

Re: Issue with new save-as dialog for postgres

2009-05-18 Thread Phil Longstaff
On May 18, 2009 10:27:45 pm Scott Peshak wrote: > > I hate to reply to my own post, but I did a little more digging on this. > > Gnucash is trying to connect to port 0 for some reason. I confirmed > > this with wireshark. I tried adding :5432 to the host text field, but > > this had no effect. >

Re: Gnucash 2.3.0 released

2009-05-18 Thread Christian Stimming
Dear Phil, Am Dienstag, 19. Mai 2009 02:02 schrieb Phil Longstaff: > I also don't know how to upload to sourceforge. right - you asked for this a few weeks ago but apparently nobody on the list answered your question. In the meantime you obviously registered an account on sorceforge and Derek