[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 2005cc: Fix methods and properties visibility issues

Maurício Meneghini Fauth mauriciofauth at gmail.com
Thu May 31 02:07:00 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 2005cca77ff4047f16dc490a9df633b8e3fd8bcf
      https://github.com/phpmyadmin/phpmyadmin/commit/2005cca77ff4047f16dc490a9df633b8e3fd8bcf
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
    M libraries/classes/Controllers/Server/ServerCollationsController.php
    M libraries/classes/Controllers/Server/ServerDatabasesController.php
    M libraries/classes/Controllers/Table/TableSearchController.php
    M libraries/classes/DatabaseInterface.php
    M libraries/classes/Dbi/DbiDummy.php
    M libraries/classes/Display/Results.php
    M libraries/classes/Index.php
    M libraries/classes/Navigation/Nodes/Node.php
    M libraries/classes/OpenDocument.php
    M libraries/classes/Pdf.php
    M libraries/classes/Plugins/Export/Helpers/Pdf.php
    M libraries/classes/Plugins/Schema/Pdf/Pdf.php
    M libraries/classes/Plugins/Schema/RelationStats.php
    M libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
    M libraries/classes/Plugins/Schema/TableStats.php
    M libraries/classes/Response.php
    M libraries/classes/StorageEngine.php
    M libraries/classes/SysInfo.php
    M libraries/classes/SysInfoLinux.php
    M libraries/classes/SysInfoWINNT.php
    M libraries/classes/SystemDatabase.php
    M libraries/classes/Table.php
    M libraries/classes/Template.php
    M libraries/classes/Theme.php
    M libraries/classes/ThemeManager.php
    M libraries/classes/Util.php
    M test/classes/AdvisorTest.php
    M test/classes/BookmarkTest.php
    M test/classes/BrowseForeignersTest.php
    M test/classes/CentralColumnsTest.php
    M test/classes/CharsetsTest.php
    M test/classes/Config/ConfigFileTest.php
    M test/classes/Config/DescriptionTest.php
    M test/classes/Config/FormDisplayTemplateTest.php
    M test/classes/Config/FormDisplayTest.php
    M test/classes/Config/FormTest.php
    M test/classes/Config/Forms/FormListTest.php
    M test/classes/Config/PageSettingsTest.php
    M test/classes/Config/ServerConfigChecksTest.php
    M test/classes/Controllers/Database/DatabaseStructureControllerTest.php
    M test/classes/Controllers/Server/ServerBinlogControllerTest.php
    M test/classes/Controllers/Server/ServerCollationsControllerTest.php
    M test/classes/Controllers/Server/ServerDatabasesControllerTest.php
    M test/classes/Controllers/Server/ServerEnginesControllerTest.php
    M test/classes/Controllers/Server/ServerPluginsControllerTest.php
    M test/classes/Controllers/Server/ServerVariablesControllerTest.php
    M test/classes/Controllers/Table/TableStructureControllerTest.php
    M test/classes/CoreTest.php
    M test/classes/Display/ChangePasswordTest.php
    M test/classes/Display/CreateTableTest.php
    M test/classes/Display/ExportTest.php
    M test/classes/EncodingTest.php
    M test/classes/FileTest.php
    M test/classes/FontTest.php
    M test/classes/HeaderTest.php
    M test/classes/ImportTest.php
    M test/classes/IndexTest.php
    M test/classes/InsertEditTest.php
    M test/classes/LanguageTest.php
    M test/classes/ListDatabaseTest.php
    M test/classes/MenuTest.php
    M test/classes/Navigation/NodeFactoryTest.php
    M test/classes/Navigation/Nodes/NodeColumnContainerTest.php
    M test/classes/Navigation/Nodes/NodeColumnTest.php
    M test/classes/Navigation/Nodes/NodeDatabaseTest.php
    M test/classes/Navigation/Nodes/NodeEventContainerTest.php
    M test/classes/Navigation/Nodes/NodeEventTest.php
    M test/classes/Navigation/Nodes/NodeFunctionContainerTest.php
    M test/classes/Navigation/Nodes/NodeFunctionTest.php
    M test/classes/Navigation/Nodes/NodeIndexContainerTest.php
    M test/classes/Navigation/Nodes/NodeIndexTest.php
    M test/classes/Navigation/Nodes/NodeProcedureContainerTest.php
    M test/classes/Navigation/Nodes/NodeProcedureTest.php
    M test/classes/Navigation/Nodes/NodeTableContainerTest.php
    M test/classes/Navigation/Nodes/NodeTableTest.php
    M test/classes/Navigation/Nodes/NodeTest.php
    M test/classes/Navigation/Nodes/NodeTriggerContainerTest.php
    M test/classes/Navigation/Nodes/NodeTriggerTest.php
    M test/classes/Navigation/Nodes/NodeViewContainerTest.php
    M test/classes/Navigation/Nodes/NodeViewTest.php
    M test/classes/NormalizationTest.php
    M test/classes/PdfTest.php
    M test/classes/Plugins/Export/ExportCodegenTest.php
    M test/classes/Plugins/Export/ExportCsvTest.php
    M test/classes/Plugins/Export/ExportExcelTest.php
    M test/classes/Plugins/Export/ExportHtmlwordTest.php
    M test/classes/Plugins/Export/ExportJsonTest.php
    M test/classes/Plugins/Export/ExportLatexTest.php
    M test/classes/Plugins/Export/ExportMediawikiTest.php
    M test/classes/Plugins/Export/ExportOdsTest.php
    M test/classes/Plugins/Export/ExportOdtTest.php
    M test/classes/Plugins/Export/ExportPdfTest.php
    M test/classes/Plugins/Export/ExportPhparrayTest.php
    M test/classes/Plugins/Export/ExportSqlTest.php
    M test/classes/Plugins/Export/ExportTexytextTest.php
    M test/classes/Plugins/Export/ExportXmlTest.php
    M test/classes/Plugins/Export/ExportYamlTest.php
    M test/classes/Plugins/Export/Helpers/TablePropertyTest.php
    M test/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php
    M test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php
    M test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php
    M test/classes/Properties/Options/OptionsPropertyGroupTest.php
    M test/classes/Properties/Options/OptionsPropertyItemTest.php
    M test/classes/Properties/Options/OptionsPropertyOneItemTest.php
    M test/classes/Properties/Plugins/ExportPluginPropertiesTest.php
    M test/classes/Properties/Plugins/ImportPluginPropertiesTest.php
    M test/classes/Properties/Plugins/PluginPropertyItemTest.php
    M test/classes/Properties/PropertyItemTest.php
    M test/classes/RelationCleanupDbiMock.php
    M test/classes/RelationCleanupTest.php
    M test/classes/ReplicationGuiTest.php
    M test/classes/Server/PrivilegesTest.php
    M test/classes/Server/SelectTest.php
    M test/classes/Server/Status/AdvisorTest.php
    M test/classes/Server/Status/DataTest.php
    M test/classes/Server/Status/ProcessesTest.php
    M test/classes/Server/Status/QueriesTest.php
    M test/classes/Server/Status/VariablesTest.php
    M test/classes/Server/StatusTest.php
    M test/classes/Server/UserGroupsTest.php
    M test/classes/Setup/FormProcessingTest.php
    M test/classes/Setup/IndexTest.php
    M test/classes/ThemeManagerTest.php
    M test/classes/TransformationsTest.php
    M test/classes/TwoFactorTest.php
    M test/classes/UrlTest.php
    M test/classes/UtilTest.php
    M test/libraries/common/GetCheckboxTest.php
    M test/selenium/CreateDropDatabaseTest.php
    M test/selenium/CreateRemoveUserTest.php
    M test/selenium/DbEventsTest.php
    M test/selenium/DbProceduresTest.php
    M test/selenium/DbStructureTest.php
    M test/selenium/DbTriggersTest.php
    M test/selenium/ExportTest.php
    M test/selenium/NormalizationTest.php
    M test/selenium/QueryByExampleTest.php
    M test/selenium/SqlQueryTest.php
    M test/selenium/TableBrowseTest.php
    M test/selenium/TableInsertTest.php
    M test/selenium/TableOperationsTest.php
    M test/selenium/TableStructureTest.php
    M test/selenium/TrackingTest.php

  Log Message:
  -----------
  Fix methods and properties visibility issues

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>



      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Git mailing list