Re: [pgadmin-hackers] Fixed pgAdmin3 issues/asserts

2012-02-28 Thread Guillaume Lelarge
On Tue, 2012-02-28 at 12:41 +0530, Akshay Joshi wrote: > Hi Guillaume/Dave > > On Tue, Feb 28, 2012 at 4:02 AM, Guillaume Lelarge > wrote: > On Mon, 2012-02-27 at 16:49 +, Dave Page wrote: > > Thanks, applied. > > > > I probably have missed something.

[pgadmin-hackers] pgAdmin III commit: Fix the handling of empty strings in the histoqueri

2012-02-28 Thread Guillaume Lelarge
Fix the handling of empty strings in the histoqueries file If the string between tags was empty, we would cycle indefinitely because of the continue statement. Per report from Bartosz Dmytrak. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=co

[pgadmin-hackers] pgAdmin III commit: Fix the handling of empty strings in the histoqueri

2012-02-28 Thread Guillaume Lelarge
Fix the handling of empty strings in the histoqueries file If the string between tags was empty, we would cycle indefinitely because of the continue statement. Per report from Bartosz Dmytrak. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9

[pgadmin-hackers] pgAdmin website commit: Update website's polish translation

2012-02-28 Thread Guillaume Lelarge
Update website's polish translation Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=5ad2cc65696570551ab88a318e75ce3a70d5acaf Author: Begina Felicysym Modified Files -- locale/pl_PL/LC_MESSAGES/pgadmin3_website.mo | Bin 162959 -

Re: [pgadmin-hackers] pgadmin3_website polish translation

2012-02-28 Thread Guillaume Lelarge
On Tue, 2012-02-28 at 01:17 +0100, Begina Felicysym wrote: > Hi, > I send you the a fixed translation of the website. > > "Russian" -> "Rosyjski" > > By the way, the "PostgreSQL National Language Support" on the > Translation/Introduction page is broken, and > http://www.pgadmin.org/locale/pg

[pgadmin-hackers] pgAdmin III commit: Add wxWidgets 2.9 support to the VC++ project files

2012-02-28 Thread Dave Page
Add wxWidgets 2.9 support to the VC++ project files. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=fdb5ae5525ca0eb9f4e5d2c536abceef592271cd Modified Files -- pgAdmin3.sln| 18 + pgadmin/pgAdmin3.vcproj | 958

Re: [pgadmin-hackers] Fixed pgAdmin3 issues/asserts

2012-02-28 Thread Dave Page
Thanks, patch applied. On Tue, Feb 28, 2012 at 7:11 AM, Akshay Joshi wrote: > Hi Guillaume/Dave > > On Tue, Feb 28, 2012 at 4:02 AM, Guillaume Lelarge > wrote: >> >> On Mon, 2012-02-27 at 16:49 +, Dave Page wrote: >> > Thanks, applied. >> > >> >> I probably have missed something. I thought t

[pgadmin-hackers] pgAdmin III commit: Extensions have no owner

2012-02-28 Thread Guillaume Lelarge
Extensions have no owner Even if there is a pg_extension.extowner column, there is no way to change it with ALTER EXTENSION, and to set it with CREATE EXTENSION. dlgExtension doesn't even show it. So, we get rid of the owner handling. Per report from James B. Byrne. Branch -- REL-1_14_0_PAT

[pgadmin-hackers] pgAdmin III commit: Extensions have no owner

2012-02-28 Thread Guillaume Lelarge
Extensions have no owner Even if there is a pg_extension.extowner column, there is no way to change it with ALTER EXTENSION, and to set it with CREATE EXTENSION. dlgExtension doesn't even show it. So, we get rid of the owner handling. Per report from James B. Byrne. Branch -- master Detail