pgAdmin 4 commit: Update wcDocker to enable properly translation of the

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Update wcDocker to enable properly translation of the
Date: 2015-03-03 11:11:41
Message-ID: E1YSkjl-0001Px-Hq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Mehmet Emin KARAKAŞ 2015-03-03 12:00:27 PgAgent Patch
Previous Message Dave Page 2015-03-03 10:51:53 pgAdmin 4 commit: Fix i18n for the docking system.