Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmenadiel <amenadiel@gmail.com>2019-04-05 08:28:17 +0300
committerAmenadiel <amenadiel@gmail.com>2019-04-05 08:28:17 +0300
commitec36d3037f9df3b30189a1e9ae4700dfbb5fae52 (patch)
treec25a5eb2a2f67c1db151afa39043d7ef35828fd5
parentc8e8a9aed9af6709df5a62999d328eac87d1d0df (diff)
Tag v 6.0.0-beta.51v6.0.0-beta.51
-rw-r--r--.php_cs.cache2
-rw-r--r--composer.json2
-rw-r--r--composer.lock2
-rw-r--r--config.inc.php-dist1
-rw-r--r--index.php2
-rw-r--r--src/classes/ADONewConnection.php2
-rw-r--r--src/classes/ADORecordSet.php2
-rw-r--r--src/classes/ADOdbException.php2
-rw-r--r--src/classes/ArrayRecordSet.php2
-rw-r--r--src/classes/ContainerUtils.php2
-rw-r--r--src/classes/Misc.php64
-rw-r--r--src/classes/PluginManager.php2
-rw-r--r--src/classes/Translations.php2
-rw-r--r--src/controllers/AcinsertController.php2
-rw-r--r--src/controllers/AggregatesController.php2
-rw-r--r--src/controllers/AlldbController.php2
-rw-r--r--src/controllers/BaseController.php2
-rw-r--r--src/controllers/BrowserController.php2
-rw-r--r--src/controllers/CastsController.php2
-rw-r--r--src/controllers/ColpropertiesController.php2
-rw-r--r--src/controllers/ConstraintsController.php2
-rw-r--r--src/controllers/ConversionsController.php2
-rw-r--r--src/controllers/DatabaseController.php2
-rw-r--r--src/controllers/DataexportController.php2
-rw-r--r--src/controllers/DataimportController.php2
-rw-r--r--src/controllers/DbexportController.php24
-rw-r--r--src/controllers/DisplayController.php2
-rw-r--r--src/controllers/DomainsController.php2
-rw-r--r--src/controllers/FulltextController.php2
-rw-r--r--src/controllers/FunctionsController.php2
-rw-r--r--src/controllers/GroupsController.php2
-rw-r--r--src/controllers/HelpController.php2
-rw-r--r--src/controllers/HistoryController.php2
-rw-r--r--src/controllers/IndexesController.php2
-rw-r--r--src/controllers/InfoController.php2
-rw-r--r--src/controllers/IntroController.php2
-rw-r--r--src/controllers/LanguagesController.php2
-rw-r--r--src/controllers/LoginController.php2
-rw-r--r--src/controllers/MaterializedviewpropertiesController.php2
-rw-r--r--src/controllers/MaterializedviewsController.php2
-rw-r--r--src/controllers/OpclassesController.php2
-rw-r--r--src/controllers/OperatorsController.php2
-rw-r--r--src/controllers/PrivilegesController.php2
-rw-r--r--src/controllers/RolesController.php2
-rw-r--r--src/controllers/RulesController.php2
-rw-r--r--src/controllers/SchemasController.php2
-rw-r--r--src/controllers/SequencesController.php2
-rw-r--r--src/controllers/ServersController.php2
-rw-r--r--src/controllers/SqlController.php2
-rw-r--r--src/controllers/SqleditController.php2
-rw-r--r--src/controllers/TablesController.php2
-rw-r--r--src/controllers/TablespacesController.php2
-rw-r--r--src/controllers/TblpropertiesController.php2
-rw-r--r--src/controllers/TriggersController.php2
-rw-r--r--src/controllers/TypesController.php2
-rw-r--r--src/controllers/UsersController.php2
-rw-r--r--src/controllers/ViewpropertiesController.php2
-rw-r--r--src/controllers/ViewsController.php2
-rw-r--r--src/database/ADOdbBase.php2
-rw-r--r--src/database/Connection.php2
-rw-r--r--src/database/Postgres.php2
-rw-r--r--src/database/Postgres10.php8
-rw-r--r--src/database/Postgres11.php6
-rw-r--r--src/database/Postgres74.php2
-rw-r--r--src/database/Postgres80.php2
-rw-r--r--src/database/Postgres81.php2
-rw-r--r--src/database/Postgres82.php2
-rw-r--r--src/database/Postgres83.php2
-rw-r--r--src/database/Postgres84.php2
-rw-r--r--src/database/Postgres90.php2
-rw-r--r--src/database/Postgres91.php2
-rw-r--r--src/database/Postgres92.php2
-rw-r--r--src/database/Postgres93.php2
-rw-r--r--src/database/Postgres94.php2
-rw-r--r--src/database/Postgres95.php2
-rw-r--r--src/database/Postgres96.php2
-rw-r--r--src/database/databasetraits/AggregateTrait.php2
-rw-r--r--src/database/databasetraits/ColumnTrait.php2
-rw-r--r--src/database/databasetraits/DatabaseTrait.php2
-rw-r--r--src/database/databasetraits/DomainTrait.php2
-rw-r--r--src/database/databasetraits/FtsTrait.php2
-rw-r--r--src/database/databasetraits/FunctionTrait.php8
-rw-r--r--src/database/databasetraits/HasTrait.php2
-rw-r--r--src/database/databasetraits/IndexTrait.php2
-rw-r--r--src/database/databasetraits/OperatorTrait.php2
-rw-r--r--src/database/databasetraits/PrivilegesTrait.php2
-rw-r--r--src/database/databasetraits/RoleTrait.php2
-rw-r--r--src/database/databasetraits/RowTrait.php2
-rw-r--r--src/database/databasetraits/SchemaTrait.php10
-rw-r--r--src/database/databasetraits/SequenceTrait.php2
-rw-r--r--src/database/databasetraits/StatsTrait.php2
-rw-r--r--src/database/databasetraits/TableTrait.php38
-rw-r--r--src/database/databasetraits/TablespaceTrait.php2
-rw-r--r--src/database/databasetraits/TriggerTrait.php2
-rw-r--r--src/database/databasetraits/TypeTrait.php2
-rw-r--r--src/database/databasetraits/ViewTrait.php2
-rw-r--r--src/decorators/ActionUrlDecorator.php2
-rw-r--r--src/decorators/ArrayMergeDecorator.php2
-rw-r--r--src/decorators/BranchUrlDecorator.php2
-rw-r--r--src/decorators/CallbackDecorator.php2
-rw-r--r--src/decorators/ConcatDecorator.php2
-rw-r--r--src/decorators/Decorator.php2
-rw-r--r--src/decorators/FieldDecorator.php2
-rw-r--r--src/decorators/IfEmptyDecorator.php2
-rw-r--r--src/decorators/RedirectUrlDecorator.php2
-rw-r--r--src/decorators/ReplaceDecorator.php2
-rw-r--r--src/decorators/UrlDecorator.php2
-rw-r--r--src/help/PostgresDoc10.php2
-rw-r--r--src/help/PostgresDoc74.php2
-rw-r--r--src/help/PostgresDoc80.php2
-rw-r--r--src/help/PostgresDoc81.php2
-rw-r--r--src/help/PostgresDoc82.php2
-rw-r--r--src/help/PostgresDoc83.php2
-rw-r--r--src/help/PostgresDoc84.php2
-rw-r--r--src/help/PostgresDoc90.php2
-rw-r--r--src/help/PostgresDoc91.php2
-rw-r--r--src/help/PostgresDoc92.php2
-rw-r--r--src/help/PostgresDoc93.php2
-rw-r--r--src/help/PostgresDoc94.php2
-rw-r--r--src/help/PostgresDoc95.php2
-rw-r--r--src/help/PostgresDoc96.php2
-rw-r--r--src/traits/AdminTrait.php2
-rw-r--r--src/traits/ExportTrait.php2
-rw-r--r--src/traits/FormTrait.php2
-rw-r--r--src/traits/HelperTrait.php2
-rw-r--r--src/traits/InsertEditRowTrait.php2
-rw-r--r--src/traits/MiscTrait.php2
-rw-r--r--src/traits/ServersTrait.php2
-rw-r--r--src/traits/ViewsMatViewsPropertiesTrait.php2
-rw-r--r--src/traits/ViewsMatviewsTrait.php2
-rw-r--r--src/translations/Afrikaans.php2
-rw-r--r--src/translations/Arabic.php2
-rw-r--r--src/translations/Catalan.php2
-rw-r--r--src/translations/ChineseSim.php2
-rw-r--r--src/translations/ChineseTr.php2
-rw-r--r--src/translations/ChineseUtf8ZhCn.php2
-rw-r--r--src/translations/ChineseUtf8ZhTw.php2
-rw-r--r--src/translations/Czech.php2
-rw-r--r--src/translations/Danish.php2
-rw-r--r--src/translations/Dutch.php2
-rw-r--r--src/translations/English.php2
-rw-r--r--src/translations/French.php2
-rw-r--r--src/translations/Galician.php2
-rw-r--r--src/translations/German.php2
-rw-r--r--src/translations/Greek.php2
-rw-r--r--src/translations/Hebrew.php2
-rw-r--r--src/translations/Hungarian.php2
-rw-r--r--src/translations/Italian.php2
-rw-r--r--src/translations/Japanese.php2
-rw-r--r--src/translations/Lithuanian.php2
-rw-r--r--src/translations/Mongol.php2
-rw-r--r--src/translations/Polish.php2
-rw-r--r--src/translations/PortugueseBr.php2
-rw-r--r--src/translations/PortuguesePt.php2
-rw-r--r--src/translations/Romanian.php2
-rw-r--r--src/translations/Russian.php2
-rw-r--r--src/translations/RussianUtf8.php2
-rw-r--r--src/translations/Slovak.php2
-rw-r--r--src/translations/Spanish.php2
-rw-r--r--src/translations/Swedish.php2
-rw-r--r--src/translations/Turkish.php2
-rw-r--r--src/translations/Ukrainian.php2
-rw-r--r--src/xhtml/HTMLController.php2
-rw-r--r--src/xhtml/HTMLFooterController.php2
-rw-r--r--src/xhtml/HTMLHeaderController.php2
-rw-r--r--src/xhtml/HTMLNavbarController.php2
-rw-r--r--src/xhtml/HTMLTableController.php2
-rw-r--r--src/xhtml/TreeController.php2
-rw-r--r--src/xhtml/XHtmlButton.php2
-rw-r--r--src/xhtml/XHtmlElement.php2
-rw-r--r--src/xhtml/XHtmlOption.php2
-rw-r--r--src/xhtml/XHtmlSelect.php2
-rw-r--r--src/xhtml/XHtmlSimpleElement.php2
-rw-r--r--tests/_support/AcceptanceTester.php2
-rw-r--r--tests/_support/FunctionalTester.php2
-rw-r--r--tests/_support/Helper/Acceptance.php2
-rw-r--r--tests/_support/Helper/Functional.php2
-rw-r--r--tests/_support/Helper/Unit.php4
-rw-r--r--tests/_support/UnitTester.php2
-rw-r--r--tests/selenium/TestSuite.php2
-rw-r--r--tests/selenium/src/01-roles.php2
-rw-r--r--tests/selenium/src/04-database.php2
-rw-r--r--tests/selenium/src/06-schema.php2
-rw-r--r--tests/selenium/src/08-domaine.php2
-rw-r--r--tests/selenium/src/10-table.php2
-rw-r--r--tests/selenium/src/12-admin.php2
-rw-r--r--tests/selenium/src/15-sequence.php2
-rw-r--r--tests/selenium/src/20-constraint.php2
-rw-r--r--tests/selenium/src/25-column.php2
-rw-r--r--tests/selenium/src/30-view.php2
-rw-r--r--tests/selenium/src/35-index.php2
-rw-r--r--tests/selenium/src/99-cleantests.php2
-rw-r--r--tests/selenium/testBuilder.class.php2
-rw-r--r--tests/simpletest/config.tests.php2
-rw-r--r--tests/simpletest/testcase/Common/CommonGroupTest.php2
-rw-r--r--tests/simpletest/testcase/Common/ExportTest.php2
-rw-r--r--tests/simpletest/testcase/Common/ImportTest.php2
-rw-r--r--tests/simpletest/testcase/Common/SecurityTest.php2
-rw-r--r--tests/simpletest/testcase/Databases/AdminTest.php2
-rw-r--r--tests/simpletest/testcase/Databases/CastsTest.php2
-rw-r--r--tests/simpletest/testcase/Databases/DatabaseGroupTest.php2
-rw-r--r--tests/simpletest/testcase/Databases/DatabaseTest.php2
-rw-r--r--tests/simpletest/testcase/Databases/FindObjectsTest.php2
-rw-r--r--tests/simpletest/testcase/Databases/HelpTest.php2
-rw-r--r--tests/simpletest/testcase/Databases/LanguageTest.php2
-rw-r--r--tests/simpletest/testcase/Databases/ProcessesTest.php2
-rw-r--r--tests/simpletest/testcase/Databases/SchemaBasicTest.php2
-rw-r--r--tests/simpletest/testcase/Databases/SqlTest.php2
-rw-r--r--tests/simpletest/testcase/Databases/VariablesTest.php2
-rw-r--r--tests/simpletest/testcase/Public/SetPrecondition.php2
-rw-r--r--tests/simpletest/testcase/Public/common.php2
-rw-r--r--tests/simpletest/testcase/Schemas/AggregateTest.php2
-rw-r--r--tests/simpletest/testcase/Schemas/ConversionTest.php2
-rw-r--r--tests/simpletest/testcase/Schemas/DomainTest.php2
-rw-r--r--tests/simpletest/testcase/Schemas/FunctionTest.php2
-rw-r--r--tests/simpletest/testcase/Schemas/OpClassTest.php2
-rw-r--r--tests/simpletest/testcase/Schemas/OperatorTest.php2
-rw-r--r--tests/simpletest/testcase/Schemas/SchemasGroupTest.php2
-rw-r--r--tests/simpletest/testcase/Schemas/SequenceTest.php2
-rw-r--r--tests/simpletest/testcase/Schemas/TableTest.php2
-rw-r--r--tests/simpletest/testcase/Schemas/TypeTest.php2
-rw-r--r--tests/simpletest/testcase/Schemas/ViewTest.php2
-rw-r--r--tests/simpletest/testcase/Server/GroupsTest.php2
-rw-r--r--tests/simpletest/testcase/Server/ReportsTest.php2
-rw-r--r--tests/simpletest/testcase/Server/ServerGroupTest.php2
-rw-r--r--tests/simpletest/testcase/Server/TableSpacesTest.php2
-rw-r--r--tests/simpletest/testcase/Server/UsersTest.php2
-rw-r--r--tests/simpletest/testcase/Tables/ColumnTest.php2
-rw-r--r--tests/simpletest/testcase/Tables/ConstraintsTest.php2
-rw-r--r--tests/simpletest/testcase/Tables/DeadlockTest.php2
-rw-r--r--tests/simpletest/testcase/Tables/IndexesTest.php2
-rw-r--r--tests/simpletest/testcase/Tables/InfoTest.php2
-rw-r--r--tests/simpletest/testcase/Tables/RulesTest.php2
-rw-r--r--tests/simpletest/testcase/Tables/TableGroupTest.php2
-rw-r--r--tests/simpletest/testcase/Tables/TriggersTest.php2
-rw-r--r--tests/simpletest/testcase/coveragephpPgAdminMain.php2
-rw-r--r--tests/simpletest/testcase/testphpPgAdminMain.php2
-rw-r--r--tests/simpletest/tests.php2
-rw-r--r--tests/unit/ViewTest.php2
-rw-r--r--tests/views/acinsert.php2
-rw-r--r--tests/views/aggregates.php2
-rw-r--r--tests/views/alldb.php2
-rw-r--r--tests/views/browser.php2
-rw-r--r--tests/views/casts.php2
-rw-r--r--tests/views/colproperties.php2
-rw-r--r--tests/views/constraints.php2
-rw-r--r--tests/views/conversions.php2
-rw-r--r--tests/views/database.php2
-rw-r--r--tests/views/dataexport.php2
-rw-r--r--tests/views/dataimport.php2
-rw-r--r--tests/views/dbexport.php2
-rw-r--r--tests/views/display.php2
-rw-r--r--tests/views/domains.php2
-rw-r--r--tests/views/fulltext.php2
-rw-r--r--tests/views/functions.php2
-rw-r--r--tests/views/groups.php2
-rw-r--r--tests/views/help.php2
-rw-r--r--tests/views/history.php2
-rw-r--r--tests/views/indexes.php2
-rw-r--r--tests/views/info.php2
-rw-r--r--tests/views/intro.php2
-rw-r--r--tests/views/languages.php2
-rw-r--r--tests/views/login.php2
-rw-r--r--tests/views/materializedviewproperties.php2
-rw-r--r--tests/views/materializedviews.php2
-rw-r--r--tests/views/opclasses.php2
-rw-r--r--tests/views/operators.php2
-rw-r--r--tests/views/privileges.php2
-rw-r--r--tests/views/roles.php2
-rw-r--r--tests/views/rules.php2
-rw-r--r--tests/views/schemas.php2
-rw-r--r--tests/views/sequences.php2
-rw-r--r--tests/views/servers.php2
-rw-r--r--tests/views/sql.php2
-rw-r--r--tests/views/sqledit.php2
-rw-r--r--tests/views/tables.php2
-rw-r--r--tests/views/tablespaces.php2
-rw-r--r--tests/views/tblproperties.php2
-rw-r--r--tests/views/triggers.php2
-rw-r--r--tests/views/types.php2
-rw-r--r--tests/views/users.php2
-rw-r--r--tests/views/viewproperties.php2
-rw-r--r--tests/views/views.php2
283 files changed, 356 insertions, 355 deletions
diff --git a/.php_cs.cache b/.php_cs.cache
index 464ecb10..2dc7baf7 100644
--- a/.php_cs.cache
+++ b/.php_cs.cache
@@ -1 +1 @@
-{"php":"7.2.12-1+ubuntu16.04.1+deb.sury.org+1","version":"2.12.1:v2.12.1#beef6cbe6dec7205edcd143842a49f9a691859a6","rules":{"no_php4_constructor":true,"php_unit_namespaced":{"target":"6.0"},"php_unit_dedicate_assert":{"target":"5.6"},"php_unit_expectation":{"target":"5.6"},"php_unit_mock":{"target":"5.5"},"php_unit_no_expectation_annotation":{"target":"4.3"},"binary_operator_spaces":{"align_double_arrow":true,"align_equals":true},"blank_line_after_opening_tag":true,"blank_line_before_statement":true,"braces":true,"cast_spaces":true,"class_attributes_separation":{"elements":["method"]},"class_definition":true,"concat_space":{"spacing":"none"},"declare_equal_normalize":true,"function_typehint_space":true,"include":true,"increment_style":true,"lowercase_cast":true,"lowercase_static_reference":true,"magic_constant_casing":true,"method_argument_space":{"ensure_fully_multiline":true},"native_function_casing":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_extra_blank_lines":{"tokens":["break","case","continue","curly_brace_block","default","extra","parenthesis_brace_block","return","square_brace_block","switch","throw","use","useTrait","use_trait"]},"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":{"use":"echo"},"no_multiline_whitespace_around_double_arrow":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_around_offset":true,"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_unneeded_control_parentheses":true,"no_unneeded_curly_braces":true,"no_unneeded_final_method":true,"no_unused_imports":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"normalize_index_brace":true,"object_operator_without_whitespace":true,"php_unit_fqcn_annotation":true,"phpdoc_align":true,"phpdoc_annotation_without_dot":true,"phpdoc_indent":true,"phpdoc_inline_tag":true,"phpdoc_no_access":true,"phpdoc_no_alias_tag":true,"phpdoc_no_empty_return":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_return_self_reference":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_types":true,"phpdoc_var_without_name":true,"protected_to_private":true,"return_type_declaration":true,"semicolon_after_instruction":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":{"elements":["property"]},"single_quote":true,"space_after_semicolon":{"remove_in_empty_for_expressions":true},"standardize_increment":true,"standardize_not_equals":true,"ternary_operator_spaces":true,"trailing_comma_in_multiline_array":true,"trim_array_spaces":true,"unary_operator_spaces":true,"whitespace_after_comma_in_array":true,"blank_line_after_namespace":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_constants":true,"lowercase_keywords":true,"no_break_comment":true,"no_closing_tag":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":true,"encoding":true,"full_opening_tag":true,"modernize_types_casting":true,"align_multiline_comment":true,"array_syntax":{"syntax":"short"},"combine_consecutive_issets":true,"combine_consecutive_unsets":true,"compact_nullable_typehint":true,"escape_implicit_backslashes":true,"explicit_indirect_variable":true,"explicit_string_variable":true,"final_internal_class":true,"header_comment":{"commentType":"PHPDoc","header":"PHPPgAdmin v6.0.0-beta.50"},"heredoc_to_nowdoc":true,"list_syntax":{"syntax":"long"},"method_chaining_indentation":true,"multiline_comment_opening_closing":true,"no_null_property_initialization":true,"no_short_echo_tag":true,"no_superfluous_elseif":true,"no_unreachable_default_argument_value":true,"no_useless_else":true,"no_useless_return":true,"ordered_imports":true,"php_unit_strict":true,"php_unit_test_annotation":true,"php_unit_test_class_requires_covers":true,"phpdoc_add_missing_param_annotation":true,"phpdoc_order":true,"phpdoc_types_order":true,"strict_param":true},"hashes":{"src\/classes\/ADOdbException.php":2130494863,"src\/classes\/ADONewConnection.php":971289519,"src\/classes\/ArrayRecordSet.php":643779323,"src\/classes\/ContainerUtils.php":175370279,"src\/classes\/PluginManager.php":407811601,"src\/classes\/Misc.php":3316303728,"src\/classes\/Translations.php":160991078,"src\/classes\/ADORecordSet.php":3392816394,"src\/controllers\/CastsController.php":335351941,"src\/controllers\/RulesController.php":1842521491,"src\/controllers\/IndexesController.php":2293789589,"src\/controllers\/SequencesController.php":2644318859,"src\/controllers\/HelpController.php":457620283,"src\/controllers\/ConversionsController.php":2488461465,"src\/controllers\/LanguagesController.php":2014552592,"src\/controllers\/DisplayController.php":4094169630,"src\/controllers\/FulltextController.php":990578685,"src\/controllers\/TablesController.php":274205487,"src\/controllers\/TblpropertiesController.php":2934279786,"src\/controllers\/LoginController.php":1155358024,"src\/controllers\/ColpropertiesController.php":2966427309,"src\/controllers\/PrivilegesController.php":671381246,"src\/controllers\/ConstraintsController.php":3951936773,"src\/controllers\/BrowserController.php":27334506,"src\/controllers\/AlldbController.php":3180251525,"src\/controllers\/ServersController.php":2969505547,"src\/controllers\/GroupsController.php":3589122074,"src\/controllers\/SqleditController.php":3350757751,"src\/controllers\/DomainsController.php":2437453775,"src\/controllers\/IntroController.php":3527686851,"src\/controllers\/ViewsController.php":2166336864,"src\/controllers\/HistoryController.php":2104312742,"src\/controllers\/DataimportController.php":2309332207,"src\/controllers\/ViewpropertiesController.php":332285447,"src\/controllers\/AggregatesController.php":1719053416,"src\/controllers\/DbexportController.php":2538197524,"src\/controllers\/UsersController.php":1357820969,"src\/controllers\/InfoController.php":1992725295,"src\/controllers\/TriggersController.php":2790190857,"src\/controllers\/FunctionsController.php":3078701811,"src\/controllers\/SqlController.php":1813956243,"src\/controllers\/MaterializedviewpropertiesController.php":3677640799,"src\/controllers\/DatabaseController.php":1362991132,"src\/controllers\/TablespacesController.php":1278389524,"src\/controllers\/DataexportController.php":1235645509,"src\/controllers\/RolesController.php":4023407786,"src\/controllers\/OpclassesController.php":493174888,"src\/controllers\/SchemasController.php":3950020332,"src\/controllers\/BaseController.php":3768072940,"src\/controllers\/OperatorsController.php":2630728515,"src\/controllers\/MaterializedviewsController.php":1162741510,"src\/controllers\/TypesController.php":3380810660,"src\/controllers\/AcinsertController.php":3038211285,"src\/database\/Postgres11.php":1968612451,"src\/database\/Postgres95.php":3580037828,"src\/database\/Postgres10.php":1159617323,"src\/database\/Postgres82.php":1223463898,"src\/database\/Postgres84.php":1443073409,"src\/database\/Postgres80.php":3339271718,"src\/database\/ADOdbBase.php":4112395913,"src\/database\/Postgres93.php":1115342788,"src\/database\/Postgres81.php":1882036839,"src\/database\/Postgres96.php":2890058162,"src\/database\/Postgres94.php":3498738139,"src\/database\/Postgres83.php":2876336343,"src\/database\/Postgres92.php":2541277098,"src\/database\/databasetraits\/ColumnTrait.php":2491248708,"src\/database\/databasetraits\/IndexTrait.php":3995430341,"src\/database\/databasetraits\/RowTrait.php":436252769,"src\/database\/databasetraits\/TableTrait.php":1284908880,"src\/database\/databasetraits\/AggregateTrait.php":2359388966,"src\/database\/databasetraits\/DomainTrait.php":1221007930,"src\/database\/databasetraits\/SequenceTrait.php":3804542583,"src\/database\/databasetraits\/RoleTrait.php":3287656487,"src\/database\/databasetraits\/PrivilegesTrait.php":671291332,"src\/database\/databasetraits\/HasTrait.php":2573667161,"src\/database\/databasetraits\/SchemaTrait.php":1832031683,"src\/database\/databasetraits\/TablespaceTrait.php":690341956,"src\/database\/databasetraits\/FunctionTrait.php":1691851649,"src\/database\/databasetraits\/FtsTrait.php":3746187234,"src\/database\/databasetraits\/OperatorTrait.php":1045256877,"src\/database\/databasetraits\/ViewTrait.php":2940202456,"src\/database\/databasetraits\/DatabaseTrait.php":3077244940,"src\/database\/databasetraits\/TriggerTrait.php":1442455157,"src\/database\/databasetraits\/TypeTrait.php":2974230289,"src\/database\/databasetraits\/StatsTrait.php":683322152,"src\/database\/Postgres.php":551184199,"src\/database\/Postgres90.php":558405099,"src\/database\/Connection.php":2277793921,"src\/database\/Postgres74.php":42477199,"src\/database\/Postgres91.php":4150033219,"src\/decorators\/UrlDecorator.php":942163121,"src\/decorators\/IfEmptyDecorator.php":2166055998,"src\/decorators\/ActionUrlDecorator.php":2593224491,"src\/decorators\/ConcatDecorator.php":2770991218,"src\/decorators\/BranchUrlDecorator.php":3811854664,"src\/decorators\/Decorator.php":2776548581,"src\/decorators\/RedirectUrlDecorator.php":43445443,"src\/decorators\/ArrayMergeDecorator.php":3914056033,"src\/decorators\/CallbackDecorator.php":2733762088,"src\/decorators\/FieldDecorator.php":1486232989,"src\/decorators\/ReplaceDecorator.php":3574023343,"src\/help\/PostgresDoc74.php":729584230,"src\/help\/PostgresDoc81.php":2956660014,"src\/help\/PostgresDoc94.php":1851426879,"src\/help\/PostgresDoc93.php":4212302154,"src\/help\/PostgresDoc92.php":1586070351,"src\/help\/PostgresDoc95.php":3934140533,"src\/help\/PostgresDoc10.php":2676096134,"src\/help\/PostgresDoc96.php":4066673197,"src\/help\/PostgresDoc82.php":1951977576,"src\/help\/PostgresDoc90.php":3612132763,"src\/help\/PostgresDoc84.php":824056857,"src\/help\/PostgresDoc91.php":835437597,"src\/help\/PostgresDoc83.php":2825767305,"src\/help\/PostgresDoc80.php":2833062879,"src\/translations\/ChineseTr.php":986260492,"src\/translations\/Hebrew.php":2792969197,"src\/translations\/Japanese.php":2889708446,"src\/translations\/Czech.php":559934248,"src\/translations\/ChineseUtf8ZhTw.php":1261713366,"src\/translations\/Greek.php":3018240507,"src\/translations\/ChineseUtf8ZhCn.php":274148706,"src\/translations\/Galician.php":1750925620,"src\/translations\/Russian.php":2610820704,"src\/translations\/Arabic.php":2991930496,"src\/translations\/Dutch.php":2818831375,"src\/translations\/Catalan.php":1223612252,"src\/translations\/Hungarian.php":884591538,"src\/translations\/Mongol.php":213405372,"src\/translations\/ChineseSim.php":1146461961,"src\/translations\/Ukrainian.php":352369837,"src\/translations\/German.php":3674378174,"src\/translations\/Romanian.php":2182621768,"src\/translations\/Turkish.php":284509356,"src\/translations\/Polish.php":1941804852,"src\/translations\/Spanish.php":1848333972,"src\/translations\/French.php":657102769,"src\/translations\/PortugueseBr.php":3126239743,"src\/translations\/Lithuanian.php":987792267,"src\/translations\/Danish.php":576630850,"src\/translations\/Swedish.php":629900700,"src\/translations\/RussianUtf8.php":2226467343,"src\/translations\/Afrikaans.php":2436824023,"src\/translations\/English.php":2666324785,"src\/translations\/Italian.php":2079153085,"src\/translations\/PortuguesePt.php":1685761122,"src\/translations\/Slovak.php":3882796903,"src\/xhtml\/TreeController.php":3449163446,"src\/xhtml\/HTMLController.php":2294800327,"src\/xhtml\/XHtmlSimpleElement.php":2092953836,"src\/xhtml\/XHtmlElement.php":2533566513,"src\/xhtml\/XHtmlSelect.php":1626408328,"src\/xhtml\/HTMLFooterController.php":2065079737,"src\/xhtml\/XHtmlButton.php":1760949655,"src\/xhtml\/HTMLTableController.php":4120804546,"src\/xhtml\/XHtmlOption.php":427884174,"src\/xhtml\/HTMLHeaderController.php":2182539335,"src\/xhtml\/HTMLNavbarController.php":2917032119,"src\/traits\/ViewsMatviewsTrait.php":3739078395,"src\/traits\/AdminTrait.php":2407810245,"src\/traits\/HelperTrait.php":1789063907,"src\/traits\/ExportTrait.php":819086192,"src\/traits\/InsertEditRowTrait.php":507809844,"src\/traits\/ServersTrait.php":2216035096,"src\/traits\/ViewsMatViewsPropertiesTrait.php":1906792290,"src\/traits\/MiscTrait.php":2114113215,"src\/traits\/FormTrait.php":820836331,"tests\/views\/indexes.php":2200217953,"tests\/views\/sequences.php":2391962608,"tests\/views\/schemas.php":3216416166,"tests\/views\/constraints.php":770176757,"tests\/views\/dataimport.php":4206850898,"tests\/views\/help.php":1249249498,"tests\/views\/materializedviewproperties.php":1829470648,"tests\/views\/roles.php":1672864739,"tests\/views\/dbexport.php":3968215459,"tests\/views\/acinsert.php":1897644417,"tests\/views\/colproperties.php":1492265034,"tests\/views\/types.php":3692774285,"tests\/views\/users.php":1267301225,"tests\/views\/conversions.php":2269057750,"tests\/views\/casts.php":2069136230,"tests\/views\/display.php":1725142398,"tests\/views\/fulltext.php":2982151426,"tests\/views\/browser.php":1672204021,"tests\/views\/materializedviews.php":1325952107,"tests\/views\/triggers.php":1314289587,"tests\/views\/sql.php":1258056429,"tests\/views\/tblproperties.php":2173582460,"tests\/views\/alldb.php":2613589513,"tests\/views\/history.php":2889894116,"tests\/views\/languages.php":1419316875,"tests\/views\/database.php":2935667329,"tests\/views\/groups.php":83142180,"tests\/views\/tablespaces.php":1324110158,"tests\/views\/opclasses.php":4258972084,"tests\/views\/tables.php":311507377,"tests\/views\/functions.php":3598705695,"tests\/views\/info.php":2562300377,"tests\/views\/servers.php":722835729,"tests\/views\/sqledit.php":704619837,"tests\/views\/dataexport.php":2715985285,"tests\/views\/rules.php":173933293,"tests\/views\/operators.php":4169388562,"tests\/views\/domains.php":1200160286,"tests\/views\/viewproperties.php":1863413022,"tests\/views\/privileges.php":3800423186,"tests\/views\/login.php":2945959251,"tests\/views\/aggregates.php":1863091980,"tests\/views\/intro.php":376554437,"tests\/views\/views.php":4123750352,"tests\/_support\/FunctionalTester.php":1791960406,"tests\/_support\/Helper\/Unit.php":3772399729,"tests\/_support\/Helper\/Functional.php":2402076636,"tests\/_support\/Helper\/Acceptance.php":2797295696,"tests\/_support\/AcceptanceTester.php":2828510810,"tests\/_support\/UnitTester.php":2832432027,"tests\/_support\/_generated\/UnitTesterActions.php":1518530715,"tests\/selenium\/src\/08-domaine.php":4229140364,"tests\/selenium\/src\/99-cleantests.php":4264984845,"tests\/selenium\/src\/01-roles.php":395838551,"tests\/selenium\/src\/10-table.php":601183658,"tests\/selenium\/src\/04-database.php":1965945547,"tests\/selenium\/src\/06-schema.php":1345321947,"tests\/selenium\/src\/12-admin.php":2593952527,"tests\/selenium\/src\/30-view.php":2365788139,"tests\/selenium\/src\/35-index.php":1939154303,"tests\/selenium\/src\/20-constraint.php":2523209670,"tests\/selenium\/src\/15-sequence.php":367482705,"tests\/selenium\/src\/25-column.php":3054171799,"tests\/selenium\/TestSuite.php":1813549218,"tests\/selenium\/testBuilder.class.php":973469769,"tests\/unit\/ViewTest.php":2992254197,"tests\/simpletest\/config.tests.php":2150232111,"tests\/simpletest\/testcase\/Databases\/AdminTest.php":3010341842,"tests\/simpletest\/testcase\/Databases\/SchemaBasicTest.php":1503238630,"tests\/simpletest\/testcase\/Databases\/ProcessesTest.php":3763429944,"tests\/simpletest\/testcase\/Databases\/DatabaseGroupTest.php":3280092872,"tests\/simpletest\/testcase\/Databases\/VariablesTest.php":1255799044,"tests\/simpletest\/testcase\/Databases\/HelpTest.php":2290791666,"tests\/simpletest\/testcase\/Databases\/SqlTest.php":2914835753,"tests\/simpletest\/testcase\/Databases\/CastsTest.php":3663939711,"tests\/simpletest\/testcase\/Databases\/DatabaseTest.php":3060495324,"tests\/simpletest\/testcase\/Databases\/LanguageTest.php":880132126,"tests\/simpletest\/testcase\/Databases\/FindObjectsTest.php":1163989634,"tests\/simpletest\/testcase\/Common\/SecurityTest.php":3243173082,"tests\/simpletest\/testcase\/Common\/ImportTest.php":1502326037,"tests\/simpletest\/testcase\/Common\/CommonGroupTest.php":676971854,"tests\/simpletest\/testcase\/Common\/ExportTest.php":397702403,"tests\/simpletest\/testcase\/testphpPgAdminMain.php":381875153,"tests\/simpletest\/testcase\/Server\/GroupsTest.php":1102666345,"tests\/simpletest\/testcase\/Server\/UsersTest.php":1866900807,"tests\/simpletest\/testcase\/Server\/ReportsTest.php":515612654,"tests\/simpletest\/testcase\/Server\/TableSpacesTest.php":2691617794,"tests\/simpletest\/testcase\/Server\/ServerGroupTest.php":1336235295,"tests\/simpletest\/testcase\/phpcoverage.inc.php":3621930486,"tests\/simpletest\/testcase\/simpletest.inc.php":2274415542,"tests\/simpletest\/testcase\/Public\/common.php":3629984802,"tests\/simpletest\/testcase\/Public\/SetPrecondition.php":342476368,"tests\/simpletest\/testcase\/coveragephpPgAdminMain.php":3565056987,"tests\/simpletest\/testcase\/Schemas\/SequenceTest.php":3132495228,"tests\/simpletest\/testcase\/Schemas\/OpClassTest.php":2559722014,"tests\/simpletest\/testcase\/Schemas\/TypeTest.php":1512547997,"tests\/simpletest\/testcase\/Schemas\/DomainTest.php":1465934092,"tests\/simpletest\/testcase\/Schemas\/ConversionTest.php":3847011304,"tests\/simpletest\/testcase\/Schemas\/SchemasGroupTest.php":2491131148,"tests\/simpletest\/testcase\/Schemas\/TableTest.php":554869547,"tests\/simpletest\/testcase\/Schemas\/FunctionTest.php":1076774832,"tests\/simpletest\/testcase\/Schemas\/AggregateTest.php":716923294,"tests\/simpletest\/testcase\/Schemas\/ViewTest.php":3352467516,"tests\/simpletest\/testcase\/Schemas\/OperatorTest.php":235673383,"tests\/simpletest\/testcase\/Tables\/InfoTest.php":4235842439,"tests\/simpletest\/testcase\/Tables\/ConstraintsTest.php":1971542248,"tests\/simpletest\/testcase\/Tables\/RulesTest.php":1751535839,"tests\/simpletest\/testcase\/Tables\/TableGroupTest.php":2030866382,"tests\/simpletest\/testcase\/Tables\/TriggersTest.php":2233351446,"tests\/simpletest\/testcase\/Tables\/IndexesTest.php":1222565530,"tests\/simpletest\/testcase\/Tables\/DeadlockTest.php":237439304,"tests\/simpletest\/testcase\/Tables\/ColumnTest.php":384266998,"tests\/simpletest\/tests.php":1931879116,"index.php":2695501869}} \ No newline at end of file
+{"php":"7.2.15-1+ubuntu16.04.1+deb.sury.org+1","version":"2.12.1:v2.12.1#beef6cbe6dec7205edcd143842a49f9a691859a6","rules":{"no_php4_constructor":true,"php_unit_namespaced":{"target":"6.0"},"php_unit_dedicate_assert":{"target":"5.6"},"php_unit_expectation":{"target":"5.6"},"php_unit_mock":{"target":"5.5"},"php_unit_no_expectation_annotation":{"target":"4.3"},"binary_operator_spaces":{"align_double_arrow":true,"align_equals":true},"blank_line_after_opening_tag":true,"blank_line_before_statement":true,"braces":true,"cast_spaces":true,"class_attributes_separation":{"elements":["method"]},"class_definition":true,"concat_space":{"spacing":"none"},"declare_equal_normalize":true,"function_typehint_space":true,"include":true,"increment_style":true,"lowercase_cast":true,"lowercase_static_reference":true,"magic_constant_casing":true,"method_argument_space":{"ensure_fully_multiline":true},"native_function_casing":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_extra_blank_lines":{"tokens":["break","case","continue","curly_brace_block","default","extra","parenthesis_brace_block","return","square_brace_block","switch","throw","use","useTrait","use_trait"]},"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":{"use":"echo"},"no_multiline_whitespace_around_double_arrow":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_around_offset":true,"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_unneeded_control_parentheses":true,"no_unneeded_curly_braces":true,"no_unneeded_final_method":true,"no_unused_imports":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"normalize_index_brace":true,"object_operator_without_whitespace":true,"php_unit_fqcn_annotation":true,"phpdoc_align":true,"phpdoc_annotation_without_dot":true,"phpdoc_indent":true,"phpdoc_inline_tag":true,"phpdoc_no_access":true,"phpdoc_no_alias_tag":true,"phpdoc_no_empty_return":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_return_self_reference":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_types":true,"phpdoc_var_without_name":true,"protected_to_private":true,"return_type_declaration":true,"semicolon_after_instruction":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":{"elements":["property"]},"single_quote":true,"space_after_semicolon":{"remove_in_empty_for_expressions":true},"standardize_increment":true,"standardize_not_equals":true,"ternary_operator_spaces":true,"trailing_comma_in_multiline_array":true,"trim_array_spaces":true,"unary_operator_spaces":true,"whitespace_after_comma_in_array":true,"blank_line_after_namespace":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_constants":true,"lowercase_keywords":true,"no_break_comment":true,"no_closing_tag":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":true,"encoding":true,"full_opening_tag":true,"modernize_types_casting":true,"align_multiline_comment":true,"array_syntax":{"syntax":"short"},"combine_consecutive_issets":true,"combine_consecutive_unsets":true,"compact_nullable_typehint":true,"escape_implicit_backslashes":true,"explicit_indirect_variable":true,"explicit_string_variable":true,"final_internal_class":true,"header_comment":{"commentType":"PHPDoc","header":"PHPPgAdmin v6.0.0-beta.51"},"heredoc_to_nowdoc":true,"list_syntax":{"syntax":"long"},"method_chaining_indentation":true,"multiline_comment_opening_closing":true,"no_null_property_initialization":true,"no_short_echo_tag":true,"no_superfluous_elseif":true,"no_unreachable_default_argument_value":true,"no_useless_else":true,"no_useless_return":true,"ordered_imports":true,"php_unit_strict":true,"php_unit_test_annotation":true,"php_unit_test_class_requires_covers":true,"phpdoc_add_missing_param_annotation":true,"phpdoc_order":true,"phpdoc_types_order":true,"strict_param":true},"hashes":{"src\/classes\/ADOdbException.php":2308358117,"src\/classes\/ADONewConnection.php":4220020605,"src\/classes\/ArrayRecordSet.php":2834264056,"src\/classes\/ContainerUtils.php":37580840,"src\/classes\/PluginManager.php":1169455395,"src\/classes\/Misc.php":186218752,"src\/classes\/Translations.php":891812735,"src\/classes\/ADORecordSet.php":3074496273,"src\/controllers\/CastsController.php":3856532344,"src\/controllers\/RulesController.php":2221052004,"src\/controllers\/IndexesController.php":3443317748,"src\/controllers\/SequencesController.php":1806969519,"src\/controllers\/HelpController.php":4110494966,"src\/controllers\/ConversionsController.php":814469368,"src\/controllers\/LanguagesController.php":3658578328,"src\/controllers\/DisplayController.php":1241891944,"src\/controllers\/FulltextController.php":3403512025,"src\/controllers\/TablesController.php":3064671016,"src\/controllers\/TblpropertiesController.php":2827222551,"src\/controllers\/LoginController.php":1372787084,"src\/controllers\/ColpropertiesController.php":3516954250,"src\/controllers\/PrivilegesController.php":1410694655,"src\/controllers\/ConstraintsController.php":875266145,"src\/controllers\/BrowserController.php":2911392517,"src\/controllers\/AlldbController.php":885335491,"src\/controllers\/ServersController.php":3848803211,"src\/controllers\/GroupsController.php":3939955979,"src\/controllers\/SqleditController.php":951371542,"src\/controllers\/DomainsController.php":2975735519,"src\/controllers\/IntroController.php":4159903548,"src\/controllers\/ViewsController.php":2119068551,"src\/controllers\/HistoryController.php":3281605834,"src\/controllers\/DataimportController.php":2246715650,"src\/controllers\/ViewpropertiesController.php":3952154604,"src\/controllers\/AggregatesController.php":3510063225,"src\/controllers\/DbexportController.php":3340086998,"src\/controllers\/UsersController.php":1664859027,"src\/controllers\/InfoController.php":3188528645,"src\/controllers\/TriggersController.php":3717010497,"src\/controllers\/FunctionsController.php":1391941987,"src\/controllers\/SqlController.php":844889250,"src\/controllers\/MaterializedviewpropertiesController.php":4260450916,"src\/controllers\/DatabaseController.php":3697052078,"src\/controllers\/TablespacesController.php":2108854774,"src\/controllers\/DataexportController.php":3811260213,"src\/controllers\/RolesController.php":4247433677,"src\/controllers\/OpclassesController.php":1358843168,"src\/controllers\/SchemasController.php":324740478,"src\/controllers\/BaseController.php":271107364,"src\/controllers\/OperatorsController.php":2161424625,"src\/controllers\/MaterializedviewsController.php":3773070224,"src\/controllers\/TypesController.php":396094755,"src\/controllers\/AcinsertController.php":715706945,"src\/database\/Postgres11.php":451957508,"src\/database\/Postgres95.php":3542991481,"src\/database\/Postgres10.php":2269620910,"src\/database\/Postgres82.php":3079395241,"src\/database\/Postgres84.php":3135658123,"src\/database\/Postgres80.php":816113844,"src\/database\/ADOdbBase.php":3830457119,"src\/database\/Postgres93.php":462717766,"src\/database\/Postgres81.php":1117163209,"src\/database\/Postgres96.php":3750660816,"src\/database\/Postgres94.php":2404113743,"src\/database\/Postgres83.php":1609375823,"src\/database\/Postgres92.php":3993769494,"src\/database\/databasetraits\/ColumnTrait.php":3014280265,"src\/database\/databasetraits\/IndexTrait.php":3480565392,"src\/database\/databasetraits\/RowTrait.php":2383171218,"src\/database\/databasetraits\/TableTrait.php":3752604854,"src\/database\/databasetraits\/AggregateTrait.php":3128442275,"src\/database\/databasetraits\/DomainTrait.php":2753167200,"src\/database\/databasetraits\/SequenceTrait.php":516593416,"src\/database\/databasetraits\/RoleTrait.php":1430030690,"src\/database\/databasetraits\/PrivilegesTrait.php":1326399143,"src\/database\/databasetraits\/HasTrait.php":4026725856,"src\/database\/databasetraits\/SchemaTrait.php":2196485656,"src\/database\/databasetraits\/TablespaceTrait.php":2719473491,"src\/database\/databasetraits\/FunctionTrait.php":1431807843,"src\/database\/databasetraits\/FtsTrait.php":2858358248,"src\/database\/databasetraits\/OperatorTrait.php":3045708348,"src\/database\/databasetraits\/ViewTrait.php":3746483897,"src\/database\/databasetraits\/DatabaseTrait.php":2048770976,"src\/database\/databasetraits\/TriggerTrait.php":3431747779,"src\/database\/databasetraits\/TypeTrait.php":23599073,"src\/database\/databasetraits\/StatsTrait.php":1983201736,"src\/database\/Postgres.php":2216477887,"src\/database\/Postgres90.php":587877965,"src\/database\/Connection.php":1112521470,"src\/database\/Postgres74.php":888927341,"src\/database\/Postgres91.php":1555414531,"src\/decorators\/UrlDecorator.php":1335876662,"src\/decorators\/IfEmptyDecorator.php":2866353260,"src\/decorators\/ActionUrlDecorator.php":2870177578,"src\/decorators\/ConcatDecorator.php":4204354346,"src\/decorators\/BranchUrlDecorator.php":1390890468,"src\/decorators\/Decorator.php":4186459402,"src\/decorators\/RedirectUrlDecorator.php":4137876004,"src\/decorators\/ArrayMergeDecorator.php":3665129019,"src\/decorators\/CallbackDecorator.php":4032549062,"src\/decorators\/FieldDecorator.php":805361456,"src\/decorators\/ReplaceDecorator.php":4127126508,"src\/help\/PostgresDoc74.php":2161157802,"src\/help\/PostgresDoc81.php":351025395,"src\/help\/PostgresDoc94.php":1916382788,"src\/help\/PostgresDoc93.php":3173798699,"src\/help\/PostgresDoc92.php":452538123,"src\/help\/PostgresDoc95.php":609044926,"src\/help\/PostgresDoc10.php":2482623695,"src\/help\/PostgresDoc96.php":1012397030,"src\/help\/PostgresDoc82.php":3012762618,"src\/help\/PostgresDoc90.php":3408913376,"src\/help\/PostgresDoc84.php":763181666,"src\/help\/PostgresDoc91.php":766042726,"src\/help\/PostgresDoc83.php":588068357,"src\/help\/PostgresDoc80.php":2340288200,"src\/translations\/ChineseTr.php":3108539670,"src\/translations\/Hebrew.php":2598887803,"src\/translations\/Japanese.php":591129848,"src\/translations\/Czech.php":3521090118,"src\/translations\/ChineseUtf8ZhTw.php":587911370,"src\/translations\/Greek.php":1448724094,"src\/translations\/ChineseUtf8ZhCn.php":747188308,"src\/translations\/Galician.php":1677995569,"src\/translations\/Russian.php":4062296558,"src\/translations\/Arabic.php":1256346233,"src\/translations\/Dutch.php":3493630426,"src\/translations\/Catalan.php":2905556076,"src\/translations\/Hungarian.php":645735828,"src\/translations\/Mongol.php":1339695746,"src\/translations\/ChineseSim.php":3500635627,"src\/translations\/Ukrainian.php":1344323824,"src\/translations\/German.php":2586680816,"src\/translations\/Romanian.php":3288858735,"src\/translations\/Turkish.php":4053999299,"src\/translations\/Polish.php":3882500178,"src\/translations\/Spanish.php":1879413325,"src\/translations\/French.php":508509049,"src\/translations\/PortugueseBr.php":1187025913,"src\/translations\/Lithuanian.php":3076532162,"src\/translations\/Danish.php":3686877237,"src\/translations\/Swedish.php":520887824,"src\/translations\/RussianUtf8.php":4169623768,"src\/translations\/Afrikaans.php":3103611729,"src\/translations\/English.php":3492012061,"src\/translations\/Italian.php":4110871537,"src\/translations\/PortuguesePt.php":2735302183,"src\/translations\/Slovak.php":3912257206,"src\/xhtml\/TreeController.php":1881859759,"src\/xhtml\/HTMLController.php":2261533000,"src\/xhtml\/XHtmlSimpleElement.php":2588114469,"src\/xhtml\/XHtmlElement.php":1567534108,"src\/xhtml\/XHtmlSelect.php":3275457163,"src\/xhtml\/HTMLFooterController.php":3831345841,"src\/xhtml\/XHtmlButton.php":3477666959,"src\/xhtml\/HTMLTableController.php":3446057791,"src\/xhtml\/XHtmlOption.php":378306450,"src\/xhtml\/HTMLHeaderController.php":52390943,"src\/xhtml\/HTMLNavbarController.php":1773494580,"src\/traits\/ViewsMatviewsTrait.php":364285795,"src\/traits\/AdminTrait.php":1183391039,"src\/traits\/HelperTrait.php":3420532002,"src\/traits\/ExportTrait.php":3169251550,"src\/traits\/InsertEditRowTrait.php":2079087853,"src\/traits\/ServersTrait.php":1469159477,"src\/traits\/ViewsMatViewsPropertiesTrait.php":2996973860,"src\/traits\/MiscTrait.php":3023751043,"src\/traits\/FormTrait.php":3422014648,"tests\/views\/indexes.php":2147392653,"tests\/views\/sequences.php":668075926,"tests\/views\/schemas.php":3691711997,"tests\/views\/constraints.php":1546828972,"tests\/views\/dataimport.php":3715053422,"tests\/views\/help.php":3182630511,"tests\/views\/materializedviewproperties.php":2553777447,"tests\/views\/roles.php":3628687870,"tests\/views\/dbexport.php":3835012485,"tests\/views\/acinsert.php":312889818,"tests\/views\/colproperties.php":1244927056,"tests\/views\/types.php":735993144,"tests\/views\/users.php":3159123420,"tests\/views\/conversions.php":4142553231,"tests\/views\/casts.php":2358353363,"tests\/views\/display.php":2584322194,"tests\/views\/fulltext.php":411070820,"tests\/views\/browser.php":488293816,"tests\/views\/materializedviews.php":868533988,"tests\/views\/triggers.php":3876979669,"tests\/views\/sql.php":3988095609,"tests\/views\/tblproperties.php":2097021754,"tests\/views\/alldb.php":1812801724,"tests\/views\/history.php":1352301832,"tests\/views\/languages.php":4258888429,"tests\/views\/database.php":1377865581,"tests\/views\/groups.php":1732851327,"tests\/views\/tablespaces.php":706969866,"tests\/views\/opclasses.php":1419425234,"tests\/views\/tables.php":317114812,"tests\/views\/functions.php":1913085958,"tests\/views\/info.php":1870432108,"tests\/views\/servers.php":1436848732,"tests\/views\/sqledit.php":2575161056,"tests\/views\/dataexport.php":2251481529,"tests\/views\/rules.php":2980217072,"tests\/views\/operators.php":1371776628,"tests\/views\/domains.php":3142765554,"tests\/views\/viewproperties.php":2455851608,"tests\/views\/privileges.php":3310722862,"tests\/views\/login.php":3630680147,"tests\/views\/aggregates.php":3413377813,"tests\/views\/intro.php":1635897029,"tests\/views\/views.php":34500965,"tests\/_support\/FunctionalTester.php":1638403282,"tests\/_support\/Helper\/Unit.php":2430708428,"tests\/_support\/Helper\/Functional.php":302732543,"tests\/_support\/Helper\/Acceptance.php":1000131443,"tests\/_support\/AcceptanceTester.php":2750451678,"tests\/_support\/UnitTester.php":4282690572,"tests\/_support\/_generated\/UnitTesterActions.php":2061343156,"tests\/selenium\/src\/08-domaine.php":2583314579,"tests\/selenium\/src\/99-cleantests.php":2680783652,"tests\/selenium\/src\/01-roles.php":323716060,"tests\/selenium\/src\/10-table.php":3798099082,"tests\/selenium\/src\/04-database.php":314969162,"tests\/selenium\/src\/06-schema.php":324365704,"tests\/selenium\/src\/12-admin.php":3199939389,"tests\/selenium\/src\/30-view.php":2605143518,"tests\/selenium\/src\/35-index.php":1797182186,"tests\/selenium\/src\/20-constraint.php":3383532060,"tests\/selenium\/src\/15-sequence.php":1466352362,"tests\/selenium\/src\/25-column.php":531587156,"tests\/selenium\/TestSuite.php":704427875,"tests\/selenium\/testBuilder.class.php":2551310493,"tests\/unit\/ViewTest.php":1476986028,"tests\/simpletest\/config.tests.php":1822274865,"tests\/simpletest\/testcase\/Databases\/AdminTest.php":1372979615,"tests\/simpletest\/testcase\/Databases\/SchemaBasicTest.php":3852065589,"tests\/simpletest\/testcase\/Databases\/ProcessesTest.php":1505112503,"tests\/simpletest\/testcase\/Databases\/DatabaseGroupTest.php":2858272709,"tests\/simpletest\/testcase\/Databases\/VariablesTest.php":2638109480,"tests\/simpletest\/testcase\/Databases\/HelpTest.php":2818134552,"tests\/simpletest\/testcase\/Databases\/SqlTest.php":4044337445,"tests\/simpletest\/testcase\/Databases\/CastsTest.php":3071132533,"tests\/simpletest\/testcase\/Databases\/DatabaseTest.php":1511723781,"tests\/simpletest\/testcase\/Databases\/LanguageTest.php":2831234614,"tests\/simpletest\/testcase\/Databases\/FindObjectsTest.php":1854813744,"tests\/simpletest\/testcase\/Common\/SecurityTest.php":4252067675,"tests\/simpletest\/testcase\/Common\/ImportTest.php":3361356051,"tests\/simpletest\/testcase\/Common\/CommonGroupTest.php":1248346696,"tests\/simpletest\/testcase\/Common\/ExportTest.php":1216673389,"tests\/simpletest\/testcase\/testphpPgAdminMain.php":1006610531,"tests\/simpletest\/testcase\/Server\/GroupsTest.php":1517110859,"tests\/simpletest\/testcase\/Server\/UsersTest.php":2671837748,"tests\/simpletest\/testcase\/Server\/ReportsTest.php":405772546,"tests\/simpletest\/testcase\/Server\/TableSpacesTest.php":1132109735,"tests\/simpletest\/testcase\/Server\/ServerGroupTest.php":2106788044,"tests\/simpletest\/testcase\/phpcoverage.inc.php":3621930486,"tests\/simpletest\/testcase\/simpletest.inc.php":2274415542,"tests\/simpletest\/testcase\/Public\/common.php":2527025253,"tests\/simpletest\/testcase\/Public\/SetPrecondition.php":3987740149,"tests\/simpletest\/testcase\/coveragephpPgAdminMain.php":50043771,"tests\/simpletest\/testcase\/Schemas\/SequenceTest.php":172235155,"tests\/simpletest\/testcase\/Schemas\/OpClassTest.php":585241760,"tests\/simpletest\/testcase\/Schemas\/TypeTest.php":2768563103,"tests\/simpletest\/testcase\/Schemas\/DomainTest.php":39385566,"tests\/simpletest\/testcase\/Schemas\/ConversionTest.php":3311108973,"tests\/simpletest\/testcase\/Schemas\/SchemasGroupTest.php":797529050,"tests\/simpletest\/testcase\/Schemas\/TableTest.php":2901112672,"tests\/simpletest\/testcase\/Schemas\/FunctionTest.php":3081056255,"tests\/simpletest\/testcase\/Schemas\/AggregateTest.php":1909032313,"tests\/simpletest\/testcase\/Schemas\/ViewTest.php":3587435860,"tests\/simpletest\/testcase\/Schemas\/OperatorTest.php":3060216997,"tests\/simpletest\/testcase\/Tables\/InfoTest.php":3396091495,"tests\/simpletest\/testcase\/Tables\/ConstraintsTest.php":942575515,"tests\/simpletest\/testcase\/Tables\/RulesTest.php":4149749644,"tests\/simpletest\/testcase\/Tables\/TableGroupTest.php":1831815924,"tests\/simpletest\/testcase\/Tables\/TriggersTest.php":3853528798,"tests\/simpletest\/testcase\/Tables\/IndexesTest.php":3715336581,"tests\/simpletest\/testcase\/Tables\/DeadlockTest.php":1138538529,"tests\/simpletest\/testcase\/Tables\/ColumnTest.php":1765123178,"tests\/simpletest\/tests.php":424268483,"index.php":75702046}} \ No newline at end of file
diff --git a/composer.json b/composer.json
index 30bb5229..4ccc44c6 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "huasofoundries/phppgadmin6",
- "version": "6.0.0-beta.50",
+ "version": "6.0.0-beta.51",
"description": "Like phpmyadmin but for postgres",
"type": "project",
"license": [
diff --git a/composer.lock b/composer.lock
index e6e9ed3d..83f5233d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "666fdae56d7049b3a4d75b4dc9faa217",
+ "content-hash": "3bd603a89ef0441c81b2bad33fc92c70",
"packages": [
{
"name": "adodb/adodb-php",
diff --git a/config.inc.php-dist b/config.inc.php-dist
index 155ac6be..0136802d 100644
--- a/config.inc.php-dist
+++ b/config.inc.php-dist
@@ -22,6 +22,7 @@ $conf['php_console'] = false;
// enable this to calculate schema and table sizes
+// e.g. $conf['display_sizes'] = ['schemas'=>false,'tables'=>true];
$conf['display_sizes'] = false;
// An example server. Create as many of these as you wish,
diff --git a/index.php b/index.php
index 811b62de..deefb22f 100644
--- a/index.php
+++ b/index.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
require_once __DIR__.'/src/lib.inc.php';
diff --git a/src/classes/ADONewConnection.php b/src/classes/ADONewConnection.php
index 9b7fd80f..23d2e5db 100644
--- a/src/classes/ADONewConnection.php
+++ b/src/classes/ADONewConnection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADORecordSet.php b/src/classes/ADORecordSet.php
index e5a44b7b..07ba41e5 100644
--- a/src/classes/ADORecordSet.php
+++ b/src/classes/ADORecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADOdbException.php b/src/classes/ADOdbException.php
index a5ba4b17..80504afe 100644
--- a/src/classes/ADOdbException.php
+++ b/src/classes/ADOdbException.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ArrayRecordSet.php b/src/classes/ArrayRecordSet.php
index 07056bbd..698668b1 100644
--- a/src/classes/ArrayRecordSet.php
+++ b/src/classes/ArrayRecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ContainerUtils.php b/src/classes/ContainerUtils.php
index ca2dc06c..bdfcfc91 100644
--- a/src/classes/ContainerUtils.php
+++ b/src/classes/ContainerUtils.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Misc.php b/src/classes/Misc.php
index 901ee0fe..42a7823b 100644
--- a/src/classes/Misc.php
+++ b/src/classes/Misc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin;
@@ -112,7 +112,7 @@ class Misc
if (count($this->conf['servers']) === 1) {
$info = $this->conf['servers'][0];
- $this->_server_id = sha1($info['host'] . ':' . $info['port'] . ':' . $info['sslmode']);
+ $this->_server_id = sha1($info['host'].':'.$info['port'].':'.$info['sslmode']);
} elseif ($request_server !== null) {
$this->_server_id = $request_server;
} elseif (isset($_SESSION['webdbLogin']) && count($_SESSION['webdbLogin']) > 0) {
@@ -183,8 +183,8 @@ class Misc
//\PC::debug(['str' => $str, 'help' => $help], 'printHelp');
if ($help !== null) {
$helplink = $this->getHelpLink($help);
- $str .= '<a class="help" href="' . $helplink . '" title="' . $this->lang['strhelp'] . '" target="phppgadminhelp">';
- $str .= $this->lang['strhelpicon'] . '</a>';
+ $str .= '<a class="help" href="'.$helplink.'" title="'.$this->lang['strhelp'].'" target="phppgadminhelp">';
+ $str .= $this->lang['strhelpicon'].'</a>';
}
if ($do_print) {
echo $str;
@@ -202,7 +202,7 @@ class Misc
*/
public function getHelpLink($help)
{
- return htmlspecialchars(SUBFOLDER . '/help?help=' . urlencode($help) . '&server=' . urlencode($this->getServerId()));
+ return htmlspecialchars(SUBFOLDER.'/help?help='.urlencode($help).'&server='.urlencode($this->getServerId()));
}
/**
@@ -333,7 +333,7 @@ class Misc
return null;
}
- $_type = '\PHPPgAdmin\Database\\' . $_type;
+ $_type = '\PHPPgAdmin\Database\\'.$_type;
$this->prtrace('driver:', $_type);
@@ -457,7 +457,7 @@ class Misc
// Otherwise, look for it in the conf file
foreach ($this->conf['servers'] as $idx => $info) {
- $server_string = $info['host'] . ':' . $info['port'] . ':' . $info['sslmode'];
+ $server_string = $info['host'].':'.$info['port'].':'.$info['sslmode'];
$server_sha = sha1($server_string);
if ($this->_server_id === $server_string ||
@@ -615,13 +615,13 @@ class Misc
$schema = $this->container->schema || isset($_REQUEST['schema']) ? $_REQUEST['schema'] : null;
if ($server && $exclude_from !== 'server') {
- $href[] = 'server=' . urlencode($server);
+ $href[] = 'server='.urlencode($server);
}
if ($database && $exclude_from !== 'database') {
- $href[] = 'database=' . urlencode($database);
+ $href[] = 'database='.urlencode($database);
}
if ($schema && $exclude_from !== 'schema') {
- $href[] = 'schema=' . urlencode($schema);
+ $href[] = 'schema='.urlencode($schema);
}
$this->href = htmlentities(implode('&', $href));
@@ -636,14 +636,14 @@ class Misc
{
$form = [];
if ($this->container->server) {
- $form[] = '<input type="hidden" name="server" value="' . htmlspecialchars($this->container->server) . '" />';
+ $form[] = '<input type="hidden" name="server" value="'.htmlspecialchars($this->container->server).'" />';
}
if ($this->container->database) {
- $form[] = '<input type="hidden" name="database" value="' . htmlspecialchars($this->container->database) . '" />';
+ $form[] = '<input type="hidden" name="database" value="'.htmlspecialchars($this->container->database).'" />';
}
if ($this->container->schema) {
- $form[] = '<input type="hidden" name="schema" value="' . htmlspecialchars($this->container->schema) . '" />';
+ $form[] = '<input type="hidden" name="schema" value="'.htmlspecialchars($this->container->schema).'" />';
}
$this->form = implode("\n", $form);
@@ -738,43 +738,43 @@ class Misc
{
if (is_string($icon)) {
$path = "/assets/images/themes/{$this->conf['theme']}/{$icon}";
- if (file_exists(\BASE_PATH . $path . '.png')) {
- return SUBFOLDER . $path . '.png';
+ if (file_exists(\BASE_PATH.$path.'.png')) {
+ return SUBFOLDER.$path.'.png';
}
- if (file_exists(\BASE_PATH . $path . '.gif')) {
- return SUBFOLDER . $path . '.gif';
+ if (file_exists(\BASE_PATH.$path.'.gif')) {
+ return SUBFOLDER.$path.'.gif';
}
- if (file_exists(\BASE_PATH . $path . '.ico')) {
- return SUBFOLDER . $path . '.ico';
+ if (file_exists(\BASE_PATH.$path.'.ico')) {
+ return SUBFOLDER.$path.'.ico';
}
$path = "/assets/images/themes/default/{$icon}";
- if (file_exists(\BASE_PATH . $path . '.png')) {
- return SUBFOLDER . $path . '.png';
+ if (file_exists(\BASE_PATH.$path.'.png')) {
+ return SUBFOLDER.$path.'.png';
}
- if (file_exists(\BASE_PATH . $path . '.gif')) {
- return SUBFOLDER . $path . '.gif';
+ if (file_exists(\BASE_PATH.$path.'.gif')) {
+ return SUBFOLDER.$path.'.gif';
}
- if (file_exists(\BASE_PATH . $path . '.ico')) {
- return SUBFOLDER . $path . '.ico';
+ if (file_exists(\BASE_PATH.$path.'.ico')) {
+ return SUBFOLDER.$path.'.ico';
}
} else {
// Icon from plugins
$path = "/plugins/{$icon[0]}/images/{$icon[1]}";
- if (file_exists(\BASE_PATH . $path . '.png')) {
- return SUBFOLDER . $path . '.png';
+ if (file_exists(\BASE_PATH.$path.'.png')) {
+ return SUBFOLDER.$path.'.png';
}
- if (file_exists(\BASE_PATH . $path . '.gif')) {
- return SUBFOLDER . $path . '.gif';
+ if (file_exists(\BASE_PATH.$path.'.gif')) {
+ return SUBFOLDER.$path.'.gif';
}
- if (file_exists(\BASE_PATH . $path . '.ico')) {
- return SUBFOLDER . $path . '.ico';
+ if (file_exists(\BASE_PATH.$path.'.ico')) {
+ return SUBFOLDER.$path.'.ico';
}
}
@@ -821,7 +821,7 @@ class Misc
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
$data->fieldClean($str);
- return '"' . $str . '"';
+ return '"'.$str.'"';
}
return escapeshellcmd($str);
diff --git a/src/classes/PluginManager.php b/src/classes/PluginManager.php
index 0b71a009..b1174b07 100644
--- a/src/classes/PluginManager.php
+++ b/src/classes/PluginManager.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Translations.php b/src/classes/Translations.php
index b240fabc..61a92c1e 100644
--- a/src/classes/Translations.php
+++ b/src/classes/Translations.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin;
diff --git a/src/controllers/AcinsertController.php b/src/controllers/AcinsertController.php
index 7ebace48..76938a47 100644
--- a/src/controllers/AcinsertController.php
+++ b/src/controllers/AcinsertController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AggregatesController.php b/src/controllers/AggregatesController.php
index 582e6979..fd413ad3 100644
--- a/src/controllers/AggregatesController.php
+++ b/src/controllers/AggregatesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AlldbController.php b/src/controllers/AlldbController.php
index 61d4b1fd..a4141a67 100644
--- a/src/controllers/AlldbController.php
+++ b/src/controllers/AlldbController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php
index 48ef0b92..8c23918b 100644
--- a/src/controllers/BaseController.php
+++ b/src/controllers/BaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BrowserController.php b/src/controllers/BrowserController.php
index 604f0d62..ba219da9 100644
--- a/src/controllers/BrowserController.php
+++ b/src/controllers/BrowserController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/CastsController.php b/src/controllers/CastsController.php
index 8d0583d0..db872c3c 100644
--- a/src/controllers/CastsController.php
+++ b/src/controllers/CastsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ColpropertiesController.php b/src/controllers/ColpropertiesController.php
index 839d3d41..84a93c2a 100644
--- a/src/controllers/ColpropertiesController.php
+++ b/src/controllers/ColpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConstraintsController.php b/src/controllers/ConstraintsController.php
index fd5696ca..a16fc764 100644
--- a/src/controllers/ConstraintsController.php
+++ b/src/controllers/ConstraintsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConversionsController.php b/src/controllers/ConversionsController.php
index edee7219..c8163199 100644
--- a/src/controllers/ConversionsController.php
+++ b/src/controllers/ConversionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DatabaseController.php b/src/controllers/DatabaseController.php
index 41b9b8f0..397c3eef 100644
--- a/src/controllers/DatabaseController.php
+++ b/src/controllers/DatabaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataexportController.php b/src/controllers/DataexportController.php
index 3b8b3c14..5a14c505 100644
--- a/src/controllers/DataexportController.php
+++ b/src/controllers/DataexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataimportController.php b/src/controllers/DataimportController.php
index a19c55f9..aa2c24a6 100644
--- a/src/controllers/DataimportController.php
+++ b/src/controllers/DataimportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DbexportController.php b/src/controllers/DbexportController.php
index c104298c..ff014296 100644
--- a/src/controllers/DbexportController.php
+++ b/src/controllers/DbexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
@@ -48,7 +48,7 @@ class DbexportController extends BaseController
// Obtain the pg_dump version number and check if the path is good
$version = [];
- preg_match('/(\\d+(?:\\.\\d+)?)(?:\\.\\d+)?.*$/', exec($exe . ' --version'), $version);
+ preg_match('/(\\d+(?:\\.\\d+)?)(?:\\.\\d+)?.*$/', exec($exe.' --version'), $version);
if (empty($version)) {
$this->prtrace('$exe', $exe, 'version', $version[1]);
@@ -97,20 +97,20 @@ class DbexportController extends BaseController
}
// Set environmental variables that pg_dump uses
- putenv('PGPASSWORD=' . $server_info['password']);
- putenv('PGUSER=' . $server_info['username']);
+ putenv('PGPASSWORD='.$server_info['password']);
+ putenv('PGUSER='.$server_info['username']);
$hostname = $server_info['host'];
if (null !== $hostname && '' != $hostname) {
- putenv('PGHOST=' . $hostname);
+ putenv('PGHOST='.$hostname);
}
$port = $server_info['port'];
if (null !== $port && '' != $port) {
- putenv('PGPORT=' . $port);
+ putenv('PGPORT='.$port);
}
// Build command for executing pg_dump. '-i' means ignore version differences.
if (((float) $version[1]) < 9.5) {
- $cmd = $exe . ' -i';
+ $cmd = $exe.' -i';
} else {
$cmd = $exe;
}
@@ -125,7 +125,7 @@ class DbexportController extends BaseController
switch ($_REQUEST['subject']) {
case 'schema':
// This currently works for 8.2+ (due to the orthoganl -t -n issue introduced then)
- $cmd .= ' -n ' . $this->misc->escapeShellArg("\"{$f_schema}\"");
+ $cmd .= ' -n '.$this->misc->escapeShellArg("\"{$f_schema}\"");
break;
case 'table':
@@ -138,13 +138,13 @@ class DbexportController extends BaseController
// Starting in 8.2, -n and -t are orthagonal, so we now schema qualify
// the table name in the -t argument and quote both identifiers
if (((float) $version[1]) >= 8.2) {
- $cmd .= ' -t ' . $this->misc->escapeShellArg("\"{$f_schema}\".\"{$f_object}\"");
+ $cmd .= ' -t '.$this->misc->escapeShellArg("\"{$f_schema}\".\"{$f_object}\"");
} else {
// If we are 7.4 or higher, assume they are using 7.4 pg_dump and
// set dump schema as well. Also, mixed case dumping has been fixed
// then..
- $cmd .= ' -t ' . $this->misc->escapeShellArg($f_object)
- . ' -n ' . $this->misc->escapeShellArg($f_schema);
+ $cmd .= ' -t '.$this->misc->escapeShellArg($f_object)
+ .' -n '.$this->misc->escapeShellArg($f_schema);
}
}
@@ -185,7 +185,7 @@ class DbexportController extends BaseController
}
if (!$dumpall) {
- putenv('PGDATABASE=' . $_REQUEST['database']);
+ putenv('PGDATABASE='.$_REQUEST['database']);
} else {
//$cmd .= ' --no-role-password';
putenv('PGDATABASE');
diff --git a/src/controllers/DisplayController.php b/src/controllers/DisplayController.php
index afb16096..1a2e8bfa 100644
--- a/src/controllers/DisplayController.php
+++ b/src/controllers/DisplayController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DomainsController.php b/src/controllers/DomainsController.php
index 83a609c9..8a63154d 100644
--- a/src/controllers/DomainsController.php
+++ b/src/controllers/DomainsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FulltextController.php b/src/controllers/FulltextController.php
index e724901e..06e59aaf 100644
--- a/src/controllers/FulltextController.php
+++ b/src/controllers/FulltextController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FunctionsController.php b/src/controllers/FunctionsController.php
index 0c58b293..411984c2 100644
--- a/src/controllers/FunctionsController.php
+++ b/src/controllers/FunctionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/GroupsController.php b/src/controllers/GroupsController.php
index 80be0465..2cffd3be 100644
--- a/src/controllers/GroupsController.php
+++ b/src/controllers/GroupsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HelpController.php b/src/controllers/HelpController.php
index 02cfc733..ec34e752 100644
--- a/src/controllers/HelpController.php
+++ b/src/controllers/HelpController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HistoryController.php b/src/controllers/HistoryController.php
index 1ef21528..5febdccd 100644
--- a/src/controllers/HistoryController.php
+++ b/src/controllers/HistoryController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IndexesController.php b/src/controllers/IndexesController.php
index 8bc0f80f..518ace67 100644
--- a/src/controllers/IndexesController.php
+++ b/src/controllers/IndexesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index c702e2d0..70cb9db1 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IntroController.php b/src/controllers/IntroController.php
index 334a6231..a7b73af6 100644
--- a/src/controllers/IntroController.php
+++ b/src/controllers/IntroController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LanguagesController.php b/src/controllers/LanguagesController.php
index 0f1aeb7f..ea917293 100644
--- a/src/controllers/LanguagesController.php
+++ b/src/controllers/LanguagesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LoginController.php b/src/controllers/LoginController.php
index 16cb222b..d5a7a075 100644
--- a/src/controllers/LoginController.php
+++ b/src/controllers/LoginController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewpropertiesController.php b/src/controllers/MaterializedviewpropertiesController.php
index ca79e178..9994155f 100644
--- a/src/controllers/MaterializedviewpropertiesController.php
+++ b/src/controllers/MaterializedviewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewsController.php b/src/controllers/MaterializedviewsController.php
index fe9ce7f4..1366ab18 100644
--- a/src/controllers/MaterializedviewsController.php
+++ b/src/controllers/MaterializedviewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OpclassesController.php b/src/controllers/OpclassesController.php
index f5ecb3ce..f03552ae 100644
--- a/src/controllers/OpclassesController.php
+++ b/src/controllers/OpclassesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OperatorsController.php b/src/controllers/OperatorsController.php
index d72eebf7..76e5d2c5 100644
--- a/src/controllers/OperatorsController.php
+++ b/src/controllers/OperatorsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/PrivilegesController.php b/src/controllers/PrivilegesController.php
index d9147012..268a6548 100644
--- a/src/controllers/PrivilegesController.php
+++ b/src/controllers/PrivilegesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RolesController.php b/src/controllers/RolesController.php
index be52324f..a143c589 100644
--- a/src/controllers/RolesController.php
+++ b/src/controllers/RolesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RulesController.php b/src/controllers/RulesController.php
index 937755a0..b95660f2 100644
--- a/src/controllers/RulesController.php
+++ b/src/controllers/RulesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SchemasController.php b/src/controllers/SchemasController.php
index 893808f6..25037dcd 100644
--- a/src/controllers/SchemasController.php
+++ b/src/controllers/SchemasController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SequencesController.php b/src/controllers/SequencesController.php
index e9d94257..6bf2774b 100644
--- a/src/controllers/SequencesController.php
+++ b/src/controllers/SequencesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ServersController.php b/src/controllers/ServersController.php
index a70680e5..1ab4e921 100644
--- a/src/controllers/ServersController.php
+++ b/src/controllers/ServersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index ea0135bc..c97341f3 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index cb8bf016..b1126af0 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablesController.php b/src/controllers/TablesController.php
index 5e1e34ce..4f159e65 100644
--- a/src/controllers/TablesController.php
+++ b/src/controllers/TablesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablespacesController.php b/src/controllers/TablespacesController.php
index 72865604..b4e4d960 100644
--- a/src/controllers/TablespacesController.php
+++ b/src/controllers/TablespacesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TblpropertiesController.php b/src/controllers/TblpropertiesController.php
index 930cf29f..0f73dde7 100644
--- a/src/controllers/TblpropertiesController.php
+++ b/src/controllers/TblpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TriggersController.php b/src/controllers/TriggersController.php
index 0eb96d45..8c953282 100644
--- a/src/controllers/TriggersController.php
+++ b/src/controllers/TriggersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TypesController.php b/src/controllers/TypesController.php
index a0c9e555..ad1f85f8 100644
--- a/src/controllers/TypesController.php
+++ b/src/controllers/TypesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/UsersController.php b/src/controllers/UsersController.php
index 116f8e72..2556ba81 100644
--- a/src/controllers/UsersController.php
+++ b/src/controllers/UsersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index a58d49f1..ea71cbb1 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewsController.php b/src/controllers/ViewsController.php
index 46593dd2..f76ff476 100644
--- a/src/controllers/ViewsController.php
+++ b/src/controllers/ViewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/database/ADOdbBase.php b/src/database/ADOdbBase.php
index 2a8571fe..cb18d805 100644
--- a/src/database/ADOdbBase.php
+++ b/src/database/ADOdbBase.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Connection.php b/src/database/Connection.php
index d660eaf4..a18cdd93 100644
--- a/src/database/Connection.php
+++ b/src/database/Connection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres.php b/src/database/Postgres.php
index d4719213..0716aa15 100644
--- a/src/database/Postgres.php
+++ b/src/database/Postgres.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres10.php b/src/database/Postgres10.php
index 9728b413..ae1c62a5 100644
--- a/src/database/Postgres10.php
+++ b/src/database/Postgres10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
@@ -39,19 +39,19 @@ class Postgres10 extends Postgres96
reltuples::bigint as reltuples,
pt.spcname as tablespace, ";
- /**
+ /*
* Either display_sizes is true for tables and schemas,
* or we must check if said config is an associative array
*/
if (isset($this->conf['display_sizes']) &&
- ($this->conf['display_sizes'] === true ||
+ (
+ $this->conf['display_sizes'] === true ||
(
is_array($this->conf['display_sizes']) &&
array_key_exists('tables', $this->conf['display_sizes']) &&
$this->conf['display_sizes']['tables'] === true
)
)
-
) {
$sql .= ' pg_size_pretty(pg_total_relation_size(c.oid)) as table_size ';
} else {
diff --git a/src/database/Postgres11.php b/src/database/Postgres11.php
index b2db7a3d..d3badfe1 100644
--- a/src/database/Postgres11.php
+++ b/src/database/Postgres11.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
@@ -19,7 +19,8 @@ class Postgres11 extends Postgres10
/**
* Returns a list of all functions in the database.
- * In PG 11 proagg was replaced with prokind
+ * In PG 11 proagg was replaced with prokind.
+ *
* @see https://www.postgresql.org/docs/11/catalog-pg-proc.html
*
* @param bool $all If true, will find all available functions, if false just those in search path
@@ -68,5 +69,4 @@ class Postgres11 extends Postgres10
return $this->selectSet($sql);
}
-
}
diff --git a/src/database/Postgres74.php b/src/database/Postgres74.php
index d8869d88..dbf0b855 100644
--- a/src/database/Postgres74.php
+++ b/src/database/Postgres74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres80.php b/src/database/Postgres80.php
index 90d70a2a..8918edcb 100644
--- a/src/database/Postgres80.php
+++ b/src/database/Postgres80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres81.php b/src/database/Postgres81.php
index 2688f0bb..f27bb1a1 100644
--- a/src/database/Postgres81.php
+++ b/src/database/Postgres81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres82.php b/src/database/Postgres82.php
index 2f57ab5e..c83208f5 100644
--- a/src/database/Postgres82.php
+++ b/src/database/Postgres82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres83.php b/src/database/Postgres83.php
index e06cfef7..30f54ded 100644
--- a/src/database/Postgres83.php
+++ b/src/database/Postgres83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres84.php b/src/database/Postgres84.php
index bd6f0620..aed669a5 100644
--- a/src/database/Postgres84.php
+++ b/src/database/Postgres84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres90.php b/src/database/Postgres90.php
index 1ab8c518..450b85e0 100644
--- a/src/database/Postgres90.php
+++ b/src/database/Postgres90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres91.php b/src/database/Postgres91.php
index e282c85d..456b188d 100644
--- a/src/database/Postgres91.php
+++ b/src/database/Postgres91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres92.php b/src/database/Postgres92.php
index 3f604ec7..a43420fe 100644
--- a/src/database/Postgres92.php
+++ b/src/database/Postgres92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres93.php b/src/database/Postgres93.php
index 2a081328..829616fe 100644
--- a/src/database/Postgres93.php
+++ b/src/database/Postgres93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres94.php b/src/database/Postgres94.php
index d597d41b..c31a09ca 100644
--- a/src/database/Postgres94.php
+++ b/src/database/Postgres94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres95.php b/src/database/Postgres95.php
index 43fe87f4..69e043ec 100644
--- a/src/database/Postgres95.php
+++ b/src/database/Postgres95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres96.php b/src/database/Postgres96.php
index 24300caa..748f3b0e 100644
--- a/src/database/Postgres96.php
+++ b/src/database/Postgres96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/databasetraits/AggregateTrait.php b/src/database/databasetraits/AggregateTrait.php
index 93eba50d..07ea417b 100644
--- a/src/database/databasetraits/AggregateTrait.php
+++ b/src/database/databasetraits/AggregateTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ColumnTrait.php b/src/database/databasetraits/ColumnTrait.php
index ab32c007..dd8d8199 100644
--- a/src/database/databasetraits/ColumnTrait.php
+++ b/src/database/databasetraits/ColumnTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DatabaseTrait.php b/src/database/databasetraits/DatabaseTrait.php
index 45029e83..680a6f6f 100644
--- a/src/database/databasetraits/DatabaseTrait.php
+++ b/src/database/databasetraits/DatabaseTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DomainTrait.php b/src/database/databasetraits/DomainTrait.php
index 864c47f2..35705c7e 100644
--- a/src/database/databasetraits/DomainTrait.php
+++ b/src/database/databasetraits/DomainTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FtsTrait.php b/src/database/databasetraits/FtsTrait.php
index 3f4f107a..b2a0c5a0 100644
--- a/src/database/databasetraits/FtsTrait.php
+++ b/src/database/databasetraits/FtsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FunctionTrait.php b/src/database/databasetraits/FunctionTrait.php
index e932bcf8..5db8f6f5 100644
--- a/src/database/databasetraits/FunctionTrait.php
+++ b/src/database/databasetraits/FunctionTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
@@ -264,13 +264,13 @@ trait FunctionTrait
if (is_array($definition)) {
$this->arrayClean($definition);
- $sql .= "'" . $definition[0] . "'";
+ $sql .= "'".$definition[0]."'";
if ($definition[1]) {
- $sql .= ",'" . $definition[1] . "'";
+ $sql .= ",'".$definition[1]."'";
}
} else {
$this->clean($definition);
- $sql .= "'" . $definition . "'";
+ $sql .= "'".$definition."'";
}
$sql .= " LANGUAGE \"{$language}\"";
diff --git a/src/database/databasetraits/HasTrait.php b/src/database/databasetraits/HasTrait.php
index 86cb474a..8df8afbe 100644
--- a/src/database/databasetraits/HasTrait.php
+++ b/src/database/databasetraits/HasTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/IndexTrait.php b/src/database/databasetraits/IndexTrait.php
index f0cee222..2ec7ef01 100644
--- a/src/database/databasetraits/IndexTrait.php
+++ b/src/database/databasetraits/IndexTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/OperatorTrait.php b/src/database/databasetraits/OperatorTrait.php
index a17d8f32..7f82b25f 100644
--- a/src/database/databasetraits/OperatorTrait.php
+++ b/src/database/databasetraits/OperatorTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/PrivilegesTrait.php b/src/database/databasetraits/PrivilegesTrait.php
index b1726e20..07ccf2cd 100644
--- a/src/database/databasetraits/PrivilegesTrait.php
+++ b/src/database/databasetraits/PrivilegesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RoleTrait.php b/src/database/databasetraits/RoleTrait.php
index 5c46e204..5a481f4e 100644
--- a/src/database/databasetraits/RoleTrait.php
+++ b/src/database/databasetraits/RoleTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RowTrait.php b/src/database/databasetraits/RowTrait.php
index fcee3115..bd3ebe9e 100644
--- a/src/database/databasetraits/RowTrait.php
+++ b/src/database/databasetraits/RowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SchemaTrait.php b/src/database/databasetraits/SchemaTrait.php
index ce923742..c280918b 100644
--- a/src/database/databasetraits/SchemaTrait.php
+++ b/src/database/databasetraits/SchemaTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
@@ -33,19 +33,19 @@ trait SchemaTrait
pu.rolname AS nspowner,
pg_catalog.obj_description(pn.oid, 'pg_namespace') AS nspcomment, ";
- /**
+ /*
* Either display_sizes is true for tables and schemas,
* or we must check if said config is an associative array
*/
if (isset($this->conf['display_sizes']) &&
- ($this->conf['display_sizes'] === true ||
+ (
+ $this->conf['display_sizes'] === true ||
(
is_array($this->conf['display_sizes']) &&
array_key_exists('schemas', $this->conf['display_sizes']) &&
$this->conf['display_sizes']['schemas'] === true
)
)
-
) {
$sql .= ' pg_size_pretty(SUM(pg_total_relation_size(pg_class.oid))) as schema_size ';
} else {
@@ -133,7 +133,7 @@ trait SchemaTrait
}
$this->fieldArrayClean($temp);
- $sql = 'SET SEARCH_PATH TO "' . implode('","', $temp) . '"';
+ $sql = 'SET SEARCH_PATH TO "'.implode('","', $temp).'"';
return $this->execute($sql);
}
diff --git a/src/database/databasetraits/SequenceTrait.php b/src/database/databasetraits/SequenceTrait.php
index 289bf6ae..398ef876 100644
--- a/src/database/databasetraits/SequenceTrait.php
+++ b/src/database/databasetraits/SequenceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/StatsTrait.php b/src/database/databasetraits/StatsTrait.php
index a20e00f1..8eec79f1 100644
--- a/src/database/databasetraits/StatsTrait.php
+++ b/src/database/databasetraits/StatsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TableTrait.php b/src/database/databasetraits/TableTrait.php
index f3c22ecf..d4edf3ec 100644
--- a/src/database/databasetraits/TableTrait.php
+++ b/src/database/databasetraits/TableTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
@@ -51,19 +51,19 @@ trait TableTrait
reltuples::bigint as reltuples,
pt.spcname as tablespace, ";
- /**
+ /*
* Either display_sizes is true for tables and schemas,
* or we must check if said config is an associative array
*/
if (isset($this->conf['display_sizes']) &&
- ($this->conf['display_sizes'] === true ||
+ (
+ $this->conf['display_sizes'] === true ||
(
is_array($this->conf['display_sizes']) &&
array_key_exists('tables', $this->conf['display_sizes']) &&
$this->conf['display_sizes']['tables'] === true
)
)
-
) {
$sql .= ' pg_size_pretty(pg_total_relation_size(c.oid)) as table_size ';
} else {
@@ -176,7 +176,7 @@ trait TableTrait
}
// Output a reconnect command to create the table as the correct user
- $sql = "-- PHPPgAdmin\n" . $this->getChangeUserSQL($t->fields['relowner']) . "\n\n";
+ $sql = "-- PHPPgAdmin\n".$this->getChangeUserSQL($t->fields['relowner'])."\n\n";
$sql = $this->_dumpCreate($t, $sql, $cleanprefix);
@@ -305,7 +305,7 @@ trait TableTrait
$sql .= ' BIGSERIAL';
}
} else {
- $sql .= ' ' . $this->formatType($atts->fields['type'], $atts->fields['atttypmod']);
+ $sql .= ' '.$this->formatType($atts->fields['type'], $atts->fields['atttypmod']);
// Add NOT NULL if necessary
if ($this->phpBool($atts->fields['attnotnull'])) {
@@ -364,12 +364,12 @@ trait TableTrait
switch ($cons->fields['contype']) {
case 'p':
$keys = $this->getAttributeNames($table, explode(' ', $cons->fields['indkey']));
- $sql .= 'PRIMARY KEY (' . join(',', $keys) . ')';
+ $sql .= 'PRIMARY KEY ('.join(',', $keys).')';
break;
case 'u':
$keys = $this->getAttributeNames($table, explode(' ', $cons->fields['indkey']));
- $sql .= 'UNIQUE (' . join(',', $keys) . ')';
+ $sql .= 'UNIQUE ('.join(',', $keys).')';
break;
default:
@@ -490,7 +490,7 @@ trait TableTrait
}
// Output privileges with no GRANT OPTION
- $sql .= 'GRANT ' . join(', ', $nongrant) . " ON TABLE \"{$tblfields->fields['relname']}\" TO ";
+ $sql .= 'GRANT '.join(', ', $nongrant)." ON TABLE \"{$tblfields->fields['relname']}\" TO ";
switch ($v[0]) {
case 'public':
$sql .= "PUBLIC;\n";
@@ -533,7 +533,7 @@ trait TableTrait
$sql .= "SET SESSION AUTHORIZATION '{$grantor}';\n";
}
- $sql .= 'GRANT ' . join(', ', $v[4]) . " ON \"{$tblfields->fields['relname']}\" TO ";
+ $sql .= 'GRANT '.join(', ', $v[4])." ON \"{$tblfields->fields['relname']}\" TO ";
switch ($v[0]) {
case 'public':
$sql .= 'PUBLIC';
@@ -583,7 +583,7 @@ trait TableTrait
// Begin CREATE TABLE definition
$sql .= "-- Definition\n\n";
// DROP TABLE must be fully qualified in case a table with the same name exists
- $sql .= $cleanprefix . 'DROP TABLE ';
+ $sql .= $cleanprefix.'DROP TABLE ';
$sql .= "\"{$tblfields->fields['nspname']}\".\"{$tblfields->fields['relname']}\";\n";
$sql .= "CREATE TABLE \"{$tblfields->fields['nspname']}\".\"{$tblfields->fields['relname']}\" (\n";
@@ -607,7 +607,7 @@ trait TableTrait
SELECT
c.relname, n.nspname, ';
- $sql .= ($this->hasRoles() ? ' coalesce(u.usename,r.rolname) ' : ' u.usename') . " AS relowner,
+ $sql .= ($this->hasRoles() ? ' coalesce(u.usename,r.rolname) ' : ' u.usename')." AS relowner,
pg_catalog.obj_description(c.oid, 'pg_class') AS relcomment,
pt.spcname AS tablespace
FROM pg_catalog.pg_class c
@@ -615,7 +615,7 @@ trait TableTrait
LEFT JOIN pg_catalog.pg_user u ON u.usesysid = c.relowner
LEFT JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace ";
- $sql .= ($this->hasRoles() ? ' LEFT JOIN pg_catalog.pg_roles r ON c.relowner = r.oid ' : '') .
+ $sql .= ($this->hasRoles() ? ' LEFT JOIN pg_catalog.pg_roles r ON c.relowner = r.oid ' : '').
" WHERE c.relkind = 'r'
AND n.nspname = '{$c_schema}'
AND n.oid = c.relnamespace
@@ -830,7 +830,7 @@ trait TableTrait
if ($indexes->RecordCount() > 0) {
$sql .= "\n-- Indexes\n\n";
while (!$indexes->EOF) {
- $sql .= $indexes->fields['inddef'] . ";\n";
+ $sql .= $indexes->fields['inddef'].";\n";
$indexes->moveNext();
}
@@ -865,7 +865,7 @@ trait TableTrait
if ($rules->RecordCount() > 0) {
$sql .= "\n-- Rules\n\n";
while (!$rules->EOF) {
- $sql .= $rules->fields['definition'] . "\n";
+ $sql .= $rules->fields['definition']."\n";
$rules->moveNext();
}
@@ -1093,7 +1093,7 @@ trait TableTrait
}
}
if (count($primarykeycolumns) > 0) {
- $sql .= ', PRIMARY KEY (' . implode(', ', $primarykeycolumns) . ')';
+ $sql .= ', PRIMARY KEY ('.implode(', ', $primarykeycolumns).')';
}
$sql .= ')';
@@ -1416,7 +1416,7 @@ trait TableTrait
$sql = "TRUNCATE TABLE \"{$f_schema}\".\"{$table}\" ";
if ($cascade) {
- $sql = $sql . ' CASCADE';
+ $sql = $sql.' CASCADE';
}
$status = $this->execute($sql);
@@ -1516,7 +1516,7 @@ trait TableTrait
// Actually retrieve the rows
if ($oids) {
- $oid_str = $this->id . ', ';
+ $oid_str = $this->id.', ';
} else {
$oid_str = '';
}
@@ -1657,7 +1657,7 @@ trait TableTrait
$params[] = "autovacuum_vacuum_cost_limit='{$vaccostlimit}'";
}
- $sql = $sql . implode(',', $params) . ');';
+ $sql = $sql.implode(',', $params).');';
return $this->execute($sql);
}
diff --git a/src/database/databasetraits/TablespaceTrait.php b/src/database/databasetraits/TablespaceTrait.php
index db227d1c..5e5a757c 100644
--- a/src/database/databasetraits/TablespaceTrait.php
+++ b/src/database/databasetraits/TablespaceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TriggerTrait.php b/src/database/databasetraits/TriggerTrait.php
index 33fadd0c..95bef505 100644
--- a/src/database/databasetraits/TriggerTrait.php
+++ b/src/database/databasetraits/TriggerTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TypeTrait.php b/src/database/databasetraits/TypeTrait.php
index ba74d774..be4ba9a7 100644
--- a/src/database/databasetraits/TypeTrait.php
+++ b/src/database/databasetraits/TypeTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ViewTrait.php b/src/database/databasetraits/ViewTrait.php
index b86f675d..35585be8 100644
--- a/src/database/databasetraits/ViewTrait.php
+++ b/src/database/databasetraits/ViewTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index 5372c080..f8ec2032 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ArrayMergeDecorator.php b/src/decorators/ArrayMergeDecorator.php
index 850fbe7c..95177b2f 100644
--- a/src/decorators/ArrayMergeDecorator.php
+++ b/src/decorators/ArrayMergeDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/BranchUrlDecorator.php b/src/decorators/BranchUrlDecorator.php
index 61069682..25ee82e1 100644
--- a/src/decorators/BranchUrlDecorator.php
+++ b/src/decorators/BranchUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/CallbackDecorator.php b/src/decorators/CallbackDecorator.php
index 50726f42..68328588 100644
--- a/src/decorators/CallbackDecorator.php
+++ b/src/decorators/CallbackDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ConcatDecorator.php b/src/decorators/ConcatDecorator.php
index 06825559..31063ae2 100644
--- a/src/decorators/ConcatDecorator.php
+++ b/src/decorators/ConcatDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/Decorator.php b/src/decorators/Decorator.php
index 4aff6bfe..45fb1bf4 100644
--- a/src/decorators/Decorator.php
+++ b/src/decorators/Decorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/FieldDecorator.php b/src/decorators/FieldDecorator.php
index fd64db53..121a1fd1 100644
--- a/src/decorators/FieldDecorator.php
+++ b/src/decorators/FieldDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/IfEmptyDecorator.php b/src/decorators/IfEmptyDecorator.php
index 41481126..41d600d0 100644
--- a/src/decorators/IfEmptyDecorator.php
+++ b/src/decorators/IfEmptyDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/RedirectUrlDecorator.php b/src/decorators/RedirectUrlDecorator.php
index 03f6651a..9e913f4b 100644
--- a/src/decorators/RedirectUrlDecorator.php
+++ b/src/decorators/RedirectUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ReplaceDecorator.php b/src/decorators/ReplaceDecorator.php
index 1b839f60..af21a4ee 100644
--- a/src/decorators/ReplaceDecorator.php
+++ b/src/decorators/ReplaceDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/UrlDecorator.php b/src/decorators/UrlDecorator.php
index 80d9afdc..c9981a1a 100644
--- a/src/decorators/UrlDecorator.php
+++ b/src/decorators/UrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/help/PostgresDoc10.php b/src/help/PostgresDoc10.php
index 1031f872..9713823d 100644
--- a/src/help/PostgresDoc10.php
+++ b/src/help/PostgresDoc10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc74.php b/src/help/PostgresDoc74.php
index 79571fc0..6ee93124 100644
--- a/src/help/PostgresDoc74.php
+++ b/src/help/PostgresDoc74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc80.php b/src/help/PostgresDoc80.php
index 9e98508b..06107baa 100644
--- a/src/help/PostgresDoc80.php
+++ b/src/help/PostgresDoc80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc81.php b/src/help/PostgresDoc81.php
index 2fa8194c..372ee5ce 100644
--- a/src/help/PostgresDoc81.php
+++ b/src/help/PostgresDoc81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc82.php b/src/help/PostgresDoc82.php
index a3284848..f7d463f7 100644
--- a/src/help/PostgresDoc82.php
+++ b/src/help/PostgresDoc82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc83.php b/src/help/PostgresDoc83.php
index adf225ab..26edfa36 100644
--- a/src/help/PostgresDoc83.php
+++ b/src/help/PostgresDoc83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc84.php b/src/help/PostgresDoc84.php
index 9b95552d..cb2e5433 100644
--- a/src/help/PostgresDoc84.php
+++ b/src/help/PostgresDoc84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc90.php b/src/help/PostgresDoc90.php
index 0e081252..6b796ccd 100644
--- a/src/help/PostgresDoc90.php
+++ b/src/help/PostgresDoc90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc91.php b/src/help/PostgresDoc91.php
index 2a8e34c8..adf2dc26 100644
--- a/src/help/PostgresDoc91.php
+++ b/src/help/PostgresDoc91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc92.php b/src/help/PostgresDoc92.php
index bc37f518..f9338a61 100644
--- a/src/help/PostgresDoc92.php
+++ b/src/help/PostgresDoc92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc93.php b/src/help/PostgresDoc93.php
index d5e1944f..c35203a8 100644
--- a/src/help/PostgresDoc93.php
+++ b/src/help/PostgresDoc93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc94.php b/src/help/PostgresDoc94.php
index 7f702351..adbf3fe4 100644
--- a/src/help/PostgresDoc94.php
+++ b/src/help/PostgresDoc94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc95.php b/src/help/PostgresDoc95.php
index ccbab84f..5b5a9009 100644
--- a/src/help/PostgresDoc95.php
+++ b/src/help/PostgresDoc95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc96.php b/src/help/PostgresDoc96.php
index c2226f51..d0f62b84 100644
--- a/src/help/PostgresDoc96.php
+++ b/src/help/PostgresDoc96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Help;
diff --git a/src/traits/AdminTrait.php b/src/traits/AdminTrait.php
index 6ed430cb..bbb56b60 100644
--- a/src/traits/AdminTrait.php
+++ b/src/traits/AdminTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ExportTrait.php b/src/traits/ExportTrait.php
index ce255a50..5921eb6a 100644
--- a/src/traits/ExportTrait.php
+++ b/src/traits/ExportTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/FormTrait.php b/src/traits/FormTrait.php
index 95a78185..bb8a1486 100644
--- a/src/traits/FormTrait.php
+++ b/src/traits/FormTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/HelperTrait.php b/src/traits/HelperTrait.php
index de53395a..7c844e96 100644
--- a/src/traits/HelperTrait.php
+++ b/src/traits/HelperTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/InsertEditRowTrait.php b/src/traits/InsertEditRowTrait.php
index 07c6c220..78ad0ab8 100644
--- a/src/traits/InsertEditRowTrait.php
+++ b/src/traits/InsertEditRowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/MiscTrait.php b/src/traits/MiscTrait.php
index 32898d4b..10ccc12f 100644
--- a/src/traits/MiscTrait.php
+++ b/src/traits/MiscTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ServersTrait.php b/src/traits/ServersTrait.php
index a2e0502e..88270f50 100644
--- a/src/traits/ServersTrait.php
+++ b/src/traits/ServersTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatViewsPropertiesTrait.php b/src/traits/ViewsMatViewsPropertiesTrait.php
index 299aa860..2fe984a9 100644
--- a/src/traits/ViewsMatViewsPropertiesTrait.php
+++ b/src/traits/ViewsMatViewsPropertiesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatviewsTrait.php b/src/traits/ViewsMatviewsTrait.php
index 46468870..779e0c8d 100644
--- a/src/traits/ViewsMatviewsTrait.php
+++ b/src/traits/ViewsMatviewsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/translations/Afrikaans.php b/src/translations/Afrikaans.php
index f3908035..2dd893b9 100644
--- a/src/translations/Afrikaans.php
+++ b/src/translations/Afrikaans.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Arabic.php b/src/translations/Arabic.php
index b4c24b79..e67304cf 100644
--- a/src/translations/Arabic.php
+++ b/src/translations/Arabic.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Catalan.php b/src/translations/Catalan.php
index 59bf249e..be9f36f9 100644
--- a/src/translations/Catalan.php
+++ b/src/translations/Catalan.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseSim.php b/src/translations/ChineseSim.php
index 3ec59aec..d2a1961a 100644
--- a/src/translations/ChineseSim.php
+++ b/src/translations/ChineseSim.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseTr.php b/src/translations/ChineseTr.php
index 8274ed6a..75812cbd 100644
--- a/src/translations/ChineseTr.php
+++ b/src/translations/ChineseTr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhCn.php b/src/translations/ChineseUtf8ZhCn.php
index 3025cbe7..6138614d 100644
--- a/src/translations/ChineseUtf8ZhCn.php
+++ b/src/translations/ChineseUtf8ZhCn.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhTw.php b/src/translations/ChineseUtf8ZhTw.php
index 073aa7f5..08e3b739 100644
--- a/src/translations/ChineseUtf8ZhTw.php
+++ b/src/translations/ChineseUtf8ZhTw.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Czech.php b/src/translations/Czech.php
index af4d5b05..703fb740 100644
--- a/src/translations/Czech.php
+++ b/src/translations/Czech.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Danish.php b/src/translations/Danish.php
index b1e72c5e..88074cbf 100644
--- a/src/translations/Danish.php
+++ b/src/translations/Danish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Dutch.php b/src/translations/Dutch.php
index cedcbe85..6ca33bac 100644
--- a/src/translations/Dutch.php
+++ b/src/translations/Dutch.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/English.php b/src/translations/English.php
index ef02823a..2ed9e8f4 100644
--- a/src/translations/English.php
+++ b/src/translations/English.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/French.php b/src/translations/French.php
index 1afa9bdb..bdda0210 100644
--- a/src/translations/French.php
+++ b/src/translations/French.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Galician.php b/src/translations/Galician.php
index 3243068d..5750946c 100644
--- a/src/translations/Galician.php
+++ b/src/translations/Galician.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/German.php b/src/translations/German.php
index 09fc4b68..25010c78 100644
--- a/src/translations/German.php
+++ b/src/translations/German.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Greek.php b/src/translations/Greek.php
index 26f5bc42..f06cb5ba 100644
--- a/src/translations/Greek.php
+++ b/src/translations/Greek.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hebrew.php b/src/translations/Hebrew.php
index 2b526a78..dd4e0793 100644
--- a/src/translations/Hebrew.php
+++ b/src/translations/Hebrew.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hungarian.php b/src/translations/Hungarian.php
index 991e5eb9..c72b9484 100644
--- a/src/translations/Hungarian.php
+++ b/src/translations/Hungarian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Italian.php b/src/translations/Italian.php
index b69d4e52..15e3ae3e 100644
--- a/src/translations/Italian.php
+++ b/src/translations/Italian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Japanese.php b/src/translations/Japanese.php
index b75361f2..6bbc6367 100644
--- a/src/translations/Japanese.php
+++ b/src/translations/Japanese.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Lithuanian.php b/src/translations/Lithuanian.php
index a051ca12..70561945 100644
--- a/src/translations/Lithuanian.php
+++ b/src/translations/Lithuanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Mongol.php b/src/translations/Mongol.php
index 4d1e81f8..5ba94b4e 100644
--- a/src/translations/Mongol.php
+++ b/src/translations/Mongol.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Polish.php b/src/translations/Polish.php
index baa52b9c..8c2b0877 100644
--- a/src/translations/Polish.php
+++ b/src/translations/Polish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortugueseBr.php b/src/translations/PortugueseBr.php
index db9f17de..d98456ba 100644
--- a/src/translations/PortugueseBr.php
+++ b/src/translations/PortugueseBr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortuguesePt.php b/src/translations/PortuguesePt.php
index 979da9c6..3747e387 100644
--- a/src/translations/PortuguesePt.php
+++ b/src/translations/PortuguesePt.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Romanian.php b/src/translations/Romanian.php
index 1d92c86b..d9392bc9 100644
--- a/src/translations/Romanian.php
+++ b/src/translations/Romanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Russian.php b/src/translations/Russian.php
index 27cbbad7..0000df9c 100644
--- a/src/translations/Russian.php
+++ b/src/translations/Russian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/RussianUtf8.php b/src/translations/RussianUtf8.php
index 3f0a2619..f909c0f0 100644
--- a/src/translations/RussianUtf8.php
+++ b/src/translations/RussianUtf8.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Slovak.php b/src/translations/Slovak.php
index 6fe090e0..f17fa247 100644
--- a/src/translations/Slovak.php
+++ b/src/translations/Slovak.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Spanish.php b/src/translations/Spanish.php
index f50e2826..9a99c499 100644
--- a/src/translations/Spanish.php
+++ b/src/translations/Spanish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Swedish.php b/src/translations/Swedish.php
index 9367dff6..bc3a2e1d 100644
--- a/src/translations/Swedish.php
+++ b/src/translations/Swedish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Turkish.php b/src/translations/Turkish.php
index 53164985..b66b1c0d 100644
--- a/src/translations/Turkish.php
+++ b/src/translations/Turkish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Ukrainian.php b/src/translations/Ukrainian.php
index 5c118889..ec5dc606 100644
--- a/src/translations/Ukrainian.php
+++ b/src/translations/Ukrainian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/xhtml/HTMLController.php b/src/xhtml/HTMLController.php
index faae2afe..d76f4e55 100644
--- a/src/xhtml/HTMLController.php
+++ b/src/xhtml/HTMLController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLFooterController.php b/src/xhtml/HTMLFooterController.php
index a2a20eb9..307c3236 100644
--- a/src/xhtml/HTMLFooterController.php
+++ b/src/xhtml/HTMLFooterController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLHeaderController.php b/src/xhtml/HTMLHeaderController.php
index 7d1a81c4..e7905db9 100644
--- a/src/xhtml/HTMLHeaderController.php
+++ b/src/xhtml/HTMLHeaderController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLNavbarController.php b/src/xhtml/HTMLNavbarController.php
index 1176b0d5..43ed6d3d 100644
--- a/src/xhtml/HTMLNavbarController.php
+++ b/src/xhtml/HTMLNavbarController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLTableController.php b/src/xhtml/HTMLTableController.php
index 77696dbc..81d4c07e 100644
--- a/src/xhtml/HTMLTableController.php
+++ b/src/xhtml/HTMLTableController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/TreeController.php b/src/xhtml/TreeController.php
index 22aef1f6..147101d3 100644
--- a/src/xhtml/TreeController.php
+++ b/src/xhtml/TreeController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlButton.php b/src/xhtml/XHtmlButton.php
index 7adedf6e..ff4faa6a 100644
--- a/src/xhtml/XHtmlButton.php
+++ b/src/xhtml/XHtmlButton.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlElement.php b/src/xhtml/XHtmlElement.php
index 9b3cad1e..55b3d0ad 100644
--- a/src/xhtml/XHtmlElement.php
+++ b/src/xhtml/XHtmlElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlOption.php b/src/xhtml/XHtmlOption.php
index 346aeae8..23ec3ad7 100644
--- a/src/xhtml/XHtmlOption.php
+++ b/src/xhtml/XHtmlOption.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSelect.php b/src/xhtml/XHtmlSelect.php
index 7117b552..8297dbb7 100644
--- a/src/xhtml/XHtmlSelect.php
+++ b/src/xhtml/XHtmlSelect.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSimpleElement.php b/src/xhtml/XHtmlSimpleElement.php
index f8c407dc..be573344 100644
--- a/src/xhtml/XHtmlSimpleElement.php
+++ b/src/xhtml/XHtmlSimpleElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace PHPPgAdmin\XHtml;
diff --git a/tests/_support/AcceptanceTester.php b/tests/_support/AcceptanceTester.php
index 635bca19..70004320 100644
--- a/tests/_support/AcceptanceTester.php
+++ b/tests/_support/AcceptanceTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
class AcceptanceTester extends \Codeception\Actor
{
diff --git a/tests/_support/FunctionalTester.php b/tests/_support/FunctionalTester.php
index 99880859..4074ca13 100644
--- a/tests/_support/FunctionalTester.php
+++ b/tests/_support/FunctionalTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
class FunctionalTester extends \Codeception\Actor
{
diff --git a/tests/_support/Helper/Acceptance.php b/tests/_support/Helper/Acceptance.php
index 45a2bb2e..7c110210 100644
--- a/tests/_support/Helper/Acceptance.php
+++ b/tests/_support/Helper/Acceptance.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace Helper;
diff --git a/tests/_support/Helper/Functional.php b/tests/_support/Helper/Functional.php
index 48611b98..a0a54a61 100644
--- a/tests/_support/Helper/Functional.php
+++ b/tests/_support/Helper/Functional.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace Helper;
diff --git a/tests/_support/Helper/Unit.php b/tests/_support/Helper/Unit.php
index de13362c..5026277a 100644
--- a/tests/_support/Helper/Unit.php
+++ b/tests/_support/Helper/Unit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
namespace Helper;
@@ -27,7 +27,7 @@ class Unit extends \Codeception\Module
self::$container = $container;
}
- //\Codeception\Util\Debug::debug('BASE_PATH is ' . \BASE_PATH);
+ \Codeception\Util\Debug::debug('BASE_PATH is '.\BASE_PATH);
return self::$container;
}
diff --git a/tests/_support/UnitTester.php b/tests/_support/UnitTester.php
index e7fb5a1e..2804f8d0 100644
--- a/tests/_support/UnitTester.php
+++ b/tests/_support/UnitTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
class UnitTester extends \Codeception\Actor
{
diff --git a/tests/selenium/TestSuite.php b/tests/selenium/TestSuite.php
index da78c99c..0c8abdd3 100644
--- a/tests/selenium/TestSuite.php
+++ b/tests/selenium/TestSuite.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
chdir('../..'); /* go back to root so we can include scripts */
diff --git a/tests/selenium/src/01-roles.php b/tests/selenium/src/01-roles.php
index fdf2225b..f92ca7f0 100644
--- a/tests/selenium/src/01-roles.php
+++ b/tests/selenium/src/01-roles.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$test_title = 'Roles, Users and Groups tests';
diff --git a/tests/selenium/src/04-database.php b/tests/selenium/src/04-database.php
index bc95d8b5..92383923 100644
--- a/tests/selenium/src/04-database.php
+++ b/tests/selenium/src/04-database.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$test_title = 'Database tests';
diff --git a/tests/selenium/src/06-schema.php b/tests/selenium/src/06-schema.php
index 4b0c40b5..a126c6a6 100644
--- a/tests/selenium/src/06-schema.php
+++ b/tests/selenium/src/06-schema.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$test_title = 'Schema tests';
diff --git a/tests/selenium/src/08-domaine.php b/tests/selenium/src/08-domaine.php
index 537e8aec..332315a6 100644
--- a/tests/selenium/src/08-domaine.php
+++ b/tests/selenium/src/08-domaine.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$test_title = 'Domain tests';
diff --git a/tests/selenium/src/10-table.php b/tests/selenium/src/10-table.php
index 12af2771..121930ed 100644
--- a/tests/selenium/src/10-table.php
+++ b/tests/selenium/src/10-table.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$test_title = 'Table tests';
diff --git a/tests/selenium/src/12-admin.php b/tests/selenium/src/12-admin.php
index 94f59aae..4b155f5a 100644
--- a/tests/selenium/src/12-admin.php
+++ b/tests/selenium/src/12-admin.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$test_title = 'Admin tests';
diff --git a/tests/selenium/src/15-sequence.php b/tests/selenium/src/15-sequence.php
index 2769c8fb..a4f77cde 100644
--- a/tests/selenium/src/15-sequence.php
+++ b/tests/selenium/src/15-sequence.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$test_title = 'Sequence tests';
diff --git a/tests/selenium/src/20-constraint.php b/tests/selenium/src/20-constraint.php
index 72c1e734..82577aff 100644
--- a/tests/selenium/src/20-constraint.php
+++ b/tests/selenium/src/20-constraint.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$test_title = 'Constraint tests';
diff --git a/tests/selenium/src/25-column.php b/tests/selenium/src/25-column.php
index b8f018bb..e2d93dde 100644
--- a/tests/selenium/src/25-column.php
+++ b/tests/selenium/src/25-column.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$test_title = 'Column tests';
diff --git a/tests/selenium/src/30-view.php b/tests/selenium/src/30-view.php
index 39b57618..e84354e9 100644
--- a/tests/selenium/src/30-view.php
+++ b/tests/selenium/src/30-view.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$test_title = 'View tests';
diff --git a/tests/selenium/src/35-index.php b/tests/selenium/src/35-index.php
index a8d899ae..dda5ead0 100644
--- a/tests/selenium/src/35-index.php
+++ b/tests/selenium/src/35-index.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$test_title = 'Index tests';
diff --git a/tests/selenium/src/99-cleantests.php b/tests/selenium/src/99-cleantests.php
index 6227e954..089c2c40 100644
--- a/tests/selenium/src/99-cleantests.php
+++ b/tests/selenium/src/99-cleantests.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$test_title = 'Cleaner tests';
diff --git a/tests/selenium/testBuilder.class.php b/tests/selenium/testBuilder.class.php
index 58d00a05..0d091f37 100644
--- a/tests/selenium/testBuilder.class.php
+++ b/tests/selenium/testBuilder.class.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$_no_db_connection = true; // load lib.inc.php without trying to connect
diff --git a/tests/simpletest/config.tests.php b/tests/simpletest/config.tests.php
index 5775d732..aacc5eb1 100644
--- a/tests/simpletest/config.tests.php
+++ b/tests/simpletest/config.tests.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
global $webUrl;
global $SERVER;
diff --git a/tests/simpletest/testcase/Common/CommonGroupTest.php b/tests/simpletest/testcase/Common/CommonGroupTest.php
index 4cccff56..b196dcff 100644
--- a/tests/simpletest/testcase/Common/CommonGroupTest.php
+++ b/tests/simpletest/testcase/Common/CommonGroupTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the test cases.
diff --git a/tests/simpletest/testcase/Common/ExportTest.php b/tests/simpletest/testcase/Common/ExportTest.php
index f58e3ef1..ae553e2e 100644
--- a/tests/simpletest/testcase/Common/ExportTest.php
+++ b/tests/simpletest/testcase/Common/ExportTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Common/ImportTest.php b/tests/simpletest/testcase/Common/ImportTest.php
index 57bf2f30..07620833 100644
--- a/tests/simpletest/testcase/Common/ImportTest.php
+++ b/tests/simpletest/testcase/Common/ImportTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Common/SecurityTest.php b/tests/simpletest/testcase/Common/SecurityTest.php
index d70db534..de5b1550 100644
--- a/tests/simpletest/testcase/Common/SecurityTest.php
+++ b/tests/simpletest/testcase/Common/SecurityTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Databases/AdminTest.php b/tests/simpletest/testcase/Databases/AdminTest.php
index 21cf64c9..22be0ffc 100644
--- a/tests/simpletest/testcase/Databases/AdminTest.php
+++ b/tests/simpletest/testcase/Databases/AdminTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Databases/CastsTest.php b/tests/simpletest/testcase/Databases/CastsTest.php
index aa334b25..c5e89c6e 100644
--- a/tests/simpletest/testcase/Databases/CastsTest.php
+++ b/tests/simpletest/testcase/Databases/CastsTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Databases/DatabaseGroupTest.php b/tests/simpletest/testcase/Databases/DatabaseGroupTest.php
index 8026f239..96a9bc2d 100644
--- a/tests/simpletest/testcase/Databases/DatabaseGroupTest.php
+++ b/tests/simpletest/testcase/Databases/DatabaseGroupTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
require_once 'DatabaseTest.php';
require_once 'SqlTest.php';
diff --git a/tests/simpletest/testcase/Databases/DatabaseTest.php b/tests/simpletest/testcase/Databases/DatabaseTest.php
index 1de9a77e..32d18972 100644
--- a/tests/simpletest/testcase/Databases/DatabaseTest.php
+++ b/tests/simpletest/testcase/Databases/DatabaseTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Databases/FindObjectsTest.php b/tests/simpletest/testcase/Databases/FindObjectsTest.php
index 927906c0..bb78c308 100644
--- a/tests/simpletest/testcase/Databases/FindObjectsTest.php
+++ b/tests/simpletest/testcase/Databases/FindObjectsTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Databases/HelpTest.php b/tests/simpletest/testcase/Databases/HelpTest.php
index 5ac92ee7..395afcc6 100644
--- a/tests/simpletest/testcase/Databases/HelpTest.php
+++ b/tests/simpletest/testcase/Databases/HelpTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Databases/LanguageTest.php b/tests/simpletest/testcase/Databases/LanguageTest.php
index fbdceffc..3b3b4f32 100644
--- a/tests/simpletest/testcase/Databases/LanguageTest.php
+++ b/tests/simpletest/testcase/Databases/LanguageTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Databases/ProcessesTest.php b/tests/simpletest/testcase/Databases/ProcessesTest.php
index 84f36dfa..5d039e03 100644
--- a/tests/simpletest/testcase/Databases/ProcessesTest.php
+++ b/tests/simpletest/testcase/Databases/ProcessesTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Databases/SchemaBasicTest.php b/tests/simpletest/testcase/Databases/SchemaBasicTest.php
index b23807f2..32ed6622 100644
--- a/tests/simpletest/testcase/Databases/SchemaBasicTest.php
+++ b/tests/simpletest/testcase/Databases/SchemaBasicTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Databases/SqlTest.php b/tests/simpletest/testcase/Databases/SqlTest.php
index 492075dc..1ab4fafc 100644
--- a/tests/simpletest/testcase/Databases/SqlTest.php
+++ b/tests/simpletest/testcase/Databases/SqlTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Databases/VariablesTest.php b/tests/simpletest/testcase/Databases/VariablesTest.php
index 40087afd..147aa3a5 100644
--- a/tests/simpletest/testcase/Databases/VariablesTest.php
+++ b/tests/simpletest/testcase/Databases/VariablesTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Public/SetPrecondition.php b/tests/simpletest/testcase/Public/SetPrecondition.php
index f2519d33..9e00d5d1 100644
--- a/tests/simpletest/testcase/Public/SetPrecondition.php
+++ b/tests/simpletest/testcase/Public/SetPrecondition.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
/**
diff --git a/tests/simpletest/testcase/Public/common.php b/tests/simpletest/testcase/Public/common.php
index 03333d03..9dd87d60 100644
--- a/tests/simpletest/testcase/Public/common.php
+++ b/tests/simpletest/testcase/Public/common.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// The home page of phpPgAdmin.
diff --git a/tests/simpletest/testcase/Schemas/AggregateTest.php b/tests/simpletest/testcase/Schemas/AggregateTest.php
index 8677f625..aa387984 100644
--- a/tests/simpletest/testcase/Schemas/AggregateTest.php
+++ b/tests/simpletest/testcase/Schemas/AggregateTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Schemas/ConversionTest.php b/tests/simpletest/testcase/Schemas/ConversionTest.php
index e4bfa2ef..dea7b714 100644
--- a/tests/simpletest/testcase/Schemas/ConversionTest.php
+++ b/tests/simpletest/testcase/Schemas/ConversionTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Schemas/DomainTest.php b/tests/simpletest/testcase/Schemas/DomainTest.php
index 8fad5e06..93f73e14 100644
--- a/tests/simpletest/testcase/Schemas/DomainTest.php
+++ b/tests/simpletest/testcase/Schemas/DomainTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Schemas/FunctionTest.php b/tests/simpletest/testcase/Schemas/FunctionTest.php
index 5b2ba2e0..2fb4e2dc 100644
--- a/tests/simpletest/testcase/Schemas/FunctionTest.php
+++ b/tests/simpletest/testcase/Schemas/FunctionTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Schemas/OpClassTest.php b/tests/simpletest/testcase/Schemas/OpClassTest.php
index 8960f1b6..ae8bdfa1 100644
--- a/tests/simpletest/testcase/Schemas/OpClassTest.php
+++ b/tests/simpletest/testcase/Schemas/OpClassTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Schemas/OperatorTest.php b/tests/simpletest/testcase/Schemas/OperatorTest.php
index 349615ab..bfe3eb2a 100644
--- a/tests/simpletest/testcase/Schemas/OperatorTest.php
+++ b/tests/simpletest/testcase/Schemas/OperatorTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Schemas/SchemasGroupTest.php b/tests/simpletest/testcase/Schemas/SchemasGroupTest.php
index eab70cbd..1681902d 100644
--- a/tests/simpletest/testcase/Schemas/SchemasGroupTest.php
+++ b/tests/simpletest/testcase/Schemas/SchemasGroupTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the test case files.
diff --git a/tests/simpletest/testcase/Schemas/SequenceTest.php b/tests/simpletest/testcase/Schemas/SequenceTest.php
index b762f088..c8581cc6 100644
--- a/tests/simpletest/testcase/Schemas/SequenceTest.php
+++ b/tests/simpletest/testcase/Schemas/SequenceTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Schemas/TableTest.php b/tests/simpletest/testcase/Schemas/TableTest.php
index b0e30a64..2b3b63fd 100644
--- a/tests/simpletest/testcase/Schemas/TableTest.php
+++ b/tests/simpletest/testcase/Schemas/TableTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Schemas/TypeTest.php b/tests/simpletest/testcase/Schemas/TypeTest.php
index f0b624b6..9c67ca13 100644
--- a/tests/simpletest/testcase/Schemas/TypeTest.php
+++ b/tests/simpletest/testcase/Schemas/TypeTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Schemas/ViewTest.php b/tests/simpletest/testcase/Schemas/ViewTest.php
index 24856eaa..224e2cd5 100644
--- a/tests/simpletest/testcase/Schemas/ViewTest.php
+++ b/tests/simpletest/testcase/Schemas/ViewTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Server/GroupsTest.php b/tests/simpletest/testcase/Server/GroupsTest.php
index ea0b775e..26d177db 100644
--- a/tests/simpletest/testcase/Server/GroupsTest.php
+++ b/tests/simpletest/testcase/Server/GroupsTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Server/ReportsTest.php b/tests/simpletest/testcase/Server/ReportsTest.php
index 164e28fe..b28bc52b 100644
--- a/tests/simpletest/testcase/Server/ReportsTest.php
+++ b/tests/simpletest/testcase/Server/ReportsTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Server/ServerGroupTest.php b/tests/simpletest/testcase/Server/ServerGroupTest.php
index 67b8b683..e39631dc 100644
--- a/tests/simpletest/testcase/Server/ServerGroupTest.php
+++ b/tests/simpletest/testcase/Server/ServerGroupTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the test cases.
diff --git a/tests/simpletest/testcase/Server/TableSpacesTest.php b/tests/simpletest/testcase/Server/TableSpacesTest.php
index eaaca8ed..76601c9a 100644
--- a/tests/simpletest/testcase/Server/TableSpacesTest.php
+++ b/tests/simpletest/testcase/Server/TableSpacesTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Server/UsersTest.php b/tests/simpletest/testcase/Server/UsersTest.php
index 3d0337e7..3c5fab58 100644
--- a/tests/simpletest/testcase/Server/UsersTest.php
+++ b/tests/simpletest/testcase/Server/UsersTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Tables/ColumnTest.php b/tests/simpletest/testcase/Tables/ColumnTest.php
index fb599330..f40bb8c5 100644
--- a/tests/simpletest/testcase/Tables/ColumnTest.php
+++ b/tests/simpletest/testcase/Tables/ColumnTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Tables/ConstraintsTest.php b/tests/simpletest/testcase/Tables/ConstraintsTest.php
index bc4825ad..f83cd328 100644
--- a/tests/simpletest/testcase/Tables/ConstraintsTest.php
+++ b/tests/simpletest/testcase/Tables/ConstraintsTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Tables/DeadlockTest.php b/tests/simpletest/testcase/Tables/DeadlockTest.php
index 663e6078..db6b11ad 100644
--- a/tests/simpletest/testcase/Tables/DeadlockTest.php
+++ b/tests/simpletest/testcase/Tables/DeadlockTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Tables/IndexesTest.php b/tests/simpletest/testcase/Tables/IndexesTest.php
index acee25c7..bf2e5e72 100644
--- a/tests/simpletest/testcase/Tables/IndexesTest.php
+++ b/tests/simpletest/testcase/Tables/IndexesTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Tables/InfoTest.php b/tests/simpletest/testcase/Tables/InfoTest.php
index 95f7e076..912a1609 100644
--- a/tests/simpletest/testcase/Tables/InfoTest.php
+++ b/tests/simpletest/testcase/Tables/InfoTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Tables/RulesTest.php b/tests/simpletest/testcase/Tables/RulesTest.php
index dbababd8..6b5f780c 100644
--- a/tests/simpletest/testcase/Tables/RulesTest.php
+++ b/tests/simpletest/testcase/Tables/RulesTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/Tables/TableGroupTest.php b/tests/simpletest/testcase/Tables/TableGroupTest.php
index c20b45a4..cb64d4c5 100644
--- a/tests/simpletest/testcase/Tables/TableGroupTest.php
+++ b/tests/simpletest/testcase/Tables/TableGroupTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
require_once 'ColumnTest.php';
require_once 'IndexesTest.php';
diff --git a/tests/simpletest/testcase/Tables/TriggersTest.php b/tests/simpletest/testcase/Tables/TriggersTest.php
index a1ca01df..8d36e93f 100644
--- a/tests/simpletest/testcase/Tables/TriggersTest.php
+++ b/tests/simpletest/testcase/Tables/TriggersTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import the precondition class.
diff --git a/tests/simpletest/testcase/coveragephpPgAdminMain.php b/tests/simpletest/testcase/coveragephpPgAdminMain.php
index 9fbbbc80..534ef3eb 100644
--- a/tests/simpletest/testcase/coveragephpPgAdminMain.php
+++ b/tests/simpletest/testcase/coveragephpPgAdminMain.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
require_once 'simpletest.inc.php';
require_once 'simpletest/web_tester.php';
diff --git a/tests/simpletest/testcase/testphpPgAdminMain.php b/tests/simpletest/testcase/testphpPgAdminMain.php
index 77b50e98..3c2fb85f 100644
--- a/tests/simpletest/testcase/testphpPgAdminMain.php
+++ b/tests/simpletest/testcase/testphpPgAdminMain.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Import necessary library files to setup the testcase.
diff --git a/tests/simpletest/tests.php b/tests/simpletest/tests.php
index e845870d..a35c3c43 100644
--- a/tests/simpletest/tests.php
+++ b/tests/simpletest/tests.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
require_once __DIR__.'/../../src/lib.inc.php';
require_once __DIR__.'/../../src/lang/english.php';
diff --git a/tests/unit/ViewTest.php b/tests/unit/ViewTest.php
index 1aeeffcb..009cfe1e 100644
--- a/tests/unit/ViewTest.php
+++ b/tests/unit/ViewTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*
* @coversNothing
*/
diff --git a/tests/views/acinsert.php b/tests/views/acinsert.php
index 942490dc..cf96499a 100644
--- a/tests/views/acinsert.php
+++ b/tests/views/acinsert.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/tests/views/aggregates.php b/tests/views/aggregates.php
index 9237929a..47921745 100644
--- a/tests/views/aggregates.php
+++ b/tests/views/aggregates.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/alldb.php b/tests/views/alldb.php
index 253f8248..43dc0f24 100644
--- a/tests/views/alldb.php
+++ b/tests/views/alldb.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/browser.php b/tests/views/browser.php
index 03e7be17..3e9d7030 100644
--- a/tests/views/browser.php
+++ b/tests/views/browser.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/tests/views/casts.php b/tests/views/casts.php
index 8ef64567..0567e90e 100644
--- a/tests/views/casts.php
+++ b/tests/views/casts.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/colproperties.php b/tests/views/colproperties.php
index c9178407..fdc722b2 100644
--- a/tests/views/colproperties.php
+++ b/tests/views/colproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/constraints.php b/tests/views/constraints.php
index e10d59d4..7c5cebf2 100644
--- a/tests/views/constraints.php
+++ b/tests/views/constraints.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/conversions.php b/tests/views/conversions.php
index fe763ef2..620e0533 100644
--- a/tests/views/conversions.php
+++ b/tests/views/conversions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/database.php b/tests/views/database.php
index 504b2c3d..49d9b637 100644
--- a/tests/views/database.php
+++ b/tests/views/database.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/dataexport.php b/tests/views/dataexport.php
index c2d2a75b..616f8ed8 100644
--- a/tests/views/dataexport.php
+++ b/tests/views/dataexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/tests/views/dataimport.php b/tests/views/dataimport.php
index 24b0bf9d..3fe94c85 100644
--- a/tests/views/dataimport.php
+++ b/tests/views/dataimport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/tests/views/dbexport.php b/tests/views/dbexport.php
index 0f34ffa3..c1f0c934 100644
--- a/tests/views/dbexport.php
+++ b/tests/views/dbexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/tests/views/display.php b/tests/views/display.php
index fac60f60..14d05973 100644
--- a/tests/views/display.php
+++ b/tests/views/display.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/domains.php b/tests/views/domains.php
index 240e6fd2..d5537034 100644
--- a/tests/views/domains.php
+++ b/tests/views/domains.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/fulltext.php b/tests/views/fulltext.php
index 341ad074..33d1d981 100644
--- a/tests/views/fulltext.php
+++ b/tests/views/fulltext.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/functions.php b/tests/views/functions.php
index 80345f29..5137f564 100644
--- a/tests/views/functions.php
+++ b/tests/views/functions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/groups.php b/tests/views/groups.php
index 1ffc1c54..2554ce73 100644
--- a/tests/views/groups.php
+++ b/tests/views/groups.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/help.php b/tests/views/help.php
index 0fc31275..a0020fa4 100644
--- a/tests/views/help.php
+++ b/tests/views/help.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/history.php b/tests/views/history.php
index db0a8853..76fb85b8 100644
--- a/tests/views/history.php
+++ b/tests/views/history.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/indexes.php b/tests/views/indexes.php
index b22b917a..1c9fe3f6 100644
--- a/tests/views/indexes.php
+++ b/tests/views/indexes.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/info.php b/tests/views/info.php
index 02c55730..945a49cb 100644
--- a/tests/views/info.php
+++ b/tests/views/info.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/intro.php b/tests/views/intro.php
index 9388409f..d43df8f8 100644
--- a/tests/views/intro.php
+++ b/tests/views/intro.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/tests/views/languages.php b/tests/views/languages.php
index ed0cfcef..7518af33 100644
--- a/tests/views/languages.php
+++ b/tests/views/languages.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/login.php b/tests/views/login.php
index 5e5bb9c5..423d762d 100644
--- a/tests/views/login.php
+++ b/tests/views/login.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/tests/views/materializedviewproperties.php b/tests/views/materializedviewproperties.php
index e55bacd7..2342a64d 100644
--- a/tests/views/materializedviewproperties.php
+++ b/tests/views/materializedviewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/materializedviews.php b/tests/views/materializedviews.php
index acea6431..444b1c63 100644
--- a/tests/views/materializedviews.php
+++ b/tests/views/materializedviews.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/opclasses.php b/tests/views/opclasses.php
index 79a70882..408d01e3 100644
--- a/tests/views/opclasses.php
+++ b/tests/views/opclasses.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/operators.php b/tests/views/operators.php
index 29507c80..58bceb40 100644
--- a/tests/views/operators.php
+++ b/tests/views/operators.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/privileges.php b/tests/views/privileges.php
index 52f0347e..81e1670c 100644
--- a/tests/views/privileges.php
+++ b/tests/views/privileges.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/tests/views/roles.php b/tests/views/roles.php
index 67831923..81c5ad03 100644
--- a/tests/views/roles.php
+++ b/tests/views/roles.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/rules.php b/tests/views/rules.php
index fac92dfc..e76ddfee 100644
--- a/tests/views/rules.php
+++ b/tests/views/rules.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/schemas.php b/tests/views/schemas.php
index fb3755c2..e7652571 100644
--- a/tests/views/schemas.php
+++ b/tests/views/schemas.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/sequences.php b/tests/views/sequences.php
index e08a5d3d..71fb5e1e 100644
--- a/tests/views/sequences.php
+++ b/tests/views/sequences.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/servers.php b/tests/views/servers.php
index ed0e154d..e24af41a 100644
--- a/tests/views/servers.php
+++ b/tests/views/servers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/tests/views/sql.php b/tests/views/sql.php
index 6004fdcb..1b8f051f 100644
--- a/tests/views/sql.php
+++ b/tests/views/sql.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/sqledit.php b/tests/views/sqledit.php
index 78e2022d..35cb9dee 100644
--- a/tests/views/sqledit.php
+++ b/tests/views/sqledit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/tables.php b/tests/views/tables.php
index d9d92053..f2765dfc 100644
--- a/tests/views/tables.php
+++ b/tests/views/tables.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
$do_render = false;
if (!defined('BASE_PATH')) {
diff --git a/tests/views/tablespaces.php b/tests/views/tablespaces.php
index c010d07e..539f4f28 100644
--- a/tests/views/tablespaces.php
+++ b/tests/views/tablespaces.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/tblproperties.php b/tests/views/tblproperties.php
index 7912bf34..1b08bc08 100644
--- a/tests/views/tblproperties.php
+++ b/tests/views/tblproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/triggers.php b/tests/views/triggers.php
index 8966365e..e4b1acb4 100644
--- a/tests/views/triggers.php
+++ b/tests/views/triggers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/types.php b/tests/views/types.php
index 18e9d426..4ec71d79 100644
--- a/tests/views/types.php
+++ b/tests/views/types.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/users.php b/tests/views/users.php
index 65eca1f5..2a58081d 100644
--- a/tests/views/users.php
+++ b/tests/views/users.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/viewproperties.php b/tests/views/viewproperties.php
index 97a3126c..8543ad25 100644
--- a/tests/views/viewproperties.php
+++ b/tests/views/viewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions
diff --git a/tests/views/views.php b/tests/views/views.php
index a4dcc05f..c06b2300 100644
--- a/tests/views/views.php
+++ b/tests/views/views.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-beta.50
+ * PHPPgAdmin v6.0.0-beta.51
*/
// Include application functions