pgAdmin 4 commit: Added version number for URL's to ensure that files a

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Added version number for URL's to ensure that files a
Date: 2018-08-06 09:51:30
Message-ID: E1fmcAk-0006Oz-K3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added version number for URL's to ensure that files are only cached on a per-version basis. Fixes #2136.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cb8a288f85a8d970c0e607c3d7998ec93de7370b
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_2.rst | 1 +
web/config.py | 9 +++
web/pgadmin/__init__.py | 34 +++++++++++
web/pgadmin/browser/tests/test_internal_version.py | 65 ++++++++++++++++++++++
web/pgadmin/templates/base.html | 3 +
5 files changed, 112 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-08-06 09:52:19 Re: [pgAdmin4][RM2136] Include "?<intver>" on all routes that are loaded
Previous Message Akshay Joshi 2018-08-06 06:24:31 pgAdmin 4 commit: COST statement should not be automatically duplicated