pgAdmin 4 commit: Various misc fixes:

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Various misc fixes:
Date: 2020-04-08 08:49:29
Message-ID: E1jM6On-0003ua-Hk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Various misc fixes:
- Using the 'gettext' as oppose to '_', which is not defined
- Define missing variables
- Fixed escape character in string with double quote
- Removed some dead code in a test case
- Removed unnecessary self assignment

Includes some fixes for Accessibility improvements
- Use semantic markup to mark emphasized or special text
- Added hidden legend in <fieldset> for better screen reader support

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d9f6baac72d94570f1ae8d7792f9735397dd0d99

Modified Files
--------------
.../browser/server_groups/servers/__init__.py | 2 +-
.../servers/databases/schemas/packages/__init__.py | 3 ++-
.../servers/resource_groups/__init__.py | 4 +--
.../server_groups/servers/roles/tests/utils.py | 31 +---------------------
.../server_groups/servers/tablespaces/__init__.py | 4 +--
web/pgadmin/misc/file_manager/__init__.py | 3 ---
web/pgadmin/settings/__init__.py | 2 +-
.../templates/security/change_password.html | 3 ++-
.../templates/security/forgot_password.html | 1 +
web/pgadmin/templates/security/panel.html | 2 +-
web/pgadmin/templates/security/reset_password.html | 1 +
.../tools/debugger/templates/debugger/direct.html | 12 ++++-----
web/pgadmin/tools/schema_diff/__init__.py | 12 ++++-----
web/pgadmin/tools/search_objects/__init__.py | 2 +-
web/pgadmin/tools/sqleditor/__init__.py | 5 +---
15 files changed, 28 insertions(+), 59 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2020-04-08 09:00:35 pgAdmin 4 commit: Fixed a typo in previous commit
Previous Message Dave Page 2020-04-08 08:17:00 Re: Proposal: Drop support for Internet Explorer