pgAdmin 4 commit: Fixed the issue of renaming the database by another u - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed the issue of renaming the database by another u
Date
Msg-id E1lnc9t-0000Hv-K2@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed the issue of renaming the database by another user. Fixes #4203

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=658a2de6190feb656d4e8061bc4bf5d4d2481c70
Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_4.rst                   |   1 +
web/pgadmin/browser/static/js/toolbar.js           |  26 +-
.../static/js/sqleditor/call_render_after_poll.js  |   4 +-
web/pgadmin/static/scss/_webcabin.pgadmin.scss     |   2 +-
.../datagrid/static/js/datagrid_panel_title.js     |  20 +
web/pgadmin/tools/datagrid/static/js/show_data.js  |   5 +-
web/pgadmin/tools/debugger/__init__.py             |   5 +-
web/pgadmin/tools/debugger/static/js/debugger.js   |  46 +-
web/pgadmin/tools/psql/__init__.py                 |  57 +-
web/pgadmin/tools/psql/static/js/psql_module.js    |  18 +-
.../tools/psql/templates/editor_template.html      |   1 +
web/pgadmin/tools/psql/tests/test_panel.py         |   6 +-
web/pgadmin/tools/sqleditor/__init__.py            |   3 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |  64 ++
.../sqleditor/call_render_after_poll_spec.js       |   9 +
web/yarn.lock                                      | 850 ++++++++++-----------
16 files changed, 642 insertions(+), 475 deletions(-)


pgadmin-hackers by date:

Previous
From: Rahul Shirsat
Date:
Subject: [Patch] RM6478 Duplicates on SQL tab for table with more than one partition
Next
From: Murtuza Zabuawala
Date:
Subject: Re: pgAdmin 4 commit: Hardcoded 'itsdangerous' version to <=1.1.0, as the l