Re: [pgadmin-hackers] pgAdmin 4 commit: Resolved an issue related to no proper valid/invalid

2016-03-15 Thread Ashesh Vashi
eges in an object. I was relying on the individual model to fetch the tree hierarchy information, which was not available in case when we have existing privileges information in earlier implementation. Instead now, we rely on the top level model to fetch that information. -- Th

Re: [pgadmin-hackers] depends.js and sql.js

2016-03-15 Thread Ashesh Vashi
d rest should go in static directory. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com/> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> > > Thanks. > > -- >

[pgadmin-hackers] pgAdmin 4 commit: Updated the font-awesome to 4.5 (latest) version.

2016-03-18 Thread Ashesh Vashi
Updated the font-awesome to 4.5 (latest) version. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0fcfaa4ff230afd8c55ca5c5a4e685362d521296 Modified Files -- libraries.txt | 2 +- web/pgadmin/sta

[pgadmin-hackers] On restarting/reloading the server establish the connections with database server smoothly

2016-03-18 Thread Ashesh Vashi
to/disconnect with the database server. In case of restarting, we fetch that information from the session, and establish the persistent connection(s) for any server. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com&g

[pgadmin-hackers] pgAdmin 4 commit: Renaming a server, when it was connected, should not

2016-03-19 Thread Ashesh Vashi
Renaming a server, when it was connected, should not lose the existing connections. Thanks Neel for reporting the issue. Also, resolved an issue related fetching properties of all the servers. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4c

[pgadmin-hackers] pgAdmin 4 commit: Resolved an issue using wrong variable name for backb

2016-03-19 Thread Ashesh Vashi
Resolved an issue using wrong variable name for backbone-model, while triggering events. Thanks Khushboo Vashi for reporting. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=84c5c29b926bc926279640c920a81761223ad90b Modified Files -

[pgadmin-hackers] pgAdmin 4 commit: Log exceptions raised under the servers module.

2016-03-19 Thread Ashesh Vashi
Log exceptions raised under the servers module. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1448a8f551c9e592f5e48d16b1a2c51866a418e7 Modified Files -- web/pgadmin/browser/server_groups/servers/__init__.py | 7 +++ 1 file chan

[pgadmin-hackers] pgAdmin 4 commit: On Python 2, use urllib2 instead of urllib, which all

2016-03-19 Thread Ashesh Vashi
On Python 2, use urllib2 instead of urllib, which allows us to specify timeout parameter. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=09bdf1fab7001cd9d880109dbe3a224421b331fc Modified Files -- web/pgadmin/browser/__init__.py | 2

[pgadmin-hackers] pgAdmin 4 commit: Adding a timeout of 5 seconds (while fetching the lat

2016-03-19 Thread Ashesh Vashi
Adding a timeout of 5 seconds (while fetching the latest pgAdmin version), it stucks at rendering the main page (browser.html) in the broken network. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=328428ab22599f9297d55441ac35e17eaa3b82c9 Modif

[pgadmin-hackers] Server side session management using the SQLite (per session) database

2016-03-19 Thread Ashesh Vashi
urtuza, I have tested it on Python 2.7. Can you please take a look at it, and do the needful to make it work on Python 3.x? -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* &l

Re: [pgadmin-hackers] PATCH: Added Node Type & Catalog objects [pgAdmin4]

2016-03-19 Thread Ashesh Vashi
privileges of a grantee, when it was given by some other grantor. But - if you delete the privileges for its grantor, it will remove privileges for the privileges given by it too. (which is though, we have not yet take care, and we will do it in later.) -- Thanks & Regards, Ashesh Va

[pgadmin-hackers] pgAdmin 4 commit: Resolved an issue related to not able to select grant

2016-03-19 Thread Ashesh Vashi
Resolved an issue related to not able to select grantee in the privileges control. It was a regression introduced in the commit - '4adea4dc2596fb495c4df8129745b87c35b062a6'. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9dabd5bf3bb7dc88c2d8b1

[pgadmin-hackers] pgAdmin 4 commit: Updated the jQuery-contextMenu to 1.9.2 (latest stabl

2016-03-19 Thread Ashesh Vashi
Updated the jQuery-contextMenu to 1.9.2 (latest stable) version. Also, added the missing license information about it in the libraries.txt. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=96b33d1aa882ddd2297b0a895bf113a595846d92 Modified Files

[pgadmin-hackers] pgAdmin 4 commit: Disable the menu to create database and tablespace, i

2016-03-20 Thread Ashesh Vashi
Disable the menu to create database and tablespace, if: * Database server is not connected. * Do not have adequate permission to create. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=611c9c4ae7f64cf39717c4031776853923fd2dbb Modified Files ---

[pgadmin-hackers] pgAdmin 4 commit: Speed up the expansion/collapsing of nodes.

2016-03-21 Thread Ashesh Vashi
=b056ba7bb719e327af8bceb08ad263af484aa65e Author: Ashesh Vashi Modified Files -- web/pgadmin/browser/templates/browser/js/browser.js | 10 ++ 1 file changed, 10 insertions(+) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http

[pgadmin-hackers] pgAdmin 4 commit: The minimal refresh functionality, which will not unl

2016-03-21 Thread Ashesh Vashi
The minimal refresh functionality, which will not unload the whole tree, when 'refresh' on any node was selected. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=79d6d50dcc86df1413bb54caafeefdfc76a2e6a6 Modified Files -- web/pgadmin

Re: [pgadmin-hackers] Speed up node animation in pgAdmin4

2016-03-21 Thread Ashesh Vashi
On Fri, Mar 18, 2016 at 11:12 PM, Thom Brown wrote: > Hi, > > I've attached a patch to speed up the expansion/collapsing of nodes. > I've found it sluggish when testing, so I suggest we make it feel more > responsive. I've also changed the speed of scrolling to an item. I > don't know if we use

[pgadmin-hackers] pgAdmin 4 commit: Allow to create sub-menu/menu-group by specify the sa

2016-03-21 Thread Ashesh Vashi
Allow to create sub-menu/menu-group by specify the same category in multiple menu-items (not just the 'create' menu-group). Moved all the main menu/context menu generation implementation in the 'menu' javascript menu. In this implementation, if more than one menu-items specify same type of catego

[pgadmin-hackers] pgAdmin 4 commit: [Python 3] Fixed the issue loading the value for the

2016-03-23 Thread Ashesh Vashi
[Python 3] Fixed the issue loading the value for the session key from the sqlite. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=12a0cb1ba1720ecd6c42d519bd9bc7215147504e Author: Murtuza Zabuawala Modified Files -- web/pgadmin/uti

Re: [pgadmin-hackers] PATCH: To fix session decoding issue with Python3 [pgAdmin4]

2016-03-23 Thread Ashesh Vashi
Thanks - applied! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> On Wed, Mar 23, 2016 at 12:11 PM, Murtuza Zabuawala

[pgadmin-hackers] pgAdmin 4 commit: Evaluate the disabled option in SwitchControl.

2016-03-23 Thread Ashesh Vashi
Evaluate the disabled option in SwitchControl. Also - for consistency reason use the same evaluation logic in each of the control. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=219f208317650b5322eb0fa66951c596c4ab7f74 Author: Harshal Dhumal

Re: [pgadmin-hackers] Disabled option to bootstrap switch control [pgadmin4]

2016-03-23 Thread Ashesh Vashi
use the similar evaluation function. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com/> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> > > > > -- > *Harshal

Re: [pgadmin-hackers] Server side session management using the SQLite (per session) database

2016-03-23 Thread Ashesh Vashi
On Tue, Mar 22, 2016 at 8:41 PM, Dave Page wrote: > Hi > > On Thu, Mar 17, 2016 at 5:46 PM, Ashesh Vashi < > ashesh.va...@enterprisedb.com> wrote: > >> Hi Dave/team, >> >> As discussed, I have implemented the server side session management using >&

Re: [pgadmin-hackers] Server side session management using the SQLite (per session) database

2016-03-23 Thread Ashesh Vashi
On Wed, Mar 23, 2016 at 2:04 PM, Neel Patel wrote: > Hi, > > I just tested the latest code under windows environment with python 2.7 > which is working fine without any errors. > Thanks. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise Postg

Re: [pgadmin-hackers] Server side session management using the SQLite (per session) database

2016-03-23 Thread Ashesh Vashi
On Wed, Mar 23, 2016 at 2:34 PM, Magnus Hagander wrote: > > > On Tue, Mar 22, 2016 at 4:11 PM, Dave Page wrote: > >> Hi >> >> On Thu, Mar 17, 2016 at 5:46 PM, Ashesh Vashi < >> ashesh.va...@enterprisedb.com> wrote: >> >>> Hi Dave/team,

Re: [pgadmin-hackers] pgAdmin4 PATCH: Domain Module

2016-03-23 Thread Ashesh Vashi
On Wed, Mar 23, 2016 at 3:09 PM, Dave Page wrote: > Did you forget to attach the latest patch? > She did it in the previous patch only. She forgot to mention about the help string, which she did in later mail. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreS

[pgadmin-hackers] pgAdmin 4 commit: Fixed the refresh issue when a server gets disconnect

2016-03-23 Thread Ashesh Vashi
Fixed the refresh issue when a server gets disconnected. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0e044e121685aa9362f3a508522fda255a3ff5a5 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/browser/server_groups/servers

Re: [pgadmin-hackers] PATCH: To fix an issue in server node refresh [pgAdmin4]

2016-03-23 Thread Ashesh Vashi
(with latest pull): > > Step -1) Connect to server-1 > Step -2) Expand the server till schema/collation node > Step -3) Now directly go to server-1 node again (do not collapse manually) > and right click on server-1 & click on Disconnect server > Thanks - committed with

[pgadmin-hackers] pgAdmin 4 commit: Allow to show help string in each of the contorl.

2016-03-24 Thread Ashesh Vashi
Allow to show help string in each of the contorl. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a28df1e0a2f9940935ae972ec23810a198e257da Modified Files -- web/pgadmin/static/js/backform.pgadmin.js | 21 + 1 file

[pgadmin-hackers] pgAdmin 4 commit: The changed value of a multiline/text control was not

2016-03-24 Thread Ashesh Vashi
The changed value of a multiline/text control was not saved in the configuration database due to unable to identify the change properly. Thanks Dave for reporting. This also includes a support to use a 'text' type of preference, and show help string next to the control. Branch -- master Deta

[pgadmin-hackers] pgAdmin 4 commit: Loading the jquery.aciSortable.min.js javascript, as

2016-03-24 Thread Ashesh Vashi
Loading the jquery.aciSortable.min.js javascript, as when we destroy the jquery-aciTree from preferences dialog, it throws an exception, which uses functions from this javascript. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=242d5f47f672d3f2d

[pgadmin-hackers] pgAdmin 4 commit: Convert the value in proper format, as we may only ge

2016-03-24 Thread Ashesh Vashi
Convert the value in proper format, as we may only get string values for integer and numeric type. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=067c269fc853a2f516c358e8f35635d8a56b8bfa Modified Files -- web/pgadmin/utils/preferen

[pgadmin-hackers] pgAdmin 4 commit: Upgraded the jQuery-contextMenu to v2.1.0 (latest sta

2016-03-30 Thread Ashesh Vashi
Upgraded the jQuery-contextMenu to v2.1.0 (latest stable version) in order to fix the issue rendering the context menu for longer text. Needs to do some modification in the existing pgAdmin4 CSS theme to make it looks like/near the existing look and feel. Branch -- master Details --- htt

[pgadmin-hackers] pgAdmin 4 commit: Adding the font used by jQuery-contextmenu (v2.1.0)

2016-03-31 Thread Ashesh Vashi
Adding the font used by jQuery-contextmenu (v2.1.0) Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0654bae816363e79b3606d1976b841261ae06737 Modified Files -- .../css/jQuery-contextMenu/font/context-menu-icons.eot | Bin 0 -> 3380

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Backgrid StringDepsCell

2016-04-01 Thread Ashesh Vashi
. Anyway - we will be using the dependent functionality for very attributes. You can extend them directly in the Node's model (schema). -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com

Re: [pgadmin-hackers] Patch: Added select2cell editor for backgrid [pgAdmin4]

2016-04-01 Thread Ashesh Vashi
fix this two? -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com/> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> > > > -- > Regards, > Murtuza Zabuawala > Enterpri

[pgadmin-hackers] pgAdmin 4 commit: Updated the template for the NodeAjaxOptionsControl,

2016-04-01 Thread Ashesh Vashi
Updated the template for the NodeAjaxOptionsControl, which was not honouring the disabled attribute due to missing quotes around values. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a5eb0c41798aef835c0a6a5ff38b8da603cf2d0 Author: Murtuza Zab

Re: [pgadmin-hackers] PATCH: Fixed select2 control template [pgAdmin4]

2016-04-01 Thread Ashesh Vashi
On Fri, Mar 25, 2016 at 5:43 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA minor patch to fix backform Select2 control template. > > *Issue:* It was not rendering value properly. > Thanks - committed. -- Thanks & Regards, Ash

[pgadmin-hackers] pgAdmin 4 commit: Resolved few issues in the collection controls. Uniqu

2016-04-01 Thread Ashesh Vashi
Resolved few issues in the collection controls. UniqueCollectionControl was not honouring the change events after execution of the function - 'render' more than one time. Change the label of the Add button to make it consistent with the Unique Collection Control. Branch -- master Details

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Collection Control Fixes

2016-04-01 Thread Ashesh Vashi
Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> On Mon, Mar 28, 2016 at 2:52 PM, Khushboo Vas

[pgadmin-hackers] pgAdmin 4 commit: Allow to close the create/edit dialog after successfu

2016-04-01 Thread Ashesh Vashi
Allow to close the create/edit dialog after successful 'save' operation. Some of the nodes do not return id as result, when they were created. Modified the logic to allow to open the parent node in such conditions. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.

Re: [pgadmin-hackers] Tree reload & panel close issue after saving new node on server [pgadmin4]

2016-04-01 Thread Ashesh Vashi
Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> On Thu, Mar 31, 2016 at 1:34 PM, Harshal Dhum

Re: [pgadmin-hackers] [pgAdmin4][Patch] Add formatted error message support in psycopg2

2016-04-01 Thread Ashesh Vashi
Hi Akshay, I've update the patch a little bit as discussed offline. Also, renamed the variable 'is_cancel_transaction' to 'execution_aborted', and enum value to 'ASYNC_EXECUTION_ABORTED'. -- Thanks & Regards, Ashesh Vashi EnterpriseDB IND

[pgadmin-hackers] pgAdmin 4 commit: Improvise the psycopg2 wrapped driver for PostgreSQL

2016-04-04 Thread Ashesh Vashi
Improvise the psycopg2 wrapped driver for PostgreSQL to show formatted message on demand. Also - resolved an issue identifying the aborted transaction while using the asychronous connection. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=53310

Re: [pgadmin-hackers] [pgAdmin4][Patch] Add formatted error message support in psycopg2

2016-04-04 Thread Ashesh Vashi
Committed with minor change. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> On Fri, Apr 1, 2016 at 5:17 PM, Akshay Joshi wro

Re: [pgadmin-hackers] PATCH: pgadmin 4: FTS Parser

2016-04-04 Thread Ashesh Vashi
mments from the python code only. You may also want to look at the javascript module before sending for review again. (i.e. code should be wrapped after the line #79.) -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com/> *ht

[pgadmin-hackers] pgAdmin 4 commit: Use separate editor for Select2Cell.

2016-04-04 Thread Ashesh Vashi
Use separate editor for Select2Cell. This allows us to use the Backgrid key navigation as expected. This has also resulted into an issue - related unresponsive scrollbar issue in the SubNodeControl. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff

Re: [pgadmin-hackers] Patch: Added select2cell editor for backgrid [pgAdmin4]

2016-04-04 Thread Ashesh Vashi
Thanks - committed with small changes. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> On Mon, Apr 4, 2016 at 1:09 PM, M

Re: [pgadmin-hackers] [pgAdmin4] [Patch]: Grant Wizard

2016-04-04 Thread Ashesh Vashi
. That will make the code/results consistent across the application. i.e. Use existing 'parse_priv_to_db' method, instead of creating new one. * Please remove unnecessary suffixed white-spaces. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Com

[pgadmin-hackers] pgAdmin 4 commit: Improvise the PostgreSQL driver to fetch the status m

2016-04-05 Thread Ashesh Vashi
Improvise the PostgreSQL driver to fetch the status message. At the moment, we will only allow to fetch status messages from the asynchronous connection only, later - we may implement to fetch the status message from the normal connection too. Branch -- master Details --- http://git.post

Re: [pgadmin-hackers] [pgAdmin4][psycopg2] - Modified status message implementation

2016-04-05 Thread Ashesh Vashi
gt; Thanks - committed! We still need to make it work with the synchronous connection. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com/> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/ashes

[pgadmin-hackers] pgAdmin 4 commit: Honour the 'show_system_object' flag when generating

2016-04-05 Thread Ashesh Vashi
Honour the 'show_system_object' flag when generating the list of schema nodes. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=40165f2d1e3286dc3f9fa8c924bd6b3603abdaa5 Modified Files -- .../databases/schemas/templates/schema/pg/9.1_

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Backgrid StringDepsCell

2016-04-06 Thread Ashesh Vashi
g to use the functions. Hence - I have created a separate class for it instead of extend it from Backgrid.Cell. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com/> *http://www.linkedin.com/in/asheshvashi* <http://www.l

[pgadmin-hackers] pgAdmin 4 commit: Added support for 'array' type in the schema of Node

2016-04-06 Thread Ashesh Vashi
Added support for 'array' type in the schema of Node model to treat as an object, and handle it well in the toJSON(..) with session transformation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1ba0814377e9039c0d057b236cc3581c4d6fee87 Modifie

[pgadmin-hackers] pgAdmin 4 commit: Improvised the 'transform/options' function usage wit

2016-04-07 Thread Ashesh Vashi
Improvised the 'transform/options' function usage with the Select2Cell. The current implementaton binds the cell/control object, and the ajax data in the asychronous Cells/Controls with the 'options' functions extended from the Select2Cell. The problem starts when we try to fetch the current mode

[pgadmin-hackers] pgAdmin 4 commit: Changed the logic of transform function as per new im

2016-04-07 Thread Ashesh Vashi
Changed the logic of transform function as per new implementation logic of Select2Control. Also, added missing translation functions for few strings. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=95ffc908ce13f64ae713973122ca4f876f90de14 Modi

[pgadmin-hackers] pgAdmin 4 commit: The icons in the Select2Cell, and Select2Control were

2016-04-07 Thread Ashesh Vashi
The icons in the Select2Cell, and Select2Control were not visible due to some CSS change. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=66441e673a912d8513b284d6ad17d2025735c13f Modified Files -- web/pgadmin/static/css/overrides.cs

[pgadmin-hackers] pgAdmin 4 commit: Save the database OID of the maintenance database.

2016-04-11 Thread Ashesh Vashi
Save the database OID of the maintenance database. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c304d3e90e986e953077fc08308b688a6d219e87 Modified Files -- web/pgadmin/utils/driver/psycopg2/__init__.py | 7 ++- 1 file changed,

[pgadmin-hackers] pgAdmin 4 commit: Moving the messages used in common utilities in a sep

2016-04-11 Thread Ashesh Vashi
Moving the messages used in common utilities in a separate javascript. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e07ebdc049b65e6d00f123c063c57da02e0044c2 Modified Files -- web/pgadmin/browser/__init__.py| 2

[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] pgAdmin 4 commit: [Python 3 compability] Fixed the issue introduced by

2016-04-13 Thread Ashesh Vashi
[Python 3 compability] Fixed the issue introduced by the Grant Wizard, which fixes a issue with the Python 3. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=af1e38a97a70c3b668f4ae87559d114fdbbd5604 Author: Seçkin Alan Modified Files -

Re: [pgadmin-hackers] grant_wizard py3 bug

2016-04-13 Thread Ashesh Vashi
Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> On Thu, Apr 14, 2016 at 12:40 AM, Seçkin Alan wrote: &g

[pgadmin-hackers] pgAdmin 4 commit: Load the codemirror as package in the require.js, whi

2016-04-14 Thread Ashesh Vashi
Load the codemirror as package in the require.js, which will allow us to load the codemirror addons without any modification. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=30d189f499412a98f56b28f32fa9b0e502995dbf Modified Files --

[pgadmin-hackers] pgAdmin 4 commit: Bind the current panel with the temporary functions,

2016-04-14 Thread Ashesh Vashi
Bind the current panel with the temporary functions, so that - it works on the object everytime, it hits the buttons, and the callback functions are being executed. The original implementation was not using the same panel, when it was recalled from other function. And, results into unexpected behav

[pgadmin-hackers] pgAdmin 4 commit: Backend changes to fetch the statistics for the datab

2016-04-14 Thread Ashesh Vashi
Backend changes to fetch the statistics for the database and server nodes, along with the front-end changes for those node. NOTE: We've not yet added the support to show them on the front-end. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8a3

[pgadmin-hackers] pgAdmin 4 commit: Improvise the Select2Cell

2016-04-14 Thread Ashesh Vashi
Improvise the Select2Cell Select2 does not allow to scroll any of the parent container once it was opened, and if it was not properly closed. Also, resolved an issue - existing selection was not working, while re-rendering the Select2Cell. Branch -- master Details --- http://git.postgre

Re: [pgadmin-hackers] Dialogues not closing

2016-04-14 Thread Ashesh Vashi
; time, which I've been finding seems to be the case. > > Any idea what this issue is? > Sure - I will look into it. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com/> *http://www.linkedin.com/in/ashes

Re: [pgadmin-hackers] Dialogues not closing

2016-04-15 Thread Ashesh Vashi
Hi Dave, On Fri, Apr 15, 2016 at 1:20 PM, Dave Page wrote: > > > On Fri, Apr 15, 2016 at 6:32 AM, Ashesh Vashi < > ashesh.va...@enterprisedb.com> wrote: > >> On Fri, Apr 15, 2016 at 2:23 AM, Dave Page wrote: >> >>> Hey Ashesh, >>> >>>

[pgadmin-hackers] pgAdmin 4 commit: Deleting the object (model & nested model/collection)

2016-04-15 Thread Ashesh Vashi
Deleting the object (model & nested model/collection) during showing the node properties. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=58fcbd943a277793bd0170f3b005e666881a7142 Modified Files -- web/pgadmin/browser/static/js/datam

Re: [pgadmin-hackers] Dialogues not closing

2016-04-15 Thread Ashesh Vashi
the issue. I've committed the patch about the objects (model/collection/views) release. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/as

Re: [pgadmin-hackers] Dialogues not closing

2016-04-15 Thread Ashesh Vashi
Oops.. clicked before attaching... -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> On Fri, Apr 15, 2016 at 4:18 PM, Ashesh Vas

[pgadmin-hackers] pgAdmin 4 commit: Improvised the data clean up, in some cases, it was c

2016-04-15 Thread Ashesh Vashi
Improvised the data clean up, in some cases, it was calling validation due to internal 'set' function call from the internal 'reset' function. We will stop the session management, before doing any clean up for ignoring such events. Branch -- master Details --- http://git.postgresql.org/g

[pgadmin-hackers] pgAdmin 4 commit: Fixed few typos/issues in the datamodel.js

2016-04-17 Thread Ashesh Vashi
Fixed few typos/issues in the datamodel.js Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2d8633d4ca324e180631af88ab47f942cd5ff163 Author: Khushboo Vashi Modified Files -- web/pgadmin/browser/static/js/datamodel.js | 5 +++-- 1 fil

[pgadmin-hackers] pgAdmin 4 commit: Revert "Revert "Fix the properties toolbar at the top

2016-04-17 Thread Ashesh Vashi
Revert "Revert "Fix the properties toolbar at the top of the panel so it's always visible."" This reverts commit e210d2b5809355a334508436d9f128b78338dfd3. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8dd8fc57a4995d9b442542aee81a04a353134a64

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed typos in datamodel.js

2016-04-17 Thread Ashesh Vashi
Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> On Mon, Apr 18, 2016 at 11:55 AM, Khushboo Vas

[pgadmin-hackers] pgAdmin 4 commit: We would not like to make the overflow hidden for the

2016-04-17 Thread Ashesh Vashi
We would not like to make the overflow hidden for the main panel class ''pg-panel-content'. This reverts commit 8dd8fc57a4995d9b442542aee81a04a353134a64. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7522d8989027fe77580c79fb0c8333c0ba9bdf52

[pgadmin-hackers] pgAdmin 4 commit: Fix the properties toolbar at the top of the panel so

2016-04-18 Thread Ashesh Vashi
Fix the properties toolbar at the top of the panel so it's always visible. This patch also introduce a callback 'onCreate' for each panel, and frame, which will be called whenever a panel/frame is being created. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git

[pgadmin-hackers] pgAdmin 4 commit: Adding missing query templates required for the serve

2016-04-18 Thread Ashesh Vashi
Adding missing query templates required for the server module. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=09cc78bd0a0d7ae3c2832ede35002cec27c238ee Modified Files -- .../templates/servers/sql/9.1_plus/stats.sql | 49 ++

[pgadmin-hackers] pgAdmin 4 commit: Added missing dependent javascript 'jquery.aciFragmen

2016-04-19 Thread Ashesh Vashi
Added missing dependent javascript 'jquery.aciFragment' required by the aciTree. Also - fixed few CSS specifically for the preferences dialog. Returning the sorted preferences from the server, so that - it lists down in correct order. Branch -- master Details --- http://git.postgresql.or

[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: 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: 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: Refresh the SQL control, whenever necessary.

2016-04-22 Thread Ashesh Vashi
Refresh the SQL control, whenever necessary. Also, remove the CodeMirror object for better clean up process. When a SQL control/tab is rendered in a hidden element, it does not render really well. Because - it rely on the height, and width of the container to count the gutten position, and margi

[pgadmin-hackers] pgAdmin 4 commit: Refresh the SQL control, whenever necessary.

2016-04-22 Thread Ashesh Vashi
Refresh the SQL control, whenever necessary. Also, remove the CodeMirror object for better clean up process. When a SQL control/tab is rendered in a hidden element, it does not render really well. Because - it rely on the height, and width of the container to count the gutten position, and margin,

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

2016-04-22 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 -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a5aa6d159a0e57b1ab725bbe74

[pgadmin-hackers] pgAdmin 4 commit: Resolved an issue - fetching the source, and target t

2016-04-22 Thread Ashesh Vashi
Resolved an issue - fetching the source, and target type functions in the CAST module. Make the changes in the CAST module too for the changes done in the NodeAjaxOptionsControl in the commit-id: 944bdbb96c3b360c856d7586144b835e44afac43. We've changed the signature (arguments) of the 'options' & '

Re: [pgadmin-hackers] PATCH: resolving issue in casts as functions are not being fetched due to change in node.ui.js

2016-04-22 Thread Ashesh Vashi
Committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> On Fri, Apr 22, 2016 at 4:34 PM, Sanket Mehta wrote: > Hi, &

[pgadmin-hackers] pgAdmin 4 commit: Resolved an issue - rendering the SQL control referin

2016-04-22 Thread Ashesh Vashi
Resolved an issue - rendering the SQL control refering to the undefined variable. It was regression of the commit-id: 085ce50545e06c94087f1979e45673b136726fb5. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1b44aed456d97de093d6e33114957123f749

[pgadmin-hackers] pgAdmin 4 commit: Fixed the issue - preferences were saved.

2016-04-24 Thread Ashesh Vashi
Fixed the issue - preferences were saved. It was regression of the commit-id: 533aaa2fa3844220240f41df9af6202dca891756. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0e50f4b1f3be32fa95ca7c6b8eaa14cf97c5b8df Modified Files -- .../

[pgadmin-hackers] pgAdmin 4 commit: Match the border style of the inline-fieldset with th

2016-04-25 Thread Ashesh Vashi
Match the border style of the inline-fieldset with the other control. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=973e2b1b4a0aa29c3ae5f1434f0c95d71be0b816 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/static/css/overr

Re: [pgadmin-hackers] Fixed fieldset control UI (pgAdmin4)

2016-04-25 Thread Ashesh Vashi
Thanks - applied. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> On Mon, Apr 18, 2016 at 11:56 AM, Murtuza Zabuawala

Re: [pgadmin-hackers] pgAdmin4 download

2016-04-25 Thread Ashesh Vashi
lease follow the instructions from the README file. -- Thanks & Regards, Ashesh Vashi > > Cheers, > Meet >

[pgadmin-hackers] pgAdmin 4 commit: background-position-x and background-position-y are n

2016-04-25 Thread Ashesh Vashi
background-position-x and background-position-y are not supported on the browser, using background-position instead which is supported in all the supported browsers. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=52aa32a4d2ba0ea76e34706db9e42dd

[pgadmin-hackers] pgAdmin 4 commit: Do not reset the driver registry when the 'load_drive

2016-04-25 Thread Ashesh Vashi
Do not reset the driver registry when the 'load_driver' method of DriverRegistry is executed second time. Also, initialize the driver before registering different blueprints, which uses those driver inside them. Thanks Khushboo for reporting the issue. Branch -- master Details --- http:

Re: [pgadmin-hackers] PATCH: Graphincal explain integrated in sql editor

2016-04-25 Thread Ashesh Vashi
is hardly visible. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> On Mon, Apr 25, 2016 at 3:06 PM, Sanket Mehta wrote: > Hi

[pgadmin-hackers] pgAdmin 4 commit: Do not close the menu, when clicking on the menu with

2016-04-25 Thread Ashesh Vashi
Do not close the menu, when clicking on the menu with checkbox. Introduced a class 'noclose'. Then - menu-item having this class will not propograte the events to its parent, hence - it will not be closed. Some of the CSS applicable only to the immediate buttons only, and not the grand-children.

[pgadmin-hackers] pgAdmin 4 commit: [Python 3] Fixed an issue iterate the keys from the s

2016-04-26 Thread Ashesh Vashi
[Python 3] Fixed an issue iterate the keys from the session loaded from the sqlite. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=970e0c354033a9e93a3c114251a37a9b985990d7 Author: Khushboo Vashi Modified Files -- web/pgadmin/utils

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed the TypeError into session.py

2016-04-26 Thread Ashesh Vashi
Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> On Tue, Apr 26, 2016 at 4:03 PM, Khushboo Vas

Re: [pgadmin-hackers] PATCH: Added Note Backform control (pgAdmin4).

2016-04-27 Thread Ashesh Vashi
I've update the patch a little bit. Please test it at your end. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi> On Wed, Ap

[pgadmin-hackers] pgAdmin 4 commit: Added a new control for rendering the notes to be use

2016-04-27 Thread Ashesh Vashi
Added a new control for rendering the notes to be used by different tools/utitilities dialog. Modified a little bit by Ashesh Vashi. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dac514a4ae340e4042fa5a1f57540afad8bb8d97 Author: Murtuza

  1   2   3   4   5   6   7   8   9   10   >