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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Use minified output when not in debug mode, and non-m
Дата
Msg-id E1YLr15-0003Qc-Uc@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Factor out client side settings functions into their
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Render browser settings into the template rather than