pgAdmin 4 commit: Fix issue where pgAdmin does not load completely if l

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix issue where pgAdmin does not load completely if l
Date: 2019-09-23 07:25:15
Message-ID: E1iCIih-0001Yg-M5@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix issue where pgAdmin does not load completely if loaded in an iframe. Fixes #4756

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=73dc130908506faf58c0ae1a172ac055685d9b9e
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_14.rst | 3 ++-
web/pgadmin/browser/static/js/browser.js | 7 +++---
web/pgadmin/browser/static/js/layout.js | 10 +++-----
web/pgadmin/browser/static/js/preferences.js | 13 +++-------
web/pgadmin/dashboard/static/js/dashboard.js | 10 ++++----
web/pgadmin/static/js/backform.pgadmin.js | 11 ++++----
web/pgadmin/static/js/modify_animation.js | 7 ++----
.../static/js/selection/xcell_selection_model.js | 8 +++---
.../static/js/sqleditor/query_tool_actions.js | 3 ++-
web/pgadmin/static/js/window.js | 28 +++++++++++++++++++++
.../tools/debugger/static/js/debugger_ui.js | 6 ++---
web/pgadmin/tools/debugger/static/js/direct.js | 16 ++++++------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 29 +++++++++++-----------
13 files changed, 83 insertions(+), 68 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-09-23 07:25:37 Re: [pgAdmin][RM4756] pgAdmin does not load completely if loaded in an iframe
Previous Message Akshay Joshi 2019-09-23 06:22:34 Re: [pgAdmin][RM4755] pgAdmin does not work behind reverse proxy if in built server is used as it is