OpenStreetMap not showing in geometry viewer

2020-02-28 Thread Charles Wang
Hi Guys, [image: Screen Shot 2020-02-28 at 3.41.47 PM.png] I've spent two days on this and still have no clue The openstreetmap basemap only worked once at the first try of pgadmin. And it only worked for one database. I tried it on the second database it didn't work: no openstreetmap shown up.

'render_template' server_type/version resolution

2020-02-28 Thread Radoslaw Garbacz
Hi, I have a question regarding templates resolution from subdirectories based on server version (and type) for 'SQL' templates (e.g. for "get_encodinds.sql" in "web/pgadmin/browser/server_groups/servers/databases/"). I created a subdirectory matching my pg like db version: "web/pgadmin/browser/s

Re: Translators: Release next week

2020-02-28 Thread fred . escallier
Hello. Updated french translation for version 4.19 in attachment. bye - Mail original - De: "Akshay Joshi" À: "pgadmin-hackers" Envoyé: Vendredi 28 Février 2020 13:27:47 Objet: Translators: Release next week Hi Translators, We will have a release next week, so updates to

Japanese translation (March 2020)

2020-02-28 Thread fn ln
Hello. Updated translation for upcoming version 4.19 is in attachment. messages.pot was taken from git aa127fe0. pgadmin4-ja-mar2020.7z Description: Binary data

Translators: Release next week

2020-02-28 Thread Akshay Joshi
Hi Translators, We will have a release next week, so updates to translations before release would be helpful. The template and catalogs have been updated in git. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246

pgAdmin 4 commit: Update message catalogs.

2020-02-28 Thread Akshay Joshi
Update message catalogs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aa127fe0bd1e11e539d4419c5bdbbc82e72a7c5e Modified Files -- web/pgadmin/messages.pot | 508 +++--- .../translations/cs/LC_MESSAGES/me

pgAdmin 4 commit: Temporary Changed 'yarn audit' command to 'yarn audit

2020-02-28 Thread Akshay Joshi
Temporary Changed 'yarn audit' command to 'yarn audit --groups dependencies' to fix the vulnerability found in decompress js package. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=16f1e87bb790dfbc01f7ff296170aed82e2a345b Modified Files -

Re: [pgAdmin][RM5142]Connections are not getting closed when disconnect the server while debugging is in progress.

2020-02-28 Thread Akshay Joshi
Thanks, patch applied. On Fri, Feb 28, 2020 at 12:09 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to cancel any transaction before closing the > connections when a server is disconnected using pgAdmin UI. > Currently, debugger connection

Re: [pgAdmin][RM5101] debugger not showing all arguments anymore after hitting sql error while debug

2020-02-28 Thread Akshay Joshi
Thanks, patch applied. On Fri, Feb 28, 2020 at 12:40 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please ignore the previous patch. Forgot to make the patch with binary > option. > Attached is the updated patch. > > > On Thu, Feb 27, 2020 at 4:13 PM Aditya Tos

Re: [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser

2020-02-28 Thread Akshay Joshi
Thanks, patch applied. On Thu, Feb 27, 2020 at 4:41 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > The patch fixes pgAdmin on IE. In my patch for #5133, I had made some > changes in > backgrid-select-all.js in vendor directory. It turns out, vendor directory > i

pgAdmin 4 commit: Ensure that all the transactions should be canceled b

2020-02-28 Thread Akshay Joshi
Ensure that all the transactions should be canceled before closing the  connections when a server is disconnected using pgAdmin. Fixes #5142 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c9d04684ceb6a80e0c7b9fffa61f7131645f6893 Author: Aditya

pgAdmin 4 commit: Fix an issue where pgAdmin4 does not display properly

2020-02-28 Thread Akshay Joshi
Fix an issue where pgAdmin4 does not display properly on the IE browser. It's a regression of #5133 There are some changes in the backgrid-select-all.js in vendor directory and the vendor directory is excluded from webpack compiling. We used ES6 code syntax which does not work  on IE. Code chan

pgAdmin 4 commit: Fix an issue where debugger not showing all arguments

2020-02-28 Thread Akshay Joshi
Fix an issue where debugger not showing all arguments anymore after hitting SQL error while debugging. Fixes #5101 Added a "Clear All" button to the argument dialog which will clear all the saved arguments values from SQLite DB. Branch -- master Details --- https://git.postgresql.org/g