pgAdmin 4 commit: Added the ability to detect and warn users about bidi - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added the ability to detect and warn users about bidi
Date
Msg-id E1nt5OO-0001o7-Uf@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Ensure that Dashboard graphs should be refreshed on c
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed jasmine test cases.