pgAdmin 4 commit: Added tab title placeholder for Query Tool, View/Edit - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added tab title placeholder for Query Tool, View/Edit
Date
Msg-id E1kUq60-0006fO-Rw@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added tab title placeholder for Query Tool, View/Edit Data, and Debugger. Fixes #4232

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=18cad32bd4541e1993a051028bee81a2310d020c
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/images/preferences_debugger_display.png | Bin 92314 -> 133908 bytes
docs/en_US/images/preferences_sql_display.png      | Bin 167309 -> 221381 bytes
docs/en_US/preferences.rst                         |   6 ++
docs/en_US/release_notes_4_28.rst                  |   1 +
.../static/js/sqleditor/new_connection_dialog.js   |  33 ++++++----
.../datagrid/static/js/datagrid_panel_title.js     |  19 +++++-
web/pgadmin/tools/datagrid/static/js/show_data.js  |  29 +++++++--
web/pgadmin/tools/debugger/__init__.py             |  13 ++++
web/pgadmin/tools/debugger/static/js/debugger.js   |   2 +
.../tools/debugger/static/js/debugger_ui.js        |   5 +-
.../tools/debugger/static/js/debugger_utils.js     |  46 ++++++++++++++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |  30 +++++++--
.../sqleditor/utils/query_tool_preferences.py      |  26 ++++++++
.../javascript/browser/preferences_spec.js         |   6 +-
.../javascript/datagrid/get_panel_title_spec.js    |  36 +++++++----
.../javascript/datagrid/show_data_spec.js          |  65 ++++++++++---------
.../javascript/datagrid/show_query_tool_spec.js    |  42 ++++++++-----
.../search_objects/search_objects_dialog_spec.js   |  70 ++++++++++++---------
18 files changed, 317 insertions(+), 112 deletions(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: [pgAdmin][RM4639]: Truncate Trigger option should enabled in properties sections if trigger is already created without each rows
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][5919] Fix security related issues