pgAdmin 4 commit: Added the ability to detect and warn users about bidi

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added the ability to detect and warn users about bidi
Date: 2022-05-23 10:34:28
Message-ID: E1nt5OO-0001o7-Uf@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added the ability to detect and warn users about bidirectional Unicode characters. Fixes #7002

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_10.rst | 1 +
web/package.json | 1 +
web/pgadmin/static/js/components/CodeMirror.jsx | 7 +
web/pgadmin/static/js/utils.js | 12 +
.../static/js/components/sections/Query.jsx | 3 +
web/webpack.config.js | 6 +
web/yarn.lock | 283 ++++++++++++++++++++-
7 files changed, 309 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-05-23 11:21:09 pgAdmin 4 commit: Fixed jasmine test cases.
Previous Message Akshay Joshi 2022-05-23 07:56:46 pgAdmin 4 commit: Ensure that Dashboard graphs should be refreshed on c