phpmyadmin/libraries/classes
William Desportes 4499e75901
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-16 02:49:36 +02:00
..
Charsets Fix coding standard errors 2021-06-03 16:50:33 -03:00
Command Replace fopen, fwrite and fclose with file_put_contents 2021-07-13 11:51:57 -03:00
Config Fix some errors found by Psalm 2021-07-06 00:37:27 -03:00
Controllers Remove non used variables 2021-07-16 02:13:27 +02:00
Database Remove non used variables 2021-07-16 02:13:27 +02:00
Dbal Add Stringable interface to classes with __toString 2021-07-10 14:11:51 -03:00
Display Merge branch 'QA_5_1' 2021-07-16 02:49:36 +02:00
Engines Use class constants for StorageEngine constants 2021-06-24 19:08:34 -03:00
Exceptions Fix some coding standard issues 2020-05-25 22:42:37 -03:00
Export Rename the PMA_Config global variable to config 2021-03-08 15:03:12 -03:00
Gis Replace mb_strpos !== false with str_contains 2021-07-10 13:43:40 -03:00
Html Merge branch 'QA_5_1' 2021-07-16 00:02:00 +02:00
Http Add ServerRequest::getParsedBodyParam method 2021-07-06 12:24:02 -03:00
Import Fix #16382 - remove apc extension code 2021-04-28 21:05:06 +02:00
Navigation Merge branch 'QA_5_1' 2021-07-15 13:09:21 -03:00
Plugins Replace mb_strpos !== false with str_contains 2021-07-10 13:43:40 -03:00
Properties Fix some errors found by PHPStan 2021-06-22 17:12:02 -03:00
Providers/ServerVariables Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
Query Fix #16138 - ignore the length of integer types, and show a warning 2021-07-13 15:42:57 +02:00
Server Replace mb_strpos !== false with str_contains 2021-07-10 13:43:40 -03:00
Setup Replace mb_strpos !== false with str_contains 2021-07-10 13:43:40 -03:00
Table Fix #16138 - ignore the length of integer types, and show a warning 2021-07-13 15:42:57 +02:00
Twig Use array callable syntax for Twig extensions 2021-06-19 16:36:17 -03:00
Utils Merge branch 'QA_5_1' 2021-07-16 02:49:36 +02:00
Advisor.php Replace strpos !== false with str_contains 2021-07-09 22:30:42 -03:00
Bookmark.php Remove a static variable from Bookmark function and use Cache class 2021-06-17 16:51:42 +02:00
BrowseForeigners.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
Cache.php Create a simple Cache class 2021-06-17 16:35:53 +02:00
Charsets.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
CheckUserPrivileges.php Replace mb_strpos !== false with str_contains 2021-07-10 13:43:40 -03:00
Common.php Remove PhpMyAdmin\Config::enableBc method 2021-07-09 13:59:04 -03:00
Config.php Replace strpos !== false with str_contains 2021-07-09 22:30:42 -03:00
Console.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
Core.php Replace strpos !== false with str_contains 2021-07-09 22:30:42 -03:00
CreateAddField.php Remove some else conditions by using early exits or moving code 2021-04-29 01:18:39 +02:00
DatabaseInterface.php Documentation and typo fixes 2021-07-11 22:05:30 +02:00
DbTableExists.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
Encoding.php Fix some errors found by PHPStan 2021-06-09 13:07:40 -03:00
Error.php Fix some errors found by PHPStan and Psalm 2021-05-22 15:14:24 -03:00
ErrorHandler.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
ErrorReport.php Remove PhpMyAdmin\Config::enableBc method 2021-07-09 13:59:04 -03:00
Export.php Remove PhpMyAdmin\Config::enableBc method 2021-07-09 13:59:04 -03:00
FieldMetadata.php Move both operands of an assignment to the same line 2021-04-20 22:35:21 -03:00
File.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
FileListing.php Use PSR-12 for control structures spacing 2021-03-05 15:27:03 -03:00
FlashMessages.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
Font.php Use PSR-12 for control structures spacing 2021-03-05 15:27:03 -03:00
Footer.php Fix some errors found by PHPStan and Psalm 2021-05-22 15:14:24 -03:00
Git.php Replace strpos !== false with str_contains 2021-07-09 22:30:42 -03:00
Header.php Ref #16939 - Remove not used params from Header::getJsParams 2021-07-15 02:43:41 +02:00
Import.php Replace mb_strpos !== false with str_contains 2021-07-10 13:43:40 -03:00
Index.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
IndexColumn.php Add some test classes 2021-06-07 16:59:34 -03:00
InsertEdit.php Fix coding standard issues 2021-07-15 02:44:05 +02:00
InternalRelations.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
IpAllowDeny.php Use PSR-12 for control structures spacing 2021-03-05 15:27:03 -03:00
Language.php Replace strpos !== false with str_contains 2021-07-09 22:30:42 -03:00
LanguageManager.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
Linter.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
ListAbstract.php Enable PHPStan checkGenericClassInNonGenericObjectType config 2021-05-22 18:27:27 -03:00
ListDatabase.php Use PSR-12 for control structures spacing 2021-03-05 15:27:03 -03:00
Logging.php Rename the PMA_Config global variable to config 2021-03-08 15:03:12 -03:00
Menu.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
Message.php Add Stringable interface to classes with __toString 2021-07-10 14:11:51 -03:00
Mime.php Use PSR-12 for control structures spacing 2021-03-05 15:27:03 -03:00
Normalization.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
OpenDocument.php Remove the PMA_VERSION constant 2021-03-08 22:22:55 -03:00
Operations.php Merge branch 'origin/QA_5_1' 2021-07-15 02:34:29 +02:00
OutputBuffering.php Build response headers before sending them out 2021-07-01 16:08:03 -03:00
ParseAnalyze.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
Partition.php Document more static vars 2021-06-17 15:22:37 +02:00
Pdf.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
Plugins.php Fix some errors found by Psalm 2021-07-06 00:37:27 -03:00
Profiling.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
RecentFavoriteTable.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
Relation.php Ref #15247 - Remove defined('TESTSUITE') from Relation::setHistory 2021-07-15 02:39:13 +02:00
RelationCleanup.php Use early exit when possible 2020-05-27 00:35:24 -03:00
Replication.php Merge branch 'QA_5_1' 2021-04-28 02:12:17 +02:00
ReplicationGui.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
ReplicationInfo.php Fix some errors found by Psalm 2021-05-23 00:24:59 -03:00
ResponseRenderer.php Move reponse output to the ResponseRenderer::response method 2021-07-02 13:33:00 -03:00
Routing.php Replace fopen, fwrite and fclose with file_put_contents 2021-07-13 11:51:57 -03:00
Sanitize.php Replace strncmp === 0 with str_starts_with 2021-07-09 19:14:30 -03:00
SavedSearches.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
Scripts.php Replace strpos !== false with str_contains 2021-07-09 22:30:42 -03:00
Session.php Ref #15247 - Remove defined('TESTSUITE') from Session::secure 2021-07-15 02:39:13 +02:00
Sql.php Replace strpos !== false with str_contains 2021-07-09 22:30:42 -03:00
SqlQueryForm.php Replace strpos !== false with str_contains 2021-07-09 22:30:42 -03:00
StorageEngine.php Ref #16945 - Fix a coding standard mistake 2021-07-13 21:39:51 +02:00
SubPartition.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
SystemDatabase.php Rename variables to use camel case format 2021-03-07 13:03:12 -03:00
Table.php Remove non used variables 2021-07-16 02:13:27 +02:00
TablePartitionDefinition.php Fix error found by PHPStan 2021-07-05 15:23:46 -03:00
Template.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
Theme.php Fix Theme::load after #16967 2021-06-16 01:44:21 +02:00
ThemeManager.php Fix Theme::load after #16967 2021-06-16 01:44:21 +02:00
Tracker.php Refactor PhpMyAdmin\Plugins::getPlugin method 2021-06-25 17:40:20 -03:00
Tracking.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
Transformations.php Replace strpos !== false with str_contains 2021-07-09 22:30:42 -03:00
TwoFactor.php Fix some errors found by Psalm 2021-07-06 00:37:27 -03:00
Types.php Remove useless "static" keyword in Types class 2021-06-16 01:10:25 +02:00
Url.php Replace mb_strpos !== false with str_contains 2021-07-10 13:43:40 -03:00
UserPassword.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
UserPreferences.php Replace strpos !== false with str_contains 2021-07-09 22:30:42 -03:00
Util.php Fix calls to fetchRow using two parameters but function has only one parameter 2021-07-16 02:28:03 +02:00
Version.php Fix some errors found by PHPStan 2021-06-09 13:07:40 -03:00
VersionInformation.php Use PSR-12 for control structures spacing 2021-03-05 15:27:03 -03:00
ZipExtension.php Fix coding standard errors 2021-06-03 16:50:33 -03:00