[pgadmin-hackers] PATCH: Collation node [pgAdmin4]

2016-02-09 Thread Murtuza Zabuawala
Hi, PFA patch for collation node. FYI, patch for this node is already reviewed by Neel, but in this patch we have added parent id in generate browser node function and also added code to handle sql panel request. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The

[pgadmin-hackers] Patch sequence node [pgadmin4]

2016-02-09 Thread Harshal Dhumal
Hi, PFA patch for sequence node. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/__init__.py

[pgadmin-hackers] New macros for sequence node [pgadmin4]

2016-02-09 Thread Harshal Dhumal
Hi, PFA of macros (privilege, security) for sequence node. Also fixed minor issue in security macro (removed unwanted qtIdent for provider) -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git

[pgadmin-hackers] Minor database patch [pgadmin4]

2016-02-09 Thread Harshal Dhumal
Hi, PFA patch for database node. Enhancement: We don't need to disconnect and connect to databse for each single offline query. We can disconnect once then apply queries and then connect again. And minor code refactoring (more pythonic way) -- *Harshal Dhumal* *Software Engineer *

Re: [pgadmin-hackers] pgAdmin III: Muliple SQL tabs

2016-02-09 Thread Sergey Busel
Dave, Here is a patch that does display the query tab name in the title bar of the output pane. It seems to work with loading and saving the perspective, too. The trick is to restore the original text on the output pane before loading and saving the perspective, and put the query name back in

[pgadmin-hackers] [pgAdmin4 Patch]: Fixed Typos in JavaScript Files

2016-02-09 Thread Khushboo Vashi
Hi, There are typos in 3 JS files. Please find attachment for the fixes. Thanks, Khushboo diff --git a/web/pgadmin/browser/server_groups/servers/static/js/variable.js b/web/pgadmin/browser/server_groups/servers/static/js/variable.js index d8ae58c..4c13215 100644 ---

[pgadmin-hackers] pgAdmin 4 commit: Adding more jinja2 template macros for the default pr

2016-02-09 Thread Ashesh Vashi
Adding more jinja2 template macros for the default previleges. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dc51baefccff5fcb82d9cbb4f099134a126c12e0 Author: Murtuza Zabuawala Modified Files

Re: [pgadmin-hackers] New macros for sequence node [pgadmin4]

2016-02-09 Thread Ashesh Vashi
On Tue, Feb 9, 2016 at 3:48 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > PFA of macros (privilege, security) for sequence node. > > Also fixed minor issue in security macro (removed unwanted qtIdent for > provider) > This is not allowed. We can't pass on the data coming

Re: [pgadmin-hackers] [pgAdmin4 Patch]: Fixed Typos in JavaScript Files

2016-02-09 Thread Ashesh Vashi
On Wed, Feb 10, 2016 at 12:06 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > There are typos in 3 JS files. > Please find attachment for the fixes. > Thanks - checked-in -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company

[pgadmin-hackers] pgAdmin 4 commit: Resolved a typo in variable name 'version_compatible'

2016-02-09 Thread Ashesh Vashi
Resolved a typo in variable name 'version_compatible' Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=637a5838a855cbd5af93dd17465a875ef6336c8e Author: Khushboo Vashi Modified Files --

Re: [pgadmin-hackers] PATCH: Added macro for default privileges [pgAdmin4]

2016-02-09 Thread Ashesh Vashi
On Mon, Feb 8, 2016 at 1:07 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to add default privileges macro for other db objects & added > validation in privileges control. > Applied in two different commits, as they targets two completely different area.

[pgadmin-hackers] pgAdmin 4 commit: Adding validation for the previleges control.

2016-02-09 Thread Ashesh Vashi
Adding validation for the previleges control. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a02b1a4813ef2780d7c827c9ca5f4879d115c336 Author: Murtuza Zabuawala Modified Files --

[pgadmin-hackers] pgAdmin 4 commit: Allow to use the select2 with multiple selection. Cha

2016-02-09 Thread Ashesh Vashi
Allow to use the select2 with multiple selection. Changed the formatter used by NodeAjaxOptions Family controls to takes care the data returns by these controls. Branch -- master Details ---

Re: [pgadmin-hackers] [pgAdmin4 Patch]: NodeAjaxOptionsControl Formatter Fix

2016-02-09 Thread Ashesh Vashi
Thanks - applied! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Tue, Feb 9, 2016 at 11:40 AM, Khushboo Vashi <