pgAdmin 4 commit: [Python 3 compatibility] Introduced a separate HTML s

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: [Python 3 compatibility] Introduced a separate HTML s
Date: 2016-05-16 06:30:20
Message-ID: E1b2C2m-0002lQ-JI@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

[Python 3 compatibility] Introduced a separate HTML safe string function
in 'utils' module, earlier the function -'escape(...)' was converting
the strings to bytes, and that's reason, it was not working on Python 3.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8bd17cb4336f47f615ff7099f6dbc17f09acbb65

Modified Files
--------------
web/pgadmin/tools/backup/__init__.py | 29 +++++++++++++----------------
web/pgadmin/tools/maintenance/__init__.py | 13 +++++--------
web/pgadmin/tools/restore/__init__.py | 21 ++++++++-------------
web/pgadmin/utils/html.py | 18 ++++++++++++++++++
4 files changed, 44 insertions(+), 37 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-16 07:18:57 Re: [pgAdmin4]: Initial patch for Import table
Previous Message Ashesh Vashi 2016-05-16 05:58:32 pgAdmin 4 commit: Loading the explain.js as 'application/javascript'