pgAdmin 4 commit: Use minified output when not in debug mode, and non-m

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

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

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(-)

Browse pgadmin-hackers by date

  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