Re: [pgadmin-hackers] #229

2010-10-06 Thread Guillaume Lelarge
Le 23/09/2010 21:11, Steffen Kuhn a écrit : > [...] > actually I wanted to tooltip 'De-/Select all ...' ;-) > My intension was do bring the benefit with less code, logic and > dependencies, > but anyway if it feels not good here the next try. > Commited. Thanks for the patch, and sorry for the de

[pgadmin-hackers] Re: [pgAdmin III] #229: Buttons for (de/)selecting all entries in the pgAgent jobs scheduler lists

2010-10-06 Thread pgAdmin Trac
#229: Buttons for (de/)selecting all entries in the pgAgent jobs scheduler lists ---+ Reporter: Steffen Kuhn | Owner: Steffen Kuhn Type: feature | Status: closed Priority: minor |

[pgadmin-hackers] pgAdmin III commit: Buttons for (de/)selecting all entries...

2010-10-06 Thread Guillaume Lelarge
Buttons for (de/)selecting all entries... in the pgAgent jobs scheduler list. Implements #229. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=098f47923c0f6521f76af4e8e3a4fc437abb7f1c Author: Steffen Kuhn Modified Files -- pgadmi

[pgadmin-hackers] Re: [pgAdmin III] #251: Fix CREATE INDEX/CONSTRAINT syntax when tablespace and fillfactor are specified

2010-10-06 Thread pgAdmin Trac
#251: Fix CREATE INDEX/CONSTRAINT syntax when tablespace and fillfactor are specified -+-- Reporter: Marti Raudsepp | Owner: Marti Raudsepp Type: bug | Status: closed Priority: min

[pgadmin-hackers] [pgAdmin III] #251: Fix CREATE INDEX/CONSTRAINT syntax when tablespace and fillfactor are specified

2010-10-06 Thread pgAdmin Trac
#251: Fix CREATE INDEX/CONSTRAINT syntax when tablespace and fillfactor are specified +--- Reporter: Marti Raudsepp | Owner: Marti Raudsepp Type: bug | Status: new Priority: minor

Re: [pgadmin-hackers] [PATCH] Fix CREATE INDEX/CONSTRAINT syntax when tablespace and fillfactor are specified

2010-10-06 Thread Guillaume Lelarge
Le 06/10/2010 00:25, Guillaume Lelarge a écrit : > Hi Marti, > > Le 05/10/2010 23:33, Marti Raudsepp a écrit : >> [...] >> Quite recently I stumbled upon this bug in pgAdminIII and today I was >> reading Guillaume Lelarge's article about pgAdmin's git repository and >> this is the result. :) >> >

[pgadmin-hackers] pgAdmin III commit: Fix CREATE INDEX/CONSTRAINT syntax

2010-10-06 Thread Guillaume Lelarge
Fix CREATE INDEX/CONSTRAINT syntax Reverse the order of TABLESPACE and WITH() clauses for indexes. Previously pgAdminIII generated CREATE scripts like: CREATE INDEX foo_foo_id ON foo USING btree (foo_id) TABLESPACE bar WITH (FILLFACTOR=50); However this is illegal PostgreSQL syntax, the WITH(

[pgadmin-hackers] pgAdmin III commit: Fix CREATE INDEX/CONSTRAINT syntax when tablespace

2010-10-06 Thread Guillaume Lelarge
Fix CREATE INDEX/CONSTRAINT syntax when tablespace and fillfactor are specified Reverse the order of TABLESPACE and WITH() clauses for indexes. Previously pgAdminIII generated CREATE scripts like: ALTER TABLE foo ADD CONSTRAINT foo_pkey PRIMARY KEY(foo_id) USING INDEX TABLESPACE bar WITH (FILL

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

2010-10-06 Thread Guillaume Lelarge
Update website french translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=a7131cd9b7a065e0763d99f2ed308963117e8ce3 Modified Files -- locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo | Bin 148322 -> 149470 bytes locale/fr_FR

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

2010-10-06 Thread Guillaume Lelarge
Update .pot file. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=dc038c1b2cdd13584e1b54936a10e1e93722cacd Modified Files -- locale/pgadmin3_website.pot | 123 --- 1 files changed, 69 inser

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

2010-10-06 Thread Guillaume Lelarge
Automatic stringmerge using merge script. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=28892060debeed6af855aa514f1ae4f1c961a094 Modified Files -- locale/cs_CZ/LC_MESSAGES/pgadmin3_website.mo | Bin 139570 -> 139267 bytes local

[pgadmin-hackers] pgAdmin website commit: Update for 1.12.1

2010-10-06 Thread Dave Page
Update for 1.12.1 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=cd6ac96bdb9da9beb601a910d613b8e5609243ea Modified Files -- download/macosx.php |1 + download/source.php |1 + download/windows.php |1 + index.php

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

2010-10-06 Thread Guillaume Lelarge
Update the pgadmin3-release.pot file This is something we should do when we release the GA release. But I forgot. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c2f4561f272a5f18161acc739a6c84b1f1b36def Modified Files -- pgadmin3-r

[pgadmin-hackers] pgAdmin III commit: Update farsi translation, per Amir Abdollahi.

2010-10-06 Thread Guillaume Lelarge
Update farsi translation, per Amir Abdollahi. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2345da75ac74e0253b4e5fb47e8bc6cd2a45e3f4 Author: Amir Abdollahi Modified Files -- i18n/fa_IR/pgadmin3.mo | Bin 158528 -> 228378 bytes i1

[pgadmin-hackers] Re: [pgAdmin III] #250: Extend the syntax highlighting to setting sql commands in upper

2010-10-06 Thread pgAdmin Trac
#250: Extend the syntax highlighting to setting sql commands in upper ---+ Reporter: Andreas| Owner: dpage Type: feature| Status: new Priority: minor | Milestone: Component: pgadm

[pgadmin-hackers] [pgAdmin III] #250: Extend the syntax highlighting to setting sql commands in upper

2010-10-06 Thread pgAdmin Trac
#250: Extend the syntax highlighting to setting sql commands in upper ---+ Reporter: Andreas| Owner: dpage Type: feature| Status: new Priority: minor | Milestone: Component: pgadm