[pgadmin-hackers] [pgAdmin4][Patch]: RM#1261 - Fix corners and width of backgrid SQL fields.

2016-06-01 Thread Surinder Kumar
Hi, Please find attached patch for issues: 1) RM#1261 The border was applied to outer div instead it should be applied to the CodeMirror class. so It seemed to get more width. Also applied z-index CodeMirror class to fix breaking corner issue. 2) In properties panel while scrolling the page, the

[pgadmin-hackers] [pgAdmin4][runtime]: Checkbox and radiobutton rendering issue on Mac OS

2016-06-01 Thread Neel Patel
Hi, We have observed that Checkbox and RadioButtons are not painted properly on QWebView widget when we run pgAdmin4 in desktop mode in Mac OS. Please find attached patch file for the fix. Do review it and let us know for comments. Thanks, Neel Patel runtime_issue_checkbox.patch Description:

[pgadmin-hackers] PATCH: To fix the issue in type node (pgAdmin4)

2016-06-01 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue when throwing "Internal server error" on adding Privileges (RM#1273) -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1273.patch Description: Binary data -- Sent via pgadmin-hackers mailing list

[pgadmin-hackers] PATCH: Fix issue in Query tool not showing correct output (pgAdmin4)

2016-06-01 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue in Query tool where it was not showing correct output for PPAS procedure output. (RM#1275) -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1275.patch Description: Binary data -- Sent via

[pgadmin-hackers] pgAdmin 4 commit: Resolved an typo in Backup dialog.

2016-06-01 Thread Ashesh Vashi
Resolved an typo in Backup dialog. Reported by Susan Douglas. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=954163b4957c1dce89c0632d009b845cbe90faf4 Modified Files -- web/pgadmin/tools/backup/templates/backup/js/backup.js | 2 +-

[pgadmin-hackers] Backgrid passwordCell [pgadmin4]

2016-06-01 Thread Harshal Dhumal
Hi, PFA patch for backgrid passwordCell Usage: schema: [{ id: 'pass', label: '{{ _('New Password') }}', cell: 'password' }] -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git a/web/pgadmin/static/css/overrides.css

Re: [pgadmin-hackers] Patch for pgAdmin4 RPM package

2016-06-01 Thread Sandeep Thakkar
Hi Devrim, I have attached the patch for review. Please note that right now I have commented the python dependencies (in Requires) which you are building. Please review and let me know if specfile or anything else needs some changes. Once the rpms are built, please let me know how to install them

[pgadmin-hackers] pgAdmin 4 commit: Resolved an typo in Backup dialog.

2016-06-01 Thread Ashesh Vashi
Resolved an typo in Backup dialog. Reported by Susan Douglas. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=adcaeeeaf8c3d525ccd7105c346c733d83e11a9b Modified Files -- web/pgadmin/tools/backup/templates/backup/js/backup.js | 2 +-

Re: [pgadmin-hackers] PATCH: To fix minor patches (pgAdmin4)

2016-06-01 Thread Murtuza Zabuawala
++ Corrected RM -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Jun 1, 2016 at 1:23 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA minor patches to fix RM#1234, *RM#1276*. > > > -- > Regards, >

[pgadmin-hackers] PATCH: To fix minor patches (pgAdmin4)

2016-06-01 Thread Murtuza Zabuawala
Hi, PFA minor patches to fix RM#1234, RM#1279. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1279.patch Description: Binary data RM_1234.patch Description: Binary data -- Sent via pgadmin-hackers mailing list