pgAdmin 4 commit: Ensure object names in external process dialoguesare - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Ensure object names in external process dialoguesare
Date
Msg-id E1gmhxQ-0003DV-8I@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][patch] pgadmin responsive not working as expected for desktop
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix alignment of help messages in propertiespanels.