pgAdmin 4 commit: Render browser settings into the template rather than

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Render browser settings into the template rather than
Date: 2015-02-12 10:46:51
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Render browser settings into the template rather than using synchronous AJAX calls to get them.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/templates/browser/body.html | 14 +++-------
web/pgadmin/browser/views.py | 12 ++++++--
web/pgadmin/templates/js/settings.js | 34 -----------------------
3 files changed, 14 insertions(+), 46 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-02-12 10:57:30 pgAdmin 4 commit: Render settings related JS from the settings blueprin
Previous Message Dave Page 2015-02-12 10:29:03 pgAdmin 4 commit: Use minified output when not in debug mode, and non-m