pgAdmin 4 commit: Fixed few bugs and changed the node create/edit view

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed few bugs and changed the node create/edit view
Date: 2015-08-11 13:50:58
Message-ID: E1ZP9xC-0001ra-Jc@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed few bugs and changed the node create/edit view to use the dialog
(tabbed) UI.

Also, fixed few bugs pointed by Dave:
* Open the URL in separate browser tab/window.
* Fixed few CSS changes for look and feel for the dialog view
* Some of the panels were not listed in the context menu for the
wcDocker.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/static/js/frame.js | 4 ++--
web/pgadmin/browser/static/js/panel.js | 2 +-
.../browser/templates/browser/js/browser.js | 20 ++++++++++----------
web/pgadmin/browser/templates/browser/js/node.js | 6 +++---
web/pgadmin/help/__init__.py | 6 +++---
web/pgadmin/static/css/overrides.css | 20 ++++++++++++++++++--
web/pgadmin/static/css/wcDocker/Themes/pgadmin.css | 20 ++++++++++++--------
7 files changed, 49 insertions(+), 29 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message J.F. Oster 2015-08-12 16:06:04 Re: PATCH: improve sorting in the Data Editor
Previous Message Sanket Mehta 2015-08-06 09:16:37 Re: PATCH: improve sorting in the Data Editor