pgAdmin 4 commit: Using the client-side translation using the client-si

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Using the client-side translation using the client-si
Date: 2017-06-07 10:23:38
Message-ID: E1dIY7m-0000IM-Dj@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Using the client-side translation using the client-side 'gettext'
implementation.

This is the first step towards 'Avoid creating the javascript modules
using Jinja templates'.

Branch
------
master

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

Modified Files
--------------
.../databases/casts/templates/cast/js/casts.js | 62 ++--
.../templates/event_triggers/js/event_trigger.js | 53 +--
.../templates/extensions/js/extensions.js | 40 +--
.../foreign_servers/js/foreign_servers.js | 43 +--
.../templates/user_mappings/js/user_mappings.js | 36 +-
.../js/foreign_data_wrappers.js | 50 +--
.../languages/templates/languages/js/languages.js | 55 +--
.../js/catalog_object_column.js | 31 +-
.../templates/catalog_object/js/catalog_object.js | 19 +-
.../collations/templates/collation/js/collation.js | 47 +--
.../domain_constraints/js/domain_constraints.js | 42 +--
.../domains/templates/domains/js/domains.js | 74 ++--
.../templates/foreign_tables/js/foreign_tables.js | 119 +++----
.../fts_configuration/js/fts_configuration.js | 57 ++--
.../templates/fts_dictionary/js/fts_dictionary.js | 54 +--
.../templates/fts_parser/js/fts_parser.js | 58 ++--
.../templates/fts_template/js/fts_templates.js | 37 +-
.../functions/templates/function/js/functions.js | 150 ++++-----
.../functions/templates/procedure/js/procedures.js | 29 +-
.../trigger_function/js/trigger_functions.js | 130 +++----
.../edbfuncs/templates/edbfunc/js/edbfunc.js | 46 +--
.../edbfuncs/templates/edbproc/js/edbproc.js | 15 +-
.../packages/edbvars/templates/edbvar/js/edbvar.js | 22 +-
.../packages/templates/package/js/package.js | 49 +--
.../sequences/templates/sequence/js/sequence.js | 75 +++--
.../synonyms/templates/synonym/js/synonym.js | 57 ++--
.../tables/column/templates/column/js/column.js | 102 +++---
.../check_constraint/js/check_constraint.js | 41 ++-
.../js/exclusion_constraint.js | 68 ++--
.../templates/foreign_key/js/foreign_key.js | 126 +++----
.../index_constraint/js/index_constraint.js | 42 +--
.../templates/constraints/js/constraints.js | 20 +-
.../tables/indexes/templates/index/js/index.js | 92 ++---
.../tables/rules/templates/rules/js/rules.js | 47 ++-
.../schemas/tables/templates/table/js/table.js | 189 +++++------
.../triggers/templates/trigger/js/trigger.js | 115 +++----
.../schemas/templates/catalog/js/catalog.js | 28 +-
.../schemas/templates/schema/js/schema.js | 120 ++++---
.../schemas/types/templates/type/js/type.js | 194 +++++------
.../schemas/views/templates/mview/js/mview.js | 72 ++--
.../schemas/views/templates/view/js/view.js | 62 ++--
.../databases/templates/databases/js/databases.js | 129 ++++---
.../templates/pga_schedule/js/pga_schedule.js | 375 ++++++++++-----------
.../steps/templates/pga_jobstep/js/pga_jobstep.js | 80 +++--
.../pgagent/templates/pga_job/js/pga_job.js | 70 ++--
.../resource_groups/js/resource_groups.js | 68 ++--
.../servers/roles/templates/role/js/role.js | 97 +++---
.../server_groups/servers/static/js/privilege.js | 23 +-
.../templates/tablespaces/js/tablespaces.js | 83 ++---
.../servers/templates/servers/servers.js | 142 ++++----
.../templates/server_groups/server_groups.js | 19 +-
web/pgadmin/browser/static/js/node.ui.js | 10 +-
.../browser/templates/browser/js/browser.js | 53 ++-
.../browser/templates/browser/js/collection.js | 17 +-
.../browser/templates/browser/js/messages.js | 53 +--
web/pgadmin/browser/templates/browser/js/node.js | 64 ++--
web/pgadmin/misc/bgprocess/__init__.py | 11 +-
web/pgadmin/misc/bgprocess/static/js/bgprocess.js | 24 +-
web/pgadmin/misc/depends/static/js/depends.js | 12 +-
.../templates/file_manager/js/file_manager.js | 41 ++-
.../templates/file_manager/js/utility.js | 11 +-
web/pgadmin/misc/sql/static/js/sql.js | 18 +-
.../misc/statistics/static/js/statistics.js | 24 +-
.../templates/preferences/preferences.js | 11 +-
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 10 +-
web/pgadmin/static/js/backform.pgadmin.js | 41 +--
.../tools/backup/templates/backup/js/backup.js | 226 ++++++-------
.../datagrid/templates/datagrid/js/datagrid.js | 26 +-
.../debugger/templates/debugger/js/debugger.js | 40 +--
.../debugger/templates/debugger/js/debugger_ui.js | 14 +-
.../tools/debugger/templates/debugger/js/direct.js | 31 +-
.../templates/grant_wizard/js/grant_wizard.js | 30 +-
.../templates/import_export/js/import_export.js | 134 ++++----
.../templates/maintenance/js/maintenance.js | 56 +--
.../tools/restore/templates/restore/js/restore.js | 142 ++++----
.../sqleditor/templates/sqleditor/js/sqleditor.js | 194 ++++++-----
.../user_management/js/user_management.js | 74 ++--
77 files changed, 2600 insertions(+), 2621 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-06-07 11:54:07 [pgAdmin4] To fix issues in pgAgent's modules
Previous Message Sarah McAlear 2017-06-06 20:15:28 Re: [pgAdmin4] [PATCH] History Tab rewrite in React