From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Modify the web code to allow the Query Tool and Debug |
Date: | 2017-03-24 14:44:01 |
Message-ID: | E1crQRd-0003KK-6u@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Modify the web code to allow the Query Tool and Debugger to be opened in new tabs, per settings in Preferences. Fixes #1344
Note that this does *not* enable the runtime to use multiple windows at this stage. It's really only useful in Server mode.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=569ceb39068019b098b6d62b3a5e8bc85851a767
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Modified Files
--------------
web/pgadmin/tools/datagrid/__init__.py | 27 +++-
.../tools/datagrid/templates/datagrid/index.html | 3 +-
.../datagrid/templates/datagrid/js/datagrid.js | 161 +++++++++++++--------
web/pgadmin/tools/debugger/__init__.py | 21 ++-
.../debugger/templates/debugger/js/debugger.js | 96 +++++++-----
.../debugger/templates/debugger/js/debugger_ui.js | 53 ++++---
web/pgadmin/tools/sqleditor/__init__.py | 8 +
.../sqleditor/templates/sqleditor/js/sqleditor.js | 95 ++++++------
8 files changed, 297 insertions(+), 167 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-03-24 14:45:05 | Re: Patch for Feature #1344 Can't use multiple monitors (Windows 10) |
Previous Message | Dave Page | 2017-03-24 14:20:22 | Re: [pgAdmin4][Patch]: Fixed 2190 - Move language selection to Preferences. |