pgAdmin 4 commit: Some cosmetic changes. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Some cosmetic changes.
Date
Msg-id E1dfP56-0001vx-Ml@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Some cosmetic changes.

- Loading 'pgadmin' as 'sources/pgadmin', as found under the 'sources'
  reference directory to be consistent with other files.
- Removed the 'pgadmin' reference from the base.html template.
- Renamed 'pgadmin.slickgrid.editors.js', and
  'pgadmin.slickgrid.formatters.js' as 'editors.js', and 'formatters.js'
  respectively, as they're already in the 'pgadmin/static/js/slickgrid'
  directory.
- Removed the duplicate entry of 'translations' from the webpack.shim.js

Branch
------
master

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

Modified Files
--------------
web/pgadmin/about/static/js/about.js               |   2 +-
.../servers/databases/casts/static/js/cast.js      |   2 +-
.../event_triggers/static/js/event_trigger.js      |   2 +-
.../databases/extensions/static/js/extension.js    |   2 +-
.../foreign_servers/static/js/foreign_server.js    |   2 +-
.../user_mapping/static/js/user_mapping.js         |   2 +-
.../static/js/foreign_data_wrapper.js              |   2 +-
.../databases/languages/static/js/language.js      |   2 +-
.../columns/static/js/catalog_object_column.js     |   2 +-
.../catalog_objects/static/js/catalog_object.js    |   2 +-
.../schemas/collations/static/js/collation.js      |   2 +-
.../static/js/domain_constraints.js                |   2 +-
.../databases/schemas/domains/static/js/domain.js  |   2 +-
.../foreign_tables/static/js/foreign-table.js      |   2 +-
.../foreign_tables/static/js/foreign_table.js      |   2 +-
.../static/js/fts_configuration.js                 |   2 +-
.../fts_dictionaries/static/js/fts_dictionary.js   |   2 +-
.../schemas/fts_parser/static/js/fts_parser.js     |   2 +-
.../fts_templates/static/js/fts_template.js        |   2 +-
.../schemas/functions/static/js/function.js        |   2 +-
.../schemas/functions/static/js/procedure.js       |   2 +-
.../functions/static/js/trigger_function.js        |   2 +-
.../schemas/packages/edbfuncs/static/js/edbfunc.js |   2 +-
.../schemas/packages/edbfuncs/static/js/edbproc.js |   2 +-
.../schemas/packages/edbvars/static/js/edbvar.js   |   2 +-
.../schemas/packages/static/js/package.js          |   2 +-
.../schemas/sequences/static/js/sequence.js        |   2 +-
.../servers/databases/schemas/static/js/catalog.js |   2 +-
.../servers/databases/schemas/static/js/schema.js  |   2 +-
.../schemas/synonyms/static/js/synonym.js          |   2 +-
.../schemas/tables/column/static/js/column.js      |   2 +-
.../check_constraint/static/js/check_constraint.js |   2 +-
.../static/js/exclusion_constraint.js              |   2 +-
.../foreign_key/static/js/foreign_key.js           |   2 +-
.../index_constraint/static/js/primary_key.js      |   2 +-
.../static/js/unique_constraint.js                 |   2 +-
.../tables/constraints/static/js/constraints.js    |   2 +-
.../schemas/tables/indexes/static/js/index.js      |   2 +-
.../tables/partitions/static/js/partition.js       |   2 +-
.../schemas/tables/rules/static/js/rule.js         |   2 +-
.../databases/schemas/tables/static/js/table.js    |   2 +-
.../schemas/tables/triggers/static/js/trigger.js   |   2 +-
.../databases/schemas/types/static/js/type.js      |   2 +-
.../databases/schemas/views/static/js/mview.js     |   2 +-
.../databases/schemas/views/static/js/view.js      |   2 +-
.../servers/databases/static/js/database.js        |   2 +-
.../pgagent/schedules/static/js/pga_schedule.js    |   2 +-
.../servers/pgagent/static/js/pga_job.js           |   2 +-
.../servers/pgagent/steps/static/js/pga_jobstep.js |   2 +-
.../server_groups/servers/roles/static/js/role.js  |   2 +-
.../server_groups/servers/static/js/server.js      |   2 +-
.../server_groups/servers/static/js/variable.js    |   2 +-
.../servers/tablespaces/static/js/tablespace.js    |   2 +-
.../server_groups/static/js/server_group.js        |   2 +-
web/pgadmin/browser/static/js/browser.js           |   5 +-
web/pgadmin/browser/static/js/collection.js        |   2 +-
web/pgadmin/browser/static/js/datamodel.js         |   2 +-
web/pgadmin/browser/static/js/error.js             |   2 +-
web/pgadmin/browser/static/js/frame.js             |   2 +-
web/pgadmin/browser/static/js/menu.js              |   2 +-
web/pgadmin/browser/static/js/node.js              |   2 +-
web/pgadmin/browser/static/js/node.ui.js           |   2 +-
web/pgadmin/browser/static/js/panel.js             |   2 +-
web/pgadmin/browser/static/js/wizard.js            |   2 +-
.../browser/templates/browser/js/messages.js       |   2 +-
web/pgadmin/browser/templates/browser/js/utils.js  |   4 +-
web/pgadmin/dashboard/static/js/dashboard.js       |   2 +-
web/pgadmin/misc/bgprocess/static/js/bgprocess.js  |   2 +-
web/pgadmin/misc/static/explain/js/explain.js      |   2 +-
web/pgadmin/preferences/static/js/preferences.js   |   2 +-
web/pgadmin/settings/static/js/settings.js         |   2 +-
web/pgadmin/static/bundle/app.js                   |   2 +-
web/pgadmin/static/js/slickgrid/editors.js         | 913 +++++++++++++++++++++
web/pgadmin/static/js/slickgrid/formatters.js      | 104 +++
.../static/js/slickgrid/slick.pgadmin.editors.js   | 913 ---------------------
.../js/slickgrid/slick.pgadmin.formatters.js       | 104 ---
web/pgadmin/templates/base.html                    |   1 -
web/pgadmin/tools/datagrid/static/js/datagrid.js   |   2 +-
web/pgadmin/tools/debugger/static/js/debugger.js   |   2 +-
.../tools/debugger/static/js/debugger_ui.js        |   2 +-
web/pgadmin/tools/debugger/static/js/direct.js     |   2 +-
.../tools/import_export/static/js/import_export.js |   2 +-
.../tools/maintenance/static/js/maintenance.js     |   2 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |   2 +-
web/webpack.shim.js                                |   8 +-
85 files changed, 1103 insertions(+), 1103 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard
Next
From: Ashesh Vashi
Date:
Subject: Re: [gpAdmin4][patch] query history updates