| From: | Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Load the codemirror as package in the require.js, whi |
| Date: | 2016-04-14 07:04:47 |
| Message-ID: | E1aqbKZ-0005DQ-Ey@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Load the codemirror as package in the require.js, which will allow us to
load the codemirror addons without any modification.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=30d189f499412a98f56b28f32fa9b0e502995dbf
Modified Files
--------------
web/pgadmin/__init__.py | 14 +-
web/pgadmin/browser/__init__.py | 13 -
.../browser/templates/browser/js/browser.js | 2 +-
web/pgadmin/static/js/backform.pgadmin.js | 2 +-
web/pgadmin/static/js/codemirror/codemirror.js | 8045 --------------------
web/pgadmin/static/js/codemirror/lib/codemirror.js | 8045 ++++++++++++++++++++
web/pgadmin/templates/base.html | 5 +
7 files changed, 8063 insertions(+), 8063 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ashesh Vashi | 2016-04-14 07:21:12 | pgAdmin 4 commit: Bind the current panel with the temporary functions, |
| Previous Message | Ashesh Vashi | 2016-04-14 06:25:13 | Re: grant_wizard py3 bug |