[pgadmin-hackers] pgAdmin III commit: Set correctly focus on the browser when connection

2011-10-24 Thread Guillaume Lelarge
Set correctly focus on the browser when connection is done Per report from Henry Drexler. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b73e2b1086f736b6537b6b74509baf21af322f29 Modified Files -- CHANGELOG

[pgadmin-hackers] pgAdmin III commit: Foreign table's columns weren't quoted

2011-10-24 Thread Guillaume Lelarge
Foreign table's columns weren't quoted Report from Pasman Pasmanski. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4e3b8e767e6706834414961945fbb21352d83ca2 Modified Files -- CHANGELOG |4 ++

[pgadmin-hackers] pgAdmin III commit: Foreign table's columns weren't quoted

2011-10-24 Thread Guillaume Lelarge
Foreign table's columns weren't quoted Report from Pasman Pasmanski. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a99388ec3c4a1d83c55e2258493dcae7736e02f0 Modified Files -- CHANGELOG |2 ++ pgadmin/sch

[pgadmin-hackers] pgAdmin III commit: Rows in Query Output pane fail to grow in height

2011-10-24 Thread Guillaume Lelarge
Rows in Query Output pane fail to grow in height only when font size preference size is larger. Report from Basil Bourque . Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=870d107414671f5d11d4d33519284c3198341c53 Modified Files --

[pgadmin-hackers] pgAdmin III commit: Rows in Query Output pane fail to grow in height

2011-10-24 Thread Guillaume Lelarge
Rows in Query Output pane fail to grow in height only when font size preference size is larger. Report from Basil Bourque . Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b7927ca1d89dd04b9c2f5d8b8bc44f1266e5c48a Modified Files --

Re: [pgadmin-hackers] [pgAdmin III] #340: Allow the display of the results of more than one query

2011-10-23 Thread Guillaume Lelarge
On Sun, 2011-10-23 at 05:17 +0200, Vladimir Kokovic wrote: > Hi, > > Suppose that each query has its own tab, which has a title, info, and > the result set, scanner is used to provide info. > Sure, I get that. What I'm wondering is "so much code for just that?". Not worth it in my opinion. --

Re: [pgadmin-hackers] Comment forgotten

2011-10-20 Thread Guillaume Lelarge
On Tue, 2011-10-18 at 21:02 -0200, Vinicius Santos wrote: > Hello, > > Someone forgot the code to restore the position of the form > "frmOptions." Patch attached. > Thanks for the patch. > Anyway, I think that this form should always appear in the center of the > screen. No? No, I don't thin

Re: [pgadmin-hackers] Thread manager

2011-10-10 Thread Guillaume Lelarge
On Mon, 10 Oct 2011 20:45:13 +0200, Magnus Hagander wrote: > On Mon, Oct 10, 2011 at 12:06, Dave Page wrote: >> On Sun, Oct 9, 2011 at 9:22 AM, Guillaume Lelarge >> wrote: >>> >>>> > worse with Vladimir's patch as there is no UI at all to show the &

Re: [pgadmin-hackers] Thread manager

2011-10-09 Thread Guillaume Lelarge
On Tue, 2011-10-04 at 11:01 +0100, Dave Page wrote: > On Mon, Oct 3, 2011 at 9:35 PM, Guillaume Lelarge > wrote: > > Hi, > > > > While working on Vladimir's patch, it reminded me of an idea I wanted to > > share. > > > > Right now, when you

Re: [pgadmin-hackers] [pgAdmin III] #340: Allow the display of the results of more than one query

2011-10-08 Thread Guillaume Lelarge
On Sat, 2011-10-08 at 22:27 +0200, Vladimir Kokovic wrote: > Hi, > > So you think to put in the tab info '13. query of 20 ' instead of query text > ? > I don't get what you mean. If you're talking about tabs' titles, I gues they would "Results #1" for first query, "Results #2" for second query

Re: [pgadmin-hackers] [pgAdmin III] #340: Allow the display of the results of more than one query

2011-10-08 Thread Guillaume Lelarge
On Sat, 2011-10-08 at 20:25 +0200, Vladimir Kokovic wrote: > Hi, > > When it comes to PQsendQuery and multi-statement-query, it is > necessary to know which is the current query, without a scanner/parser > that's not easy ! > Necessary, no. The results are in the order of the queries. I mean fir

Re: [pgadmin-hackers] [pgAdmin III] #340: Allow the display of the results of more than one query

2011-10-08 Thread Guillaume Lelarge
Hi, On Sat, 2011-10-08 at 11:28 +0200, Vladimir Kokovic wrote: > [...] > I added a new 'psql' ECHO='queriesonlynoexec' on my local machine, > which enables to view multi-statement-query as a list of queries. > > I think with this, "pgadmin can execute and display each query in a > separate tab

Re: [pgadmin-hackers] Postgresql-8.2 Replication

2011-10-05 Thread Guillaume Lelarge
Hi, On Wed, 2011-10-05 at 13:13 +0530, khizer wrote: > [...] > Kindly requesting u to send the steps to set up the Postgresql-8.2 > database replication. > This mailing list is about pgAdmin development. If you need informations on the setting of PostgreSQL replication, you should better

Re: [pgadmin-hackers] SSL connections

2011-10-04 Thread Guillaume Lelarge
On Tue, 2011-10-04 at 21:16 +0100, Dave Page wrote: > On Tue, Oct 4, 2011 at 9:12 PM, Guillaume Lelarge > wrote: > > Hi, > > > > One of my customer told me that another PostgreSQL admin tool requires > > to enter sslcert, sslkey, sslrootcert, and sslcrl to try an SS

[pgadmin-hackers] SSL connections

2011-10-04 Thread Guillaume Lelarge
Hi, One of my customer told me that another PostgreSQL admin tool requires to enter sslcert, sslkey, sslrootcert, and sslcrl to try an SSL connection. Is this true? do we have to require that all fields are filled? reading the documentation, I think no. There are default values for each of them, s

Re: [pgadmin-hackers] [Fwd: [Bug 831875] [NEW] "Vacuum Recommended" dialog has no "no" option]

2011-10-03 Thread Guillaume Lelarge
On Sat, 2011-09-10 at 20:07 +0100, Dave Page wrote: > On Saturday, September 10, 2011, Guillaume Lelarge > wrote: > > On Sat, 2011-09-10 at 18:43 +0100, Dave Page wrote: > >> On Saturday, September 10, 2011, Guillaume Lelarge < > guilla...@lelarge.info> > >>

[pgadmin-hackers] Thread manager

2011-10-03 Thread Guillaume Lelarge
Hi, While working on Vladimir's patch, it reminded me of an idea I wanted to share. Right now, when you launch a dump, or a VACUUM, the UI kinda sucks because it puts you on another tab, still in the same dialog, and you can't be sure you can do something else while the work is ongoing. It'll wor

Re: [pgadmin-hackers] Copy/Paste table(s) functions - git context patch

2011-10-03 Thread Guillaume Lelarge
On Sat, 2011-09-24 at 17:43 +0200, Guillaume Lelarge wrote: > On Sun, 2011-09-18 at 15:48 +0200, Vladimir Kokovic wrote: > > Hi, > > > > After a while, here's a new patch for Copy/Paste table(s) functions. > > > > Sorry for not replying sooner. This quic

Re: [pgadmin-hackers] Updated Latvian translation

2011-10-03 Thread Guillaume Lelarge
On Mon, 2011-10-03 at 16:58 +0300, Rūdolfs Mazurs wrote: > Updated missing strings in LV translation. Commited, thanks for your work. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make ch

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

2011-10-03 Thread Guillaume Lelarge
Update latvian translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a9a6ef5c9dc60bd7e89a6929392de1e6d6ac82c0 Author: Rudolfs Mazurs Modified Files -- i18n/lv_LV/pgadmin3.mo | Bin 299127 -> 299365 bytes i18n/lv_LV/pgadmin3.

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

2011-10-03 Thread Guillaume Lelarge
Update latvian translation. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8bf30ecfa149d942e8a08f07ed5ecf8c68e9f589 Author: Rudolfs Mazurs Modified Files -- i18n/lv_LV/pgadmin3.mo | Bin 299127 -> 299365 bytes i18n/lv_

[pgadmin-hackers] pgAdmin III commit: Fix crash when opening a dlgType

2011-09-27 Thread Guillaume Lelarge
Fix crash when opening a dlgType At the opening of the dialog, we do a CheckChange for no reason (at least, I don't see one) and this triggers a crash because the connection variable isn't already set. We could set the connection before the CheckChange but I prefer to delete the not-needed Chec

[pgadmin-hackers] pgAdmin III commit: Automatic merge using stringmerge script.

2011-09-25 Thread Guillaume Lelarge
Automatic merge using stringmerge script. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=224b922aa2b6e6e974c4897a0a6097c58dec3860 Modified Files -- i18n/pl_PL/pgadmin3.po | 1334 -

[pgadmin-hackers] pgAdmin III commit: Update polish translation

2011-09-25 Thread Guillaume Lelarge
Update polish translation Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9a3ba966eda4a8a078856600572aef21cd9e0db6 Author: Begina Felicysym Modified Files -- i18n/pl_PL/pgadmin3.po | 1201 +++

[pgadmin-hackers] pgAdmin III commit: I forgot the .mo file... sorry

2011-09-25 Thread Guillaume Lelarge
I forgot the .mo file... sorry Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=80340c8a1d0b28a02ef72ef84a692221a3c9335d Modified Files -- i18n/pl_PL/pgadmin3.mo | Bin 294922 -> 295589 bytes 1 files changed, 0 insertions

Re: [pgadmin-hackers] Actualization of polish pgadmin3 translation .

2011-09-25 Thread Guillaume Lelarge
On Sun, 2011-09-25 at 22:25 +0200, Begina Felicysym wrote: > Hi, > > > > Some corrections for 1.14 version in attachement > Commited and pushed. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql

Re: [pgadmin-hackers] Copy/Paste table(s) functions - git context patch

2011-09-24 Thread Guillaume Lelarge
On Sun, 2011-09-18 at 15:48 +0200, Vladimir Kokovic wrote: > Hi, > > After a while, here's a new patch for Copy/Paste table(s) functions. > Sorry for not replying sooner. This quick mail to tell you that I'll work on it ASAP. Perhaps tomorrow. Anyway, I didn't forget your patch, I'm just fighti

Re: [pgadmin-hackers] Fwd: tradução do pgadmin pt_BR

2011-09-20 Thread Guillaume Lelarge
On Tue, 2011-09-20 at 16:52 -0300, Arthur Nascimento wrote: > Hi, > > Is anyone working on the pt_BR translation of pgadmin? I got no > response from the e-mail I sent to the current maintainer (forgot to > CC here) a few days ago. Would anybody mind if I gave it a shot? > AFAICT, it's unmaintai

[pgadmin-hackers] pgAdmin website commit: Fix an issue spotted by Begina Felicysym

2011-09-20 Thread Guillaume Lelarge
Fix an issue spotted by Begina Felicysym Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=f8b2057bd5a2ae106124f3e4932b2c92da8c629f Modified Files -- locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo | Bin 150757 -> 150791 bytes locale

Re: [pgadmin-hackers] Polish pgAdmin website translation

2011-09-20 Thread Guillaume Lelarge
Hi, On Mon, 2011-09-19 at 22:27 +0200, Begina Felicysym wrote: [...] > This language is not mentionned on the "Translation::Status" page. It applies > only to the pgadmin3_website.pot file, and the website itself. This language > is included in the language combo box on the top right corner on

Re: [pgadmin-hackers] pgAdmin III commit: Fix the removing of an inherited table

2011-09-20 Thread Guillaume Lelarge
On Tue, 2011-09-20 at 03:17 -0500, Dave Page wrote: > On Mon, Sep 19, 2011 at 2:48 PM, Guillaume Lelarge > wrote: > > On Mon, 2011-09-19 at 14:28 -0500, Dave Page wrote: > >> On Mon, Sep 19, 2011 at 2:18 PM, Guillaume Lelarge > >> wrote: > >> > On Mon,

Re: [pgadmin-hackers] pgAdmin III commit: Fix the removing of an inherited table

2011-09-19 Thread Guillaume Lelarge
On Mon, 2011-09-19 at 14:28 -0500, Dave Page wrote: > On Mon, Sep 19, 2011 at 2:18 PM, Guillaume Lelarge > wrote: > > On Mon, 2011-09-19 at 14:10 -0500, Dave Page wrote: > >> That doesn't seem right - the user shouldn't see quoting, except in SQL > >> qu

Re: [pgadmin-hackers] Polish pgAdmin website translation

2011-09-19 Thread Guillaume Lelarge
Hi, On Mon, 2011-09-19 at 21:05 +0200, Begina Felicysym wrote: > [...] > I send you the actualized website.po polish translation. > Commited, thanks. > That "Salvatorian" is one of the malaysian/indonesian languages. > It even don't looks like spanish. > I hope nobody will be offended when I

Re: [pgadmin-hackers] pgAdmin III commit: Fix the removing of an inherited table

2011-09-19 Thread Guillaume Lelarge
On Mon, 2011-09-19 at 14:10 -0500, Dave Page wrote: > That doesn't seem right - the user shouldn't see quoting, except in SQL > queries. > We show the user the schema and the table names. It would be weird to display foo.bar.something if the schema name is foo.bar and the table name is something

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

2011-09-19 Thread Guillaume Lelarge
Update website polish translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=8f92b69731ff3958b09eb488b56773ee98f1e4f5 Author: Begina Felicysym Modified Files -- locale/pl_PL/LC_MESSAGES/pgadmin3_website.mo | Bin 163426 ->

[pgadmin-hackers] pgAdmin III commit: Fix the removing of an inherited table

2011-09-19 Thread Guillaume Lelarge
Fix the removing of an inherited table We don't need to quote the table as it's already quoted in the listview. Report from Pasman Pasmanski. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c99d4e68fc315d6fe548ca218e5595863a32f200

[pgadmin-hackers] pgAdmin III commit: Fix the removing of an inherited table

2011-09-19 Thread Guillaume Lelarge
Fix the removing of an inherited table We don't need to quote the table as it's already quoted in the listview. Report from Pasman Pasmanski. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=1f0b18496362765b1c79dc7d459ea38769d63459 Modified Fi

Re: [pgadmin-hackers] Polish pgAdmin website translation

2011-09-19 Thread Guillaume Lelarge
Hi Begina, You can mail me personaly in french if you want, but we should stay with english on the mailing list. Nice french, by the way :) On Mon, 2011-09-19 at 01:24 +0200, Begina Felicysym wrote: > Salut Guillaume, > > Comment est'ce possible d' avoir le message de 2011-09-12 traduit en > fr

[pgadmin-hackers] pgAdmin website commit: Update .pot file.

2011-09-19 Thread Guillaume Lelarge
Update .pot file. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=0d3a3959f5f809216d42477812a79dcf218f6c33 Modified Files -- locale/pgadmin3_website.pot | 26 +++--- 1 files changed, 15 insertions(+), 11 dele

[pgadmin-hackers] pgAdmin website commit: Automatic stringmerge using merge script.

2011-09-19 Thread Guillaume Lelarge
Automatic stringmerge using merge script. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=a3163454503ad02d9837fa542629651362cd Modified Files -- locale/cs_CZ/LC_MESSAGES/pgadmin3_website.mo | Bin 137767 -> 137767 bytes local

Re: [pgadmin-hackers] Polish pgAdmin website translation

2011-09-18 Thread Guillaume Lelarge
On Sun, 2011-09-18 at 16:04 -0500, Dave Page wrote: > On Sun, Sep 18, 2011 at 3:39 PM, Guillaume Lelarge > wrote: > > On Sun, 2011-09-18 at 21:37 +0200, Begina Felicysym wrote: > >> Hi Guillaume, > >> > >> Is there a problem with the polish translation? >

Re: [pgadmin-hackers] Polish pgAdmin website translation

2011-09-18 Thread Guillaume Lelarge
On Sun, 2011-09-18 at 21:37 +0200, Begina Felicysym wrote: > Hi Guillaume, > > Is there a problem with the polish translation? > I try to choose the polish translation, but it changes to english version. > I took a look at it, and it seems (at least from the repo) that everything is correctly se

[pgadmin-hackers] pgAdmin III commit: Update all .po/.mo files

2011-09-17 Thread Guillaume Lelarge
Update all .po/.mo files Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cb84edcce29d3eff7d52403b31de2c43d2edf667 Modified Files -- i18n/af_ZA/pgadmin3.mo | Bin 155067 -> 154622 bytes i18n/af_ZA/pgadmin3.po | 1296 ++-- i18n/ar_SA/p

[pgadmin-hackers] pgAdmin III commit: Update all pgadmin3.mo files.

2011-09-17 Thread Guillaume Lelarge
Update all pgadmin3.mo files. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=dc74c803c182309755920f6c4e238ff775ae334e Modified Files -- i18n/af_ZA/pgadmin3.mo | Bin 155067 -> 154622 bytes i18n/ar_SA/pgadmin3.mo | Bin

[pgadmin-hackers] pgAdmin website commit: Update published and outofdate translations.

2011-09-17 Thread Guillaume Lelarge
Update published and outofdate translations. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=d886364402ad88327e2d2779946d0ef25eac4152 Modified Files -- translation/config.php | 14 +++--- 1 files changed, 7 insertions(+)

[pgadmin-hackers] pgAdmin website commit: Update to my email address

2011-09-17 Thread Guillaume Lelarge
Update to my email address Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=18bbc3df977299985c165921af317b7b31680921 Modified Files -- locale/translators.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- Sent

Re: [pgadmin-hackers] Polish pgAdmin website translation

2011-09-17 Thread Guillaume Lelarge
Hi Begina, On Fri, 2011-09-16 at 22:06 +0200, Begina Felicysym wrote: > [...] > There is a polish translation of the website. > I pushed your translation. And I added you as the official polish translator of the website. Thanks a lot. -- Guillaume http://blog.guillaume.lelarge.info http:

[pgadmin-hackers] pgAdmin website commit: Add website polish translation.

2011-09-17 Thread Guillaume Lelarge
Add website polish translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=6dde5c1107c7467ec56cba2de4cdae04fab25b29 Modified Files -- include/page.php |1 + include/session.php

Re: [pgadmin-hackers] pgAdmin website commit: Announce 1.14 GA.

2011-09-15 Thread Guillaume Lelarge
On Wed, 2011-09-14 at 23:43 +0200, Guillaume Lelarge wrote: > On Mon, 2011-09-12 at 17:24 +0200, Guillaume Lelarge wrote: > > On Mon, 2011-09-12 at 16:03 +0100, Dave Page wrote: > > > On Mon, Sep 12, 2011 at 3:09 PM, Guillaume Lelarge > > > wrote: > > > >

[pgadmin-hackers] pgAdmin website commit: Announce 1.14 GA.

2011-09-15 Thread Guillaume Lelarge
Announce 1.14 GA. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=09d5cef35a35c8f97f9d23cf12d0c26494745219 Modified Files -- download/macosx.php |2 +- download/source.php |

Re: [pgadmin-hackers] Untranslatable button label in pgAdmin.

2011-09-15 Thread Guillaume Lelarge
On Wed, 2011-09-14 at 11:19 +0200, Begina Felicysym wrote: > Hi, > I have polish version of operating system, so I don't think that it could be > a system component. How can I contact the wxWidgets team? > I looked at wxWidgets source code. wxWidgets 2.8 doesn't allow the translation of this str

Re: [pgadmin-hackers] pgAdmin website commit: Announce 1.14 GA.

2011-09-14 Thread Guillaume Lelarge
On Mon, 2011-09-12 at 17:24 +0200, Guillaume Lelarge wrote: > On Mon, 2011-09-12 at 16:03 +0100, Dave Page wrote: > > On Mon, Sep 12, 2011 at 3:09 PM, Guillaume Lelarge > > wrote: > > > On Mon, 2011-09-12 at 15:02 +0100, Dave Page wrote: > > >> On Mon, Sep 12

Re: [pgadmin-hackers] Untranslatable button label in pgAdmin.

2011-09-14 Thread Guillaume Lelarge
On Wed, 2011-09-14 at 10:41 +0200, Begina Felicysym wrote: > Hi, > > I send you the requested screenshots. I mean, these three "browse" buttons > for the folder change on the right side. > Thanks. These are wxWidgets strings. I looked into the polish wxWidgets .po file and I don't find any Brow

Re: [pgadmin-hackers] Untranslatable button label in pgAdmin.

2011-09-13 Thread Guillaume Lelarge
On Tue, 2011-09-13 at 09:22 +0200, Begina Felicysym wrote: > Hi, > > There is a button "Browse" in "Options" dialog. It don't change the > label after setting the language. Please check it. > I don't see any Browse button in the Options dialog. Can you send me a screenshot where the button appea

Re: [pgadmin-hackers] pgAdmin website commit: Announce 1.14 GA.

2011-09-12 Thread Guillaume Lelarge
On Mon, 2011-09-12 at 16:03 +0100, Dave Page wrote: > On Mon, Sep 12, 2011 at 3:09 PM, Guillaume Lelarge > wrote: > > On Mon, 2011-09-12 at 15:02 +0100, Dave Page wrote: > >> On Mon, Sep 12, 2011 at 3:01 PM, Guillaume Lelarge > >> wrote: > >> > On Mon,

[pgadmin-hackers] pgAdmin III commit: Fix backup of shared objects, and of all databases.

2011-09-12 Thread Guillaume Lelarge
Fix backup of shared objects, and of all databases. We were using pg_dump instead of pg_dumpall. Report from Adrian Heath. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4f31e3624f5ab701856e8cb2fa1460c2d68ef5e1 Modified Files ---

[pgadmin-hackers] pgAdmin III commit: Fix backup of shared objects, and of all databases.

2011-09-12 Thread Guillaume Lelarge
Fix backup of shared objects, and of all databases. We were using pg_dump instead of pg_dumpall. Report from Adrian Heath. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=3a1ef0ebb7f0e5d81a372d58a3d22ea2922a34b1 Modified Files --

Re: [pgadmin-hackers] pgAdmin website commit: Announce 1.14 GA.

2011-09-12 Thread Guillaume Lelarge
On Mon, 2011-09-12 at 15:02 +0100, Dave Page wrote: > On Mon, Sep 12, 2011 at 3:01 PM, Guillaume Lelarge > wrote: > > On Mon, 2011-09-12 at 14:59 +0100, Dave Page wrote: > >> On Mon, Sep 12, 2011 at 2:59 PM, Guillaume Lelarge > >> wrote: > >> > On Mon,

[pgadmin-hackers] pgAdmin website commit: Revert "Announce 1.14 GA."

2011-09-12 Thread Guillaume Lelarge
Revert "Announce 1.14 GA." This reverts the four previous commits. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=39f9a7453c61d8923e116a53c2557c565fee2fc7 Modified Files -- download/macosx.php |2 +-

Re: [pgadmin-hackers] pgAdmin website commit: Announce 1.14 GA.

2011-09-12 Thread Guillaume Lelarge
On Mon, 2011-09-12 at 14:59 +0100, Dave Page wrote: > On Mon, Sep 12, 2011 at 2:59 PM, Guillaume Lelarge > wrote: > > On Mon, 2011-09-12 at 14:57 +0100, Dave Page wrote: > >> Err, what? I haven't built that packages yet! > >> > > > > Don't y

Re: [pgadmin-hackers] pgAdmin website commit: Announce 1.14 GA.

2011-09-12 Thread Guillaume Lelarge
On Mon, 2011-09-12 at 14:57 +0100, Dave Page wrote: > Err, what? I haven't built that packages yet! > Don't you do that at the same time than PostgreSQL? guess I should have checked first :-/ > On Mon, Sep 12, 2011 at 2:43 PM, Guillaume Lelarge > wrote: > > Anno

[pgadmin-hackers] pgAdmin website commit: Update website french translation.

2011-09-12 Thread Guillaume Lelarge
Update website french translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=24038e955239cb01a8078ba67a586a68d25866e0 Modified Files -- locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo | Bin 147993 -> 150757 bytes locale/fr_FR

[pgadmin-hackers] pgAdmin website commit: Announce 1.14 GA.

2011-09-12 Thread Guillaume Lelarge
Announce 1.14 GA. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=b3da1677af5c8fef1a5641bb86a0b0146d211d03 Modified Files -- download/macosx.php |2 +- download/source.php |2 +- download/windows.php |2 +- index.php

[pgadmin-hackers] pgAdmin website commit: Update .pot file.

2011-09-12 Thread Guillaume Lelarge
Update .pot file. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=85fad43d8d37d7b0a484930629e679892eba3573 Modified Files -- locale/pgadmin3_website.pot | 42 +- 1 files changed, 13 insert

[pgadmin-hackers] pgAdmin website commit: Automatic stringmerge using merge script.

2011-09-12 Thread Guillaume Lelarge
Automatic stringmerge using merge script. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=9af7fb06ac5ed055adc5b4c4765005a528c70140 Modified Files -- locale/cs_CZ/LC_MESSAGES/pgadmin3_website.mo | Bin 138822 -> 137767 bytes local

Re: [pgadmin-hackers] Pgadmin polish translation of the 'vacuum

2011-09-12 Thread Guillaume Lelarge
Hi, On Mon, 2011-09-12 at 01:09 +0200, Begina Felicysym wrote: > [...] > I send you a little correction of the pgadmin polish translation (just > the vacuum word to match the other files). > Thank you. Your work has been pushed into the repository. -- Guillaume http://blog.guillaume.lelarg

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

2011-09-12 Thread Guillaume Lelarge
Update polish translation. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=39a0413eac4fcc38c4c58ec69e19554fbe8b3279 Author: Begina Felicysym Modified Files -- i18n/pl_PL/pgadmin3.mo | Bin 294791 -> 294922 bytes i18n/pl

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

2011-09-12 Thread Guillaume Lelarge
Update polish translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c589bd129310cad9d05afaf598ae58ae888da36c Author: Begina Felicysym Modified Files -- i18n/pl_PL/pgadmin3.po | 178 --

Re: [pgadmin-hackers] [Fwd: [Bug 831875] [NEW] "Vacuum Recommended" dialog has no "no" option]

2011-09-10 Thread Guillaume Lelarge
On Sat, 2011-09-10 at 18:43 +0100, Dave Page wrote: > On Saturday, September 10, 2011, Guillaume Lelarge > wrote: > > On Sat, 2011-09-10 at 18:22 +0100, Dave Page wrote: > >> On Saturday, September 10, 2011, Guillaume Lelarge < > guilla...@lelarge.info> > >>

Re: [pgadmin-hackers] [Fwd: [Bug 831875] [NEW] "Vacuum Recommended" dialog has no "no" option]

2011-09-10 Thread Guillaume Lelarge
On Sat, 2011-09-10 at 18:22 +0100, Dave Page wrote: > On Saturday, September 10, 2011, Guillaume Lelarge > wrote: > > Hi, > > > > AFAICT, the OP's complain is valid. I'm wondering why we have an OK and > > a Cancel button. The Cancel button is disabled

[pgadmin-hackers] pgAdmin III commit: Fix an URL in the english doc

2011-09-10 Thread Guillaume Lelarge
Fix an URL in the english doc Report from Michael Shapiro. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ca33c48c095c823d13b1c3bf86149e11e2f8cae3 Modified Files -- docs/en_US/connect.html |2 +- 1 files changed, 1

[pgadmin-hackers] [Fwd: [Bug 831875] [NEW] "Vacuum Recommended" dialog has no "no" option]

2011-09-10 Thread Guillaume Lelarge
Hi, AFAICT, the OP's complain is valid. I'm wondering why we have an OK and a Cancel button. The Cancel button is disabled when force parameter is set to false. After a quick research, it seems it's always false. Maybe we should replace the OK/Cancel pair with a Close button. Any objections to th

[pgadmin-hackers] pgAdmin III commit: Fix dropping a constraint in the table properties

2011-09-10 Thread Guillaume Lelarge
Fix dropping a constraint in the table properties The DROP CONSTRAINT was added before the RENAME statement whereas the DROP CONSTRAINT was using the new name. Report from P GOUV. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=583388f376b7cd

[pgadmin-hackers] pgAdmin III commit: Fix dropping a constraint in the table properties

2011-09-10 Thread Guillaume Lelarge
Fix dropping a constraint in the table properties The DROP CONSTRAINT was added before the RENAME statement whereas the DROP CONSTRAINT was using the new name. Report from P GOUV. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7c

[pgadmin-hackers] pgAdmin III commit: Support for reverse engineering in the designer

2011-09-10 Thread Guillaume Lelarge
Support for reverse engineering in the designer Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=3fd0d8b9b8dd2db5f447b311fccfea86e3b9e6c8 Author: Luis Ochoa Modified Files -- CHANGELOG |2

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

2011-09-10 Thread Guillaume Lelarge
Update polish translation. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=3490b2f7687c00b4d0e806c6a605e825de9094e9 Author: Begina Felicysym Modified Files -- i18n/pl_PL/pgadmin3.mo | Bin 294452 -> 294791 bytes i18n/pl

Re: [pgadmin-hackers] Polish translation of pgadmin3.po

2011-09-06 Thread Guillaume Lelarge
On Tue, 2011-09-06 at 10:54 +0200, Begina Felicysym wrote: > [...] > I send you the .po file with some corrections for better look and feel > the gui. > Commited. Thanks for your work. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com -- Sent via pgadmin-hackers mai

Re: [pgadmin-hackers] 1.14 GA Release timetable

2011-09-06 Thread Guillaume Lelarge
On Mon, 2011-09-05 at 21:13 +0100, Dave Page wrote: > On Monday, September 5, 2011, Guillaume Lelarge > wrote: > > On Mon, 2011-09-05 at 15:20 +0100, Dave Page wrote: > >> On Mon, Sep 5, 2011 at 3:08 PM, Dave Page wrote: > >> > Hi, > >> > > &

[pgadmin-hackers] pgAdmin III commit: Flag outdated languages.

2011-09-05 Thread Guillaume Lelarge
Flag outdated languages. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f78a8494e3bb009e2052cfbaf6460ed6bac14c76 Modified Files -- docs/cs_CZ/translation_team.html | 13 +- docs/en_US/translation_team.html |

Re: [pgadmin-hackers] 1.14 GA Release timetable

2011-09-05 Thread Guillaume Lelarge
On Mon, 2011-09-05 at 15:20 +0100, Dave Page wrote: > On Mon, Sep 5, 2011 at 3:08 PM, Dave Page wrote: > > Hi, > > > > Assuming there are new major issues, I'll be building the 1.14.0 GA > > release on Thursday. > > s/new/no. > > Thanks Ashesh :-) > Funny :) We have quite a number of outdated

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

2011-09-05 Thread Guillaume Lelarge
Update chinese simplified translation. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7ec6e603aa00f38d7f7f5e7b0f35282e5216269f Author: Quan Zongliang Modified Files -- i18n/zh_CN/pgadmin3.mo | Bin 238666 -> 265378 byt

[pgadmin-hackers] pgAdmin III commit: Automatic merge using stringmerge script.

2011-09-05 Thread Guillaume Lelarge
Automatic merge using stringmerge script. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e3589e1d57a9153b1eb9a18a9d16b77efdbe089a Modified Files -- i18n/af_ZA/pgadmin3.po | 321 +- i18n/ar_SA/pgadmin3.po | 321 +- i18n/

[pgadmin-hackers] pgAdmin III commit: Update .pot file.

2011-09-05 Thread Guillaume Lelarge
Update .pot file. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5ba88814146340f3c73106e2dddedd8caa974971 Modified Files -- pgadmin3.pot | 321 +- 1 files changed,

[pgadmin-hackers] pgAdmin III commit: Highlight the other brace even if the current one i

2011-09-03 Thread Guillaume Lelarge
Highlight the other brace even if the current one is before the caret Request from Andreas. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=80794557fcf21ccc786fbc302dd5faf6c71ea421 Modified Files -- CHANGELOG |2

Re: [pgadmin-hackers] v1.14 beta1: Ctrl-C does not copy selected text inside a textbox in the edit grid

2011-09-02 Thread Guillaume Lelarge
On Tue, 2011-08-30 at 18:26 +0200, Erwin Brandstetter wrote: > Aloha! > > On 30.04.2011 09:43, Erwin Brandstetter wrote: > > On 30.04.2011 09:23, Guillaume Lelarge wrote: > >> Le 29/04/2011 16:55, Erwin Brandstetter a écrit : > >>> [...] > >>

[pgadmin-hackers] pgAdmin III commit: Fix bad query in the query tool

2011-08-31 Thread Guillaume Lelarge
Fix bad query in the query tool Issue reported in http://forums.enterprisedb.com/posts/list/2831.page: On a quiet server with 12 sessions, all are , but some are in the color for idle and some are in the color for slow query. It is my understanding that Slow Queries is for queries running over 10

[pgadmin-hackers] pgAdmin III commit: Fix bad query in the query tool

2011-08-31 Thread Guillaume Lelarge
Fix bad query in the query tool Issue reported in http://forums.enterprisedb.com/posts/list/2831.page: On a quiet server with 12 sessions, all are , but some are in the color for idle and some are in the color for slow query. It is my understanding that Slow Queries is for queries running over 10

[pgadmin-hackers] pgAdmin III commit: Fixed Combobox for Reference columns showing droppe

2011-08-30 Thread Guillaume Lelarge
Fixed Combobox for Reference columns showing dropped columns in FK dialog Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d382630e057e59792e44aae260a53c7a521827d7 Author: Julius Tuskenis Modified Files -- pgadmin/dlg/dlgForeignKey.

[pgadmin-hackers] pgAdmin III commit: Fixed Combobox for Reference columns showing droppe

2011-08-30 Thread Guillaume Lelarge
Fixed Combobox for Reference columns showing dropped columns in FK dialog Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=fd49692da42a710c3f9d42953173712df43cd139 Author: Julius Tuskenis Modified Files -- pgadmin/dlg/dl

[pgadmin-hackers] pgAdmin III commit: Fix two bugs in default security panel

2011-08-30 Thread Guillaume Lelarge
Fix two bugs in default security panel 1. When a user clicks on an item in the list, there was no update on the combobox and the checkboxes. 2. This one was reported by Kashif Zeeshan: "On Privileges Tab Page when a role is added without Privileges (click on Add/Change? button without selecting

[pgadmin-hackers] pgAdmin III commit: Fix two bugs in default security panel

2011-08-30 Thread Guillaume Lelarge
Fix two bugs in default security panel 1. When a user clicks on an item in the list, there was no update on the combobox and the checkboxes. 2. This one was reported by Kashif Zeeshan: "On Privileges Tab Page when a role is added without Privileges (click on Add/Change? button without selecting

[pgadmin-hackers] pgAdmin website commit: Update .pot file.

2011-08-29 Thread Guillaume Lelarge
Update .pot file. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=f49f8c29e38678fdcb0e33aa9fa9ce6794e2d2ec Modified Files -- locale/pgadmin3_website.pot | 70 +++--- 1 files changed, 32 insert

[pgadmin-hackers] pgAdmin website commit: Automatic stringmerge using merge script.

2011-08-29 Thread Guillaume Lelarge
Automatic stringmerge using merge script. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=50729f149c0c4ff42fa22b91762cbab96a8aaa7a Modified Files -- locale/cs_CZ/LC_MESSAGES/pgadmin3_website.mo | Bin 138854 -> 138822 bytes local

[pgadmin-hackers] pgAdmin website commit: Update chinese translation.

2011-08-29 Thread Guillaume Lelarge
Update chinese translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=877d71240184df5895a6cfdd5895185cf7f22563 Author: Quan Zongliang Modified Files -- locale/zh_CN/LC_MESSAGES/pgadmin3_website.mo | Bin 125643 -> 147970 b

[pgadmin-hackers] pgAdmin website commit: Update french translation.

2011-08-29 Thread Guillaume Lelarge
Update french translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=7832dc6fe884d6b1865c8d69d0b75d0fc5242275 Modified Files -- locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo | Bin 148887 -> 149075 bytes locale/fr_FR/LC_MESS

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

2011-08-29 Thread Guillaume Lelarge
Update czech translation. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4bcf876e4a97c44ea7869477798fe4e4134b8e87 Author: Marek Cernocky Modified Files -- i18n/cs_CZ/pgadmin3.mo | Bin 265650 -> 308964 bytes i18n/cs_CZ

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

2011-08-29 Thread Guillaume Lelarge
Update polish translation. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=91ae50d02d865e25cb2825655b090c5624de55eb Author: Begina Felicysym Modified Files -- i18n/pl_PL/pgadmin3.mo | Bin 235448 -> 294452 bytes i18n/pl

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

2011-08-29 Thread Guillaume Lelarge
Update czech translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=80ec2557ad07b8e8afb77962443e728b27ae0c6c Author: Marek Cernocky Modified Files -- i18n/cs_CZ/pgadmin3.mo | Bin 265650 -> 308808 bytes i18n/cs_CZ/pgadmin3.po

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

2011-08-29 Thread Guillaume Lelarge
Update polish translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6e54117b72098d08bed410cea15c98048a755750 Author: Begina Felicysym Modified Files -- i18n/pl_PL/pgadmin3.mo | Bin 235448 -> 294452 bytes i18n/pl_PL/pgadmin3

Re: [pgadmin-hackers] pgadmin3.po polish translation file

2011-08-29 Thread Guillaume Lelarge
Hi, On Sun, 2011-08-28 at 00:59 +0200, Begina Felicysym wrote: > [...] > I send you the pgadmin3.po file I corrected last few days. > > I am new in the postgress mailig list. > > I hope it is better than the original file I downloaded. > > I exported the file into mo format and checked it in a

<    3   4   5   6   7   8   9   10   11   12   >