phpmyadmin/libraries/classes
Maurício Meneghini Fauth f570bf64bf
Pass ServerRequest object to Indexes::doSaveData() method
This removes the need to call Application::getRequest().

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-06 13:17:12 -03:00
..
Advisory Split Advisory\Advisor::$runResult into different properties 2023-07-13 21:23:30 -03:00
Charsets Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
Command Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
Config $pattern must be non-empty-string 2023-08-03 20:41:28 +01:00
ConfigStorage Remove session cache in Relation 2023-07-27 12:02:12 +01:00
Controllers Pass ServerRequest object to Indexes::doSaveData() method 2023-08-06 13:17:12 -03:00
Crypto Use union with null instead of short nullable type 2023-02-20 21:48:19 -03:00
Database Remove Template and ResponseRenderer dep from Routines class 2023-07-24 15:04:53 -03:00
Dbal Create the Identifiers\Identifier interface 2023-06-01 19:09:25 -03:00
Display Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
Engines Improve Util::formatByteDown() return type hint 2023-06-28 22:36:50 -03:00
Exceptions Add a wrapper around the exit language construct 2023-06-06 21:54:07 -03:00
Export Change export to server file to use redirection after save 2023-08-04 17:52:25 -03:00
Gis Avoid intermediate Extent objects 2023-07-25 21:25:03 +02:00
Html Replace jqPlot with Chart.js for the profiling chart 2023-06-17 23:44:04 -03:00
Http Create Http\Response::write() method to write to the body 2023-08-05 10:50:53 -03:00
Identifiers Create the Identifiers\Identifier interface 2023-06-01 19:09:25 -03:00
Image Fix coding standard spacing issues 2023-02-24 21:06:17 -03:00
Import Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
Navigation Improve unit tests for Navigation\Nodes\Node class 2023-07-11 15:14:12 -03:00
Partitioning Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
Plugins Merge pull request #18562 from MoonE/scale-data 2023-08-05 20:18:57 -03:00
Properties Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Providers/ServerVariables Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Query Extract SQL into QueryGenerator 2023-07-27 11:37:50 +01:00
Replication Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
Routing Create Http\Response::write() method to write to the body 2023-08-05 10:50:53 -03:00
Server Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
Setup Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
Table Pass ServerRequest object to Indexes::doSaveData() method 2023-08-06 13:17:12 -03:00
Theme Fix property initializations 2023-05-11 23:25:01 +01:00
Tracking Replace some 'echo' with ResponseRenderer::addHTML() method 2023-08-04 22:07:25 -03:00
Triggers Redesign Triggers::getDetails() 2023-07-28 22:28:24 +01:00
Twig Split Util::getSupportedDatatypes (#18420) 2023-05-17 14:49:06 -03:00
Utils Add missing traversable type hints 2023-04-02 01:32:12 -03:00
WebAuthn Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
Application.php Create Http\Response::write() method to write to the body 2023-08-05 10:50:53 -03:00
Bookmark.php Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
BrowseForeigners.php Add basic unit test for BrowseForeignersController class 2023-06-09 15:56:09 -03:00
Cache.php Add native param types 2023-03-17 12:45:18 +00:00
Charsets.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
CheckUserPrivileges.php Create value object ShowGrants 2023-04-16 00:43:13 +01:00
ColumnFull.php Implement ColumnFull DTO 2023-05-19 16:29:34 +01:00
Config.php Remove globals charset_connection & collation_connection 2023-08-04 21:32:05 +01:00
Console.php Improve unit test for ResponseRenderer::setAjax() 2023-05-31 00:26:48 -03:00
Core.php Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
CreateAddField.php Create the Identifiers\Identifier interface 2023-06-01 19:09:25 -03:00
DatabaseInterface.php Remove globals charset_connection & collation_connection 2023-08-04 21:32:05 +01:00
DbTableExists.php Refactor the DbTableExists class 2023-08-06 01:42:06 -03:00
EditField.php Add native property types (#18143) 2023-02-26 23:30:41 -03:00
Encoding.php Remove support for the Recode extension 2023-07-19 17:42:27 -03:00
Error.php Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
ErrorHandler.php Add a wrapper around the exit language construct 2023-06-06 21:54:07 -03:00
ErrorReport.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
FieldMetadata.php phpstan supports object shape since 1.10.12 2023-04-29 22:43:55 +02:00
File.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
FileListing.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
FlashMessages.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Font.php Simplify Font::getCharLists() 2023-05-11 23:03:50 +01:00
Footer.php Rename the Common class to Application 2023-06-13 14:40:21 -03:00
Git.php Improve Git::checkGitRevision() return type declaration 2023-05-21 13:25:38 -03:00
Header.php Refactor the Setup\MainController controller 2023-07-26 21:33:43 -03:00
Index.php Voidify loadIndexes 2023-05-12 23:17:51 +01:00
IndexColumn.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
InsertEdit.php Improve Util::formatByteDown() return type hint 2023-06-28 22:36:50 -03:00
InsertEditColumn.php Implement InsertEditColumn 2023-05-23 15:31:46 +01:00
InternalRelations.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
IpAllowDeny.php Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
Language.php Split long lines 2023-03-17 12:48:12 +00:00
LanguageManager.php Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
Linter.php Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
ListAbstract.php Refactor ListAbstract (#18216) 2023-03-05 13:17:52 -03:00
ListDatabase.php Shorten else/if to elseif 2023-05-12 00:12:58 +01:00
Logging.php Remove config global var from Logging class 2023-04-27 14:38:18 -03:00
Menu.php Rename the Common class to Application 2023-06-13 14:40:21 -03:00
Message.php Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
Mime.php Add native return type hints (#18126) 2023-02-23 15:43:36 -03:00
Normalization.php Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
OpenDocument.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Operations.php Redesign Triggers::getDetails() 2023-07-28 22:28:24 +01:00
OutputBuffering.php Check whether ob_gzhandler is already in use 2023-03-13 14:38:55 +00:00
ParseAnalyze.php Replace $analyzedSqlResults array with StatementInfo object 2022-05-24 21:35:30 -03:00
Pdf.php Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
Plugins.php Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
Profiling.php Replace jqPlot with Chart.js for the profiling chart 2023-06-17 23:44:04 -03:00
RecentFavoriteTable.php Merge branch 'QA_5_2' 2023-07-15 15:19:35 -03:00
ResponseRenderer.php Refactor the Http\Factory\ResponseFactory class 2023-07-18 17:37:29 -03:00
Sanitize.php Remove the public/show_config_errors.php file 2023-07-28 16:30:22 -03:00
Scripts.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Session.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
ShowGrants.php Create value object ShowGrants 2023-04-16 00:43:13 +01:00
Sql.php Fixed the Pagination missing when using SELECT DISTINCT (#18493) 2023-07-13 15:11:23 -03:00
SqlQueryForm.php Add configuration option to allow shared bookmarks 2023-04-14 12:09:01 +03:00
StatementInfo.php Add native param types 2023-03-17 12:45:18 +00:00
StorageEngine.php Improve Util::formatByteDown() return type hint 2023-06-28 22:36:50 -03:00
SystemColumn.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
SystemDatabase.php Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
Table.php Redesign Triggers::getDetails() 2023-07-28 22:28:24 +01:00
Template.php Enable Twig's strict_variables option in dev env 2023-07-05 22:45:55 -03:00
Transformations.php Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
TwoFactor.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
Types.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
Url.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
UrlRedirector.php Add a wrapper around the exit language construct 2023-06-06 21:54:07 -03:00
UserPassword.php Merge pull request #18425 from kamil-tekiela/Duplicated-line 2023-05-18 20:43:35 -03:00
UserPreferences.php Remove session cache in Relation 2023-07-27 12:02:12 +01:00
Util.php Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
Version.php Prepare for version 6.0.0-dev 2023-02-10 19:20:51 -03:00
VersionInformation.php Ignore Infection for mutations that causes error or timeout 2023-07-22 13:54:36 -03:00
ZipExtension.php Remove all boolean uses of strcmp() 2023-07-25 22:17:52 +01:00