[pgadmin-hackers] pgAdmin III commit: Added the documentation for the "External formattin

2016-01-03 Thread Ashesh Vashi
Added the documentation for the "External formatting utility" in the Query Editor, and related change in the Options dialog. Also, updated the options dialog screenshots with the latest icon changes. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdif

Re: [pgadmin-hackers] Patch for External formatting utility description

2016-01-03 Thread Ashesh Vashi
On Sat, Dec 19, 2015 at 12:11 AM, Susan Douglas < susan.doug...@enterprisedb.com> wrote: > Hi All, > > I’ve attached a patch that adds a description of the External formatting > utility field to the options-query_tool.rst file, and a new set of > screenshots for the options dialog. > Thanks - com

[pgadmin-hackers] pgAdmin III commit: Do not rely on selected string in the combobox for

2016-01-03 Thread Ashesh Vashi
Do not rely on selected string in the combobox for the check option in the view dialog. The specified options in xrc file are being translated sometime by mistake. Thanks Sebastian Albert for the report. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commi

Re: [pgadmin-hackers] pgAdmin3: check_option translated in View editing dialog

2016-01-03 Thread Ashesh Vashi
On Wed, Dec 30, 2015 at 4:35 PM, Dave Page wrote: > Ashesh, can you review/commit please? Thanks. > Done. Thanks Sebastian for the report, and Neel for the quick fix. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://w

[pgadmin-hackers] pgAdmin 4 commit: Resolved an issue related to logging the error messag

2016-01-03 Thread Ashesh Vashi
Resolved an issue related to logging the error message. Also, fetch the datlastsysoid when making the connection. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=574105ce5e8004df1d97451ba0dd9a5d4e1b8135 Author: Murtuza Zabuawala Modified File

[pgadmin-hackers] pgAdmin 4 commit: Resolved an issue in the node control related using e

2016-01-03 Thread Ashesh Vashi
Resolved an issue in the node control related using existing cached data Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cf802cb23f90c4f8cb135a00a0ff07750467dbca Author: Murtuza Zabuawala Modified Files -- web/pgadmin/browser/stati

[pgadmin-hackers] pgAdmin 4 commit: Allow to specify the options as a function, which ret

2016-01-03 Thread Ashesh Vashi
Allow to specify the options as a function, which returns array in form of (label, value) tuple in the SelectControl. We will apply the transform function, while rendering the control, and not during intialization. This will allow us to generate different options data based on the dependent values

[pgadmin-hackers] pgAdmin 4 commit: Resolved issues regarding the rows, and column descri

2016-01-03 Thread Ashesh Vashi
Resolved issues regarding the rows, and column description not return by the given query in the execute_dict and execute_2darray function in the psycopg2 driver. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=49373df02d64fc923d8582f34b49466ecfc

[pgadmin-hackers] pgAdmin 4 commit: Set options fetched from the server as it is only whe

2016-01-03 Thread Ashesh Vashi
Set options fetched from the server as it is only when transform function is not provided. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f451bd0a83e235624eec9af3c525099fbef1f6e0 Author: Surinder Kumar Modified Files -- web/pgadm

[pgadmin-hackers] Observed bug in pgAdmin3

2016-01-03 Thread Murtuza Zabuawala
Hi All, I observed an issue while creating new collation (in schemas). Steps to reproduce, 1) Connect to postgres database 2) Expand 'postgres' database 3) Expand 'schemas' 4) Expand 'Collations' 5) Right click & Click "New Collation..." Provide > Properties: Name: test-11 Owner: postgres

[pgadmin-hackers] pgAdmin 4 commit: Allow to use the url with/without the node id in the

2016-01-03 Thread Ashesh Vashi
Allow to use the url with/without the node id in the node ajax options control, also - allow to specify the filter function in the nodes-by-id, and nodes-by-name control. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aedf970748e57eefab4445b1f3

[pgadmin-hackers] pgAdmin 4 commit: Resolved a typo introduced in the previous commit.

2016-01-03 Thread Ashesh Vashi
Resolved a typo introduced in the previous commit. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=613be3b6fe9ad7453f3cf8df106e77726760758e Modified Files -- web/pgadmin/browser/static/js/node.ui.js | 4 ++-- 1 file changed, 2 insert

[pgadmin-hackers] pgAdmin 4 commit: Allow to specify the number of arguments in the qtIde

2016-01-03 Thread Ashesh Vashi
Allow to specify the number of arguments in the qtIdent to make it work with schema specified object name. This will also works with EntepriseDB's package too. Also, added dependency on the current connection object, it will allow us to use the keywords list specific to the database server in futu