pgAdmin 4 commit: Fix various encoding issues with multibyte paths and

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix various encoding issues with multibyte paths and
Дата
Msg-id E1cDxFK-0005gS-Bn@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix various encoding issues with multibyte paths and filenames.
Fixes #1986. Fixes #1940.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a64824a8512722a77bf2786255a19716cb9d93c8
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
web/pgadmin/misc/file_manager/__init__.py          | 67 ++++++++++++++++------
.../templates/file_manager/js/utility.js           | 49 +++-------------
web/pgadmin/tools/sqleditor/__init__.py            | 31 ++++++++--
.../sqleditor/templates/sqleditor/js/sqleditor.js  |  6 +-
4 files changed, 87 insertions(+), 66 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Remove unused rows per page config option.
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Quote identifiers correctly in auto-complete. Fixes #