pgAdmin 4 commit: Cleanup the way stylesheets and scripts are injected

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Cleanup the way stylesheets and scripts are injected
Дата
Msg-id E1YMHYH-0000yW-Ro@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Cleanup the way stylesheets and scripts are injected into pages by modules.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/templates/browser/body.html    |    9 ---
web/pgadmin/browser/views.py                       |   33 +++++++--
.../static/js/alertifyjs/pgadmin.defaults.js       |    4 +
web/pgadmin/templates/base.html                    |   41 ++++++-----
web/pgadmin/test/browser.py                        |    7 +-
web/pgadmin/test/static/js/test.js                 |   75 +++++++++++++++++++
web/pgadmin/test/templates/test/browser.js         |   77 --------------------
7 files changed, 128 insertions(+), 118 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Remove "vendor" from the global JS path.
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Miscellaneous fixes and cleanups.