phpmyadmin/libraries/classes
Maurício Meneghini Fauth a2ed4dfe68
Make controllers callable
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-08-30 13:16:29 -03:00
..
Charsets Fix coding standard errors 2021-06-03 16:50:33 -03:00
Command Fix some errors found by PHPStan/Psalm 2021-08-05 16:09:08 -03:00
Config Extract methods for setting properties 2021-08-24 19:09:34 -03:00
Controllers Make controllers callable 2021-08-30 13:16:29 -03:00
Database Refactor PhpMyAdmin\Plugins::getChoice method 2021-08-27 13:38:01 -03:00
Dbal Fix some errors found by PHPStan/Psalm 2021-08-05 16:09:08 -03:00
Display Fix coding standard issues 2021-08-23 20:17:02 +02:00
Engines Fix some errors found by PHPStan/Psalm 2021-08-05 16:09:08 -03:00
Exceptions Fix some coding standard issues 2020-05-25 22:42:37 -03:00
Export Refactor PhpMyAdmin\Plugins::getChoice method 2021-08-27 13:38:01 -03:00
Gis Fix some PHP 8.1 issues 2021-08-21 20:16:59 -03:00
Html Merge branch 'QA_5_1' 2021-08-20 02:45:54 +02:00
Http Add ServerRequest::getParsedBodyParam method 2021-07-06 12:24:02 -03:00
Image Fix some PHP 8.1 issues 2021-08-21 20:16:59 -03:00
Import Fix #16382 - remove apc extension code 2021-04-28 21:05:06 +02:00
Navigation Fix "if (! isset($this->pos)) {" not working 2021-07-20 19:30:26 +02:00
Partitioning Move partition classes to the Partitioning namespace 2021-08-21 14:01:25 -03:00
Plugins Refactor setProperties method of Plugin classes 2021-08-28 16:50:08 -03:00
Properties Refactor PhpMyAdmin\Plugins::getChoice method 2021-08-27 13:38:01 -03:00
Providers/ServerVariables Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
Query Add support for account locking 2021-08-21 00:55:33 -03:00
Server Add support for account locking 2021-08-21 00:55:33 -03:00
Setup Replace mb_strpos !== false with str_contains 2021-07-10 13:43:40 -03:00
Table Move partition classes to the Partitioning namespace 2021-08-21 14:01:25 -03:00
Twig Remove PhpMyAdmin\Twig\PluginsExtension class 2021-08-25 11:00:21 -03:00
Utils Merge branch 'QA_5_1' 2021-07-20 17:52:16 +02:00
Advisor.php Merge branch 'QA_5_1' 2021-07-22 18:46:28 +02:00
Bookmark.php Remove a static variable from Bookmark function and use Cache class 2021-06-17 16:51:42 +02:00
BrowseForeigners.php Merge branch 'QA_5_1' 2021-07-28 01:37:17 +02:00
Cache.php Create a simple Cache class 2021-06-17 16:35:53 +02:00
Charsets.php Remove non needed else conditions 2021-07-21 01:33:59 +02:00
CheckUserPrivileges.php Replace mb_strpos !== false with str_contains 2021-07-10 13:43:40 -03:00
Common.php Merge branch 'QA_5_1' 2021-08-23 20:35:42 +02: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 Remove non needed else conditions 2021-07-21 01:33:59 +02:00
CreateAddField.php Remove some else conditions by using early exits or moving code 2021-04-29 01:18:39 +02:00
DatabaseInterface.php Merge branch 'QA_5_1' 2021-08-11 02:53:56 +02:00
DbTableExists.php Make controllers callable 2021-08-30 13:16:29 -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 Merge branch 'QA_5_1' 2021-08-22 23:19:15 +02:00
ErrorReport.php Remove PhpMyAdmin\Config::enableBc method 2021-07-09 13:59:04 -03:00
Export.php Make controllers callable 2021-08-30 13:16:29 -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 some errors found by PHPStan/Psalm 2021-08-05 16:09:08 -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 Merge branch 'QA_5_1' 2021-07-20 17:52:16 +02:00
Import.php Merge branch 'QA_5_1' 2021-07-27 02:59:31 +02:00
Index.php Merge branch 'QA_5_1' 2021-08-27 22:09:55 +02:00
IndexColumn.php Merge branch 'QA_5_1' 2021-08-27 22:09:55 +02:00
InsertEdit.php Merge branch 'QA_5_1' 2021-08-20 02:45:54 +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 Fix some PHP 8.1 issues 2021-08-21 20:16:59 -03:00
Operations.php Move partition classes to the Partitioning namespace 2021-08-21 14:01:25 -03: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
Pdf.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
Plugins.php Improve type check of Plugins::getDefault method 2021-08-27 14:56:12 -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 Merge branch 'QA_5_1' 2021-08-27 22:09:55 +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 Make controllers callable 2021-08-30 13:16:29 -03:00
Sanitize.php Fix some errors found by PHPStan/Psalm 2021-08-05 16:09:08 -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 Merge branch 'QA_5_1' 2021-07-22 14:57:54 +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
SystemDatabase.php Rename variables to use camel case format 2021-03-07 13:03:12 -03:00
Table.php Merge branch 'QA_5_1' 2021-08-15 00:52:33 +02:00
Template.php Remove PhpMyAdmin\Twig\PluginsExtension class 2021-08-25 11:00:21 -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 Make Tracking::enabled not use statics as it does mess up with tests 2021-08-24 02:01:03 +02: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 Merge branch 'QA_5_1' 2021-08-14 14:42:12 +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 Suppress some PHP 8.1 deprecations 2021-08-21 17:44:21 -03: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 some errors found by PHPStan/Psalm 2021-08-05 16:09:08 -03:00