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

2012-12-24 Thread Guillaume Lelarge
Update catalan translation Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5a8c0680346bf0b529fab6a3b2d2c99454767877 Author: Carme Cerda Torres Modified Files -- i18n/ca_ES/pgadmin3.mo | Bin 315930 -> 316062 bytes i18n/ca_ES/pgadmi

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

2012-12-24 Thread Guillaume Lelarge
Update catalan translation Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8e42c59a3eb593b1bec7af09243dc0b0c549efdd Author: Carme Cerda Torres Modified Files -- i18n/ca_ES/pgadmin3.mo | Bin 315930 -> 316062 bytes i18n/

[pgadmin-hackers] [pgAdmin III] #384: Add -v/--version command line option

2012-12-24 Thread pgAdmin Trac
#384: Add -v/--version command line option ---+ Reporter: Thangalin | Owner: dpage Type: feature| Status: new Priority: minor | Milestone: Component: pgadmin| Version: trunk

[pgadmin-hackers] [pgAdmin III] #385: The text in the About dialog should allow selection

2012-12-24 Thread pgAdmin Trac
#385: The text in the About dialog should allow selection ---+ Reporter: Thangalin | Owner: dpage Type: feature| Status: new Priority: minor | Milestone: Component: pgadmin|

[pgadmin-hackers] pgAdmin III commit: Fix the change of the superuser attribute

2012-12-24 Thread Guillaume Lelarge
Fix the change of the superuser attribute It was impossible to change the superuser attribute. When a user clicked on the superuser checkbox to uncheck it, one dialog asked him to confirm. Whatever his response was, the checkbox got checked again. Report from Michal Kozusznik. Branch -- REL-

[pgadmin-hackers] pgAdmin III commit: Fix the change of the superuser attribute

2012-12-24 Thread Guillaume Lelarge
Fix the change of the superuser attribute It was impossible to change the superuser attribute. When a user clicked on the superuser checkbox to uncheck it, one dialog asked him to confirm. Whatever his response was, the checkbox got checked again. Report from Michal Kozusznik. Branch -- mast

[pgadmin-hackers] pgAdmin III commit: Sort references by schema name and relation name

2012-12-24 Thread Guillaume Lelarge
Sort references by schema name and relation name We used to sort by schema OID, and relation name for the references combobox in the foreign key dialog. It doesn't make sense. We now sort by schema name and relation name. Report from Michal Kozusznik. Branch -- master Details --- http:/

[pgadmin-hackers] pgAdmin III commit: Sort references by schema name and relation name

2012-12-24 Thread Guillaume Lelarge
Sort references by schema name and relation name We used to sort by schema OID, and relation name for the references combobox in the foreign key dialog. It doesn't make sense. We now sort by schema name and relation name. Report from Michal Kozusznik. Branch -- REL-1_16_0_PATCHES Details --

[pgadmin-hackers] pgAdmin III commit: Report default privileges

2012-12-24 Thread Guillaume Lelarge
Report default privileges Default privileges weren't display in the Schema properties dialog. Per a report from Nathan Alden. Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a14f0554fe9e45aa0ca8f3747058650c9bd39684 Modified Files

[pgadmin-hackers] pgAdmin III commit: Report default privileges

2012-12-24 Thread Guillaume Lelarge
Report default privileges Default privileges weren't display in the Schema properties dialog. Per a report from Nathan Alden. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=53b6a09ac59e646b4c772ead3c42ab65dcc84929 Modified Files

[pgadmin-hackers] [pgAdmin III] #386: Add the cancel query and terminate backend actions in the menubar

2012-12-24 Thread pgAdmin Trac
#386: Add the cancel query and terminate backend actions in the menubar -+-- Reporter: Evan Martin | Owner: dpage Type: feature | Status: new Priority: minor| Milestone: Component