phpmyadmin/libraries/classes
Maurício Meneghini Fauth 46fdea0d0e Remove unneeded writing to $_POST in Database\Structure controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-12 18:07:10 -03:00
..
Advisory Move advisory_rules files to the Advisory\Rules class 2022-02-24 14:41:41 -03:00
Charsets Fix #17736 - Add utf8mb3 as an alias of utf8 on the charset description page 2022-09-28 23:49:27 +02:00
Command Fix possible undefined globals 2022-03-10 18:05:21 -03:00
Config Merge branch 'QA_5_2' 2022-09-29 00:45:10 -03:00
ConfigStorage Merge branch 'QA_5_2' 2022-05-17 16:24:34 -03:00
Controllers Remove unneeded writing to $_POST in Database\Structure controllers 2022-10-12 18:07:10 -03:00
Crypto Fix possible undefined globals 2022-03-10 18:05:21 -03:00
Database Move DBI's getProceduresOrFunctions into Routines class 2022-09-11 17:32:44 -03:00
Dbal Merge branch 'QA_5_2' 2022-09-19 23:26:15 -03:00
Display Merge branch 'QA_5_2' 2022-10-11 19:53:54 -03:00
Engines Merge branch 'QA_5_2' 2022-05-15 17:27:03 -03:00
Exceptions Fix some coding standard issues 2020-05-25 22:42:37 -03:00
Export Fix possible undefined globals 2022-03-10 18:05:21 -03:00
Gis Merge branch 'QA_5_2' 2022-03-11 14:26:19 -03:00
Html Merge branch 'QA_5_2' 2022-10-11 19:53:54 -03:00
Http Add Http\ServerRequest::getQueryParam method 2022-10-10 23:00:33 -03:00
Image Fix some PHP 8.1 issues 2021-08-21 20:16:59 -03:00
Import Fix Table\ImportControllerTest failing test 2022-02-24 11:48:22 -03:00
Navigation Merge branch 'QA_5_2' 2022-07-23 18:55:51 -03:00
Partitioning Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Plugins Merge branch 'QA_5_2' 2022-10-11 19:53:54 -03:00
Properties Remove useless whitespaces 2021-09-15 17:05:40 -03:00
Providers/ServerVariables Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
Query Merge branch 'QA_5_2' 2022-10-03 21:00:20 -03:00
Server Issue #17727 Started refactoring uses of $db and $table (#17729) 2022-09-30 19:33:36 -03:00
Setup Add basic routing system for setup pages 2022-10-10 06:54:45 -03:00
Table Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
Twig Removing get tables from twig template and removing relationextension from twig template 2022-05-31 16:22:46 -03:00
Utils Fix possible undefined globals 2022-03-10 18:05:21 -03:00
Bookmark.php Change QUERY_STORE to QUERY_BUFFERED 2022-01-01 01:46:01 +00:00
BrowseForeigners.php Merge branch 'QA_5_2' 2022-05-15 17:27:03 -03:00
Cache.php Add bool return type where possible 2021-09-14 20:11:51 -03:00
Charsets.php Implement ResultInterface & MysqliResult 2021-12-31 23:59:24 +00:00
CheckUserPrivileges.php Deimplement fetchRow() helper 2022-01-09 22:44:53 +00:00
Common.php Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
Config.php Fix an issue reported by Psalm 2022-05-21 17:31:03 -03:00
Console.php Extract Console dependencies from constructor 2022-08-20 15:52:06 -03:00
Core.php Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
CreateAddField.php Redesign CreateAddField::setColumnCreationStatementSuffix() 2021-12-08 22:24:49 +00:00
DatabaseInterface.php Move DBI's getProceduresOrFunctions into Routines class 2022-09-11 17:32:44 -03:00
DbTableExists.php Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
EditField.php Refactor insert edit (#17684) 2022-08-22 22:39:53 -03:00
Encoding.php Remove @access annotations 2021-12-22 11:43:45 -03:00
Error.php Improve Error message stacktrace style 2022-01-29 16:55:44 -03:00
ErrorHandler.php Merge branch 'QA_5_2' 2022-09-26 17:30:39 -03:00
ErrorReport.php Merge branch 'QA_5_1-security' into master-security 2022-01-11 14:31:56 -03:00
Export.php Merge branch 'QA_5_2' 2022-10-11 19:53:54 -03:00
FieldMetadata.php Merge branch 'QA_5_2' 2022-10-11 19:53:54 -03:00
File.php Remove @access annotations 2021-12-22 11:43:45 -03:00
FileListing.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
FlashMessages.php Fix coding standard errors 2021-06-03 16:50:33 -03:00
Font.php Remove @access annotations 2021-12-22 11:43:45 -03:00
Footer.php Move Routing::getCurrentRoute to ServerRequest 2022-06-06 23:36:57 -03:00
Git.php Fix PHP 8.2: ${var} deprecated string interpolation syntax on Git class 2022-07-13 15:28:08 +02:00
Header.php Extract Console dependencies from constructor 2022-08-20 15:52:06 -03:00
Import.php Remove redundant if statement with elseif 2022-03-17 20:46:27 +00:00
Index.php Improve type declaration of Index::getCompareData method 2022-09-09 09:04:21 -03:00
IndexColumn.php Improve type declaration of Index::getCompareData method 2022-09-09 09:04:21 -03:00
InsertEdit.php Adding inputmode numeric to integer fields (#17753) 2022-10-09 15:26:32 -03:00
InternalRelations.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
IpAllowDeny.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Language.php Add bool return type where possible 2021-09-14 20:11:51 -03:00
LanguageManager.php Fix some languages not getting correctly detected 2022-07-15 21:32:22 -03:00
Linter.php Remove unused variables 2021-12-03 15:12:56 +00:00
ListAbstract.php Add bool return type where possible 2021-09-14 20:11:51 -03:00
ListDatabase.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Logging.php Add void return type where possible 2021-09-13 15:29:11 -03:00
Menu.php Move Routing::getCurrentRoute to ServerRequest 2022-06-06 23:36:57 -03:00
Message.php Remove @access annotations 2021-12-22 11:43:45 -03:00
Mime.php Use PSR-12 for control structures spacing 2021-03-05 15:27:03 -03:00
Normalization.php Improve return type of Index::getPrimary method 2022-09-07 23:25:20 -03:00
OpenDocument.php Merge branch 'QA_5_1' into QA_5_2 2022-03-11 13:02:15 -03:00
Operations.php Use DatabaseName for the newname param in OperationsController 2022-09-13 20:36:06 -03:00
OutputBuffering.php Add void return type where possible 2021-09-13 15:29:11 -03:00
ParseAnalyze.php Replace $analyzedSqlResults array with StatementInfo object 2022-05-24 21:35:30 -03:00
Pdf.php Merge branch 'QA_5_1' 2021-12-29 19:44:12 -03:00
Plugins.php Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
Profiling.php Refactor DatabaseInterface.php (#17209) 2021-11-26 20:17:46 -03:00
RecentFavoriteTable.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Replication.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
ReplicationGui.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
ReplicationInfo.php Fix possible undefined globals 2022-03-10 18:05:21 -03:00
ResponseRenderer.php Extract the HTML from the ResponseRenderer::getDisplay method 2022-04-09 19:27:52 -03:00
Routing.php Move Routing::getCurrentRoute to ServerRequest 2022-06-06 23:36:57 -03:00
Sanitize.php Extract url.php entry point into a route 2022-08-06 15:02:49 -03:00
SavedSearches.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Scripts.php Extract js/messages.php entry point into a route 2022-08-06 22:25:32 -03:00
Session.php Fix errors reported by Psalm/PHPStan 2022-02-16 14:37:25 -03:00
Sql.php Improve return type of Index::getPrimary method 2022-09-07 23:25:20 -03:00
SqlQueryForm.php Fix some errors reported by PHPStan 2022-04-28 22:53:38 -03:00
StatementInfo.php Replace $analyzedSqlResults array with StatementInfo object 2022-05-24 21:35:30 -03:00
StorageEngine.php Merge branch 'QA_5_2' 2022-05-15 17:27:03 -03:00
SystemDatabase.php Deimplement fetchAssoc() helper 2022-01-09 22:44:53 +00:00
Table.php Move DBI getTriggers method into the Triggers class 2022-09-10 16:00:42 -03:00
Template.php Remove the containerBuilder global var from the Template class 2022-09-29 20:06:34 -03:00
Theme.php Remove @access annotations 2021-12-22 11:43:45 -03:00
ThemeManager.php Fix possible undefined globals 2022-03-10 18:05:21 -03:00
Tracker.php Remove crlf global variable 2022-09-13 14:08:57 -03:00
Tracking.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Transformations.php Add return type for Transformations getOptions and getMime 2022-03-10 19:58:45 -03:00
TwoFactor.php Merge branch 'QA_5_2' 2022-05-19 12:22:31 -03:00
Types.php Merge #17657 - Supporting the column compression option on MariaDB 2022-09-30 23:49:58 +02:00
Url.php Extract Database\PrivilegesController from Server\PrivilegesController 2022-05-27 17:13:23 -03:00
UrlRedirector.php Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
UserPassword.php Move Routing::getCurrentRoute to ServerRequest 2022-06-06 23:36:57 -03:00
UserPreferences.php Merge branch 'QA_5_2' 2022-04-26 21:20:06 -03:00
Util.php Merge branch 'QA_5_2' 2022-10-09 15:18:27 -03:00
Version.php Prepare for version 5.2.1-dev 2022-05-11 01:43:41 -04:00
VersionInformation.php Fix issue in VersionInformation class reported by PHPStan 2022-03-31 13:32:24 -03:00
ZipExtension.php Fix some errors found by PHPStan in ZipExtensionTest class 2022-09-03 19:23:13 -03:00