pgAdmin 4 commit: Update copyright notices for 2018.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Update copyright notices for 2018.
Date: 2018-01-05 10:42:57
Message-ID: E1eXPSj-0006Rb-BM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Update copyright notices for 2018.

Branch
------
master

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

Modified Files
--------------
LICENSE | 38 ++++++++++-----------
Makefile | 2 +-
docs/en_US/code_review.rst | 2 +-
docs/en_US/coding_standards.rst | 2 +-
pkg/docker/Dockerfile | 2 +-
pkg/docker/build.sh | 2 +-
pkg/docker/entry.sh | 2 +-
pkg/docker/pgadmin4.conf.j2 | 2 +-
pkg/mac/licence.rtf | 2 +-
pkg/pip/build.sh | 2 +-
pkg/pip/setup_pip.py | 2 +-
pkg/src/build.sh | 2 +-
pkg/win32/Resources/license.rtf | Bin 1262 -> 1262 bytes
runtime/BrowserWindow.cpp | 2 +-
runtime/BrowserWindow.h | 2 +-
runtime/ConfigWindow.cpp | 2 +-
runtime/ConfigWindow.h | 2 +-
runtime/Info.plist | 2 +-
runtime/Server.cpp | 2 +-
runtime/Server.h | 2 +-
runtime/TabWindow.cpp | 2 +-
runtime/TabWindow.h | 2 +-
runtime/WebViewWindow.cpp | 2 +-
runtime/WebViewWindow.h | 2 +-
runtime/pgAdmin4.cpp | 2 +-
runtime/pgAdmin4.h | 2 +-
runtime/pgAdmin4.pro | 2 +-
web/config.py | 4 +--
web/migrations/alembic.ini | 2 +-
web/migrations/env.py | 2 +-
web/migrations/script.py.mako | 2 +-
web/migrations/versions/02b9dccdcfcb_.py | 2 +-
web/migrations/versions/09d53fca90c7_.py | 2 +-
web/migrations/versions/fdc58d9bd449_.py | 2 +-
web/pgAdmin4.py | 2 +-
web/pgAdmin4.wsgi | 2 +-
web/pgadmin/__init__.py | 2 +-
web/pgadmin/about/__init__.py | 2 +-
web/pgadmin/browser/__init__.py | 2 +-
web/pgadmin/browser/collection.py | 2 +-
web/pgadmin/browser/server_groups/__init__.py | 2 +-
.../browser/server_groups/servers/__init__.py | 2 +-
.../server_groups/servers/databases/__init__.py | 2 +-
.../servers/databases/casts/__init__.py | 2 +-
.../servers/databases/casts/tests/__init__.py | 2 +-
.../servers/databases/casts/tests/test_cast_add.py | 2 +-
.../databases/casts/tests/test_cast_delete.py | 2 +-
.../servers/databases/casts/tests/test_cast_get.py | 2 +-
.../servers/databases/casts/tests/test_cast_put.py | 2 +-
.../servers/databases/casts/tests/utils.py | 2 +-
.../servers/databases/event_triggers/__init__.py | 2 +-
.../databases/event_triggers/tests/__init__.py | 2 +-
.../event_triggers/tests/test_event_trigger_add.py | 2 +-
.../tests/test_event_trigger_delete.py | 2 +-
.../event_triggers/tests/test_event_trigger_get.py | 2 +-
.../event_triggers/tests/test_event_trigger_put.py | 2 +-
.../databases/event_triggers/tests/utils.py | 2 +-
.../servers/databases/extensions/__init__.py | 2 +-
.../servers/databases/extensions/tests/__init__.py | 4 +--
.../extensions/tests/test_extension_add.py | 2 +-
.../extensions/tests/test_extension_delete.py | 2 +-
.../extensions/tests/test_extension_get.py | 2 +-
.../extensions/tests/test_extension_put.py | 2 +-
.../servers/databases/extensions/tests/utils.py | 2 +-
.../databases/foreign_data_wrappers/__init__.py | 2 +-
.../foreign_servers/__init__.py | 2 +-
.../foreign_servers/tests/__init__.py | 4 +--
.../tests/test_foreign_servers_add.py | 2 +-
.../tests/test_foreign_servers_delete.py | 2 +-
.../tests/test_foreign_servers_get.py | 2 +-
.../tests/test_foreign_servers_put.py | 2 +-
.../foreign_servers/tests/utils.py | 2 +-
.../foreign_servers/user_mapping/__init__.py | 2 +-
.../foreign_servers/user_mapping/tests/__init__.py | 4 +--
.../user_mapping/tests/test_user_mapping_add.py | 2 +-
.../user_mapping/tests/test_user_mapping_delete.py | 2 +-
.../user_mapping/tests/test_user_mapping_get.py | 2 +-
.../user_mapping/tests/test_user_mapping_put.py | 2 +-
.../foreign_servers/user_mapping/tests/utils.py | 2 +-
.../foreign_data_wrappers/tests/__init__.py | 4 +--
.../foreign_data_wrappers/tests/test_fdw_add.py | 2 +-
.../foreign_data_wrappers/tests/test_fdw_delete.py | 2 +-
.../foreign_data_wrappers/tests/test_fdw_get.py | 2 +-
.../foreign_data_wrappers/tests/test_fdw_put.py | 2 +-
.../databases/foreign_data_wrappers/tests/utils.py | 2 +-
.../servers/databases/languages/__init__.py | 2 +-
.../servers/databases/languages/tests/__init__.py | 2 +-
.../databases/languages/tests/test_language_add.py | 2 +-
.../languages/tests/test_language_delete.py | 2 +-
.../databases/languages/tests/test_language_get.py | 2 +-
.../databases/languages/tests/test_language_put.py | 2 +-
.../servers/databases/languages/tests/utils.py | 2 +-
.../servers/databases/schemas/__init__.py | 2 +-
.../databases/schemas/catalog_objects/__init__.py | 2 +-
.../schemas/catalog_objects/columns/__init__.py | 2 +-
.../databases/schemas/collations/__init__.py | 2 +-
.../databases/schemas/collations/tests/__init__.py | 2 +-
.../schemas/collations/tests/test_collation_add.py | 2 +-
.../collations/tests/test_collation_delete.py | 2 +-
.../schemas/collations/tests/test_collation_get.py | 2 +-
.../schemas/collations/tests/test_collation_put.py | 2 +-
.../databases/schemas/collations/tests/utils.py | 2 +-
.../servers/databases/schemas/domains/__init__.py | 2 +-
.../schemas/domains/domain_constraints/__init__.py | 2 +-
.../databases/schemas/domains/tests/__init__.py | 2 +-
.../schemas/domains/tests/test_domain_add.py | 2 +-
.../schemas/domains/tests/test_domain_delete.py | 2 +-
.../schemas/domains/tests/test_domain_get.py | 2 +-
.../schemas/domains/tests/test_domain_put.py | 2 +-
.../databases/schemas/domains/tests/utils.py | 2 +-
.../databases/schemas/foreign_tables/__init__.py | 2 +-
.../schemas/foreign_tables/tests/__init__.py | 2 +-
.../foreign_tables/tests/test_foreign_table_add.py | 2 +-
.../tests/test_foreign_table_delete.py | 2 +-
.../foreign_tables/tests/test_foreign_table_get.py | 2 +-
.../foreign_tables/tests/test_foreign_table_put.py | 2 +-
.../schemas/foreign_tables/tests/utils.py | 2 +-
.../schemas/fts_configurations/__init__.py | 2 +-
.../schemas/fts_configurations/tests/__init__.py | 2 +-
.../tests/test_fts_configuration_add.py | 2 +-
.../tests/test_fts_configuration_delete.py | 2 +-
.../tests/test_fts_configuration_get.py | 2 +-
.../tests/test_fts_configuration_put.py | 2 +-
.../schemas/fts_configurations/tests/utils.py | 2 +-
.../databases/schemas/fts_dictionaries/__init__.py | 2 +-
.../schemas/fts_dictionaries/tests/__init__.py | 2 +-
.../tests/test_fts_dictionaries_add.py | 2 +-
.../tests/test_fts_dictionaries_delete.py | 2 +-
.../tests/test_fts_dictionaries_get.py | 2 +-
.../tests/test_fts_dictionaries_put.py | 2 +-
.../schemas/fts_dictionaries/tests/utils.py | 2 +-
.../databases/schemas/fts_parser/__init__.py | 2 +-
.../databases/schemas/fts_parser/tests/__init__.py | 2 +-
.../fts_parser/tests/test_fts_parser_add.py | 2 +-
.../fts_parser/tests/test_fts_parser_delete.py | 2 +-
.../fts_parser/tests/test_fts_parser_get.py | 2 +-
.../fts_parser/tests/test_fts_parser_put.py | 2 +-
.../databases/schemas/fts_parser/tests/utils.py | 2 +-
.../databases/schemas/fts_templates/__init__.py | 2 +-
.../schemas/fts_templates/tests/__init__.py | 2 +-
.../fts_templates/tests/test_fts_templates_add.py | 2 +-
.../tests/test_fts_templates_delete.py | 2 +-
.../fts_templates/tests/test_fts_templates_get.py | 2 +-
.../fts_templates/tests/test_fts_templates_put.py | 2 +-
.../databases/schemas/fts_templates/tests/utils.py | 2 +-
.../databases/schemas/functions/__init__.py | 2 +-
.../databases/schemas/functions/tests/__init__.py | 2 +-
.../functions/tests/test_trigger_func_add.py | 2 +-
.../functions/tests/test_trigger_func_delete.py | 2 +-
.../functions/tests/test_trigger_func_get.py | 2 +-
.../functions/tests/test_trigger_func_put.py | 2 +-
.../databases/schemas/functions/tests/utils.py | 2 +-
.../servers/databases/schemas/packages/__init__.py | 4 +--
.../schemas/packages/edbfuncs/__init__.py | 2 +-
.../databases/schemas/packages/edbvars/__init__.py | 2 +-
.../databases/schemas/packages/tests/__init__.py | 2 +-
.../schemas/packages/tests/test_package_add.py | 2 +-
.../schemas/packages/tests/test_package_delete.py | 2 +-
.../schemas/packages/tests/test_package_get.py | 2 +-
.../schemas/packages/tests/test_package_put.py | 2 +-
.../databases/schemas/packages/tests/utils.py | 2 +-
.../databases/schemas/sequences/__init__.py | 2 +-
.../databases/schemas/sequences/tests/__init__.py | 2 +-
.../schemas/sequences/tests/test_sequence_add.py | 2 +-
.../sequences/tests/test_sequence_delete.py | 2 +-
.../schemas/sequences/tests/test_sequence_get.py | 2 +-
.../schemas/sequences/tests/test_sequence_put.py | 2 +-
.../databases/schemas/sequences/tests/utils.py | 2 +-
.../servers/databases/schemas/synonyms/__init__.py | 2 +-
.../databases/schemas/synonyms/tests/__init__.py | 2 +-
.../schemas/synonyms/tests/test_synonym_add.py | 2 +-
.../schemas/synonyms/tests/test_synonym_delete.py | 2 +-
.../schemas/synonyms/tests/test_synonym_get.py | 2 +-
.../schemas/synonyms/tests/test_synonym_put.py | 2 +-
.../databases/schemas/synonyms/tests/utils.py | 2 +-
.../servers/databases/schemas/tables/__init__.py | 2 +-
.../databases/schemas/tables/column/__init__.py | 2 +-
.../schemas/tables/column/tests/__init__.py | 2 +-
.../schemas/tables/column/tests/test_column_add.py | 2 +-
.../tables/column/tests/test_column_delete.py | 2 +-
.../schemas/tables/column/tests/test_column_get.py | 2 +-
.../schemas/tables/column/tests/test_column_put.py | 2 +-
.../databases/schemas/tables/column/tests/utils.py | 2 +-
.../schemas/tables/constraints/__init__.py | 2 +-
.../constraints/check_constraint/__init__.py | 2 +-
.../constraints/check_constraint/tests/__init__.py | 2 +-
.../tests/test_check_constraint_add.py | 2 +-
.../tests/test_check_constraint_delete.py | 2 +-
.../tests/test_check_constraint_get.py | 2 +-
.../tests/test_check_constraint_put.py | 2 +-
.../constraints/check_constraint/tests/utils.py | 2 +-
.../constraints/exclusion_constraint/__init__.py | 2 +-
.../tables/constraints/foreign_key/__init__.py | 2 +-
.../constraints/foreign_key/tests/__init__.py | 2 +-
.../foreign_key/tests/test_foreign_key_add.py | 2 +-
.../foreign_key/tests/test_foreign_key_delete.py | 2 +-
.../foreign_key/tests/test_foreign_key_get.py | 2 +-
.../foreign_key/tests/test_foreign_key_put.py | 2 +-
.../tables/constraints/foreign_key/tests/utils.py | 2 +-
.../constraints/index_constraint/__init__.py | 2 +-
.../constraints/index_constraint/tests/__init__.py | 2 +-
.../tests/test_index_constraint_add.py | 2 +-
.../tests/test_index_constraint_delete.py | 2 +-
.../tests/test_index_constraint_get.py | 2 +-
.../tests/test_index_constraint_put.py | 2 +-
.../constraints/index_constraint/tests/utils.py | 2 +-
.../schemas/tables/constraints/tests/__init__.py | 2 +-
.../databases/schemas/tables/constraints/type.py | 2 +-
.../databases/schemas/tables/indexes/__init__.py | 2 +-
.../schemas/tables/indexes/tests/__init__.py | 2 +-
.../tables/indexes/tests/test_indexes_add.py | 2 +-
.../tables/indexes/tests/test_indexes_delete.py | 2 +-
.../tables/indexes/tests/test_indexes_get.py | 2 +-
.../tables/indexes/tests/test_indexes_put.py | 2 +-
.../schemas/tables/indexes/tests/utils.py | 2 +-
.../schemas/tables/partitions/__init__.py | 2 +-
.../databases/schemas/tables/rules/__init__.py | 2 +-
.../schemas/tables/rules/tests/__init__.py | 2 +-
.../schemas/tables/rules/tests/test_rules_add.py | 2 +-
.../tables/rules/tests/test_rules_delete.py | 2 +-
.../schemas/tables/rules/tests/test_rules_get.py | 2 +-
.../schemas/tables/rules/tests/test_rules_put.py | 2 +-
.../databases/schemas/tables/rules/tests/utils.py | 2 +-
.../sql/tests/test_foreign_key_properties.py | 4 +--
.../databases/schemas/tables/tests/__init__.py | 2 +-
.../schemas/tables/tests/test_column_acl_sql.py | 2 +-
.../tables/tests/test_column_properties_sql.py | 2 +-
.../schemas/tables/tests/test_table_add.py | 2 +-
.../schemas/tables/tests/test_table_delete.py | 2 +-
.../schemas/tables/tests/test_table_get.py | 2 +-
.../schemas/tables/tests/test_table_put.py | 2 +-
.../schemas/tables/tests/test_tables_acl_sql.py | 2 +-
.../schemas/tables/tests/test_tables_node_sql.py | 2 +-
.../tables/tests/test_tables_properties_sql.py | 4 +--
.../tables/tests/test_trigger_get_oid_sql.py | 2 +-
.../schemas/tables/tests/test_trigger_nodes_sql.py | 2 +-
.../databases/schemas/tables/tests/utils.py | 2 +-
.../databases/schemas/tables/triggers/__init__.py | 2 +-
.../schemas/tables/triggers/tests/__init__.py | 2 +-
.../tables/triggers/tests/test_triggers_add.py | 2 +-
.../tables/triggers/tests/test_triggers_delete.py | 2 +-
.../tables/triggers/tests/test_triggers_get.py | 2 +-
.../tables/triggers/tests/test_triggers_put.py | 2 +-
.../schemas/tables/triggers/tests/utils.py | 2 +-
.../servers/databases/schemas/tables/utils.py | 2 +-
.../servers/databases/schemas/tests/__init__.py | 2 +-
.../databases/schemas/tests/test_schema_add.py | 2 +-
.../databases/schemas/tests/test_schema_delete.py | 2 +-
.../databases/schemas/tests/test_schema_get.py | 2 +-
.../databases/schemas/tests/test_schema_put.py | 2 +-
.../servers/databases/schemas/tests/utils.py | 2 +-
.../servers/databases/schemas/types/__init__.py | 2 +-
.../databases/schemas/types/tests/__init__.py | 2 +-
.../schemas/types/tests/test_types_add.py | 2 +-
.../schemas/types/tests/test_types_delete.py | 2 +-
.../schemas/types/tests/test_types_get.py | 2 +-
.../schemas/types/tests/test_types_put.py | 2 +-
.../servers/databases/schemas/types/tests/utils.py | 2 +-
.../servers/databases/schemas/utils.py | 2 +-
.../servers/databases/schemas/views/__init__.py | 2 +-
.../databases/schemas/views/tests/__init__.py | 2 +-
.../schemas/views/tests/test_views_add.py | 2 +-
.../schemas/views/tests/test_views_delete.py | 2 +-
.../schemas/views/tests/test_views_get.py | 2 +-
.../schemas/views/tests/test_views_put.py | 2 +-
.../servers/databases/schemas/views/tests/utils.py | 2 +-
.../servers/databases/tests/__init__.py | 2 +-
.../servers/databases/tests/test_db_add.py | 2 +-
.../servers/databases/tests/test_db_delete.py | 2 +-
.../servers/databases/tests/test_db_get.py | 2 +-
.../servers/databases/tests/test_db_put.py | 2 +-
.../server_groups/servers/databases/tests/utils.py | 2 +-
.../server_groups/servers/databases/utils.py | 2 +-
web/pgadmin/browser/server_groups/servers/gpdb.py | 2 +-
.../server_groups/servers/pgagent/__init__.py | 2 +-
.../servers/pgagent/schedules/__init__.py | 2 +-
.../servers/pgagent/steps/__init__.py | 2 +-
web/pgadmin/browser/server_groups/servers/ppas.py | 2 +-
.../servers/resource_groups/__init__.py | 2 +-
.../servers/resource_groups/tests/__init__.py | 2 +-
.../tests/test_resource_groups_add.py | 2 +-
.../tests/test_resource_groups_delete.py | 2 +-
.../tests/test_resource_groups_put.py | 2 +-
.../tests/tests_resource_groups_get.py | 2 +-
.../servers/resource_groups/tests/utils.py | 2 +-
.../server_groups/servers/roles/__init__.py | 2 +-
.../server_groups/servers/roles/tests/__init__.py | 2 +-
.../servers/roles/tests/test_role_add.py | 2 +-
.../servers/roles/tests/test_role_delete.py | 2 +-
.../servers/roles/tests/test_role_get.py | 2 +-
.../servers/roles/tests/test_role_put.py | 2 +-
.../server_groups/servers/roles/tests/utils.py | 2 +-
.../server_groups/servers/tablespaces/__init__.py | 2 +-
.../servers/tablespaces/tests/__init__.py | 2 +-
.../servers/tablespaces/tests/test_tbspc_add.py | 2 +-
.../servers/tablespaces/tests/test_tbspc_delete.py | 2 +-
.../servers/tablespaces/tests/test_tbspc_get.py | 2 +-
.../servers/tablespaces/tests/test_tbspc_put.py | 2 +-
.../servers/tablespaces/tests/utils.py | 2 +-
.../server_groups/servers/tests/__init__.py | 2 +-
.../servers/tests/test_check_ssl_connection.py | 2 +-
.../servers/tests/test_dependencies_sql.py | 2 +-
.../servers/tests/test_dependents_sql.py | 2 +-
.../servers/tests/test_role_dependencies_sql.py | 2 +-
.../server_groups/servers/tests/test_server_add.py | 2 +-
.../servers/tests/test_server_delete.py | 2 +-
.../server_groups/servers/tests/test_server_get.py | 2 +-
.../server_groups/servers/tests/test_server_put.py | 2 +-
.../browser/server_groups/servers/tests/utils.py | 2 +-
web/pgadmin/browser/server_groups/servers/types.py | 2 +-
web/pgadmin/browser/server_groups/servers/utils.py | 2 +-
.../browser/server_groups/tests/__init__.py | 2 +-
.../browser/server_groups/tests/test_sg_get.py | 2 +-
web/pgadmin/browser/tests/__init__.py | 2 +-
web/pgadmin/browser/tests/test_change_password.py | 2 +-
web/pgadmin/browser/tests/test_login.py | 2 +-
web/pgadmin/browser/tests/test_logout.py | 2 +-
web/pgadmin/browser/tests/test_reset_password.py | 2 +-
web/pgadmin/browser/tests/test_version_in_range.py | 2 +-
web/pgadmin/browser/tests/utils.py | 2 +-
web/pgadmin/browser/utils.py | 2 +-
web/pgadmin/dashboard/__init__.py | 2 +-
.../copy_selected_query_results_feature_test.py | 2 +-
.../feature_tests/pg_datatype_validation_test.py | 2 +-
.../feature_tests/query_tool_journey_test.py | 2 +-
web/pgadmin/feature_tests/query_tool_tests.py | 2 +-
.../feature_tests/table_ddl_feature_test.py | 2 +-
web/pgadmin/feature_tests/view_data_dml_queries.py | 2 +-
.../xss_checks_panels_and_query_tool_test.py | 2 +-
.../xss_checks_pgadmin_debugger_test.py | 2 +-
.../feature_tests/xss_checks_roles_control_test.py | 2 +-
web/pgadmin/help/__init__.py | 2 +-
web/pgadmin/misc/__init__.py | 2 +-
web/pgadmin/misc/bgprocess/__init__.py | 2 +-
web/pgadmin/misc/bgprocess/process_executor.py | 2 +-
web/pgadmin/misc/bgprocess/processes.py | 2 +-
web/pgadmin/misc/depends/__init__.py | 2 +-
web/pgadmin/misc/file_manager/__init__.py | 2 +-
web/pgadmin/misc/sql/__init__.py | 2 +-
web/pgadmin/misc/statistics/__init__.py | 2 +-
web/pgadmin/model/__init__.py | 2 +-
web/pgadmin/preferences/__init__.py | 2 +-
web/pgadmin/redirects/__init__.py | 2 +-
web/pgadmin/settings/__init__.py | 2 +-
web/pgadmin/setup/__init__.py | 2 +-
web/pgadmin/setup/data_directory.py | 2 +-
web/pgadmin/setup/db_upgrade.py | 2 +-
web/pgadmin/setup/db_version.py | 2 +-
web/pgadmin/setup/user_info.py | 2 +-
web/pgadmin/static/js/check_node_visibility.js | 2 +-
.../static/js/history/history_collection.js | 4 +--
web/pgadmin/static/js/history/index.js | 2 +-
web/pgadmin/static/js/selection/set_staged_rows.js | 4 +--
web/pgadmin/static/js/sqleditor_utils.js | 2 +-
.../static/jsx/history/detail/code_mirror.jsx | 4 +--
.../jsx/history/detail/history_detail_message.jsx | 4 +--
.../jsx/history/detail/history_detail_metadata.jsx | 4 +--
.../jsx/history/detail/history_detail_query.jsx | 2 +-
.../jsx/history/detail/history_error_message.jsx | 2 +-
web/pgadmin/static/jsx/history/query_history.jsx | 2 +-
.../static/jsx/history/query_history_detail.jsx | 4 +--
.../static/jsx/history/query_history_entries.jsx | 2 +-
.../static/jsx/history/query_history_entry.jsx | 2 +-
.../jsx/history/query_history_entry_date_group.jsx | 2 +-
web/pgadmin/static/jsx/react_shapes.jsx | 2 +-
web/pgadmin/tools/__init__.py | 4 +--
web/pgadmin/tools/backup/__init__.py | 2 +-
web/pgadmin/tools/datagrid/__init__.py | 2 +-
web/pgadmin/tools/debugger/__init__.py | 2 +-
web/pgadmin/tools/grant_wizard/__init__.py | 2 +-
web/pgadmin/tools/import_export/__init__.py | 2 +-
web/pgadmin/tools/maintenance/__init__.py | 2 +-
web/pgadmin/tools/restore/__init__.py | 2 +-
web/pgadmin/tools/sqleditor/__init__.py | 2 +-
web/pgadmin/tools/sqleditor/command.py | 2 +-
web/pgadmin/tools/user_management/__init__.py | 2 +-
web/pgadmin/utils/__init__.py | 2 +-
web/pgadmin/utils/ajax.py | 2 +-
web/pgadmin/utils/crypto.py | 2 +-
web/pgadmin/utils/driver/__init__.py | 2 +-
web/pgadmin/utils/driver/abstract.py | 2 +-
web/pgadmin/utils/driver/psycopg2/__init__.py | 2 +-
web/pgadmin/utils/driver/psycopg2/cursor.py | 2 +-
.../utils/driver/psycopg2/generate_keywords.py | 4 +--
web/pgadmin/utils/driver/psycopg2/keywords.py | 2 +-
web/pgadmin/utils/driver/psycopg2/typecast.py | 2 +-
web/pgadmin/utils/driver/registry.py | 2 +-
web/pgadmin/utils/exception.py | 2 +-
web/pgadmin/utils/html.py | 2 +-
web/pgadmin/utils/javascript/__init__.py | 2 +-
web/pgadmin/utils/javascript/javascript_bundler.py | 2 +-
web/pgadmin/utils/javascript/tests/__init__.py | 2 +-
.../javascript/tests/test_javascript_bundler.py | 2 +-
web/pgadmin/utils/menu.py | 2 +-
web/pgadmin/utils/paths.py | 2 +-
web/pgadmin/utils/preferences.py | 2 +-
web/pgadmin/utils/route.py | 2 +-
web/pgadmin/utils/session.py | 2 +-
web/pgadmin/utils/sqlautocomplete/autocomplete.py | 2 +-
.../utils/tests/test_versioned_template_loader.py | 2 +-
web/pgadmin/utils/versioned_template_loader.py | 2 +-
web/regression/__init__.py | 2 +-
web/regression/feature_utils/app_starter.py | 2 +-
web/regression/feature_utils/base_feature_test.py | 2 +-
web/regression/feature_utils/pgadmin_page.py | 2 +-
.../javascript/alerts/alertify_wrapper_spec.js | 2 +-
web/regression/javascript/browser/menu_spec.js | 2 +-
.../javascript/check_node_visibility_spec.js | 2 +-
web/regression/javascript/code_mirror_spec.jsx | 4 +--
web/regression/javascript/fake_endpoints.js | 2 +-
web/regression/javascript/fake_translations.js | 4 +--
web/regression/javascript/gettext_spec.js | 2 +-
.../javascript/history/history_collection_spec.js | 4 +--
.../javascript/history/query_history_spec.jsx | 2 +-
.../jasmine_capture_warnings_beforeall.js | 4 +--
.../selection/active_cell_capture_spec.js | 2 +-
.../javascript/selection/column_selector_spec.js | 2 +-
.../javascript/selection/copy_data_spec.js | 2 +-
.../javascript/selection/grid_selector_spec.js | 2 +-
.../selection/range_boundary_navigator_spec.js | 2 +-
.../javascript/selection/row_selector_spec.js | 2 +-
.../javascript/selection/set_staged_rows_spec.js | 2 +-
.../selection/xcell_selection_model_spec.js | 2 +-
web/regression/javascript/size_prettify_spec.js | 2 +-
.../javascript/slickgrid/cell_selector_spec.js | 2 +-
.../handle_query_output_keyboard_event_spec.js | 2 +-
.../sqleditor/keyboard_shortcuts_spec.js | 2 +-
.../sqleditor/query_tool_actions_spec.js | 2 +-
web/regression/javascript/sqleditor_utils_spec.js | 2 +-
.../python_test_utils/sql_template_test_base.py | 2 +-
.../python_test_utils/template_helper.py | 2 +-
web/regression/python_test_utils/test_utils.py | 2 +-
web/regression/runtests.py | 2 +-
web/regression/test_setup.py | 2 +-
web/setup.py | 2 +-
435 files changed, 472 insertions(+), 472 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2018-01-08 09:54:27 [pgAdmin4][Patch#2902] To add ALT tags for images in pgAdmin4
Previous Message Murtuza Zabuawala 2018-01-05 09:36:32 Re: [pgAdmin4][Patch]: Adding connection status in Query tool