Re: [pgAdmin4][Patch] - Encoding Fixes

2019-02-28 Thread Khushboo Vashi
Hi, Please find the attached patch to support all the supported encodings by PostgreSQL. Thanks, Khushboo On Thu, Feb 28, 2019 at 10:53 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Wed, Feb 27, 2019 at 4:57 PM Dave Page wrote: > >> Hi >> >> On Tue, Feb 26, 2019 at 9:01

[RM#4040] Fix Download CSV option on IE11

2019-02-28 Thread Murtuza Zabuawala
Hi, We have used download attribute to download CSV file from query tool but IE11 does not support download attribute, we will use msSaveBlob() instead for IE11. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_4040.diff Description:

[RM#3998] Custom encode forward slashes in the grid title

2019-02-28 Thread Murtuza Zabuawala
Hello, PFA patch for the issue RM#3998. If the URL contains the forward slash value in the query tool title and if pgAdmin4 is behind Apache server then it fails to open to query tool and the user gets an error 404 because by default Apache does not allow encoded slashes in the URL and return 404.

Re: Result grid rendering (was: Re: [pgAdmin4][Pattch] - RM #3673 - "Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file)

2019-02-28 Thread Khushboo Vashi
Hi Dave, Please find the attached fix. Thanks, Khushboo On Thu, Feb 28, 2019 at 6:58 PM Dave Page wrote: > Hi > > On Thu, Feb 28, 2019 at 3:46 AM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi Dave, >> >> On Wed, Feb 27, 2019 at 4:30 PM Dave Page wrote: >> >>> Hi >>> >>>

Re: [pgAdmin4][Patch]: RM #3933 Error dropping database pop up message displayed if user try to drop any database with Arabic character with non super user

2019-02-28 Thread Dave Page
OK, thanks. Applied. On Thu, Feb 28, 2019 at 6:01 AM Akshay Joshi wrote: > Hi Dave > > On Wed, Feb 27, 2019 at 10:08 PM Dave Page wrote: > >> Hi >> >> On Wed, Feb 27, 2019 at 7:50 AM Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> Hi Hackers, >>> >>> Attached is the patch to fix

pgAdmin 4 commit: Ignore exceptions in the logger. Fixes #3933

2019-02-28 Thread Dave Page
Ignore exceptions in the logger. Fixes #3933 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bbeb395beb1c528c24e2d919fb365e594f9c Author: Akshay Joshi Modified Files -- docs/en_US/release_notes_4_3.rst | 1 + web/pgadmin/__init