[pgadmin-hackers] pgAdmin 4 commit: Updated the CodeMirror to the latest stable version (

2016-04-21 Thread Ashesh Vashi
Updated the CodeMirror to the latest stable version (5.14.2). It has now the 'sql/x-pgsql' mode, which will make the queries more familiar, and lot more improved addons. Branch -- dashboards Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f8c7fc410347009cd9df3a

[pgadmin-hackers] pgAdmin 4 commit: Open the create server dialog when clicked on 'Add Ne

2016-04-21 Thread Ashesh Vashi
Open the create server dialog when clicked on 'Add New Server' link on the welcome dashboard. Branch -- dashboards Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=742c12b4c64620ebf5e8612974d86aa77b0fe5b8 Modified Files -- .../dashboard/templates/das

[pgadmin-hackers] pgAdmin 4 commit: Allow to change the server-group from the properties

2016-04-21 Thread Ashesh Vashi
Allow to change the server-group from the properties dialog of the server. This will allow us to select the server-group of our choice, when we open the dialog from the welcome dashboard for adding new server. Branch -- dashboards Details --- http://git.postgresql.org/gitweb?p=pgadmin4.gi

[pgadmin-hackers] pgAdmin 4 commit: Fix the z-index for graph errors.

2016-04-21 Thread Dave Page
Fix the z-index for graph errors. Branch -- dashboards Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e94cfb433aea35d90908adf2389a6ac5ea49d75c Modified Files -- web/pgadmin/dashboard/static/css/dashboard.css | 1 - 1 file changed, 1 deletion(-) --

Re: [pgadmin-hackers] PATCH: graphical explain

2016-04-21 Thread Dave Page
This looks awesome, and is MIT licenced: http://www.jqueryrain.com/2016/01/imageviewer-jquery-zooming-and-panning-plugin/ On Wednesday, April 20, 2016, Sanket Mehta wrote: > > On Wed, Apr 20, 2016 at 6:12 PM, Dave Page > wrote: > >> >> >> On Tuesday, April 19, 2016, Sanket Mehta > > wrote: >>

[pgadmin-hackers] pgAdmin 4 commit: Branch refs/heads/dashboards was created

2016-04-21 Thread git
Branch refs/heads/dashboards was created. View: http://git.postgresql.org/gitweb?p=pgadmin4.git;a=shortlog;h=refs/heads/dashboards -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

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

2016-04-21 Thread Akshay Joshi
Hi I have fixed following review comments given by Dave and attached is the patch file: - The button bar be moved out into an HTML template - create.sql should perhaps be renamed to insert.sql - The "Add Row" button only works if you're on the last page of the resultset. I have tried