From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Use minified output when not in debug mode, and non-m |
Date: | 2015-02-12 10:29:03 |
Message-ID: | [email protected] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Use minified output when not in debug mode, and non-minified when debugging.
Update jQuery while we're at it.
Branch
------
master
Modified Files
--------------
requirements.txt | 5 +
web/config.py | 3 +
web/pgAdmin4.py | 2 +-
web/pgadmin/__init__.py | 17 +-
web/pgadmin/settings/__init__.py | 4 -
web/pgadmin/settings/views.py | 8 +-
web/pgadmin/static/js/vendor/jquery-1.11.1.min.js | 4 -
web/pgadmin/static/js/vendor/jquery-1.11.2.js |10346 +++++++++++++++++++++
web/pgadmin/static/js/vendor/jquery-1.11.2.min.js | 4 +
web/pgadmin/templates/base.html | 20 +-
10 files changed, 10391 insertions(+), 22 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2015-02-12 10:46:51 | pgAdmin 4 commit: Render browser settings into the template rather than |
Previous Message | Dave Page | 2015-02-11 15:50:43 | pgAdmin 4 commit: Factor out client side settings functions into their |