[pgadmin-hackers] PATCH: To fix backgird node ajax cells issue [pgAdmin4]

2016-02-01 Thread Murtuza Zabuawala
Hi, PFA patch to fix an issue in node ajax cells for backgrid causing unescaped values in select2. Before fix: pg_catalog."C" After fix: pg_catalog.”C" Regards, Murtuza fix_backgrid_node_ajax_cells.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@p

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

2016-02-01 Thread John Obaterspok
Nice! This is something I wanted to work on myself but have not had the time to yet. -- john 2016-01-31 20:03 GMT+01:00 Sergey Busel : > Hello, > It's my first time here and I hope I am sending this to the right mailing > list. > > I am starting to use pgAdmin 3 more and more nowadays and though

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

2016-02-01 Thread Dave Page
On Sun, Jan 31, 2016 at 7:03 PM, Sergey Busel wrote: > Hello, > It's my first time here and I hope I am sending this to the right mailing > list. > > I am starting to use pgAdmin 3 more and more nowadays and thought that > having a multi tabbed interface would be beneficial especially that most (i

[pgadmin-hackers] pgAdmin III commit: Properly quote type names in the Type dialogue, and

2016-02-01 Thread Dave Page
Properly quote type names in the Type dialogue, and ensure range information is displayed for existing types [Akshay Joshi] Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e7cdc2bc013687348c9249f65bbad864e171c9c3 Modified Files -- C

[pgadmin-hackers] pgAdmin III commit: Properly quote type names in the Type dialogue, and

2016-02-01 Thread Dave Page
Properly quote type names in the Type dialogue, and ensure range information is displayed for existing types [Akshay Joshi] Branch -- REL-1_22_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=adad8918fe543f74f9ce712eeaa0c5ffc0961676 Modified Files

[pgadmin-hackers] pgAdmin III commit: Fix typo - s/ressource/resource

2016-02-01 Thread Dave Page
Fix typo - s/ressource/resource Branch -- REL-1_22_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=83e9fb9cb67923406dcbbb1ba54cc5ccb4413e1f Author: Denis Briand Modified Files -- i18n/af_ZA/pgadmin3.po| 6 +++--- i18n/ar_SA/pgadmin

[pgadmin-hackers] pgAdmin III commit: Fix typo - s/ressource/resource

2016-02-01 Thread Dave Page
Fix typo - s/ressource/resource Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0d6bb013bcff99cf11917ed784190b83acb32bf8 Author: Denis Briand Modified Files -- i18n/af_ZA/pgadmin3.po| 6 +++--- i18n/ar_SA/pgadmin3.po

[pgadmin-hackers] pgAdmin III commit: Update compiled message catalogs

2016-02-01 Thread Dave Page
Update compiled message catalogs Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ea7339b2d2112e382d54302ad692113374b1af85 Modified Files -- i18n/af_ZA/pgadmin3.mo | Bin 154622 -> 154622 bytes i18n/ar_SA/pgadmin3.mo | Bin 8 -> 85

[pgadmin-hackers] pgAdmin III commit: Update compiled message catalogs

2016-02-01 Thread Dave Page
Update compiled message catalogs Branch -- REL-1_22_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=852b06923335e58f347dd6ffa1585592ddd96fc3 Modified Files -- i18n/af_ZA/pgadmin3.mo | Bin 154622 -> 154622 bytes i18n/ar_SA/pgadmin3.mo | Bin

Re: [pgadmin-hackers] PATCH: To fix backgird node ajax cells issue [pgAdmin4]

2016-02-01 Thread Ashesh Vashi
Hi Murtuza, As discussed personally, we need to escape and unescape the data at UI level only. Otherwise - the general purpose cell and control - NodeAjaxListByIdControl/NodeAjaxListByNameControl, and NodeAjaxListByNameCell/NodeAjaxListByIdCell, does not work as expected. -- Thanks & Regards, A

[pgadmin-hackers] pgAdmin 4 commit: Allow to run the transform to be evaluated as functio

2016-02-01 Thread Ashesh Vashi
Allow to run the transform to be evaluated as function in the NodeAjaxOptionsControl Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=14583e68b28bc67aca22712cfe71e4b9deecf522 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/

Re: [pgadmin-hackers] PATCH: To allow transform to run as function [pgAdmin4]

2016-02-01 Thread Ashesh Vashi
Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Wed, Jan 27, 2016 at 5:05 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterp

[pgadmin-hackers] pgAdmin III commit: Fix selection of conversion functions in the CREATE

2016-02-01 Thread Dave Page
Fix selection of conversion functions in the CREATE CONVERSION dialogue Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d0a6d561813d327cfeb6ee4c726e955cfc279601 Author: Dmitry Voronin Modified Files -- CHANGELOG

[pgadmin-hackers] pgAdmin website commit: Add a JSON file containing current version numb

2016-02-01 Thread Dave Page
Add a JSON file containing current version numbers for future upgrade notifications Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=010780fef10874b3dcd002565a5cb1d5abad75b7 Modified Files -- versions.json | 4 1 file changed

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

2016-02-01 Thread Sergey Busel
Patch file for multiple SQL tabs is attached. Thank you On Mon, Feb 1, 2016 at 3:01 AM, Dave Page wrote: > On Sun, Jan 31, 2016 at 7:03 PM, Sergey Busel wrote: > > Hello, > > It's my first time here and I hope I am sending this to the right mailing > > list. > > > > I am starting to use pgAdmi

[pgadmin-hackers] [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function

2016-02-01 Thread Surinder Kumar
Hi, PFA patch to fix below issue We find all inputs which are not button in updateInvalid() function, this code breaks with SqlField Control when it updates the field model data. Because CodeMirror dynamically creates textarea element without name property which we don't need. Now the code will f

Re: [pgadmin-hackers] [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function

2016-02-01 Thread Surinder Kumar
Please ignore this email. On Tue, Feb 2, 2016 at 12:28 PM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > Hi, > > PFA patch to fix below issue > > We find all inputs which are not button in updateInvalid() function, this > code breaks with SqlField Control when it updates the field mo

[pgadmin-hackers] [pgAdmin4] Patch: Added new Control SqlFieldControl

2016-02-01 Thread Surinder Kumar
Hi, Please find patch for SqlFieldControl. This control allows the user to write/edit SQL queries. To use SqlFieldControl, Set *control* property of field to *'sql-field' *in model's schema like: { id: 'definition', label:'{{ _('Definition') }}', cell: 'string', control: 's

Re: [pgadmin-hackers] Updated patches

2016-02-01 Thread Neel Patel
Hi Harshal, Please find below review comments. - While applying the patch, we are getting warning regarding "trailing whitespace.". Please remove the warning. - We are getting error saying "*IndexError: tuple index out of range*" on python side while connecting to "template0" database. - Many pro