pgAdmin 4 commit: Prevent the Windows installer accepting paths contain

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Prevent the Windows installer accepting paths contain
Date: 2017-11-20 16:38:30
Message-ID: E1eGp5a-0005pK-Vd@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Prevent the Windows installer accepting paths containing invalid characters. Fixes #1365

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8ff753deb8cd49fde8fea25b9b676a45461ba7e9
Author: Paresh More <paresh(dot)more(at)enterprisedb(dot)com>

Modified Files
--------------
Make-MinGW.bat | 25 +++++++--
pkg/win32/README.txt | 2 +-
pkg/win32/installer.iss.in | 129 ++++++++++++++++++++++++++++++++++-----------
3 files changed, 122 insertions(+), 34 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-20 16:41:00 Re: [Patch]: Installer: pgAdmin4 should not install in special character path
Previous Message Dave Page 2017-11-20 16:28:17 pgAdmin 4 commit: Decode the field separator and quote char if needed.