pgAdmin 4 commit: Add a simple version check mechanism to warn the user - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add a simple version check mechanism to warn the user
Date
Msg-id E1aSog6-0003rx-Bv@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add a simple version check mechanism to warn the user if a new release is available.

Branch
------
master

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

Modified Files
--------------
web/config.py                                      | 10 ++++++
web/pgadmin/browser/__init__.py                    | 40 ++++++++++++++++++++--
.../browser/templates/browser/messages.html        |  2 +-
web/pgadmin/browser/templates/browser/upgrade.html |  2 ++
4 files changed, 51 insertions(+), 3 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: pgAdmin 3 update
Next
From: Khushboo Vashi
Date:
Subject: [pgAdmin4 Patch]: NodeAjaxOptionsControl Formatter Fix