[pgadmin-hackers] variable.js number formatting and sesschanged atrrib fix [pgadmin4]

2016-01-12 Thread Harshal Dhumal
Hi, Please find attached patch for number formating issue in variable.js and session changed duplicate values issue. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git a/web/pgadmin/browser/server_groups/servers/static/js/variable.js

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

2016-01-12 Thread Ashesh Vashi
Hi Murtuza, I have applied the patch manually, and committed. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Tue, Jan 12, 2016 at 10:56 AM,

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

2016-01-12 Thread Ashesh Vashi
On Tue, Jan 12, 2016 at 3:12 PM, Dave Page wrote: > Is this multi-user safe (the deletion part)? > Yes - We're deleting the server information only from the client side only.. And, from that session only. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise

[pgadmin-hackers] pgAdmin 4 commit: Fixes few UI issue with the backform controls.

2016-01-12 Thread Ashesh Vashi
Fixes few UI issue with the backform controls. 1. NodeAjaxOtions needs to check 'version_compability' in field, and not 'ver_in_limit' variable. (Thanks Murtuza for pointing that out.) 2. Override the input control to catch the change properly in it. 3. Updated the UniqueCollectionControl and

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

2016-01-12 Thread Dave Page
Is this multi-user safe (the deletion part)? On Mon, Jan 11, 2016 at 7:37 PM, Ashesh Vashi wrote: > Update the user and datbaase information everytime, we connect the > server. And, delete them as soon as all connections are released. > > Branch > -- > master >

[pgadmin-hackers] pgAdmin 4 commit: Allow multiple Python Path elements to be given in a

2016-01-12 Thread Dave Page
Allow multiple Python Path elements to be given in a semi-colon delimited list. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2354c3e07d4069dcd46847c418a53b32029e5bad Modified Files -- runtime/Server.cpp | 9 - 1 file

[pgadmin-hackers] PATCH: Login/Group Role Node

2016-01-12 Thread Ashesh Vashi
Hi Team, Please find the patch for Login/Group Role(s). Akshay/Murtuza, Can you please review it? -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi*

[pgadmin-hackers] pgAdmin 4 commit: Using the events to track the session changes, and en

2016-01-12 Thread Ashesh Vashi
Using the events to track the session changes, and enable/disable Save, Reset buttons. Also - setting/reseting the error messages on status-bar when data are not valid. Branch -- master Details ---

[pgadmin-hackers] pgAdmin 4 commit: Do proper validation in the server panel.

2016-01-12 Thread Ashesh Vashi
Do proper validation in the server panel. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eab12f21afd27f0a20e8172fc7eb9da2db202e38 Modified Files -- .../browser/server_groups/servers/templates/servers/servers.js | 7 +++ 1