pgAdmin 4 commit: Update wcDocker to enable properly translation of the - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Update wcDocker to enable properly translation of the
Date
Msg-id E1YSkjl-0001Px-Hq@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Update wcDocker to enable properly translation of the context menu options.

Branch
------
master

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

Modified Files
--------------
.../browser/templates/browser/js/browser.js        |    8 +-
web/pgadmin/browser/views.py                       |   21 +-
web/pgadmin/static/css/wcDocker/style.css          |  524 --
web/pgadmin/static/css/wcDocker/wcDocker.css       |  544 ++
web/pgadmin/static/css/wcDocker/wcDocker.min.css   |   16 +
web/pgadmin/static/js/wcDocker/docker.js           | 1862 -------
web/pgadmin/static/js/wcDocker/frame.js            |  843 ---
web/pgadmin/static/js/wcDocker/ghost.js            |  196 -
web/pgadmin/static/js/wcDocker/iframe.js           |  213 -
web/pgadmin/static/js/wcDocker/layout.js           |  434 --
web/pgadmin/static/js/wcDocker/panel.js            |  728 ---
web/pgadmin/static/js/wcDocker/splitter.js         |  552 --
web/pgadmin/static/js/wcDocker/tabframe.js         |  533 --
web/pgadmin/static/js/wcDocker/wcDocker.js         | 5369 ++++++++++++++++++++
web/pgadmin/static/js/wcDocker/wcDocker.min.js     |   17 +
15 files changed, 5961 insertions(+), 5899 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix i18n for the docking system.
Next
From: Mehmet Emin KARAKAŞ
Date:
Subject: PgAgent Patch