Fwd: [pgAdmin4] Fix minor CSS styling issue for IE-11

2018-10-29 Thread Murtuza Zabuawala
Gentle reminder...

-- Forwarded message -
From: Murtuza Zabuawala 
Date: Mon, Oct 22, 2018 at 6:48 PM
Subject: [pgAdmin4] Fix minor CSS styling issue for IE-11
To: pgadmin-hackers 


Hi,

PFA minor patch to fix the CSS styling issue for IE-11.
Attching screenshot.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


fix-IE-11.diff
Description: Binary data


pgAdmin4 v3.5 candidate builds

2018-10-29 Thread Akshay Joshi
Hi All,

pgAdmin4 v3.5 candidate builds and source can be found at
https://developer.pgadmin.org/builds/2018-10-29-1/

Fahar, can you please verify it for release on Thursday.

-- 
*Akshay Joshi*

*Sr. Software Architect *



*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*


pgAdmin 4 commit: Update message catalogs

2018-10-29 Thread Akshay Joshi
Update message catalogs

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1e14b0d068300da78594053b4368cb090900a6a8

Modified Files
--
web/pgadmin/messages.pot   |  678 +
.../translations/de/LC_MESSAGES/messages.mo|  Bin 144333 -> 145371 bytes
.../translations/de/LC_MESSAGES/messages.po|  686 +
.../translations/es/LC_MESSAGES/messages.mo|  Bin 149312 -> 150349 bytes
.../translations/es/LC_MESSAGES/messages.po|  686 +
.../translations/fr/LC_MESSAGES/messages.mo|  Bin 152102 -> 153132 bytes
.../translations/fr/LC_MESSAGES/messages.po| 1533 +++-
.../translations/ja/LC_MESSAGES/messages.mo|  Bin 158466 -> 159509 bytes
.../translations/ja/LC_MESSAGES/messages.po|  686 +
.../translations/ko/LC_MESSAGES/messages.mo|  Bin 146836 -> 147887 bytes
.../translations/ko/LC_MESSAGES/messages.po|  686 +
.../translations/pl/LC_MESSAGES/messages.mo|  Bin 144541 -> 145584 bytes
.../translations/pl/LC_MESSAGES/messages.po|  686 +
.../translations/ru/LC_MESSAGES/messages.mo|  Bin 182889 -> 183885 bytes
.../translations/ru/LC_MESSAGES/messages.po|  686 +
.../translations/zh/LC_MESSAGES/messages.mo|  Bin 123108 -> 124143 bytes
.../translations/zh/LC_MESSAGES/messages.po|  686 +
17 files changed, 3828 insertions(+), 3185 deletions(-)



pgAdmin 4 commit: Bump version number for release.

2018-10-29 Thread Akshay Joshi
Bump version number for release.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d97431cb4f8ee56132c630b698d86c29bf245206

Modified Files
--
runtime/Info.plist   | 4 ++--
runtime/pgAdmin4.pro | 2 +-
web/config.py| 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)



pgAdmin 4 commit: Update to latest Flask, to avoid a security issue.

2018-10-29 Thread Dave Page
Update to latest Flask, to avoid a security issue.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4ff0fcdd82d25e6f495ccbd5e3c417cb98468886

Modified Files
--
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



Re: [pgAdmin4][Patch]: RM #3676 Issue with the pgAdmin create script for the function wrapped with edbwrap

2018-10-29 Thread Dave Page
Thanks, applied.

On Mon, Oct 29, 2018 at 7:01 AM Akshay Joshi 
wrote:

> Hi Hackers,
>
> Attached is the patch to fix RM #3676 Issue with the pgAdmin create
> script for the function wrapped with edbwrap. Actual cause of the issue
> is an extra blank line after "*$__EDBwrapped__$*" statement, while taking
> backup of such function will throw an error invalid wrapped string.
>
> I have fixed the issue by removing extra blank line from the jinja
> templates. Please review it.
>
> --
> *Akshay Joshi*
>
> *Sr. Software Architect *
>
>
>
> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
>


-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgAdmin 4 commit: Fix CREATE Script functionality for EDB-Wrapped funct

2018-10-29 Thread Dave Page
Fix CREATE Script functionality for EDB-Wrapped functions. Fixes #3676

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=696fbfb8b955cb55a6ef6ce4f7f53b82e0a619e9
Author: Akshay Joshi 

Modified Files
--
docs/en_US/release_notes_3_5.rst  | 1 +
.../schemas/functions/templates/function/gpdb/sql/default/create.sql  | 4 +---
.../schemas/functions/templates/function/pg/sql/11_plus/create.sql| 4 +---
.../schemas/functions/templates/function/pg/sql/9.2_plus/create.sql   | 4 +---
.../schemas/functions/templates/function/pg/sql/9.5_plus/create.sql   | 4 +---
.../schemas/functions/templates/function/pg/sql/9.6_plus/create.sql   | 4 +---
.../schemas/functions/templates/function/pg/sql/default/create.sql| 4 +---
.../schemas/functions/templates/function/ppas/sql/9.2_plus/create.sql | 4 +---
.../schemas/functions/templates/function/ppas/sql/9.5_plus/create.sql | 4 +---
.../schemas/functions/templates/function/ppas/sql/9.6_plus/create.sql | 4 +---
.../schemas/functions/templates/function/ppas/sql/default/create.sql  | 4 +---
.../functions/templates/trigger_function/pg/sql/11_plus/create.sql| 4 +---
.../functions/templates/trigger_function/pg/sql/9.2_plus/create.sql   | 4 +---
.../functions/templates/trigger_function/pg/sql/9.5_plus/create.sql   | 4 +---
.../functions/templates/trigger_function/pg/sql/default/create.sql| 4 +---
.../functions/templates/trigger_function/ppas/sql/9.2_plus/create.sql | 4 +---
.../functions/templates/trigger_function/ppas/sql/9.5_plus/create.sql | 4 +---
.../functions/templates/trigger_function/ppas/sql/default/create.sql  | 4 +---
18 files changed, 18 insertions(+), 51 deletions(-)



pgAdmin 4 commit: Fix the Docker build.

2018-10-29 Thread Dave Page
Fix the Docker build.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=be47390baf919fad67035742eff9a6b799bc5fc8

Modified Files
--
pkg/docker/Dockerfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



[pgAdmin4][Patch]: RM #3676 Issue with the pgAdmin create script for the function wrapped with edbwrap

2018-10-29 Thread Akshay Joshi
Hi Hackers,

Attached is the patch to fix RM #3676 Issue with the pgAdmin create script
for the function wrapped with edbwrap. Actual cause of the issue is an
extra blank line after "*$__EDBwrapped__$*" statement, while taking backup
of such function will throw an error invalid wrapped string.

I have fixed the issue by removing extra blank line from the jinja
templates. Please review it.

-- 
*Akshay Joshi*

*Sr. Software Architect *



*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*


RM_3676.patch
Description: Binary data