pgAdmin 4 commit: Load the codemirror as package in the require.js, whi - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Load the codemirror as package in the require.js, whi
Date
Msg-id E1aqbKZ-0005DQ-Ey@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: grant_wizard py3 bug
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Bind the current panel with the temporary functions,