pgAdmin 4 commit: Add a simple version check mechanism to warn the user

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add a simple version check mechanism to warn the user
Date: 2016-02-08 16:28:42
Message-ID: E1aSog6-0003rx-Bv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Susan Douglas 2016-02-08 17:34:11 Backup and Restore dialog documentation updates
Previous Message Dave Page 2016-02-08 12:59:40 Re: pgAdmin 3 update