pgAdmin 4 commit: Ensure PGADMIN_DEFAULT_EMAIL looks sane when initiali

2021-02-26 Thread Dave Page
Ensure PGADMIN_DEFAULT_EMAIL looks sane when initialising a container deployment. Fixes #6227 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cafd2af96d2e4f94ded7661e0b20916f4c0bf221 Modified Files -- docs/en_US/release_notes_5_1.

pgAdmin 4 commit: Remove the "launch now" option in the Windows install

2021-02-26 Thread Dave Page
Remove the "launch now" option in the Windows installer, as UAC could cause it to run as an elevated user. Fixes #5628 While we're passing, fix a couple of InnoSetup build warnings and remove some unnecessary code. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmi

RM6228 - setup-web.sh platform detection

2021-02-26 Thread Dave Page
The attached patch attempts to make the platform detection in setup-web.sh more capable of detecting Debian/Ubuntu variants, and simplifies a couple of other parts of the code. It also allows the platform type to be overridden in the PGADMIN_PLATFORM_TYPE environment variable with either 'redhat' o

pgAdmin 4 commit: Allow underscores in the Windows installation path. F

2021-02-26 Thread Dave Page
Allow underscores in the Windows installation path. Fixes #5467 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e8114b5dc67b245d34ff94bae058900fb14b6eb8 Modified Files -- docs/en_US/release_notes_5_1.rst | 1 + pkg/win32/installer.i

Re: pgagent unicode support

2021-02-26 Thread Dave Page
On Fri, Feb 26, 2021 at 6:36 AM Neel Patel wrote: > Hi Dave/Ashesh, > > Do you have any further comments ? > Thanks Sergey, Neel. I have no further comments. > > Thanks, > Neel Patel > > On Wed, Feb 24, 2021 at 8:14 PM Sergey Burladyan > wrote: > >> Neel Patel writes: >> >> > Thanks for the

Re: Feature 6270: Allow for --load-servers to replace current server list

2021-02-26 Thread Akshay Joshi
Hi Alessandro Patch looks good to me. Please fix the following issues: - Fix the PEP8 issue. - Documentation needs to be updated with this new flag. Please update "docs-> en_Us -> import_export_servers.rst" file. On Thu, Feb 25, 2021 at 10:06 PM Alessandro De Maria < alessandro.dema...