pgAdmin 4 commit: Updated wcDocker to the latest version

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Updated wcDocker to the latest version
Date: 2015-07-20 10:36:28
Message-ID: E1ZH8Qu-0007nz-A4@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Updated wcDocker to the latest version

Branch
------
master

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

Modified Files
--------------
libraries.txt | 2 +-
web/pgadmin/browser/__init__.py | 5 +-
.../servers/templates/servers/servers.js | 2 +-
web/pgadmin/browser/static/js/frame.js | 4 +-
web/pgadmin/browser/static/js/panel.js | 7 +-
.../browser/templates/browser/js/browser.js | 61 +-
web/pgadmin/browser/templates/browser/js/node.js | 6 +-
web/pgadmin/static/css/overrides.css | 4 +-
web/pgadmin/static/css/wcDocker/Themes/default.css | 286 +
.../static/css/wcDocker/Themes/default.min.css | 16 +
web/pgadmin/static/css/wcDocker/Themes/pgadmin.css | 223 +
web/pgadmin/static/css/wcDocker/theme.css | 208 -
web/pgadmin/static/css/wcDocker/wcDocker.css | 611 ++
web/pgadmin/static/css/wcDocker/wcDocker.min.css | 16 +
.../static/css/wcDocker/wcDockerSkeleton.css | 355 --
.../static/css/wcDocker/wcDockerSkeleton.min.css | 16 -
web/pgadmin/static/js/wcDocker/wcDocker.js | 5814 ++++++++++++++------
web/pgadmin/static/js/wcDocker/wcDocker.min.js | 4 +-
18 files changed, 5460 insertions(+), 2180 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Anna Skawińska 2015-07-20 18:52:01 PATCH - Polish translation
Previous Message Dave Page 2015-07-20 07:51:34 Re: PATCH: Format SQL (external tool)