pgAdmin 4 commit: Fixed the letter case of the javascript file names. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixed the letter case of the javascript file names.
Date
Msg-id E1Z9oYM-0004zU-4x@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed the letter case of the javascript file names.
Also, JSON data should be returned to the client using an
application/json MIME-TYPE using flask's jsonify function.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9e0b011ec8cbea449c6df4f0baba6423ba801324
Author: Ronan Dunklau <ronan.dunklau@dalibo.com>

Modified Files
--------------
web/pgadmin/browser/server_groups/hooks.py         |   34 ++++----
web/pgadmin/browser/server_groups/servers/hooks.py |   31 ++++----
web/pgadmin/browser/server_groups/servers/views.py |   60 +++++++-------
web/pgadmin/browser/server_groups/views.py         |   59 ++++++--------
.../browser/templates/browser/js/browser.js        |    7 +-
web/pgadmin/browser/views.py                       |   82 +++++++++-----------
web/pgadmin/settings/settings_model.py             |   11 ++-
web/pgadmin/utils/ajax.py                          |   19 ++---
8 files changed, 143 insertions(+), 160 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Introduced a mechanism to load required javascripts a
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Introduced a PgAdmin class inherited from the Flask,