pgAdmin 4 commit: Ensure object names in external process dialogues are

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure object names in external process dialogues are
Date: 2019-01-24 16:34:24
Message-ID: E1gmhxQ-0003DV-8I@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure object names in external process dialogues are properly escaped. Fixes #3872

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d9fc9fdc4db76edf75f360280c090d34ffb69f83
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_2.rst | 1 +
web/pgadmin/browser/static/js/error.js | 9 ++-
.../pg_utilities_backup_restore_test.py | 79 +++++++++++++++-------
.../feature_tests/pg_utilities_maintenance_test.py | 27 +++++++-
web/pgadmin/misc/bgprocess/static/js/bgprocess.js | 9 ++-
web/pgadmin/tools/backup/__init__.py | 30 ++++----
web/pgadmin/tools/import_export/__init__.py | 7 +-
web/pgadmin/tools/restore/__init__.py | 7 +-
web/pgadmin/utils/driver/psycopg2/connection.py | 8 +--
9 files changed, 121 insertions(+), 56 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-01-24 16:39:59 pgAdmin 4 commit: Fix alignment of help messages in properties panels.
Previous Message Dave Page 2019-01-24 14:50:30 Re: [pgAdmin4][patch] pgadmin responsive not working as expected for desktop