| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Cleanup the way stylesheets and scripts are injected |
| Date: | 2015-02-13 14:49:05 |
| Message-ID: | E1YMHYH-0000yW-Ro@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2015-02-13 15:19:32 | pgAdmin 4 commit: Miscellaneous fixes and cleanups. |
| Previous Message | Dave Page | 2015-02-13 13:36:31 | pgAdmin 4 commit: Add the CodeMirror addons. I can see us needing the m |