Re: [pgadmin-hackers] Fix for issue RM1313 [pgadmin4]

2016-06-15 Thread Dave Page
Thanks, applied with some improvements to the error handling. On Wed, Jun 15, 2016 at 11:15 AM, Harshal Dhumal wrote: > Hi, > > > PFA attached patch for RM1313 updates and RM1363 > > -- > Harshal Dhumal > Software Engineer > > EnterpriseDB India:

Re: [pgadmin-hackers] Fix for issue RM1313 [pgadmin4]

2016-06-15 Thread Harshal Dhumal
Hi, PFA attached patch for RM1313 updates and RM1363 -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Tue, Jun 14, 2016 at 10:40 PM, Dave Page wrote: > On Tue, Jun 14, 2016 at 5:28 PM, Dave Page

Re: [pgadmin-hackers] Fix for issue RM1313 [pgadmin4]

2016-06-14 Thread Dave Page
On Tue, Jun 14, 2016 at 5:28 PM, Dave Page wrote: > Thanks - committed with some minor changes: > > - Move the password field under the user name. > > - Remove the password requirement. The user might be using "trust" auth. > > - Adjust the vertical positioning of the checkbox.

Re: [pgadmin-hackers] Fix for issue RM1313 [pgadmin4]

2016-06-14 Thread Dave Page
Thanks - committed with some minor changes: - Move the password field under the user name. - Remove the password requirement. The user might be using "trust" auth. - Adjust the vertical positioning of the checkbox. On Tue, Jun 14, 2016 at 2:18 PM, Harshal Dhumal

[pgadmin-hackers] Fix for issue RM1313 [pgadmin4]

2016-06-14 Thread Harshal Dhumal
Hi, PFA patch for issue RM 1313. Changes: Added connect now option in server create dialog. -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/browser/server_groups/servers/__init__.py