Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 9269d75fb406935f73e18b7b015ed93f3c2e32af
https://github.com/phpmyadmin/phpmyadmin/commit/9269d75fb406935f73e18b7b015…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-05-25 (Mon, 05 May 2020) -03:00
Changed paths:
M libraries/classes/Config/Validator.php
M libraries/classes/Controllers/ErrorReportController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Database/Routines.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Git.php
M libraries/classes/Import.php
M libraries/classes/Plugins/AuthenticationPlugin.php
M libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
M libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php
M libraries/classes/ReplicationGui.php
M libraries/classes/Table/ColumnsDefinition.php
M libraries/classes/Util.php
M test/classes/AbstractTestCase.php
M test/classes/AdvisorTest.php
M test/classes/CentralColumnsTest.php
M test/classes/Config/DescriptionTest.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/Server/BinlogControllerTest.php
M test/classes/Controllers/Server/CollationsControllerTest.php
M test/classes/Controllers/Server/DatabasesControllerTest.php
M test/classes/Controllers/Server/EnginesControllerTest.php
M test/classes/Controllers/Server/PluginsControllerTest.php
M test/classes/Controllers/Server/Status/AdvisorControllerTest.php
M test/classes/Controllers/Server/Status/MonitorControllerTest.php
M test/classes/Controllers/Server/Status/ProcessesControllerTest.php
M test/classes/Controllers/Server/Status/QueriesControllerTest.php
M test/classes/Controllers/Server/Status/StatusControllerTest.php
M test/classes/Controllers/Server/Status/VariablesControllerTest.php
M test/classes/Controllers/Server/VariablesControllerTest.php
M test/classes/Controllers/Table/FindReplaceControllerTest.php
M test/classes/Controllers/Table/IndexesControllerTest.php
M test/classes/Controllers/Table/RelationControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/Controllers/Table/StructureControllerTest.php
M test/classes/Controllers/TransformationOverviewControllerTest.php
M test/classes/CoreTest.php
M test/classes/Database/EventsTest.php
M test/classes/Database/RoutinesTest.php
M test/classes/Database/SearchTest.php
M test/classes/Database/TriggersTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/Display/ChangePasswordTest.php
M test/classes/Display/CreateTableTest.php
M test/classes/Display/ExportTest.php
M test/classes/Display/ResultsTest.php
M test/classes/FileListingTest.php
M test/classes/Gis/GisFactoryTest.php
M test/classes/GitTest.php
M test/classes/HeaderTest.php
M test/classes/InsertEditTest.php
M test/classes/Navigation/NavigationTreeTest.php
M test/classes/NormalizationTest.php
M test/classes/PdfTest.php
M test/classes/Plugins/Auth/AuthenticationConfigTest.php
M test/classes/Plugins/Auth/AuthenticationCookieTest.php
M test/classes/Plugins/Auth/AuthenticationHttpTest.php
M test/classes/Plugins/Auth/AuthenticationSignonTest.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/Transformations/TransformationPluginsTest.php
M test/classes/Properties/Options/OptionsPropertyGroupTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/Server/SelectTest.php
M test/classes/Server/UserGroupsTest.php
M test/classes/Setup/ConfigGeneratorTest.php
M test/classes/Setup/FormProcessingTest.php
M test/classes/SqlQueryFormTest.php
M test/classes/SqlTest.php
M test/classes/StorageEngineTest.php
M test/classes/Stubs/DbiDummy.php
M test/classes/ThemeManagerTest.php
M test/classes/ThemeTest.php
M test/classes/UtilTest.php
M test/selenium/TestBase.php
Log Message:
-----------
Fix some coding standard issues
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1affd8e63453b51c22a64b8289c70a59eb493fd6
https://github.com/phpmyadmin/phpmyadmin/commit/1affd8e63453b51c22a64b8289c…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-05-25 (Mon, 05 May 2020) +02:00
Changed paths:
M test/config.e2e.inc.php
Log Message:
-----------
Remove language specific config for selenium tests after 325357c121b
Ref: 325357c121b4e7e843df40135b553abf6a3f8bba
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: d82eb1b24a2dbeeb2240f8a207cf68f430c46e29
https://github.com/phpmyadmin/phpmyadmin/commit/d82eb1b24a2dbeeb2240f8a207c…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-05-25 (Mon, 05 May 2020) +02:00
Changed paths:
M test/classes/FileTest.php
M test/classes/Plugins/Export/ExportOdsTest.php
M test/classes/Plugins/Export/ExportOdtTest.php
M test/classes/Plugins/Import/ImportOdsTest.php
M test/classes/Plugins/Import/ImportShpTest.php
M test/classes/Plugins/Import/ImportXmlTest.php
M test/classes/Plugins/Schema/DiaRelationSchemaTest.php
M test/classes/Plugins/Schema/SvgRelationSchemaTest.php
M test/classes/TwoFactorTest.php
M test/classes/ZipExtensionTest.php
Log Message:
-----------
Mark extensions to skip tests on minimal php setups
This will help people packaging phpMyAdmin and also make our test suite runnable by more people.
Tested on alpine with the minimal extensions:
php-dom php-iconv php-mysqli php-json php-mbstring php-iconv php-session
[PHP Modules]
Core
date
dom
filter
hash
iconv
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcre
readline
Reflection
session
SPL
standard
zlib
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/localized_docs
Commit: c20646f12f4320754a94e47023bcab9626ee1a25
https://github.com/phpmyadmin/localized_docs/commit/c20646f12f4320754a94e47…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2020-05-25 (Mon, 05 May 2020) +02:00
Changed paths:
M phpmyadmin
Log Message:
-----------
Updated phpMyAdmin repository
Commit: 8bd63c8323795385f3d7c1981ec8230f286b81bc
https://github.com/phpmyadmin/localized_docs/commit/8bd63c8323795385f3d7c19…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2020-05-25 (Mon, 05 May 2020) +02:00
Changed paths:
M docs/ar/conf.py
M docs/az/conf.py
M docs/bs/conf.py
M docs/ca/conf.py
M docs/cs/conf.py
M docs/da/conf.py
M docs/de/conf.py
M docs/el/conf.py
M docs/en_GB/conf.py
M docs/eo/conf.py
M docs/es/conf.py
M docs/et/conf.py
M docs/fi/conf.py
M docs/fr/conf.py
M docs/fy/conf.py
M docs/gl/conf.py
M docs/hr/conf.py
M docs/hu/conf.py
M docs/hy/conf.py
M docs/id/conf.py
M docs/it/conf.py
M docs/ja/conf.py
M docs/ka/conf.py
M docs/ko/conf.py
M docs/lt/conf.py
M docs/mn/conf.py
M docs/nb/conf.py
M docs/nl/conf.py
M docs/pl/conf.py
M docs/pt_BR/conf.py
M docs/pt_PT/conf.py
M docs/ro/conf.py
M docs/ru/conf.py
M docs/sk/conf.py
M docs/sl/conf.py
M docs/sq/conf.py
M docs/sv/conf.py
M docs/tr/conf.py
M docs/uk/conf.py
M docs/zh_CN/conf.py
M docs/zh_TW/conf.py
M po/cs.mo
M po/fr.mo
M po/tr.mo
Log Message:
-----------
Update po files
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0b9c35a0565fb33bdbaeadd641e62e6f1d2bfacc
https://github.com/phpmyadmin/phpmyadmin/commit/0b9c35a0565fb33bdbaeadd641e…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-05-24 (Sun, 05 May 2020) -03:00
Changed paths:
M libraries/classes/Git.php
M test/classes/BookmarkTest.php
M test/classes/BrowseForeignersTest.php
M test/classes/CentralColumnsTest.php
M test/classes/CharsetsTest.php
M test/classes/CheckUserPrivilegesTest.php
M test/classes/CreateAddFieldTest.php
M test/classes/EncodingTest.php
M test/classes/EnvironmentTest.php
M test/classes/ErrorReportTest.php
M test/classes/ExportTest.php
M test/classes/FileListingTest.php
M test/classes/FilesTest.php
M test/classes/ImportTest.php
M test/classes/InsertEditTest.php
M test/classes/IpAllowDenyTest.php
M test/classes/MimeTest.php
M test/classes/NormalizationTest.php
M test/classes/RelationCleanupTest.php
M test/classes/RelationTest.php
M test/classes/ReplicationGuiTest.php
M test/classes/SanitizeTest.php
M test/classes/SqlQueryFormTest.php
M test/classes/SqlTest.php
M test/classes/TrackingTest.php
M test/classes/TransformationsTest.php
M test/classes/UrlTest.php
Log Message:
-----------
Remove uses statements from the same namespace
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0a6a316b2ae389cc7385d13341abbf709086f829
https://github.com/phpmyadmin/phpmyadmin/commit/0a6a316b2ae389cc7385d13341a…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-05-24 (Sun, 05 May 2020) +02:00
Changed paths:
M .travis.yml
Log Message:
-----------
Improve TravisCI config for selenium step and add TESTSUITE_SERVER env
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 6d123fe4526429b41a35af2553a7416280d5da02
https://github.com/phpmyadmin/phpmyadmin/commit/6d123fe4526429b41a35af2553a…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-05-24 (Sun, 05 May 2020) +02:00
Changed paths:
M libraries/classes/Config/FormDisplay.php
M libraries/classes/Config/ServerConfigChecks.php
M libraries/classes/Controllers/Server/VariablesController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Export.php
M libraries/classes/Sql.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/FileListingTest.php
Log Message:
-----------
Some minor codebase fixes and improvements
Signed-off-by: William Desportes <williamdes(a)wdes.fr>