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

2016-03-30 Thread Murtuza Zabuawala
Hi, We have added Select2Cell Editor for backgrid, eariler as it was not present & causing issue in rendering in subnode control. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company Added_Select2Cell_Editor_v1.patch Description: Binary data

[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] [pgAdmin4][Patch]: Backgrid StringDepsCell

2016-03-30 Thread Khushboo Vashi
Hi, Please find the attached patch for the Backgrid *StringDepsCell.* The *StringDepsCell* displays HTML escaped strings and accepts anything typed in. Also, Listen to the dependent fields. Usage of the Backgrid Cell: If the Precision cell is dependent on the Datatype then: { id: 'precision

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

2016-03-30 Thread Surinder Kumar
Hi, Please find updated patch. This patch has following changes: 1. Improved code commenting. 2. Properly handling memory leak issues in js code. On Mon, Mar 28, 2016 at 2:09 PM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > Hi Dave, > > Please find updated patch with suggested ch