pgAdmin 4 commit: Warn the user when connecting to a server that is old

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Warn the user when connecting to a server that is old
Date: 2020-08-25 16:18:45
Message-ID: E1kAben-0007qN-Rr@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Warn the user when connecting to a server that is older than pgAdmin supports. Fixes #5772

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4eb17afe4e6fb0d119872f9e37ecc65492efb33b

Modified Files
--------------
docs/en_US/release_notes_4_26.rst | 1 +
web/pgadmin/browser/server_groups/servers/static/js/server.js | 11 ++++++++++-
web/pgadmin/static/scss/_alertify.overrides.scss | 7 +++++++
web/pgadmin/static/scss/resources/_default.variables.scss | 2 ++
.../static/scss/resources/_theme.variables.scss.sample | 2 ++
web/pgadmin/static/scss/resources/dark/_theme.variables.scss | 3 +++
.../static/scss/resources/high_contrast/_theme.variables.scss | 4 +++-
7 files changed, 28 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Yogesh Mahajan 2020-08-26 04:27:03 [pgAdmin][Patch] - Housekeeping #5332 - [Code Coverage] Improve API test cases for Tables, Columns and Constraints (Index, Foreign Key, Check, Exclusion)
Previous Message Ashesh Vashi 2020-08-25 14:56:57 Re: LDAP auth pathc