Re: [pgadmin-hackers] 1.12.3 built

2011-04-27 Thread Devrim GÜNDÜZ
FWIW, I haven't seen any announcement or changelog anywhere about this release. On Thu, 2011-04-14 at 22:00 +0100, Dave Page wrote: > Source, windows and osx builds at > http://developer.pgadmin.org/ftp/release/v1.12.3/ > > Please give them a sanity check! > > -- > Dave Page > Blog: http://pgs

Re: [pgadmin-hackers] Russian translation for 1.14 beta

2011-04-27 Thread Guillaume Lelarge
Le 27/04/2011 13:56, Timon a écrit : > There is first set of patches of Russian translation for upcoming beta > release of pgadmin 1.14 beta. > It's now commited. > patches, and po/mo files are included. > git branch is here https://github.com/Timosha/pgadmin3/tree/ru_translate > Next time, ju

[pgadmin-hackers] pgAdmin III commit: Update russian translation.

2011-04-27 Thread Guillaume Lelarge
Update russian translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a8a914203cec5c91bd347d24f5df1e740ee0fa8f Author: Timon Modified Files -- i18n/ru_RU/pgadmin3.mo | Bin 244888 -> 304529 bytes i18n/ru_RU/pgadmin3.po |25821

Re: [pgadmin-hackers] Beta 1 tomorrow?

2011-04-27 Thread Guillaume Lelarge
Le 27/04/2011 20:07, Dave Page a écrit : > We're on schedule to wrap PG 9.1 beta 1 tonight, so I'll be building > the installers tomorrow. Any reason I shouldn't bump pgAdmin to 1.14 > beta 1 to ship with it? > Nope. We still lack security labels support (not hard to code, but I failed to be abl

Re: [pgadmin-hackers] pgAdmin III commit: Add the support for per-column collation feature

2011-04-27 Thread Guillaume Lelarge
Le 27/04/2011 09:41, Timon a écrit : > tested with latest git version. still crashes :( Yeah, well, that didn't bring me anywhere to reproduce it. Could you describe in more details what you did? -- Guillaume http://www.postgresql.fr http://dalibo.com -- Sent via pgadmin-hackers mailing lis

[pgadmin-hackers] Beta 1 tomorrow?

2011-04-27 Thread Dave Page
We're on schedule to wrap PG 9.1 beta 1 tonight, so I'll be building the installers tomorrow. Any reason I shouldn't bump pgAdmin to 1.14 beta 1 to ship with it? -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQ

Re: [pgadmin-hackers] 1.12.3 built

2011-04-27 Thread Dave Page
On Wed, Apr 27, 2011 at 4:49 PM, Erwin Brandstetter wrote: > On 27.04.2011 17:33, Dave Page wrote: >> >> On Wed, Apr 27, 2011 at 4:30 PM, Erwin Brandstetter >>  wrote: >>> >>> On 27.04.2011 17:00, Dave Page wrote: On Wed, Apr 27, 2011 at 2:49 PM, Erwin Brandstetter  wrote: > >>>

Re: [pgadmin-hackers] 1.12.3 built

2011-04-27 Thread Erwin Brandstetter
On 27.04.2011 17:33, Dave Page wrote: On Wed, Apr 27, 2011 at 4:30 PM, Erwin Brandstetter wrote: On 27.04.2011 17:00, Dave Page wrote: On Wed, Apr 27, 2011 at 2:49 PM, Erwin Brandstetter wrote: On Apr 14, 11:00 pm, dp...@pgadmin.org (Dave Page) wrote: Source, windows and osx builds athttp:

Re: [pgadmin-hackers] 1.12.3 built

2011-04-27 Thread Dave Page
On Wed, Apr 27, 2011 at 4:30 PM, Erwin Brandstetter wrote: > On 27.04.2011 17:00, Dave Page wrote: >> >> On Wed, Apr 27, 2011 at 2:49 PM, Erwin Brandstetter >>  wrote: >>> >>> On Apr 14, 11:00 pm, dp...@pgadmin.org (Dave Page) wrote: Source, windows and osx builds athttp://developer

Re: [pgadmin-hackers] 1.12.3 built

2011-04-27 Thread Erwin Brandstetter
On 27.04.2011 17:00, Dave Page wrote: On Wed, Apr 27, 2011 at 2:49 PM, Erwin Brandstetter wrote: On Apr 14, 11:00 pm, dp...@pgadmin.org (Dave Page) wrote: Source, windows and osx builds athttp://developer.pgadmin.org/ftp/release/v1.12.3/ Please give them a sanity check! After working with i

Re: [pgadmin-hackers] 1.12.3 built

2011-04-27 Thread Dave Page
On Wed, Apr 27, 2011 at 2:49 PM, Erwin Brandstetter wrote: > On Apr 14, 11:00 pm, dp...@pgadmin.org (Dave Page) wrote: >> Source, windows and osx builds >> athttp://developer.pgadmin.org/ftp/release/v1.12.3/ >> >> Please give them a sanity check! > > After working with it for a couple of days, so

Re: [pgadmin-hackers] 1.12.3 built

2011-04-27 Thread Erwin Brandstetter
On Apr 14, 11:00 pm, dp...@pgadmin.org (Dave Page) wrote: > Source, windows and osx builds > athttp://developer.pgadmin.org/ftp/release/v1.12.3/ > > Please give them a sanity check! After working with it for a couple of days, something stands out. I have had 4 crashes when applying a filter in th

[pgadmin-hackers] pgAdmin III: erroneous references to "proargdefvals" attribute

2011-04-27 Thread Nikhil S
Hi, The pgAdmin source base is peppered with references to a non-existent "proargdefvals" attribute. The FEATURE_FUNCTION_DEFAULTS feature will not get set because of this ever. This patch replaces the references to this attribute by the valid "proargdefaults" attribute. Regards, Nikhils diff --g

[pgadmin-hackers] pgAdmin III commit: Add the support for per-column collation feature

2011-04-27 Thread Timon
tested with latest git version. still crashes :( gcc-4.6.0-5.fc15.x86_64 wxGTK-2.8.12-1.fc15.x86_64 2011/4/27 Guillaume Lelarge : > Le 26/04/2011 16:57, Timon a écrit : >> this commit broke index properties dialog. pgadmin simply crashes. >> steps to reproduce: >> 1. create index or use existing i