pgAdmin 4 commit: Allow users to select UI language at login or fromPr - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow users to select UI language at login or fromPr
Date
Msg-id E1crQ4c-00027i-Pl@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Allow users to select UI language at login or from Preferences rather than unpredictable behaviour from browsers. Fixes
#2190

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0eda6033dfe88f9c7cb8f4aeccaa952ba2164d6c
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/__init__.py                            | 50 ++++++++++++++++++++--
web/pgadmin/browser/__init__.py                    | 18 +++++++-
.../servers/roles/templates/role/js/role.js        |  2 +-
web/pgadmin/browser/server_groups/servers/types.py | 33 ++++++++------
.../templates/server_groups/server_groups.js       |  4 +-
web/pgadmin/misc/__init__.py                       | 20 +++++++++
web/pgadmin/preferences/__init__.py                | 34 ++++++++++++---
.../templates/preferences/preferences.js           |  6 ++-
web/pgadmin/static/css/pgadmin.css                 | 13 ++++++
web/pgadmin/templates/security/login_user.html     | 11 +++++
web/pgadmin/utils/preferences.py                   | 12 ++++--
11 files changed, 172 insertions(+), 31 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Decode error messages before trying to use them.
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Fixed 2190 - Move languageselection to Preferences.