Re: [pgadmin-hackers] [pgAdmin4] [Patch]: Extension Module

2016-01-11 Thread Surinder Kumar
Please find the updated patch with following changes: 1. corrected copyright. 2. Added proper comment for script_module function in __init__.py file. 3. Renamed collection Node's label to Extensions in extensions.js file. On Tue, Jan 12, 2016 at 12:44 PM, Surinder Kumar <

Re: [pgadmin-hackers] PATCH: Select2 control fix [ pgAdmin4 ]

2016-01-11 Thread Murtuza Zabuawala
Hi Ashesh, Can you please try applying given updated patch, I have manually converted file line ending to Unix format. Regards, Murtuza On Tuesday 12 January 2016 10:33 AM, Murtuza Zabuawala wrote: Hi Ashesh, I am not sure what's wrong here as I'm able to apply the given patch with

[pgadmin-hackers] Patch for TypeError: this.field is undefined error

2016-01-11 Thread Harshal Dhumal
Hi, Please find attached minor patch for TypeError: this.field is undefined error in pgadmin.backform.js -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git a/web/pgadmin/static/js/backform.pgadmin.js b/web/pgadmin/static/js/backform.pgadmin.js

Re: [pgadmin-hackers] Patch for TypeError: this.field is undefined error

2016-01-11 Thread Ashesh Vashi
Thanks - I will look into it. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Tue, Jan 12, 2016 at 10:57 AM, Harshal Dhumal <

[pgadmin-hackers] pgAdmin 4 commit: Make the select2 control disabled (when required).

2016-01-11 Thread Ashesh Vashi
Make the select2 control disabled (when required). Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=27040a22a7d463442c98bce5954aafc5241e14d8 Modified Files -- web/pgadmin/browser/static/js/node.ui.js | 15 ++- 1 file

[pgadmin-hackers] pgAdmin 4 commit: Passing the version_compability information in the co

2016-01-11 Thread Ashesh Vashi
Passing the version_compability information in the controls, and use them in the custom controls. This commit also includes the patch from Harshal regarding the broken updateInvalidate(..) function. Branch -- master Details ---

[pgadmin-hackers] [pgAdmin4] [Patch]: Extension Module

2016-01-11 Thread Surinder Kumar
Hi, Please find attached patch for the extension module. Please review it and Let me know for any comments. Thanks, Surinder Kumar diff --git a/web/pgadmin/browser/server_groups/servers/databases/extensions/__init__.py b/web/pgadmin/browser/server_groups/servers/databases/extensions/__init__.py

Re: [pgadmin-hackers] PATCH: Select2 control fix [ pgAdmin4 ]

2016-01-11 Thread Murtuza Zabuawala
Hi Ashesh, I am not sure what's wrong here as I'm able to apply the given patch with latest pull. murtuza@debian ~/PROJECT/pgadmin4 $ git pull Already up-to-date. murtuza@debian ~/PROJECT/pgadmin4 $ patch -p1 < Fix_select2_disabled_property.patch patching file

[pgadmin-hackers] PATCH: Select2 control fix [ pgAdmin4 ]

2016-01-11 Thread Murtuza Zabuawala
Hi, Please find minor patch to fix issue in select2 control. Issue: We were not able to apply 'disabled' property from schema model on select2 control. Regards, Murtuza diff --git a/web/pgadmin/browser/static/js/node.ui.js b/web/pgadmin/browser/static/js/node.ui.js index 76839c6..b5fa3e2

Re: [pgadmin-hackers] [pgadmin-support] pgAdmin III v1.22.0 Released!

2016-01-11 Thread Dave Page
On Sun, Jan 10, 2016 at 12:40 PM, Chris George wrote: > Thanks > > Is there any reason why you can’t save the login password for the db user > when connecting via a ssh channel ? Because the port used for the local end of the connection can vary, so there's no way of

[pgadmin-hackers] pgAdmin 4 commit: Adding the current user information in the server inf

2016-01-11 Thread Ashesh Vashi
Adding the current user information in the server information (when connected). Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=932ed358e842b817b658ec04a2d3dfa585e721e7 Modified Files --

[pgadmin-hackers] pgAdmin 4 commit: Update the server-information, when connected, and ad

2016-01-11 Thread Ashesh Vashi
Update the server-information, when connected, and added. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3887c84446fb062112b26fda6f1b3ad4d7b941ea Modified Files -- .../browser/server_groups/servers/templates/servers/servers.js |

[pgadmin-hackers] pgAdmin 4 commit: Override the updateInvalid function for uniquer-cotro

2016-01-11 Thread Ashesh Vashi
Override the updateInvalid function for uniquer-cotrols. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c90c6739003563bf27a131950f59a4e1a708ebaa Modified Files -- web/pgadmin/static/js/backform.pgadmin.js | 21

[pgadmin-hackers] pgAdmin 4 commit: Added new custom template hasAny to check if the requ

2016-01-11 Thread Ashesh Vashi
Added new custom template hasAny to check if the request has one of the given key in it or not. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=97cf27c6b0058f31ec4d5e33dd51743480418272 Modified Files --

[pgadmin-hackers] pgAdmin 4 commit: Changed the way - we saw the title in the panel to al

2016-01-11 Thread Ashesh Vashi
Changed the way - we saw the title in the panel to allow the node to decide, what to saw. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2bdd449bd06e775d1a94c05eb6bfdb5ee9e01daa Modified Files --

[pgadmin-hackers] pgAdmin 4 commit: Renamed the macro DROP to RESET for variables (config

2016-01-11 Thread Ashesh Vashi
Renamed the macro DROP to RESET for variables (configuration parameters). Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca2c693ce4c180bb67e71556cf10f66236b09571 Modified Files --

Re: [pgadmin-hackers] PATCH: Select2 control fix [ pgAdmin4 ]

2016-01-11 Thread Ashesh Vashi
Hi Murtuza, I am not able to apply the patch. Can you please rebase the patch? (Also - please set the proper line endings in your git repository.) -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company

[pgadmin-hackers] pgAdmin 4 commit: Resolved an issue of selection in the Select2Cell, wh

2016-01-11 Thread Ashesh Vashi
Resolved an issue of selection in the Select2Cell, when the value is of type string and not an array. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fc926d7200c4e419a164e8970b27f97845f580a8 Modified Files --

[pgadmin-hackers] pgAdmin 4 commit: Update the user and datbaase information everytime, w

2016-01-11 Thread Ashesh Vashi
Update the user and datbaase information everytime, we connect the server. And, delete them as soon as all connections are released. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f8fd93c207ba2110302102870bbc45d4fed51b54 Modified Files