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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Custom-encode forward slashes in URL parameters as Ap
Date: 2019-03-01 14:55:29
Message-ID: E1gzjZR-0007Fg-PP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-01 14:55:34 Re: [RM#3998] Custom encode forward slashes in the grid title
Previous Message pgAdmin 4 Jenkins 2019-03-01 14:51:17 Jenkins build is back to normal : pgadmin4-master-python35 #951