pgAdmin 4 commit: First round of string review and cleanup. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: First round of string review and cleanup.
Date
Msg-id E1ayfGe-0002lh-AI@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
First round of string review and cleanup.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=949e536bae8b297c2333478b6f377f5d637a53f2
Author: Karen Blatchley <karen.blatchley@enterprisedb.com>

Modified Files
--------------
.../browser/server_groups/servers/__init__.py      |   20 +-
.../server_groups/servers/databases/__init__.py    |   14 +-
.../servers/databases/casts/__init__.py            |    6 +-
.../databases/casts/templates/cast/js/casts.js     |    4 +-
.../servers/databases/event_triggers/__init__.py   |    4 +-
.../templates/event_triggers/js/event_trigger.js   |   14 +-
.../servers/databases/extensions/__init__.py       |    2 +-
.../templates/extensions/js/extensions.js          |    2 +-
.../databases/foreign_data_wrappers/__init__.py    |    2 +-
.../foreign_servers/__init__.py                    |    2 +-
.../foreign_servers/js/foreign_servers.js          |    2 +-
.../foreign_servers/user_mapping/__init__.py       |    2 +-
.../templates/user_mappings/js/user_mappings.js    |    2 +-
.../js/foreign_data_wrappers.js                    |    2 +-
.../languages/templates/languages/js/languages.js  |    2 +-
.../servers/databases/schemas/__init__.py          |    4 +-
.../databases/schemas/collations/__init__.py       |    5 +-
.../collations/templates/collation/js/collation.js |    2 +-
.../servers/databases/schemas/domains/__init__.py  |    6 +-
.../schemas/domains/domain-constraints/__init__.py |    3 +-
.../domain-constraints/js/domain-constraints.js    |    6 +-
.../domains/templates/domains/js/domains.js        |    4 +-
.../databases/schemas/fts_dictionaries/__init__.py |    6 +-
.../databases/schemas/fts_parser/__init__.py       |   16 +-
.../templates/fts_parser/js/fts_parser.js          |   12 +-
.../databases/schemas/fts_templates/__init__.py    |    6 +-
.../templates/fts_template/js/fts_templates.js     |    6 +-
.../databases/schemas/functions/__init__.py        |   10 +-
.../functions/templates/function/js/functions.js   |   16 +-
.../functions/templates/procedure/js/procedures.js |    8 +-
.../databases/schemas/sequences/__init__.py        |    4 +-
.../sequences/templates/sequence/js/sequence.js    |    6 +-
.../schemas/templates/schema/js/schema.js          |    4 +-
.../servers/databases/schemas/types/__init__.py    |   11 +-
.../schemas/types/templates/type/js/type.js        |   12 +-
.../databases/templates/databases/js/databases.js  |   10 +-
.../servers/resource_groups/__init__.py            |    2 +-
.../resource_groups/js/resource_groups.js          |   12 +-
.../server_groups/servers/roles/__init__.py        |   50 +-
.../servers/roles/templates/role/js/role.js        |    4 +-
.../server_groups/servers/tablespaces/__init__.py  |    4 +-
.../templates/tablespaces/js/tablespaces.js        |    4 +-
.../servers/templates/servers/servers.js           |   10 +-
.../templates/server_groups/server_groups.js       |    8 +-
.../browser/templates/browser/js/collection.js     |    2 +-
.../browser/templates/browser/js/messages.js       |    8 +-
web/pgadmin/browser/templates/browser/js/node.js   |   14 +-
web/pgadmin/browser/utils.py                       |    6 +-
web/pgadmin/messages.pot                           | 1423 +++++++++++++-------
web/pgadmin/tools/__init__.py                      |    2 +-
web/pgadmin/tools/datagrid/__init__.py             |    2 +-
web/pgadmin/tools/debugger/__init__.py             |   10 +-
.../templates/grant_wizard/js/grant_wizard.js      |    2 +-
web/pgadmin/tools/sqleditor/__init__.py            |    2 +-
web/pgadmin/tools/sqleditor/command.py             |    4 +-
.../sqleditor/templates/sqleditor/js/sqleditor.js  |   40 +-
web/pgadmin/utils/ajax.py                          |    2 +-
web/pgadmin/utils/driver/psycopg2/__init__.py      |   24 +-
web/pgadmin/utils/driver/registry.py               |    2 +-
web/pgadmin/utils/preferences.py                   |   18 +-
60 files changed, 1132 insertions(+), 760 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed below review comments for QueryTool
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix a typo introduced in a merge.