pgAdmin 4 commit: Custom-encode forward slashes in URL parameters asAp

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Custom-encode forward slashes in URL parameters asAp
Дата
Msg-id E1gzjZR-0007Fg-PP@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Custom-encode forward slashes in URL parameters as Apache HTTPD doesn't allow them in some cases. Fixes #3998

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=36ffdb93e83e0f83abd760e004fa867795762bf8
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_3.rst                  |  1 +
web/pgadmin/static/js/sqleditor_utils.js          | 16 +++++++
web/pgadmin/tools/datagrid/__init__.py            | 10 ++++
web/pgadmin/tools/datagrid/static/js/datagrid.js  | 23 ++++------
web/pgadmin/tools/datagrid/static/js/show_data.js |  4 +-
web/regression/javascript/sqleditor_utils_spec.js | 56 +++++++++++++++++++++++
6 files changed, 93 insertions(+), 17 deletions(-)


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

Предыдущее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: Jenkins build is back to normal : pgadmin4-master-python35 #951
Следующее
От: Dave Page
Дата:
Сообщение: Re: [RM#3998] Custom encode forward slashes in the grid title