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>2020-02-05 14:19:42 +0300
committerAmenadiel <amenadiel@gmail.com>2020-02-05 14:19:42 +0300
commit82d7c05ebd13330b831857879d2818dfa1d0c799 (patch)
tree9b418752f35b3a31be0856d0f959e3ac5ced87dc
parentd39ae72a31839ba24e9f2007398c71fba2a2d1c7 (diff)
Creating Tag v6.0.0-RC5 at 2020-02-05 -v6.0.0-RC5
-rw-r--r--.php_cs.cache2
-rw-r--r--Makefile2
-rw-r--r--composer.json2
-rw-r--r--composer.lock2
-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.php2
-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.php12
-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.php2
-rw-r--r--src/controllers/DisplayController.php13
-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.php8
-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.php2
-rw-r--r--src/database/Postgres11.php2
-rw-r--r--src/database/Postgres12.php2
-rw-r--r--src/database/Postgres13.php2
-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.php2
-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.php2
-rw-r--r--src/database/databasetraits/SequenceTrait.php2
-rw-r--r--src/database/databasetraits/StatsTrait.php2
-rw-r--r--src/database/databasetraits/TableTrait.php2
-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.php16
-rw-r--r--src/decorators/ArrayMergeDecorator.php2
-rw-r--r--src/decorators/BranchUrlDecorator.php12
-rw-r--r--src/decorators/CallbackDecorator.php2
-rw-r--r--src/decorators/ConcatDecorator.php2
-rw-r--r--src/decorators/Decorator.php6
-rw-r--r--src/decorators/FieldDecorator.php2
-rw-r--r--src/decorators/IfEmptyDecorator.php14
-rw-r--r--src/decorators/RedirectUrlDecorator.php12
-rw-r--r--src/decorators/ReplaceDecorator.php2
-rw-r--r--src/decorators/UrlDecorator.php12
-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.php2
-rw-r--r--tests/_support/UnitTester.php2
-rw-r--r--tests/_support/_generated/UnitTesterActions.php2
-rw-r--r--tests/unit/ContainerTest.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
228 files changed, 275 insertions, 268 deletions
diff --git a/.php_cs.cache b/.php_cs.cache
index 8b10a94f..751bb50a 100644
--- a/.php_cs.cache
+++ b/.php_cs.cache
@@ -1 +1 @@
-{"php":"7.2.25-1+ubuntu18.04.1+deb.sury.org+1","version":"2.16.1:v2.16.1#c8afb599858876e95e8ebfcd97812d383fa23f02","indent":" ","lineEnding":"\n","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"},"array_syntax":{"syntax":"short"},"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":true,"declare_equal_normalize":true,"function_typehint_space":true,"include":true,"increment_style":true,"lowercase_cast":true,"lowercase_static_reference":true,"magic_constant_casing":true,"magic_method_casing":true,"method_argument_space":{"ensure_fully_multiline":true},"native_function_casing":true,"native_function_type_declaration_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":true,"no_multiline_whitespace_around_double_arrow":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_around_offset":true,"no_superfluous_phpdoc_tags":{"allow_mixed":true,"allow_unused_params":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,"ordered_imports":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_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_trim_consecutive_blank_line_separation":true,"phpdoc_types":true,"phpdoc_types_order":true,"phpdoc_var_without_name":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_line_throw":true,"single_quote":true,"single_trait_insert_per_statement":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,"constant_case":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":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,"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-RC4"},"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,"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,"strict_param":true},"hashes":{"src\/classes\/ADOdbException.php":2716077022,"src\/classes\/ContainerUtils.php":2416999696,"src\/classes\/Translations.php":4101619252,"src\/classes\/ADONewConnection.php":3230504850,"src\/classes\/ADORecordSet.php":2290364929,"src\/classes\/Misc.php":1979353130,"src\/classes\/ArrayRecordSet.php":3944011733,"src\/classes\/PluginManager.php":535268834,"src\/controllers\/OperatorsController.php":1415077200,"src\/controllers\/InfoController.php":4249538952,"src\/controllers\/SequencesController.php":178478596,"src\/controllers\/LoginController.php":757935065,"src\/controllers\/BrowserController.php":3048934316,"src\/controllers\/LanguagesController.php":2746014988,"src\/controllers\/OpclassesController.php":230188203,"src\/controllers\/SqlController.php":4273263670,"src\/controllers\/CastsController.php":3747908760,"src\/controllers\/TblpropertiesController.php":1112624917,"src\/controllers\/ConversionsController.php":4187699147,"src\/controllers\/FulltextController.php":893575183,"src\/controllers\/IndexesController.php":2415739866,"src\/controllers\/MaterializedviewpropertiesController.php":2366168683,"src\/controllers\/BaseController.php":2438715928,"src\/controllers\/TablespacesController.php":3058608246,"src\/controllers\/ServersController.php":1007211463,"src\/controllers\/PrivilegesController.php":861596283,"src\/controllers\/DataexportController.php":4106948202,"src\/controllers\/TablesController.php":3471697641,"src\/controllers\/MaterializedviewsController.php":3923256785,"src\/controllers\/ViewpropertiesController.php":1374404963,"src\/controllers\/SchemasController.php":1720083943,"src\/controllers\/DisplayController.php":1949003318,"src\/controllers\/FunctionsController.php":1193703522,"src\/controllers\/TriggersController.php":2109138450,"src\/controllers\/UsersController.php":394925311,"src\/controllers\/DatabaseController.php":1875099127,"src\/controllers\/AcinsertController.php":3935722337,"src\/controllers\/SqleditController.php":106916132,"src\/controllers\/ViewsController.php":1103104081,"src\/controllers\/IntroController.php":3559749003,"src\/controllers\/AlldbController.php":4134259784,"src\/controllers\/ColpropertiesController.php":3043391533,"src\/controllers\/TypesController.php":1496704686,"src\/controllers\/DomainsController.php":3465914528,"src\/controllers\/ConstraintsController.php":3161612701,"src\/controllers\/RolesController.php":1312657608,"src\/controllers\/HelpController.php":4225424564,"src\/controllers\/RulesController.php":1213450173,"src\/controllers\/HistoryController.php":2253214633,"src\/controllers\/AggregatesController.php":2763676694,"src\/controllers\/DbexportController.php":214079899,"src\/controllers\/GroupsController.php":2853982971,"src\/controllers\/DataimportController.php":212724596,"src\/database\/Postgres90.php":1902202650,"src\/database\/ADOdbBase.php":1560467787,"src\/database\/Postgres84.php":3338859782,"src\/database\/Postgres13.php":774622220,"src\/database\/Postgres82.php":2321416453,"src\/database\/Postgres.php":1341280023,"src\/database\/Postgres80.php":3547330085,"src\/database\/Postgres11.php":2771671541,"src\/database\/Postgres74.php":3128173810,"src\/database\/Postgres81.php":1764835579,"src\/database\/databasetraits\/StatsTrait.php":3625967986,"src\/database\/databasetraits\/SchemaTrait.php":3473291153,"src\/database\/databasetraits\/ColumnTrait.php":128194559,"src\/database\/databasetraits\/AggregateTrait.php":182466845,"src\/database\/databasetraits\/TriggerTrait.php":2658007801,"src\/database\/databasetraits\/PrivilegesTrait.php":3824653700,"src\/database\/databasetraits\/RoleTrait.php":3335012412,"src\/database\/databasetraits\/FtsTrait.php":4261756634,"src\/database\/databasetraits\/HasTrait.php":266300552,"src\/database\/databasetraits\/TableTrait.php":2774136125,"src\/database\/databasetraits\/FunctionTrait.php":803232254,"src\/database\/databasetraits\/RowTrait.php":73879706,"src\/database\/databasetraits\/TablespaceTrait.php":3217710027,"src\/database\/databasetraits\/DatabaseTrait.php":3776739495,"src\/database\/databasetraits\/SequenceTrait.php":2565621594,"src\/database\/databasetraits\/DomainTrait.php":4075985012,"src\/database\/databasetraits\/OperatorTrait.php":3443567116,"src\/database\/databasetraits\/IndexTrait.php":1336834616,"src\/database\/databasetraits\/ViewTrait.php":79073627,"src\/database\/databasetraits\/TypeTrait.php":289287969,"src\/database\/Postgres94.php":741709582,"src\/database\/Postgres83.php":324894851,"src\/database\/Postgres92.php":2895397597,"src\/database\/Postgres12.php":1173976188,"src\/database\/Postgres10.php":1479676114,"src\/database\/Connection.php":803639739,"src\/database\/Postgres95.php":3416248828,"src\/database\/Postgres91.php":3340877832,"src\/database\/Postgres96.php":199545091,"src\/database\/Postgres93.php":2721657423,"src\/decorators\/UrlDecorator.php":2141093809,"src\/decorators\/BranchUrlDecorator.php":3199346218,"src\/decorators\/FieldDecorator.php":3862561362,"src\/decorators\/ArrayMergeDecorator.php":133849491,"src\/decorators\/ReplaceDecorator.php":2724354589,"src\/decorators\/CallbackDecorator.php":1799385471,"src\/decorators\/ActionUrlDecorator.php":1310052577,"src\/decorators\/ConcatDecorator.php":713212066,"src\/decorators\/IfEmptyDecorator.php":1940076003,"src\/decorators\/Decorator.php":516523867,"src\/decorators\/RedirectUrlDecorator.php":1432565216,"src\/help\/PostgresDoc10.php":3834354836,"src\/help\/PostgresDoc74.php":849986901,"src\/help\/PostgresDoc82.php":3317214443,"src\/help\/PostgresDoc83.php":1458226821,"src\/help\/PostgresDoc91.php":3663618854,"src\/help\/PostgresDoc96.php":1227833063,"src\/help\/PostgresDoc95.php":1362461887,"src\/help\/PostgresDoc84.php":3666590498,"src\/help\/PostgresDoc93.php":1990747404,"src\/help\/PostgresDoc92.php":3323470463,"src\/help\/PostgresDoc90.php":1020879520,"src\/help\/PostgresDoc80.php":1648502632,"src\/help\/PostgresDoc94.php":2244947716,"src\/help\/PostgresDoc81.php":4275380055,"src\/translations\/French.php":1002352910,"src\/translations\/Afrikaans.php":294702704,"src\/translations\/Catalan.php":2337303554,"src\/translations\/Arabic.php":3531673245,"src\/translations\/Polish.php":3329859033,"src\/translations\/ChineseTr.php":3263460553,"src\/translations\/Lithuanian.php":4180865922,"src\/translations\/Danish.php":1849919701,"src\/translations\/PortugueseBr.php":2832998832,"src\/translations\/Hungarian.php":3705622143,"src\/translations\/Hebrew.php":1335818341,"src\/translations\/Slovak.php":63255183,"src\/translations\/Mongol.php":3741812553,"src\/translations\/Romanian.php":139506273,"src\/translations\/ChineseUtf8ZhTw.php":4005365688,"src\/translations\/Italian.php":660132969,"src\/translations\/Spanish.php":2147194992,"src\/translations\/Dutch.php":2755060302,"src\/translations\/ChineseUtf8ZhCn.php":1805966063,"src\/translations\/Greek.php":3620874737,"src\/translations\/Galician.php":1732850664,"src\/translations\/Turkish.php":1616450364,"src\/translations\/PortuguesePt.php":4040742329,"src\/translations\/Ukrainian.php":4064897077,"src\/translations\/ChineseSim.php":974525491,"src\/translations\/Japanese.php":2909561639,"src\/translations\/English.php":453343747,"src\/translations\/Russian.php":2853415762,"src\/translations\/Czech.php":1166444358,"src\/translations\/Swedish.php":3943458070,"src\/translations\/RussianUtf8.php":2320750541,"src\/translations\/German.php":3331183951,"src\/xhtml\/TreeController.php":1380783325,"src\/xhtml\/HTMLTableController.php":1940635560,"src\/xhtml\/XHtmlSelect.php":112956658,"src\/xhtml\/HTMLController.php":2156869709,"src\/xhtml\/HTMLFooterController.php":292100467,"src\/xhtml\/XHtmlButton.php":686427520,"src\/xhtml\/HTMLHeaderController.php":3948360647,"src\/xhtml\/XHtmlElement.php":1859877572,"src\/xhtml\/XHtmlOption.php":3930228134,"src\/xhtml\/XHtmlSimpleElement.php":1116843216,"src\/xhtml\/HTMLNavbarController.php":1599375821,"src\/traits\/HelperTrait.php":831558244,"src\/traits\/FormTrait.php":4114111707,"src\/traits\/ServersTrait.php":1503341724,"src\/traits\/InsertEditRowTrait.php":1777739503,"src\/traits\/MiscTrait.php":1967540389,"src\/traits\/ExportTrait.php":2360879953,"src\/traits\/ViewsMatviewsTrait.php":3814380531,"src\/traits\/AdminTrait.php":187332769,"src\/traits\/ViewsMatViewsPropertiesTrait.php":1580951261,"tests\/views\/casts.php":3622290628,"tests\/views\/conversions.php":361512508,"tests\/views\/dataimport.php":3731802541,"tests\/views\/intro.php":728521607,"tests\/views\/servers.php":395219709,"tests\/views\/tables.php":2323514517,"tests\/views\/operators.php":2059176545,"tests\/views\/triggers.php":3429445568,"tests\/views\/alldb.php":930836907,"tests\/views\/acinsert.php":2017326336,"tests\/views\/aggregates.php":2793576658,"tests\/views\/dbexport.php":1158028539,"tests\/views\/functions.php":535952321,"tests\/views\/groups.php":1887240399,"tests\/views\/viewproperties.php":4183328808,"tests\/views\/dataexport.php":2234720122,"tests\/views\/sequences.php":212675459,"tests\/views\/info.php":873127547,"tests\/views\/materializedviews.php":1139215170,"tests\/views\/types.php":1890059311,"tests\/views\/tablespaces.php":793649282,"tests\/views\/opclasses.php":2145753543,"tests\/views\/login.php":2458541329,"tests\/views\/schemas.php":3409918797,"tests\/views\/help.php":3871690616,"tests\/views\/tblproperties.php":398973258,"tests\/views\/display.php":1367287592,"tests\/views\/indexes.php":3028818743,"tests\/views\/rules.php":841642862,"tests\/views\/roles.php":1539412576,"tests\/views\/materializedviewproperties.php":459082343,"tests\/views\/domains.php":1881427016,"tests\/views\/languages.php":3601225464,"tests\/views\/privileges.php":3327418861,"tests\/views\/history.php":2615999154,"tests\/views\/colproperties.php":415207424,"tests\/views\/views.php":1501046898,"tests\/views\/fulltext.php":872373617,"tests\/views\/sql.php":1161988294,"tests\/views\/sqledit.php":3042821893,"tests\/views\/database.php":2572552407,"tests\/views\/users.php":3879353547,"tests\/views\/browser.php":1597031705,"tests\/views\/constraints.php":3210009119,"tests\/unit\/ContainerTest.php":2934371532,"tests\/unit\/ViewTest.php":2605910628,"tests\/selenium\/src\/99-cleantests.php":3772259721,"tests\/selenium\/src\/01-roles.php":872557444,"tests\/selenium\/src\/25-column.php":631983537,"tests\/selenium\/src\/10-table.php":1066337253,"tests\/selenium\/src\/35-index.php":2428845104,"tests\/selenium\/src\/15-sequence.php":2906791691,"tests\/selenium\/src\/08-domaine.php":697608554,"tests\/selenium\/src\/12-admin.php":353332019,"tests\/selenium\/src\/20-constraint.php":2517681436,"tests\/selenium\/src\/06-schema.php":3782960414,"tests\/selenium\/src\/04-database.php":859790353,"tests\/selenium\/src\/30-view.php":386651314,"tests\/selenium\/testBuilder.class.php":3930393672,"tests\/selenium\/TestSuite.php":1209086478,"tests\/_support\/Helper\/Acceptance.php":1031234556,"tests\/_support\/Helper\/Functional.php":350289008,"tests\/_support\/Helper\/Unit.php":4023312322,"tests\/_support\/UnitTester.php":4057088251,"tests\/_support\/AcceptanceTester.php":3132987929,"tests\/_support\/_generated\/UnitTesterActions.php":3032245986,"tests\/_support\/FunctionalTester.php":2028280085,"tests\/simpletest\/config.tests.php":3260344432,"tests\/simpletest\/testcase\/Databases\/ProcessesTest.php":3918146342,"tests\/simpletest\/testcase\/Databases\/AdminTest.php":2558658034,"tests\/simpletest\/testcase\/Databases\/CastsTest.php":1490244757,"tests\/simpletest\/testcase\/Databases\/DatabaseTest.php":689553175,"tests\/simpletest\/testcase\/Databases\/VariablesTest.php":1322097363,"tests\/simpletest\/testcase\/Databases\/HelpTest.php":658163686,"tests\/simpletest\/testcase\/Databases\/SqlTest.php":52728255,"tests\/simpletest\/testcase\/Databases\/DatabaseGroupTest.php":3344732094,"tests\/simpletest\/testcase\/Databases\/SchemaBasicTest.php":3360722226,"tests\/simpletest\/testcase\/Databases\/LanguageTest.php":2327229726,"tests\/simpletest\/testcase\/Databases\/FindObjectsTest.php":3276781184,"tests\/simpletest\/testcase\/Schemas\/DomainTest.php":3253329292,"tests\/simpletest\/testcase\/Schemas\/TableTest.php":4087652353,"tests\/simpletest\/testcase\/Schemas\/TypeTest.php":3915765734,"tests\/simpletest\/testcase\/Schemas\/FunctionTest.php":2641526843,"tests\/simpletest\/testcase\/Schemas\/SchemasGroupTest.php":2912033231,"tests\/simpletest\/testcase\/Schemas\/ConversionTest.php":696266570,"tests\/simpletest\/testcase\/Schemas\/SequenceTest.php":3517927527,"tests\/simpletest\/testcase\/Schemas\/ViewTest.php":2262127958,"tests\/simpletest\/testcase\/Schemas\/OperatorTest.php":2875870863,"tests\/simpletest\/testcase\/Schemas\/AggregateTest.php":3136553113,"tests\/simpletest\/testcase\/Schemas\/OpClassTest.php":169521489,"tests\/simpletest\/testcase\/simpletest.inc.php":2105305701,"tests\/simpletest\/testcase\/testphpPgAdminMain.php":3642982129,"tests\/simpletest\/testcase\/Public\/SetPrecondition.php":3477543654,"tests\/simpletest\/testcase\/Public\/common.php":2037181026,"tests\/simpletest\/testcase\/phpcoverage.inc.php":2360833072,"tests\/simpletest\/testcase\/Common\/SecurityTest.php":4023292991,"tests\/simpletest\/testcase\/Common\/CommonGroupTest.php":1847297800,"tests\/simpletest\/testcase\/Common\/ImportTest.php":1840820459,"tests\/simpletest\/testcase\/Common\/ExportTest.php":171524335,"tests\/simpletest\/testcase\/coveragephpPgAdminMain.php":1301853499,"tests\/simpletest\/testcase\/Server\/TableSpacesTest.php":1573388587,"tests\/simpletest\/testcase\/Server\/ReportsTest.php":124524396,"tests\/simpletest\/testcase\/Server\/GroupsTest.php":3525493659,"tests\/simpletest\/testcase\/Server\/ServerGroupTest.php":862302295,"tests\/simpletest\/testcase\/Server\/UsersTest.php":1658785946,"tests\/simpletest\/testcase\/Tables\/InfoTest.php":131070714,"tests\/simpletest\/testcase\/Tables\/ConstraintsTest.php":985531659,"tests\/simpletest\/testcase\/Tables\/TableGroupTest.php":1218785,"tests\/simpletest\/testcase\/Tables\/ColumnTest.php":1687023438,"tests\/simpletest\/testcase\/Tables\/TriggersTest.php":1942657229,"tests\/simpletest\/testcase\/Tables\/DeadlockTest.php":3169263155,"tests\/simpletest\/testcase\/Tables\/RulesTest.php":2481205227,"tests\/simpletest\/testcase\/Tables\/IndexesTest.php":1517246407,"tests\/simpletest\/tests.php":691169315,"index.php":869383310}} \ No newline at end of file
+{"php":"7.2.26-1+ubuntu18.04.1+deb.sury.org+1","version":"2.16.1:v2.16.1#c8afb599858876e95e8ebfcd97812d383fa23f02","indent":" ","lineEnding":"\n","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"},"array_syntax":{"syntax":"short"},"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":true,"declare_equal_normalize":true,"function_typehint_space":true,"include":true,"increment_style":true,"lowercase_cast":true,"lowercase_static_reference":true,"magic_constant_casing":true,"magic_method_casing":true,"method_argument_space":{"ensure_fully_multiline":true},"native_function_casing":true,"native_function_type_declaration_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":true,"no_multiline_whitespace_around_double_arrow":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_around_offset":true,"no_superfluous_phpdoc_tags":{"allow_mixed":true,"allow_unused_params":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,"ordered_imports":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_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_trim_consecutive_blank_line_separation":true,"phpdoc_types":true,"phpdoc_types_order":true,"phpdoc_var_without_name":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_line_throw":true,"single_quote":true,"single_trait_insert_per_statement":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,"constant_case":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":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,"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-RC5"},"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,"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,"strict_param":true},"hashes":{"src\/classes\/ADOdbException.php":2384914363,"src\/classes\/ContainerUtils.php":4005222789,"src\/classes\/Translations.php":3368469037,"src\/classes\/ADONewConnection.php":48317248,"src\/classes\/ADORecordSet.php":4127154202,"src\/classes\/Misc.php":1658878250,"src\/classes\/ArrayRecordSet.php":1705308886,"src\/classes\/PluginManager.php":2320487795,"src\/controllers\/OperatorsController.php":1212243682,"src\/controllers\/InfoController.php":897668258,"src\/controllers\/SequencesController.php":4236930592,"src\/controllers\/LoginController.php":4258341158,"src\/controllers\/BrowserController.php":3633832426,"src\/controllers\/LanguagesController.php":28182148,"src\/controllers\/OpclassesController.php":1076062691,"src\/controllers\/SqlController.php":2700209671,"src\/controllers\/CastsController.php":692559717,"src\/controllers\/TblpropertiesController.php":1144471400,"src\/controllers\/ConversionsController.php":1564610474,"src\/controllers\/FulltextController.php":3298074411,"src\/controllers\/IndexesController.php":640784523,"src\/controllers\/MaterializedviewpropertiesController.php":2882393168,"src\/controllers\/BaseController.php":2690442438,"src\/controllers\/TablespacesController.php":2278462612,"src\/controllers\/ServersController.php":1772080967,"src\/controllers\/PrivilegesController.php":1330372986,"src\/controllers\/DataexportController.php":1581665562,"src\/controllers\/TablesController.php":4187083911,"src\/controllers\/MaterializedviewsController.php":1282562375,"src\/controllers\/ViewpropertiesController.php":257576196,"src\/controllers\/SchemasController.php":1612560860,"src\/controllers\/DisplayController.php":2361157131,"src\/controllers\/FunctionsController.php":2723177458,"src\/controllers\/TriggersController.php":108338522,"src\/controllers\/UsersController.php":610212677,"src\/controllers\/DatabaseController.php":1160372293,"src\/controllers\/AcinsertController.php":1965680117,"src\/controllers\/SqleditController.php":4182978373,"src\/controllers\/ViewsController.php":3197226678,"src\/controllers\/IntroController.php":1673519199,"src\/controllers\/AlldbController.php":2091909879,"src\/controllers\/ColpropertiesController.php":3096954480,"src\/controllers\/TypesController.php":2267879465,"src\/controllers\/DomainsController.php":4001571248,"src\/controllers\/ConstraintsController.php":1674847481,"src\/controllers\/RolesController.php":1556575663,"src\/controllers\/HelpController.php":2657176740,"src\/controllers\/RulesController.php":2716070474,"src\/controllers\/HistoryController.php":951665861,"src\/controllers\/AggregatesController.php":335257607,"src\/controllers\/DbexportController.php":729119298,"src\/controllers\/GroupsController.php":2502365162,"src\/controllers\/DataimportController.php":14835353,"src\/database\/Postgres90.php":1931711676,"src\/database\/ADOdbBase.php":1280103645,"src\/database\/Postgres84.php":736567308,"src\/database\/Postgres13.php":2271983722,"src\/database\/Postgres82.php":1966687606,"src\/database\/Postgres.php":3946114287,"src\/database\/Postgres80.php":616702135,"src\/database\/Postgres11.php":1444307264,"src\/database\/Postgres74.php":2349331984,"src\/database\/Postgres81.php":1535792213,"src\/database\/databasetraits\/StatsTrait.php":2257587090,"src\/database\/databasetraits\/SchemaTrait.php":1669268251,"src\/database\/databasetraits\/ColumnTrait.php":544416754,"src\/database\/databasetraits\/AggregateTrait.php":1010397080,"src\/database\/databasetraits\/TriggerTrait.php":119256143,"src\/database\/databasetraits\/PrivilegesTrait.php":2231090407,"src\/database\/databasetraits\/RoleTrait.php":2535962777,"src\/database\/databasetraits\/FtsTrait.php":2333109456,"src\/database\/databasetraits\/HasTrait.php":1723503153,"src\/database\/databasetraits\/TableTrait.php":590420042,"src\/database\/databasetraits\/FunctionTrait.php":2418974924,"src\/database\/databasetraits\/RowTrait.php":2422976105,"src\/database\/databasetraits\/TablespaceTrait.php":888687836,"src\/database\/databasetraits\/DatabaseTrait.php":745190155,"src\/database\/databasetraits\/SequenceTrait.php":1692558885,"src\/database\/databasetraits\/DomainTrait.php":506232110,"src\/database\/databasetraits\/OperatorTrait.php":1183064733,"src\/database\/databasetraits\/IndexTrait.php":1862148461,"src\/database\/databasetraits\/ViewTrait.php":1959244346,"src\/database\/databasetraits\/TypeTrait.php":2702254033,"src\/database\/Postgres94.php":1945422746,"src\/database\/Postgres83.php":3888236571,"src\/database\/Postgres92.php":3588266849,"src\/database\/Postgres12.php":61186042,"src\/database\/Postgres10.php":1380165668,"src\/database\/Connection.php":1030903920,"src\/database\/Postgres95.php":3453032769,"src\/database\/Postgres91.php":1825047880,"src\/database\/Postgres96.php":2015924833,"src\/database\/Postgres93.php":4225201869,"src\/decorators\/UrlDecorator.php":818015448,"src\/decorators\/BranchUrlDecorator.php":1746225443,"src\/decorators\/FieldDecorator.php":2393688319,"src\/decorators\/ArrayMergeDecorator.php":885313225,"src\/decorators\/ReplaceDecorator.php":2191256926,"src\/decorators\/CallbackDecorator.php":971655057,"src\/decorators\/ActionUrlDecorator.php":2758965801,"src\/decorators\/ConcatDecorator.php":1966236666,"src\/decorators\/IfEmptyDecorator.php":3807381187,"src\/decorators\/Decorator.php":2160048238,"src\/decorators\/RedirectUrlDecorator.php":2581942673,"src\/help\/PostgresDoc10.php":3908285661,"src\/help\/PostgresDoc74.php":2567303577,"src\/help\/PostgresDoc82.php":41117561,"src\/help\/PostgresDoc83.php":3716823305,"src\/help\/PostgresDoc91.php":3325904221,"src\/help\/PostgresDoc96.php":2266779436,"src\/help\/PostgresDoc95.php":2668033396,"src\/help\/PostgresDoc84.php":3337133401,"src\/help\/PostgresDoc93.php":815175533,"src\/help\/PostgresDoc92.php":2187890235,"src\/help\/PostgresDoc90.php":549078235,"src\/help\/PostgresDoc80.php":1105382015,"src\/help\/PostgresDoc94.php":2578188671,"src\/help\/PostgresDoc81.php":1510091402,"src\/translations\/French.php":47914438,"src\/translations\/Afrikaans.php":944991990,"src\/translations\/Catalan.php":1855061810,"src\/translations\/Arabic.php":708206692,"src\/translations\/Polish.php":1387154111,"src\/translations\/ChineseTr.php":1090903507,"src\/translations\/Lithuanian.php":1957844939,"src\/translations\/Danish.php":2547806370,"src\/translations\/PortugueseBr.php":1414140854,"src\/translations\/Hungarian.php":3457917017,"src\/translations\/Hebrew.php":1929399027,"src\/translations\/Slovak.php":228309854,"src\/translations\/Mongol.php":2623925111,"src\/translations\/Romanian.php":1312856134,"src\/translations\/ChineseUtf8ZhTw.php":2256789668,"src\/translations\/Italian.php":2847106085,"src\/translations\/Spanish.php":1641372841,"src\/translations\/Dutch.php":3691612059,"src\/translations\/ChineseUtf8ZhCn.php":1467664345,"src\/translations\/Greek.php":846028404,"src\/translations\/Galician.php":1796218093,"src\/translations\/Turkish.php":2165262675,"src\/translations\/PortuguesePt.php":933961724,"src\/translations\/Ukrainian.php":3077117032,"src\/translations\/ChineseSim.php":2934243025,"src\/translations\/Japanese.php":577436737,"src\/translations\/English.php":1439332655,"src\/translations\/Russian.php":3283084508,"src\/translations\/Czech.php":3037134376,"src\/translations\/Swedish.php":3515612826,"src\/translations\/RussianUtf8.php":4133588250,"src\/translations\/German.php":2275591937,"src\/xhtml\/TreeController.php":3732516133,"src\/xhtml\/HTMLTableController.php":1263757397,"src\/xhtml\/XHtmlSelect.php":2775651313,"src\/xhtml\/HTMLController.php":3221448446,"src\/xhtml\/HTMLFooterController.php":2384606843,"src\/xhtml\/XHtmlButton.php":2404844696,"src\/xhtml\/HTMLHeaderController.php":1784592287,"src\/xhtml\/XHtmlElement.php":2763456233,"src\/xhtml\/XHtmlOption.php":3847095482,"src\/xhtml\/XHtmlSimpleElement.php":2758615577,"src\/xhtml\/HTMLNavbarController.php":940235514,"src\/traits\/HelperTrait.php":3463011617,"src\/traits\/FormTrait.php":237201288,"src\/traits\/ServersTrait.php":2317137841,"src\/traits\/InsertEditRowTrait.php":207546934,"src\/traits\/MiscTrait.php":2717341516,"src\/traits\/ExportTrait.php":2005160905,"src\/traits\/ViewsMatviewsTrait.php":674337387,"src\/traits\/AdminTrait.php":3257344347,"src\/traits\/ViewsMatViewsPropertiesTrait.php":2638086299,"tests\/views\/casts.php":539155057,"tests\/views\/conversions.php":1683584101,"tests\/views\/dataimport.php":4045825390,"tests\/views\/intro.php":723233674,"tests\/views\/servers.php":530390747,"tests\/views\/tables.php":4107210712,"tests\/views\/operators.php":3556572679,"tests\/views\/triggers.php":1697209254,"tests\/views\/alldb.php":3233705758,"tests\/views\/acinsert.php":2229780716,"tests\/views\/aggregates.php":49945803,"tests\/views\/dbexport.php":2533591690,"tests\/views\/functions.php":3146350552,"tests\/views\/groups.php":331387028,"tests\/views\/viewproperties.php":69777262,"tests\/views\/dataexport.php":2860233657,"tests\/views\/sequences.php":2783797221,"tests\/views\/info.php":3285172430,"tests\/views\/materializedviews.php":1059824077,"tests\/views\/types.php":2272074394,"tests\/views\/tablespaces.php":1266806982,"tests\/views\/opclasses.php":3601198497,"tests\/views\/login.php":2466098460,"tests\/views\/schemas.php":2827135766,"tests\/views\/help.php":285233613,"tests\/views\/tblproperties.php":3937920524,"tests\/views\/display.php":2913276612,"tests\/views\/indexes.php":1213345499,"tests\/views\/rules.php":2312565107,"tests\/views\/roles.php":3762098301,"tests\/views\/materializedviewproperties.php":3999336184,"tests\/views\/domains.php":2365487524,"tests\/views\/languages.php":2145788574,"tests\/views\/privileges.php":3910978862,"tests\/views\/history.php":1731645278,"tests\/views\/colproperties.php":175746074,"tests\/views\/views.php":2931635911,"tests\/views\/fulltext.php":2596219159,"tests\/views\/sql.php":3792396370,"tests\/views\/sqledit.php":98546904,"tests\/views\/database.php":1703689531,"tests\/views\/users.php":285155966,"tests\/views\/browser.php":1461930303,"tests\/views\/constraints.php":3464597574,"tests\/unit\/ContainerTest.php":3450392207,"tests\/unit\/ViewTest.php":136555008,"tests\/selenium\/src\/99-cleantests.php":1149171324,"tests\/selenium\/src\/01-roles.php":1763273448,"tests\/selenium\/src\/25-column.php":3007576553,"tests\/selenium\/src\/10-table.php":2754198975,"tests\/selenium\/src\/35-index.php":4259960438,"tests\/selenium\/src\/15-sequence.php":1651731368,"tests\/selenium\/src\/08-domaine.php":1538466724,"tests\/selenium\/src\/12-admin.php":1947140285,"tests\/selenium\/src\/20-constraint.php":747571385,"tests\/selenium\/src\/06-schema.php":2228330301,"tests\/selenium\/src\/04-database.php":1443587718,"tests\/selenium\/src\/30-view.php":2977012809,"tests\/selenium\/testBuilder.class.php":1800998549,"tests\/selenium\/TestSuite.php":2187634654,"tests\/_support\/Helper\/Acceptance.php":2689659103,"tests\/_support\/Helper\/Functional.php":2311548755,"tests\/_support\/Helper\/Unit.php":2389078759,"tests\/_support\/UnitTester.php":2683228619,"tests\/_support\/AcceptanceTester.php":1348712969,"tests\/_support\/_generated\/UnitTesterActions.php":454130722,"tests\/_support\/FunctionalTester.php":2453354757,"tests\/simpletest\/config.tests.php":951542102,"tests\/simpletest\/testcase\/Databases\/ProcessesTest.php":1349351593,"tests\/simpletest\/testcase\/Databases\/AdminTest.php":2050633663,"tests\/simpletest\/testcase\/Databases\/CastsTest.php":901635999,"tests\/simpletest\/testcase\/Databases\/DatabaseTest.php":982204630,"tests\/simpletest\/testcase\/Databases\/VariablesTest.php":2569681151,"tests\/simpletest\/testcase\/Databases\/HelpTest.php":139010316,"tests\/simpletest\/testcase\/Databases\/SqlTest.php":1603796403,"tests\/simpletest\/testcase\/Databases\/DatabaseGroupTest.php":3112447226,"tests\/simpletest\/testcase\/Databases\/SchemaBasicTest.php":1951453153,"tests\/simpletest\/testcase\/Databases\/LanguageTest.php":369247030,"tests\/simpletest\/testcase\/Databases\/FindObjectsTest.php":3902837298,"tests\/simpletest\/testcase\/Schemas\/DomainTest.php":2496742750,"tests\/simpletest\/testcase\/Schemas\/TableTest.php":41754142,"tests\/simpletest\/testcase\/Schemas\/TypeTest.php":373725924,"tests\/simpletest\/testcase\/Schemas\/FunctionTest.php":1794762868,"tests\/simpletest\/testcase\/Schemas\/SchemasGroupTest.php":375451417,"tests\/simpletest\/testcase\/Schemas\/ConversionTest.php":160896975,"tests\/simpletest\/testcase\/Schemas\/SequenceTest.php":1633508488,"tests\/simpletest\/testcase\/Schemas\/ViewTest.php":2496929854,"tests\/simpletest\/testcase\/Schemas\/OperatorTest.php":318860557,"tests\/simpletest\/testcase\/Schemas\/AggregateTest.php":3783713918,"tests\/simpletest\/testcase\/Schemas\/OpClassTest.php":2959796207,"tests\/simpletest\/testcase\/simpletest.inc.php":2105305701,"tests\/simpletest\/testcase\/testphpPgAdminMain.php":4095616323,"tests\/simpletest\/testcase\/Public\/SetPrecondition.php":2334010580,"tests\/simpletest\/testcase\/Public\/common.php":934190629,"tests\/simpletest\/testcase\/phpcoverage.inc.php":2360833072,"tests\/simpletest\/testcase\/Common\/SecurityTest.php":3555792830,"tests\/simpletest\/testcase\/Common\/CommonGroupTest.php":204079118,"tests\/simpletest\/testcase\/Common\/ImportTest.php":4234749165,"tests\/simpletest\/testcase\/Common\/ExportTest.php":1426703233,"tests\/simpletest\/testcase\/coveragephpPgAdminMain.php":2610467643,"tests\/simpletest\/testcase\/Server\/TableSpacesTest.php":3202108046,"tests\/simpletest\/testcase\/Server\/ReportsTest.php":33034624,"tests\/simpletest\/testcase\/Server\/GroupsTest.php":3388399545,"tests\/simpletest\/testcase\/Server\/ServerGroupTest.php":22277508,"tests\/simpletest\/testcase\/Server\/UsersTest.php":4123412701,"tests\/simpletest\/testcase\/Tables\/InfoTest.php":292088912,"tests\/simpletest\/testcase\/Tables\/ConstraintsTest.php":621293163,"tests\/simpletest\/testcase\/Tables\/TableGroupTest.php":3322569366,"tests\/simpletest\/testcase\/Tables\/ColumnTest.php":34581625,"tests\/simpletest\/testcase\/Tables\/TriggersTest.php":1834452306,"tests\/simpletest\/testcase\/Tables\/DeadlockTest.php":2887708997,"tests\/simpletest\/testcase\/Tables\/RulesTest.php":309844397,"tests\/simpletest\/testcase\/Tables\/IndexesTest.php":1215482383,"tests\/simpletest\/tests.php":1089311022,"index.php":1731770082}} \ No newline at end of file
diff --git a/Makefile b/Makefile
index 2ef600e7..1bc0e8ff 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ mocktag:
tag_and_push:
@git commit -a -m "Creating Tag v$(v) at $(DATENOW) - $(m)" ;\
-
+ git push ;\
if [[ "$(CURRENT_BRANCH)" != "master" ]]; then \
git checkout master ;\
git merge $(CURRENT_BRANCH) ;\
diff --git a/composer.json b/composer.json
index 29422b8a..f21e3574 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "huasofoundries/phppgadmin6",
- "version": "6.0.0-RC4",
+ "version": "6.0.0-RC5",
"description": "Like phpmyadmin but for postgres",
"type": "project",
"license": [
diff --git a/composer.lock b/composer.lock
index 6713acb4..d2a76f2c 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": "7ff87959186049ed6908eddc61e9bad0",
+ "content-hash": "6afc5b38ff5ab84ef66603512ee81eed",
"packages": [
{
"name": "adodb/adodb-php",
diff --git a/index.php b/index.php
index 4ce67771..e984e2c7 100644
--- a/index.php
+++ b/index.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
require_once __DIR__.'/src/lib.inc.php';
diff --git a/src/classes/ADONewConnection.php b/src/classes/ADONewConnection.php
index 30a2095d..77952cf4 100644
--- a/src/classes/ADONewConnection.php
+++ b/src/classes/ADONewConnection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADORecordSet.php b/src/classes/ADORecordSet.php
index e1be1b64..4c314069 100644
--- a/src/classes/ADORecordSet.php
+++ b/src/classes/ADORecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ADOdbException.php b/src/classes/ADOdbException.php
index 1a269343..33ba2705 100644
--- a/src/classes/ADOdbException.php
+++ b/src/classes/ADOdbException.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ArrayRecordSet.php b/src/classes/ArrayRecordSet.php
index 1730cc43..95026b26 100644
--- a/src/classes/ArrayRecordSet.php
+++ b/src/classes/ArrayRecordSet.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin;
diff --git a/src/classes/ContainerUtils.php b/src/classes/ContainerUtils.php
index 84b7bc32..f04efd2a 100644
--- a/src/classes/ContainerUtils.php
+++ b/src/classes/ContainerUtils.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Misc.php b/src/classes/Misc.php
index 0012b685..83a40795 100644
--- a/src/classes/Misc.php
+++ b/src/classes/Misc.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin;
diff --git a/src/classes/PluginManager.php b/src/classes/PluginManager.php
index 828e5d07..a9fea2a1 100644
--- a/src/classes/PluginManager.php
+++ b/src/classes/PluginManager.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin;
diff --git a/src/classes/Translations.php b/src/classes/Translations.php
index d3c42655..d5c2f05e 100644
--- a/src/classes/Translations.php
+++ b/src/classes/Translations.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin;
diff --git a/src/controllers/AcinsertController.php b/src/controllers/AcinsertController.php
index 25bd9555..7107dc8e 100644
--- a/src/controllers/AcinsertController.php
+++ b/src/controllers/AcinsertController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AggregatesController.php b/src/controllers/AggregatesController.php
index e33522f9..f813f661 100644
--- a/src/controllers/AggregatesController.php
+++ b/src/controllers/AggregatesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/AlldbController.php b/src/controllers/AlldbController.php
index 20e97fe9..81105099 100644
--- a/src/controllers/AlldbController.php
+++ b/src/controllers/AlldbController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php
index e6296111..701def4f 100644
--- a/src/controllers/BaseController.php
+++ b/src/controllers/BaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/BrowserController.php b/src/controllers/BrowserController.php
index 4074a733..8cd801ff 100644
--- a/src/controllers/BrowserController.php
+++ b/src/controllers/BrowserController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/CastsController.php b/src/controllers/CastsController.php
index de0b9285..8e559f92 100644
--- a/src/controllers/CastsController.php
+++ b/src/controllers/CastsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ColpropertiesController.php b/src/controllers/ColpropertiesController.php
index b54a14d5..5b759eb2 100644
--- a/src/controllers/ColpropertiesController.php
+++ b/src/controllers/ColpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
@@ -96,7 +96,7 @@ class ColpropertiesController extends BaseController
if (null !== $attrs->fields['comment']) {
echo '<p class="comment">', $this->misc->printVal($attrs->fields['comment']), '</p>'.PHP_EOL;
}
- $this->prtrace('$isTable', $isTable);
+ //$this->prtrace('$isTable', $isTable);
$column = [
'column' => [
@@ -232,7 +232,7 @@ class ColpropertiesController extends BaseController
$this->coalesceArr($_REQUEST, 'stage', 1);
- $this->prtrace('$_REQUEST', $_REQUEST, 'msg', $msg);
+ #$this->prtrace('$_REQUEST', $_REQUEST, 'msg', $msg);
switch ($_REQUEST['stage']) {
case 1:
@@ -263,7 +263,7 @@ class ColpropertiesController extends BaseController
$_REQUEST['field'] = $column->fields['attname'];
$_REQUEST['type'] = $column->fields['base_type'];
// Check to see if its' an array type...
- // XXX: HACKY
+ // @todo this is pretty hacky!
if ('[]' == substr($column->fields['base_type'], strlen($column->fields['base_type']) - 2)) {
$_REQUEST['type'] = substr($column->fields['base_type'], 0, strlen($column->fields['base_type']) - 2);
$_REQUEST['array'] = '[]';
@@ -272,7 +272,7 @@ class ColpropertiesController extends BaseController
$_REQUEST['array'] = '';
}
// To figure out the length, look in the brackets :(
- // XXX: HACKY
+ // @todo this is pretty hacky
if ($column->fields['type'] != $column->fields['base_type'] && preg_match('/\\(([0-9, ]*)\\)/', $column->fields['type'], $bits)) {
$_REQUEST['length'] = $bits[1];
} else {
@@ -380,7 +380,7 @@ class ColpropertiesController extends BaseController
$_REQUEST['comment']
);
- $this->prtrace('status', $status, 'sql', $sql);
+ //$this->prtrace('status', $status, 'sql', $sql);
if (0 == $status) {
if ($_REQUEST['column'] != $_REQUEST['field']) {
$_REQUEST['column'] = $_REQUEST['field'];
diff --git a/src/controllers/ConstraintsController.php b/src/controllers/ConstraintsController.php
index fada970b..d54bc170 100644
--- a/src/controllers/ConstraintsController.php
+++ b/src/controllers/ConstraintsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ConversionsController.php b/src/controllers/ConversionsController.php
index 884ec060..a68e1e78 100644
--- a/src/controllers/ConversionsController.php
+++ b/src/controllers/ConversionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DatabaseController.php b/src/controllers/DatabaseController.php
index e60648ac..f7ad9489 100644
--- a/src/controllers/DatabaseController.php
+++ b/src/controllers/DatabaseController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataexportController.php b/src/controllers/DataexportController.php
index defdacb7..466317a4 100644
--- a/src/controllers/DataexportController.php
+++ b/src/controllers/DataexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DataimportController.php b/src/controllers/DataimportController.php
index 3cea8d43..ea33dba6 100644
--- a/src/controllers/DataimportController.php
+++ b/src/controllers/DataimportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DbexportController.php b/src/controllers/DbexportController.php
index 70bb80c0..651e267a 100644
--- a/src/controllers/DbexportController.php
+++ b/src/controllers/DbexportController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/DisplayController.php b/src/controllers/DisplayController.php
index a6e960d0..34932046 100644
--- a/src/controllers/DisplayController.php
+++ b/src/controllers/DisplayController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
@@ -134,11 +134,14 @@ class DisplayController extends BaseController
FROM \"{$f_schema}\".\"{$f_table}\"
GROUP BY \"{$object}\" ORDER BY \"{$object}\"";
} elseif ($subject === 'table' && !isset($_REQUEST['query'])) {
- $query = $data->getSelectSQL(
+ $show = $this->getPostParam('show', []);
+ $values = $this->getPostParam('values', []);
+ $ops = $this->getPostParam('ops', []);
+ $query = $data->getSelectSQL(
$_REQUEST['table'],
- array_keys($_POST['show']),
- $_POST['values'],
- $_POST['ops']
+ array_keys($show),
+ $values,
+ $ops
);
$_REQUEST['query'] = $query;
$_REQUEST['return'] = 'selectrows';
diff --git a/src/controllers/DomainsController.php b/src/controllers/DomainsController.php
index 6692a1b3..c25fc999 100644
--- a/src/controllers/DomainsController.php
+++ b/src/controllers/DomainsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FulltextController.php b/src/controllers/FulltextController.php
index d123f40c..7983e5cb 100644
--- a/src/controllers/FulltextController.php
+++ b/src/controllers/FulltextController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/FunctionsController.php b/src/controllers/FunctionsController.php
index fc04cd4e..b209b800 100644
--- a/src/controllers/FunctionsController.php
+++ b/src/controllers/FunctionsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/GroupsController.php b/src/controllers/GroupsController.php
index 72e196b8..c2cb34b6 100644
--- a/src/controllers/GroupsController.php
+++ b/src/controllers/GroupsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HelpController.php b/src/controllers/HelpController.php
index 882b4cc0..3b3fc6ce 100644
--- a/src/controllers/HelpController.php
+++ b/src/controllers/HelpController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/HistoryController.php b/src/controllers/HistoryController.php
index d0ae15b2..66cda798 100644
--- a/src/controllers/HistoryController.php
+++ b/src/controllers/HistoryController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IndexesController.php b/src/controllers/IndexesController.php
index c37b5172..08be4fa6 100644
--- a/src/controllers/IndexesController.php
+++ b/src/controllers/IndexesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
@@ -105,14 +105,14 @@ class IndexesController extends BaseController
};
$this->coalesceArr($_REQUEST, 'subject', 'table');
- $subject = urlencode($_REQUEST['subject']);
- $object = urlencode($_REQUEST[$_REQUEST['subject']]);
+ $subject = urlencode($this->getRequestParam('subject', 'table'));
+ $object = urlencode($this->getRequestParam($subject));
$this->printTrail($subject);
$this->printTabs($subject, 'indexes');
$this->printMsg($msg);
- $indexes = $data->getIndexes($_REQUEST[$_REQUEST['subject']]);
+ $indexes = $data->getIndexes($object);
$columns = [
'index' => [
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index cff86d4c..38c90557 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/IntroController.php b/src/controllers/IntroController.php
index 17f0fa3c..19f0bd19 100644
--- a/src/controllers/IntroController.php
+++ b/src/controllers/IntroController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LanguagesController.php b/src/controllers/LanguagesController.php
index 71d16b0f..12d729eb 100644
--- a/src/controllers/LanguagesController.php
+++ b/src/controllers/LanguagesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/LoginController.php b/src/controllers/LoginController.php
index 0518aa70..597a629a 100644
--- a/src/controllers/LoginController.php
+++ b/src/controllers/LoginController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewpropertiesController.php b/src/controllers/MaterializedviewpropertiesController.php
index 869125d8..25e1867c 100644
--- a/src/controllers/MaterializedviewpropertiesController.php
+++ b/src/controllers/MaterializedviewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/MaterializedviewsController.php b/src/controllers/MaterializedviewsController.php
index c0eba6d8..d9388070 100644
--- a/src/controllers/MaterializedviewsController.php
+++ b/src/controllers/MaterializedviewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OpclassesController.php b/src/controllers/OpclassesController.php
index 6095dd35..97cb65d0 100644
--- a/src/controllers/OpclassesController.php
+++ b/src/controllers/OpclassesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/OperatorsController.php b/src/controllers/OperatorsController.php
index 5c8d30ae..a1c423bc 100644
--- a/src/controllers/OperatorsController.php
+++ b/src/controllers/OperatorsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/PrivilegesController.php b/src/controllers/PrivilegesController.php
index 908a0bf4..4c47e4e3 100644
--- a/src/controllers/PrivilegesController.php
+++ b/src/controllers/PrivilegesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RolesController.php b/src/controllers/RolesController.php
index 368d579d..a6f3e7dc 100644
--- a/src/controllers/RolesController.php
+++ b/src/controllers/RolesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/RulesController.php b/src/controllers/RulesController.php
index 18571df1..fac546be 100644
--- a/src/controllers/RulesController.php
+++ b/src/controllers/RulesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SchemasController.php b/src/controllers/SchemasController.php
index c718c894..698ac1f3 100644
--- a/src/controllers/SchemasController.php
+++ b/src/controllers/SchemasController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SequencesController.php b/src/controllers/SequencesController.php
index 849c9118..c48a6289 100644
--- a/src/controllers/SequencesController.php
+++ b/src/controllers/SequencesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ServersController.php b/src/controllers/ServersController.php
index e4f78c6f..c6ced3d9 100644
--- a/src/controllers/ServersController.php
+++ b/src/controllers/ServersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqlController.php b/src/controllers/SqlController.php
index e6ba9633..45ed3c09 100644
--- a/src/controllers/SqlController.php
+++ b/src/controllers/SqlController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index 5d234ab5..47b36960 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablesController.php b/src/controllers/TablesController.php
index 56fc2801..4f518be9 100644
--- a/src/controllers/TablesController.php
+++ b/src/controllers/TablesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TablespacesController.php b/src/controllers/TablespacesController.php
index 436c68cc..a8b908b0 100644
--- a/src/controllers/TablespacesController.php
+++ b/src/controllers/TablespacesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TblpropertiesController.php b/src/controllers/TblpropertiesController.php
index 715306e9..8b4018d0 100644
--- a/src/controllers/TblpropertiesController.php
+++ b/src/controllers/TblpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TriggersController.php b/src/controllers/TriggersController.php
index dc725d53..921ba75f 100644
--- a/src/controllers/TriggersController.php
+++ b/src/controllers/TriggersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/TypesController.php b/src/controllers/TypesController.php
index 766487fb..83fd4dcb 100644
--- a/src/controllers/TypesController.php
+++ b/src/controllers/TypesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/UsersController.php b/src/controllers/UsersController.php
index 62fef479..dcac1ff6 100644
--- a/src/controllers/UsersController.php
+++ b/src/controllers/UsersController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index afaf9bbe..dd1853b7 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/controllers/ViewsController.php b/src/controllers/ViewsController.php
index cf33f4f7..f6f4778e 100644
--- a/src/controllers/ViewsController.php
+++ b/src/controllers/ViewsController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Controller;
diff --git a/src/database/ADOdbBase.php b/src/database/ADOdbBase.php
index 7374c5ad..3cfffdc1 100644
--- a/src/database/ADOdbBase.php
+++ b/src/database/ADOdbBase.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Connection.php b/src/database/Connection.php
index d58599ff..a8df9cb6 100644
--- a/src/database/Connection.php
+++ b/src/database/Connection.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres.php b/src/database/Postgres.php
index 152093bf..8baf5ff6 100644
--- a/src/database/Postgres.php
+++ b/src/database/Postgres.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres10.php b/src/database/Postgres10.php
index 3f713af9..cff5068e 100644
--- a/src/database/Postgres10.php
+++ b/src/database/Postgres10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres11.php b/src/database/Postgres11.php
index 792dbce9..bc0da424 100644
--- a/src/database/Postgres11.php
+++ b/src/database/Postgres11.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres12.php b/src/database/Postgres12.php
index eba29099..2200e7a7 100644
--- a/src/database/Postgres12.php
+++ b/src/database/Postgres12.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres13.php b/src/database/Postgres13.php
index 0c8a53e7..838c239f 100644
--- a/src/database/Postgres13.php
+++ b/src/database/Postgres13.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres74.php b/src/database/Postgres74.php
index 2a665386..df643f31 100644
--- a/src/database/Postgres74.php
+++ b/src/database/Postgres74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres80.php b/src/database/Postgres80.php
index 9ca963ca..dc83216e 100644
--- a/src/database/Postgres80.php
+++ b/src/database/Postgres80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres81.php b/src/database/Postgres81.php
index 3a6b41e9..9b4fe1cc 100644
--- a/src/database/Postgres81.php
+++ b/src/database/Postgres81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres82.php b/src/database/Postgres82.php
index 45e95c42..9de74e4b 100644
--- a/src/database/Postgres82.php
+++ b/src/database/Postgres82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres83.php b/src/database/Postgres83.php
index 5eb302e9..9a29df52 100644
--- a/src/database/Postgres83.php
+++ b/src/database/Postgres83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres84.php b/src/database/Postgres84.php
index 50b04afa..b6c87a34 100644
--- a/src/database/Postgres84.php
+++ b/src/database/Postgres84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres90.php b/src/database/Postgres90.php
index 9b0cbc29..8d5ae333 100644
--- a/src/database/Postgres90.php
+++ b/src/database/Postgres90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres91.php b/src/database/Postgres91.php
index dd2b599b..26a4f6bb 100644
--- a/src/database/Postgres91.php
+++ b/src/database/Postgres91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres92.php b/src/database/Postgres92.php
index ffa46540..6a4aebfe 100644
--- a/src/database/Postgres92.php
+++ b/src/database/Postgres92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres93.php b/src/database/Postgres93.php
index c0f41efb..b9042a4d 100644
--- a/src/database/Postgres93.php
+++ b/src/database/Postgres93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres94.php b/src/database/Postgres94.php
index 97045e8c..be08621a 100644
--- a/src/database/Postgres94.php
+++ b/src/database/Postgres94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres95.php b/src/database/Postgres95.php
index 3f620e09..8809df3e 100644
--- a/src/database/Postgres95.php
+++ b/src/database/Postgres95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/Postgres96.php b/src/database/Postgres96.php
index e79f71df..622b18a7 100644
--- a/src/database/Postgres96.php
+++ b/src/database/Postgres96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database;
diff --git a/src/database/databasetraits/AggregateTrait.php b/src/database/databasetraits/AggregateTrait.php
index f5aeb175..b983c6e7 100644
--- a/src/database/databasetraits/AggregateTrait.php
+++ b/src/database/databasetraits/AggregateTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ColumnTrait.php b/src/database/databasetraits/ColumnTrait.php
index 90932aa3..b6198753 100644
--- a/src/database/databasetraits/ColumnTrait.php
+++ b/src/database/databasetraits/ColumnTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DatabaseTrait.php b/src/database/databasetraits/DatabaseTrait.php
index 7c782eb6..9895dac5 100644
--- a/src/database/databasetraits/DatabaseTrait.php
+++ b/src/database/databasetraits/DatabaseTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/DomainTrait.php b/src/database/databasetraits/DomainTrait.php
index 850694a3..60b9ee4d 100644
--- a/src/database/databasetraits/DomainTrait.php
+++ b/src/database/databasetraits/DomainTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FtsTrait.php b/src/database/databasetraits/FtsTrait.php
index 03f1644d..3eba1f55 100644
--- a/src/database/databasetraits/FtsTrait.php
+++ b/src/database/databasetraits/FtsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/FunctionTrait.php b/src/database/databasetraits/FunctionTrait.php
index fc66c902..656a0d51 100644
--- a/src/database/databasetraits/FunctionTrait.php
+++ b/src/database/databasetraits/FunctionTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/HasTrait.php b/src/database/databasetraits/HasTrait.php
index 6a451819..7395b986 100644
--- a/src/database/databasetraits/HasTrait.php
+++ b/src/database/databasetraits/HasTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/IndexTrait.php b/src/database/databasetraits/IndexTrait.php
index 99d1417d..7fe251aa 100644
--- a/src/database/databasetraits/IndexTrait.php
+++ b/src/database/databasetraits/IndexTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/OperatorTrait.php b/src/database/databasetraits/OperatorTrait.php
index 18780eb5..a1a4231c 100644
--- a/src/database/databasetraits/OperatorTrait.php
+++ b/src/database/databasetraits/OperatorTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/PrivilegesTrait.php b/src/database/databasetraits/PrivilegesTrait.php
index c3b12c25..ee3d719a 100644
--- a/src/database/databasetraits/PrivilegesTrait.php
+++ b/src/database/databasetraits/PrivilegesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RoleTrait.php b/src/database/databasetraits/RoleTrait.php
index 9829e00d..09f3ad65 100644
--- a/src/database/databasetraits/RoleTrait.php
+++ b/src/database/databasetraits/RoleTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/RowTrait.php b/src/database/databasetraits/RowTrait.php
index b3faad54..d05b1be0 100644
--- a/src/database/databasetraits/RowTrait.php
+++ b/src/database/databasetraits/RowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SchemaTrait.php b/src/database/databasetraits/SchemaTrait.php
index fca1654d..e398f531 100644
--- a/src/database/databasetraits/SchemaTrait.php
+++ b/src/database/databasetraits/SchemaTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/SequenceTrait.php b/src/database/databasetraits/SequenceTrait.php
index 366cce92..00916674 100644
--- a/src/database/databasetraits/SequenceTrait.php
+++ b/src/database/databasetraits/SequenceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/StatsTrait.php b/src/database/databasetraits/StatsTrait.php
index dd788c98..95629e9a 100644
--- a/src/database/databasetraits/StatsTrait.php
+++ b/src/database/databasetraits/StatsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TableTrait.php b/src/database/databasetraits/TableTrait.php
index 0aa7467a..e6eb2b79 100644
--- a/src/database/databasetraits/TableTrait.php
+++ b/src/database/databasetraits/TableTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TablespaceTrait.php b/src/database/databasetraits/TablespaceTrait.php
index 35d0c9e4..0e7213d7 100644
--- a/src/database/databasetraits/TablespaceTrait.php
+++ b/src/database/databasetraits/TablespaceTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TriggerTrait.php b/src/database/databasetraits/TriggerTrait.php
index adb7b7a2..7e67f560 100644
--- a/src/database/databasetraits/TriggerTrait.php
+++ b/src/database/databasetraits/TriggerTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/TypeTrait.php b/src/database/databasetraits/TypeTrait.php
index 3a917d37..a95d2644 100644
--- a/src/database/databasetraits/TypeTrait.php
+++ b/src/database/databasetraits/TypeTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/database/databasetraits/ViewTrait.php b/src/database/databasetraits/ViewTrait.php
index 5fae15e0..4dbab470 100644
--- a/src/database/databasetraits/ViewTrait.php
+++ b/src/database/databasetraits/ViewTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Database\Traits;
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index 5cc18850..20228c21 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Decorators;
@@ -10,27 +10,31 @@ class ActionUrlDecorator extends Decorator
{
public function __construct($base, $queryVars = null)
{
- $this->b = $base;
+ $this->base = $base;
if (null !== $queryVars) {
- $this->q = $queryVars;
+ $this->queryVars = $queryVars;
}
}
public function value($fields)
{
//$this->prtrace($fields);
- $url = Decorator::get_sanitized_value($this->b, $fields);
+ $url = Decorator::get_sanitized_value($this->base, $fields);
if (false === $url) {
return '';
}
- if (!empty($this->q)) {
- $queryVars = Decorator::get_sanitized_value($this->q, $fields);
+ if (!empty($this->queryVars)) {
+ $queryVars = Decorator::get_sanitized_value($this->queryVars, $fields);
$sep = '?';
ksort($queryVars);
foreach ($queryVars as $var => $value) {
+ if (!is_scalar($value)) {
+ continue;
+ }
+ dump($fields, $var, $value);
$url .= $sep.Decorator::value_url($var, $fields).'='.Decorator::value_url($value, $fields);
$sep = '&';
}
diff --git a/src/decorators/ArrayMergeDecorator.php b/src/decorators/ArrayMergeDecorator.php
index ee71deec..03c41daf 100644
--- a/src/decorators/ArrayMergeDecorator.php
+++ b/src/decorators/ArrayMergeDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/BranchUrlDecorator.php b/src/decorators/BranchUrlDecorator.php
index e1aa28e4..4b0a2b19 100644
--- a/src/decorators/BranchUrlDecorator.php
+++ b/src/decorators/BranchUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Decorators;
@@ -10,22 +10,22 @@ class BranchUrlDecorator extends Decorator
{
public function __construct($base, $queryVars = null)
{
- $this->b = $base;
+ $this->base = $base;
if (null !== $queryVars) {
- $this->q = $queryVars;
+ $this->queryVars = $queryVars;
}
}
public function value($fields)
{
- $url = Decorator::get_sanitized_value($this->b, $fields);
+ $url = Decorator::get_sanitized_value($this->base, $fields);
if (false === $url) {
return '';
}
- if (!empty($this->q)) {
- $queryVars = Decorator::get_sanitized_value($this->q, $fields);
+ if (!empty($this->queryVars)) {
+ $queryVars = Decorator::get_sanitized_value($this->queryVars, $fields);
$sep = '?';
ksort($queryVars);
diff --git a/src/decorators/CallbackDecorator.php b/src/decorators/CallbackDecorator.php
index 6487fee7..fb02b8b8 100644
--- a/src/decorators/CallbackDecorator.php
+++ b/src/decorators/CallbackDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/ConcatDecorator.php b/src/decorators/ConcatDecorator.php
index e2ca971f..1bc671a7 100644
--- a/src/decorators/ConcatDecorator.php
+++ b/src/decorators/ConcatDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/Decorator.php b/src/decorators/Decorator.php
index 9620b305..ab9c34f0 100644
--- a/src/decorators/Decorator.php
+++ b/src/decorators/Decorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Decorators;
@@ -12,12 +12,12 @@ class Decorator
public function __construct($value)
{
- $this->v = $value;
+ $this->val = $value;
}
public function value($fields)
{
- return $this->v;
+ return $this->val;
}
public static function get_sanitized_value(&$var, &$fields, $esc = null)
diff --git a/src/decorators/FieldDecorator.php b/src/decorators/FieldDecorator.php
index 4d90e399..b8effadc 100644
--- a/src/decorators/FieldDecorator.php
+++ b/src/decorators/FieldDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/IfEmptyDecorator.php b/src/decorators/IfEmptyDecorator.php
index ad7cdfc7..ece3a857 100644
--- a/src/decorators/IfEmptyDecorator.php
+++ b/src/decorators/IfEmptyDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Decorators;
@@ -10,20 +10,20 @@ class IfEmptyDecorator extends Decorator
{
public function __construct($value, $empty, $full = null)
{
- $this->v = $value;
- $this->e = $empty;
+ $this->val = $value;
+ $this->empty = $empty;
if (null !== $full) {
- $this->f = $full;
+ $this->full = $full;
}
}
public function value($fields)
{
- $val = Decorator::get_sanitized_value($this->v, $fields);
+ $val = Decorator::get_sanitized_value($this->val, $fields);
if (empty($val)) {
- return Decorator::get_sanitized_value($this->e, $fields);
+ return Decorator::get_sanitized_value($this->empty, $fields);
}
- return isset($this->f) ? Decorator::get_sanitized_value($this->f, $fields) : $val;
+ return isset($this->full) ? Decorator::get_sanitized_value($this->full, $fields) : $val;
}
}
diff --git a/src/decorators/RedirectUrlDecorator.php b/src/decorators/RedirectUrlDecorator.php
index ea338b38..6a828360 100644
--- a/src/decorators/RedirectUrlDecorator.php
+++ b/src/decorators/RedirectUrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Decorators;
@@ -10,15 +10,15 @@ class RedirectUrlDecorator extends Decorator
{
public function __construct($base, $queryVars = null)
{
- $this->b = $base;
+ $this->base = $base;
if (null !== $queryVars) {
- $this->q = $queryVars;
+ $this->queryVars = $queryVars;
}
}
public function value($fields)
{
- $url = Decorator::get_sanitized_value($this->b, $fields);
+ $url = Decorator::get_sanitized_value($this->base, $fields);
if (false === $url) {
return '';
@@ -26,8 +26,8 @@ class RedirectUrlDecorator extends Decorator
//$this->prtrace('url', $url);
- if (!empty($this->q)) {
- $queryVars = Decorator::get_sanitized_value($this->q, $fields);
+ if (!empty($this->queryVars)) {
+ $queryVars = Decorator::get_sanitized_value($this->queryVars, $fields);
$sep = '?';
ksort($queryVars);
diff --git a/src/decorators/ReplaceDecorator.php b/src/decorators/ReplaceDecorator.php
index 5d4eb51d..b1399c96 100644
--- a/src/decorators/ReplaceDecorator.php
+++ b/src/decorators/ReplaceDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Decorators;
diff --git a/src/decorators/UrlDecorator.php b/src/decorators/UrlDecorator.php
index 29d68ee0..43a57fd3 100644
--- a/src/decorators/UrlDecorator.php
+++ b/src/decorators/UrlDecorator.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Decorators;
@@ -10,22 +10,22 @@ class UrlDecorator extends Decorator
{
public function __construct($base, $queryVars = null)
{
- $this->b = $base;
+ $this->base = $base;
if (null !== $queryVars) {
- $this->q = $queryVars;
+ $this->queryVars = $queryVars;
}
}
public function value($fields)
{
- $url = Decorator::get_sanitized_value($this->b, $fields);
+ $url = Decorator::get_sanitized_value($this->base, $fields);
if (false === $url) {
return '';
}
- if (!empty($this->q)) {
- $queryVars = Decorator::get_sanitized_value($this->q, $fields);
+ if (!empty($this->queryVars)) {
+ $queryVars = Decorator::get_sanitized_value($this->queryVars, $fields);
$sep = '?';
ksort($queryVars);
diff --git a/src/help/PostgresDoc10.php b/src/help/PostgresDoc10.php
index 2d4d7027..44c050aa 100644
--- a/src/help/PostgresDoc10.php
+++ b/src/help/PostgresDoc10.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc74.php b/src/help/PostgresDoc74.php
index 3e4a9a92..32555854 100644
--- a/src/help/PostgresDoc74.php
+++ b/src/help/PostgresDoc74.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc80.php b/src/help/PostgresDoc80.php
index adf80312..fde9604a 100644
--- a/src/help/PostgresDoc80.php
+++ b/src/help/PostgresDoc80.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc81.php b/src/help/PostgresDoc81.php
index 74c5ceb4..67edd268 100644
--- a/src/help/PostgresDoc81.php
+++ b/src/help/PostgresDoc81.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc82.php b/src/help/PostgresDoc82.php
index 84bd12d3..1203c91d 100644
--- a/src/help/PostgresDoc82.php
+++ b/src/help/PostgresDoc82.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc83.php b/src/help/PostgresDoc83.php
index 81b3a7c2..fad4fb70 100644
--- a/src/help/PostgresDoc83.php
+++ b/src/help/PostgresDoc83.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc84.php b/src/help/PostgresDoc84.php
index 52c7421e..a03e2136 100644
--- a/src/help/PostgresDoc84.php
+++ b/src/help/PostgresDoc84.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc90.php b/src/help/PostgresDoc90.php
index a0eaa92b..76cfcaa1 100644
--- a/src/help/PostgresDoc90.php
+++ b/src/help/PostgresDoc90.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc91.php b/src/help/PostgresDoc91.php
index d068196b..dea85b9a 100644
--- a/src/help/PostgresDoc91.php
+++ b/src/help/PostgresDoc91.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc92.php b/src/help/PostgresDoc92.php
index a7fdc86f..25ed0bbb 100644
--- a/src/help/PostgresDoc92.php
+++ b/src/help/PostgresDoc92.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc93.php b/src/help/PostgresDoc93.php
index c8e87684..15ae494c 100644
--- a/src/help/PostgresDoc93.php
+++ b/src/help/PostgresDoc93.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc94.php b/src/help/PostgresDoc94.php
index 5b72dd59..06058040 100644
--- a/src/help/PostgresDoc94.php
+++ b/src/help/PostgresDoc94.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc95.php b/src/help/PostgresDoc95.php
index 9eb8e678..72498db0 100644
--- a/src/help/PostgresDoc95.php
+++ b/src/help/PostgresDoc95.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/help/PostgresDoc96.php b/src/help/PostgresDoc96.php
index bce225c7..7979837c 100644
--- a/src/help/PostgresDoc96.php
+++ b/src/help/PostgresDoc96.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Help;
diff --git a/src/traits/AdminTrait.php b/src/traits/AdminTrait.php
index 0c11c619..15baf1d1 100644
--- a/src/traits/AdminTrait.php
+++ b/src/traits/AdminTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ExportTrait.php b/src/traits/ExportTrait.php
index 9c095d15..168c7d70 100644
--- a/src/traits/ExportTrait.php
+++ b/src/traits/ExportTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/FormTrait.php b/src/traits/FormTrait.php
index 4179b4f4..0aa5ec7a 100644
--- a/src/traits/FormTrait.php
+++ b/src/traits/FormTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/HelperTrait.php b/src/traits/HelperTrait.php
index 622990ca..d1841ef4 100644
--- a/src/traits/HelperTrait.php
+++ b/src/traits/HelperTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/InsertEditRowTrait.php b/src/traits/InsertEditRowTrait.php
index 081a98df..75c21ef4 100644
--- a/src/traits/InsertEditRowTrait.php
+++ b/src/traits/InsertEditRowTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/MiscTrait.php b/src/traits/MiscTrait.php
index dc02f164..5963ffe0 100644
--- a/src/traits/MiscTrait.php
+++ b/src/traits/MiscTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ServersTrait.php b/src/traits/ServersTrait.php
index 299583f4..facb2690 100644
--- a/src/traits/ServersTrait.php
+++ b/src/traits/ServersTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatViewsPropertiesTrait.php b/src/traits/ViewsMatViewsPropertiesTrait.php
index 69932856..9a5fde25 100644
--- a/src/traits/ViewsMatViewsPropertiesTrait.php
+++ b/src/traits/ViewsMatViewsPropertiesTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/traits/ViewsMatviewsTrait.php b/src/traits/ViewsMatviewsTrait.php
index 0d25e204..7e993efc 100644
--- a/src/traits/ViewsMatviewsTrait.php
+++ b/src/traits/ViewsMatviewsTrait.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Traits;
diff --git a/src/translations/Afrikaans.php b/src/translations/Afrikaans.php
index b970177d..1c62d5a2 100644
--- a/src/translations/Afrikaans.php
+++ b/src/translations/Afrikaans.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Arabic.php b/src/translations/Arabic.php
index 1c49a7cd..9818d6dc 100644
--- a/src/translations/Arabic.php
+++ b/src/translations/Arabic.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Catalan.php b/src/translations/Catalan.php
index bebc1c05..4e2a7e14 100644
--- a/src/translations/Catalan.php
+++ b/src/translations/Catalan.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseSim.php b/src/translations/ChineseSim.php
index 76ccc28e..517e88e4 100644
--- a/src/translations/ChineseSim.php
+++ b/src/translations/ChineseSim.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseTr.php b/src/translations/ChineseTr.php
index 432879dc..ccd4e909 100644
--- a/src/translations/ChineseTr.php
+++ b/src/translations/ChineseTr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhCn.php b/src/translations/ChineseUtf8ZhCn.php
index aa3ac996..a20b3797 100644
--- a/src/translations/ChineseUtf8ZhCn.php
+++ b/src/translations/ChineseUtf8ZhCn.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/ChineseUtf8ZhTw.php b/src/translations/ChineseUtf8ZhTw.php
index b33bfdc6..9de6a55b 100644
--- a/src/translations/ChineseUtf8ZhTw.php
+++ b/src/translations/ChineseUtf8ZhTw.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Czech.php b/src/translations/Czech.php
index f2f30716..6aa3f49f 100644
--- a/src/translations/Czech.php
+++ b/src/translations/Czech.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Danish.php b/src/translations/Danish.php
index 1ff8cc5b..19a2594f 100644
--- a/src/translations/Danish.php
+++ b/src/translations/Danish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Dutch.php b/src/translations/Dutch.php
index 510fa6be..7b90f93d 100644
--- a/src/translations/Dutch.php
+++ b/src/translations/Dutch.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/English.php b/src/translations/English.php
index 331bc98f..d054e73d 100644
--- a/src/translations/English.php
+++ b/src/translations/English.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/French.php b/src/translations/French.php
index 24285ef4..739b9790 100644
--- a/src/translations/French.php
+++ b/src/translations/French.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Galician.php b/src/translations/Galician.php
index 56d4409b..3f59ad24 100644
--- a/src/translations/Galician.php
+++ b/src/translations/Galician.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/German.php b/src/translations/German.php
index 98542268..8319489d 100644
--- a/src/translations/German.php
+++ b/src/translations/German.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Greek.php b/src/translations/Greek.php
index 0cada1ad..5cbf00d1 100644
--- a/src/translations/Greek.php
+++ b/src/translations/Greek.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hebrew.php b/src/translations/Hebrew.php
index ce7fa5e1..4a6e1257 100644
--- a/src/translations/Hebrew.php
+++ b/src/translations/Hebrew.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Hungarian.php b/src/translations/Hungarian.php
index b0bd383a..34b612b2 100644
--- a/src/translations/Hungarian.php
+++ b/src/translations/Hungarian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Italian.php b/src/translations/Italian.php
index 274561b7..d1094f93 100644
--- a/src/translations/Italian.php
+++ b/src/translations/Italian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Japanese.php b/src/translations/Japanese.php
index 46a8b992..6172b2af 100644
--- a/src/translations/Japanese.php
+++ b/src/translations/Japanese.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Lithuanian.php b/src/translations/Lithuanian.php
index 93b757f8..f689a56f 100644
--- a/src/translations/Lithuanian.php
+++ b/src/translations/Lithuanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Mongol.php b/src/translations/Mongol.php
index 3d8f329a..92767185 100644
--- a/src/translations/Mongol.php
+++ b/src/translations/Mongol.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Polish.php b/src/translations/Polish.php
index 68523e51..d4d0f888 100644
--- a/src/translations/Polish.php
+++ b/src/translations/Polish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortugueseBr.php b/src/translations/PortugueseBr.php
index 7377e60c..2a335c38 100644
--- a/src/translations/PortugueseBr.php
+++ b/src/translations/PortugueseBr.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/PortuguesePt.php b/src/translations/PortuguesePt.php
index 44162cf5..6ba8c528 100644
--- a/src/translations/PortuguesePt.php
+++ b/src/translations/PortuguesePt.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Romanian.php b/src/translations/Romanian.php
index 7aaa5393..feb07a80 100644
--- a/src/translations/Romanian.php
+++ b/src/translations/Romanian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Russian.php b/src/translations/Russian.php
index 4202909e..e3a7c113 100644
--- a/src/translations/Russian.php
+++ b/src/translations/Russian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/RussianUtf8.php b/src/translations/RussianUtf8.php
index c750211b..2f4d69d7 100644
--- a/src/translations/RussianUtf8.php
+++ b/src/translations/RussianUtf8.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Slovak.php b/src/translations/Slovak.php
index b6bbd395..eece6832 100644
--- a/src/translations/Slovak.php
+++ b/src/translations/Slovak.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Spanish.php b/src/translations/Spanish.php
index 7dc6213a..0868c005 100644
--- a/src/translations/Spanish.php
+++ b/src/translations/Spanish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Swedish.php b/src/translations/Swedish.php
index 042a81c8..15cca764 100644
--- a/src/translations/Swedish.php
+++ b/src/translations/Swedish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Turkish.php b/src/translations/Turkish.php
index edfd1abe..9b30d1e6 100644
--- a/src/translations/Turkish.php
+++ b/src/translations/Turkish.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/translations/Ukrainian.php b/src/translations/Ukrainian.php
index 1d39b4ba..ad3df9c2 100644
--- a/src/translations/Ukrainian.php
+++ b/src/translations/Ukrainian.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\Translations;
diff --git a/src/xhtml/HTMLController.php b/src/xhtml/HTMLController.php
index 231bc429..bf21edfd 100644
--- a/src/xhtml/HTMLController.php
+++ b/src/xhtml/HTMLController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLFooterController.php b/src/xhtml/HTMLFooterController.php
index 83bf7b03..44d2dde9 100644
--- a/src/xhtml/HTMLFooterController.php
+++ b/src/xhtml/HTMLFooterController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLHeaderController.php b/src/xhtml/HTMLHeaderController.php
index 4fb4d261..a642f546 100644
--- a/src/xhtml/HTMLHeaderController.php
+++ b/src/xhtml/HTMLHeaderController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLNavbarController.php b/src/xhtml/HTMLNavbarController.php
index 28fdf0c5..74b8821c 100644
--- a/src/xhtml/HTMLNavbarController.php
+++ b/src/xhtml/HTMLNavbarController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/HTMLTableController.php b/src/xhtml/HTMLTableController.php
index 628d0ed7..a89682e2 100644
--- a/src/xhtml/HTMLTableController.php
+++ b/src/xhtml/HTMLTableController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/TreeController.php b/src/xhtml/TreeController.php
index be3e31a9..d8c49875 100644
--- a/src/xhtml/TreeController.php
+++ b/src/xhtml/TreeController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlButton.php b/src/xhtml/XHtmlButton.php
index 4bc848be..67be0379 100644
--- a/src/xhtml/XHtmlButton.php
+++ b/src/xhtml/XHtmlButton.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlElement.php b/src/xhtml/XHtmlElement.php
index 1d6be9b5..4d851644 100644
--- a/src/xhtml/XHtmlElement.php
+++ b/src/xhtml/XHtmlElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlOption.php b/src/xhtml/XHtmlOption.php
index d5de14a7..6c1170ca 100644
--- a/src/xhtml/XHtmlOption.php
+++ b/src/xhtml/XHtmlOption.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSelect.php b/src/xhtml/XHtmlSelect.php
index 33da85ae..fbaa6744 100644
--- a/src/xhtml/XHtmlSelect.php
+++ b/src/xhtml/XHtmlSelect.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\XHtml;
diff --git a/src/xhtml/XHtmlSimpleElement.php b/src/xhtml/XHtmlSimpleElement.php
index dbf49b58..99f1fde6 100644
--- a/src/xhtml/XHtmlSimpleElement.php
+++ b/src/xhtml/XHtmlSimpleElement.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace PHPPgAdmin\XHtml;
diff --git a/tests/_support/AcceptanceTester.php b/tests/_support/AcceptanceTester.php
index 42d159d6..3493674f 100644
--- a/tests/_support/AcceptanceTester.php
+++ b/tests/_support/AcceptanceTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
class AcceptanceTester extends \Codeception\Actor
diff --git a/tests/_support/FunctionalTester.php b/tests/_support/FunctionalTester.php
index e44afb6d..6c682395 100644
--- a/tests/_support/FunctionalTester.php
+++ b/tests/_support/FunctionalTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
class FunctionalTester extends \Codeception\Actor
diff --git a/tests/_support/Helper/Acceptance.php b/tests/_support/Helper/Acceptance.php
index 87d470dc..6bea71c1 100644
--- a/tests/_support/Helper/Acceptance.php
+++ b/tests/_support/Helper/Acceptance.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace Helper;
diff --git a/tests/_support/Helper/Functional.php b/tests/_support/Helper/Functional.php
index dbbac073..60050807 100644
--- a/tests/_support/Helper/Functional.php
+++ b/tests/_support/Helper/Functional.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace Helper;
diff --git a/tests/_support/Helper/Unit.php b/tests/_support/Helper/Unit.php
index 0d3e4899..257a5474 100644
--- a/tests/_support/Helper/Unit.php
+++ b/tests/_support/Helper/Unit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace Helper;
diff --git a/tests/_support/UnitTester.php b/tests/_support/UnitTester.php
index 09d7e377..3dd291e8 100644
--- a/tests/_support/UnitTester.php
+++ b/tests/_support/UnitTester.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
class UnitTester extends \Codeception\Actor
diff --git a/tests/_support/_generated/UnitTesterActions.php b/tests/_support/_generated/UnitTesterActions.php
index d2edf4a5..e7cec4b6 100644
--- a/tests/_support/_generated/UnitTesterActions.php
+++ b/tests/_support/_generated/UnitTesterActions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
namespace _generated;
diff --git a/tests/unit/ContainerTest.php b/tests/unit/ContainerTest.php
index 3cea067b..a406d32d 100644
--- a/tests/unit/ContainerTest.php
+++ b/tests/unit/ContainerTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
class ContainerTest extends \Codeception\Test\Unit
diff --git a/tests/unit/ViewTest.php b/tests/unit/ViewTest.php
index 03103353..1b8ea0af 100644
--- a/tests/unit/ViewTest.php
+++ b/tests/unit/ViewTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
class ViewTest extends \Codeception\Test\Unit
diff --git a/tests/views/acinsert.php b/tests/views/acinsert.php
index 557f1056..8d4daa6e 100644
--- a/tests/views/acinsert.php
+++ b/tests/views/acinsert.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
$do_render = false;
diff --git a/tests/views/aggregates.php b/tests/views/aggregates.php
index 95ee335d..1211f443 100644
--- a/tests/views/aggregates.php
+++ b/tests/views/aggregates.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/alldb.php b/tests/views/alldb.php
index 3e9ef71a..808b43dd 100644
--- a/tests/views/alldb.php
+++ b/tests/views/alldb.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/browser.php b/tests/views/browser.php
index 5901769a..74555919 100644
--- a/tests/views/browser.php
+++ b/tests/views/browser.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
$do_render = false;
diff --git a/tests/views/casts.php b/tests/views/casts.php
index e7789d26..2eea7b95 100644
--- a/tests/views/casts.php
+++ b/tests/views/casts.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/colproperties.php b/tests/views/colproperties.php
index 4514cf89..a69bca31 100644
--- a/tests/views/colproperties.php
+++ b/tests/views/colproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/constraints.php b/tests/views/constraints.php
index 9156ffbc..4823fc3e 100644
--- a/tests/views/constraints.php
+++ b/tests/views/constraints.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/conversions.php b/tests/views/conversions.php
index 5faca98d..8f5aec77 100644
--- a/tests/views/conversions.php
+++ b/tests/views/conversions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/database.php b/tests/views/database.php
index de2289f6..080c79fd 100644
--- a/tests/views/database.php
+++ b/tests/views/database.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/dataexport.php b/tests/views/dataexport.php
index 705f7550..a76fa4d8 100644
--- a/tests/views/dataexport.php
+++ b/tests/views/dataexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
$do_render = false;
diff --git a/tests/views/dataimport.php b/tests/views/dataimport.php
index b16b2156..667624ca 100644
--- a/tests/views/dataimport.php
+++ b/tests/views/dataimport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
$do_render = false;
diff --git a/tests/views/dbexport.php b/tests/views/dbexport.php
index 6564edff..46f36fb2 100644
--- a/tests/views/dbexport.php
+++ b/tests/views/dbexport.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
$do_render = false;
diff --git a/tests/views/display.php b/tests/views/display.php
index ff76075e..ad3bf6ee 100644
--- a/tests/views/display.php
+++ b/tests/views/display.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/domains.php b/tests/views/domains.php
index 7ea011c8..52709ab6 100644
--- a/tests/views/domains.php
+++ b/tests/views/domains.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/fulltext.php b/tests/views/fulltext.php
index 3e454989..9b47b39e 100644
--- a/tests/views/fulltext.php
+++ b/tests/views/fulltext.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/functions.php b/tests/views/functions.php
index 79eb70b8..9fb68b1a 100644
--- a/tests/views/functions.php
+++ b/tests/views/functions.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/groups.php b/tests/views/groups.php
index b387e638..7a1afdbb 100644
--- a/tests/views/groups.php
+++ b/tests/views/groups.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/help.php b/tests/views/help.php
index 228bcaff..22292d79 100644
--- a/tests/views/help.php
+++ b/tests/views/help.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/history.php b/tests/views/history.php
index a0a4c0e7..2217c792 100644
--- a/tests/views/history.php
+++ b/tests/views/history.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/indexes.php b/tests/views/indexes.php
index 1860ccf0..4c6d943e 100644
--- a/tests/views/indexes.php
+++ b/tests/views/indexes.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/info.php b/tests/views/info.php
index 3e2aba46..8518268f 100644
--- a/tests/views/info.php
+++ b/tests/views/info.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/intro.php b/tests/views/intro.php
index 372c9c56..15fe381e 100644
--- a/tests/views/intro.php
+++ b/tests/views/intro.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
$do_render = false;
diff --git a/tests/views/languages.php b/tests/views/languages.php
index f948705c..8bb1f67b 100644
--- a/tests/views/languages.php
+++ b/tests/views/languages.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/login.php b/tests/views/login.php
index 90758e39..c209d27f 100644
--- a/tests/views/login.php
+++ b/tests/views/login.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
$do_render = false;
diff --git a/tests/views/materializedviewproperties.php b/tests/views/materializedviewproperties.php
index e383d276..074e5567 100644
--- a/tests/views/materializedviewproperties.php
+++ b/tests/views/materializedviewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/materializedviews.php b/tests/views/materializedviews.php
index 621c6789..502985b0 100644
--- a/tests/views/materializedviews.php
+++ b/tests/views/materializedviews.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/opclasses.php b/tests/views/opclasses.php
index 97fc5faf..a8b58da2 100644
--- a/tests/views/opclasses.php
+++ b/tests/views/opclasses.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/operators.php b/tests/views/operators.php
index 475ac26a..570e903c 100644
--- a/tests/views/operators.php
+++ b/tests/views/operators.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/privileges.php b/tests/views/privileges.php
index 9cc1fb96..c75ce65c 100644
--- a/tests/views/privileges.php
+++ b/tests/views/privileges.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
$do_render = false;
diff --git a/tests/views/roles.php b/tests/views/roles.php
index 7ea36088..ac9ed28e 100644
--- a/tests/views/roles.php
+++ b/tests/views/roles.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/rules.php b/tests/views/rules.php
index fbd4d5cb..94481201 100644
--- a/tests/views/rules.php
+++ b/tests/views/rules.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/schemas.php b/tests/views/schemas.php
index 13c22f19..8bc32914 100644
--- a/tests/views/schemas.php
+++ b/tests/views/schemas.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/sequences.php b/tests/views/sequences.php
index 291b7de7..946ac21b 100644
--- a/tests/views/sequences.php
+++ b/tests/views/sequences.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/servers.php b/tests/views/servers.php
index 792be9e9..c8556968 100644
--- a/tests/views/servers.php
+++ b/tests/views/servers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
$do_render = false;
diff --git a/tests/views/sql.php b/tests/views/sql.php
index 54494e08..b16fa244 100644
--- a/tests/views/sql.php
+++ b/tests/views/sql.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/sqledit.php b/tests/views/sqledit.php
index cc37e79d..a9c8cbc2 100644
--- a/tests/views/sqledit.php
+++ b/tests/views/sqledit.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/tables.php b/tests/views/tables.php
index deb3720f..21ac90b1 100644
--- a/tests/views/tables.php
+++ b/tests/views/tables.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
$do_render = false;
diff --git a/tests/views/tablespaces.php b/tests/views/tablespaces.php
index 6e91b9f0..186f2a7a 100644
--- a/tests/views/tablespaces.php
+++ b/tests/views/tablespaces.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/tblproperties.php b/tests/views/tblproperties.php
index 2311efd6..5649e384 100644
--- a/tests/views/tblproperties.php
+++ b/tests/views/tblproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/triggers.php b/tests/views/triggers.php
index ddf4d574..6866b4ca 100644
--- a/tests/views/triggers.php
+++ b/tests/views/triggers.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/types.php b/tests/views/types.php
index 650d2fe5..948b2b08 100644
--- a/tests/views/types.php
+++ b/tests/views/types.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/users.php b/tests/views/users.php
index 1b4ef85b..aab7e43a 100644
--- a/tests/views/users.php
+++ b/tests/views/users.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/viewproperties.php b/tests/views/viewproperties.php
index 709d4c3d..8855f8de 100644
--- a/tests/views/viewproperties.php
+++ b/tests/views/viewproperties.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions
diff --git a/tests/views/views.php b/tests/views/views.php
index 87b1dbeb..9f43e2ea 100644
--- a/tests/views/views.php
+++ b/tests/views/views.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC4
+ * PHPPgAdmin v6.0.0-RC5
*/
// Include application functions