[pgadmin-hackers] Top Menu Link cursor change text to pointer [pgadmin4]

2016-04-12 Thread Seçkin Alan
Hi, Top Menu Link cursor change text to pointer. because is does not give the feeling of link. -- Seçkin ALAN http://sckn.org diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css index 16f7f0a..6206422 100755 --- a/web/pgadmin/static/css/overrides.css +++

Re: [pgadmin-hackers] Dialog issue: General category text is shown as undefined [pgadmin4]

2016-04-12 Thread Dave Page
Thanks, applied. On Tue, Apr 12, 2016 at 10:54 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > PFA minor patch for message.js > > Issue fixed : Dialog issue, General category text is shown as undefined > > -- > *Harshal Dhumal* > *Software Engineer * > > > > EenterpriseDB

Re: [pgadmin-hackers] [pgAdmin4][Patch] Add affected row count support in psycopg2

2016-04-12 Thread Dave Page
Thanks, applied. On Tue, Apr 12, 2016 at 11:24 AM, Akshay Joshi < akshay.jo...@enterprisedb.com> wrote: > Hi All > > While implementing Query Tool, we need the affected row count for the > queries (DELETE, SELECT, UPDATE etc..) executed on the database server. I > have implemented the same.

[pgadmin-hackers] pgAdmin 4 commit: Add support for an affected row count property to the

2016-04-12 Thread Dave Page
Add support for an affected row count property to the DB interface. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=03d6fce53c4eadbffde2d04c92dcc37d3423167e Author: Akshay Joshi Modified Files --

[pgadmin-hackers] pgAdmin 4 commit: Fix general category default.

2016-04-12 Thread Dave Page
Fix general category default. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=edf9f25691a796a9b9427f203d6732d2869d0615 Modified Files -- web/pgadmin/browser/templates/browser/js/messages.js | 2 +-

Re: [pgadmin-hackers] Styling SQL box layout on dialogue

2016-04-12 Thread Dave Page
OK, taking another look it seems like it's bit-rotted. Can you rebase please? Thanks. piranha:web dpage$ git pull Already up-to-date. piranha:web dpage$ git apply ~/Downloads/sql-box-layout-stylingv2.patch /Users/dpage/Downloads/sql-box-layout-stylingv2.patch:9: trailing whitespace.

Re: [pgadmin-hackers] [pgAdmin4] [Patch] Implementation of the Data Grid and Query Tool

2016-04-12 Thread Dave Page
Very nice! On Tue, Apr 12, 2016 at 1:11 PM, Akshay Joshi wrote: > Hi Dave > > As per suggestion, I have changed History tab to be a grid. Attached is > the two screenshot one for Query Tool and other is for the Data Grid where > some of the transaction gets

[pgadmin-hackers] pgAdmin 4 commit: Add context-sensitive SQL help.

2016-04-12 Thread Dave Page
Add context-sensitive SQL help. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=62fcfd928d37864372c136a6dd6bc4bd5283fff2 Modified Files -- web/pgadmin/browser/__init__.py| 16 -

[pgadmin-hackers] pgAdmin 4 commit: Remove unnecessary line of code.

2016-04-12 Thread Dave Page
Remove unnecessary line of code. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fc8c3db33fe8a550db7716b46ca379586c1cec6b Modified Files -- web/pgadmin/browser/templates/browser/js/node.js | 1 - 1 file changed, 1 deletion(-) --

[pgadmin-hackers] pgAdmin 4 commit: Improvised Select2Cell, and SwitchCell.

2016-04-12 Thread Ashesh Vashi
Improvised Select2Cell, and SwitchCell. Removed the use of separate editor for both of these cell types. There were two instance of select2 were getting created in the Select2Cell, one in the Select2Cell itself, and another in Select2CellEditor. And, loosing the focus mysteriously, and making the

[pgadmin-hackers] [pgAdmin4][Patch] Add affected row count support in psycopg2

2016-04-12 Thread Akshay Joshi
Hi All While implementing Query Tool, we need the affected row count for the queries (DELETE, SELECT, UPDATE etc..) executed on the database server. I have implemented the same. Attached is the patch file, please review it and let me know the review comments if any. -- *Akshay Joshi*

[pgadmin-hackers] Dialog issue: General category text is shown as undefined [pgadmin4]

2016-04-12 Thread Harshal Dhumal
Hi, PFA minor patch for message.js Issue fixed : Dialog issue, General category text is shown as undefined -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git a/web/pgadmin/browser/templates/browser/js/messages.js