pgAdmin 4 commit: Use client-side url_for in the sql editor and data gr

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Use client-side url_for in the sql editor and data gr
Date: 2017-06-26 11:44:15
Message-ID: E1dPSRD-0007zt-UT@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use client-side url_for in the sql editor and data grid modules.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cfb4b115732f353bc0bf723d87968ed250af063f
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/datagrid/__init__.py | 34 ++++--
.../datagrid/templates/datagrid/js/datagrid.js | 118 ++++++++++++++------
web/pgadmin/tools/sqleditor/__init__.py | 122 +++++++++++++++++----
.../sqleditor/templates/sqleditor/js/sqleditor.js | 77 ++++++-------
4 files changed, 251 insertions(+), 100 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-26 11:50:44 pgAdmin 4 commit: Ensure revoked public privileges are displayed in the
Previous Message Dave Page 2017-06-26 11:43:32 Re: [pgAdmin4][Patch]: Using client-side 'url_for' implementation in the datagrid module