phpmyadmin/libraries/classes
Mo Sureerat 15e629c9c1 [ISSUE-17793] UUID - Fix insert error
Signed-off-by: Mo Sureerat <sureemo@gmail.com>
2022-11-03 05:55:37 +07:00
..
Advisory Fix some coding style issues 2022-10-16 17:18:54 -03:00
Charsets Fix some coding style issues 2022-10-16 17:18:54 -03:00
Command NonInvariantDocblockPropertyType 2022-10-14 20:42:42 +01:00
Config Merge branch 'QA_5_2' 2022-10-29 17:26:44 +02:00
ConfigStorage Pass as argument to Table 2022-10-17 22:30:33 +01:00
Controllers Use more specific exceptions for some errors 2022-10-31 22:32:12 -03:00
Crypto Fix possible undefined globals 2022-03-10 18:05:21 -03:00
Database Merge pull request #17807 from kamil-tekiela/table-dbi 2022-10-18 11:08:36 -03:00
Dbal Fix some coding style issues 2022-10-16 17:18:54 -03:00
Display Merge branch 'QA_5_2' 2022-10-29 17:26:44 +02:00
Engines Merge branch 'QA_5_2' 2022-05-15 17:27:03 -03:00
Exceptions Use more specific exceptions for some errors 2022-10-31 22:32:12 -03:00
Export Pass as argument to Table 2022-10-17 22:30:33 +01:00
Gis Merge branch 'QA_5_2' 2022-10-14 20:49:18 +02:00
Html Merge branch 'QA_5_2' 2022-10-26 12:22:38 +02: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 Extract header() calls from Core::headerJSON() method 2022-10-23 20:05:20 -03:00
Navigation Merge pull request #17800 from kamil-tekiela/Fix-phpstan-issues-2 2022-10-17 20:32:59 -03:00
Partitioning Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
Plugins Remove Core::fatalError method 2022-10-31 22:18:47 -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 Fix some coding style issues 2022-10-16 17:18:54 -03:00
Server Merge branch 'QA_5_2' 2022-10-26 12:22:38 +02:00
Setup Add basic routing system for setup pages 2022-10-10 06:54:45 -03:00
Table [ISSUE-17793] Revert previous change + Fix default selection of uuid in alter table 2022-11-03 05:25:14 +07:00
Twig Merge branch 'QA_5_2' 2022-10-26 12:22:38 +02:00
Utils Merge branch 'QA_5_2' 2022-10-26 17:01:39 +02:00
Bookmark.php Refactored Bookmark::get() for DatabaseName 2022-10-21 01:52:09 +05:30
BrowseForeigners.php fix return type errors from phpstan - add more specific array types 2022-10-13 12:11:11 +02:00
Cache.php Voidify methods with no side effects 2022-10-14 20:42:42 +01:00
Charsets.php Fix indentation issues 2022-10-16 13:41:31 -03:00
CheckUserPrivileges.php Merge branch 'standan-hulk-fix-phpstan-issues' 2022-10-17 16:42:36 -03:00
Common.php Use more specific exceptions for some errors 2022-10-31 22:32:12 -03:00
Config.php Remove Core::fatalError method 2022-10-31 22:18:47 -03:00
Console.php Extract Console dependencies from constructor 2022-08-20 15:52:06 -03:00
Core.php Use more specific exceptions for some errors 2022-10-31 22:32:12 -03:00
CreateAddField.php Use Database type instead of string (#17746) 2022-10-20 21:34:10 -03:00
DatabaseInterface.php Replace fatalError() with exception in Core::warnMissingExtension() 2022-10-31 20:25:55 -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 Fix some coding style issues 2022-10-16 17:18:54 -03:00
ErrorHandler.php Redundant $error instanceof Error 2022-10-15 21:16:04 +01:00
ErrorReport.php Merge branch 'QA_5_1-security' into master-security 2022-01-11 14:31:56 -03:00
Export.php Use more specific exceptions for some errors 2022-10-31 22:32:12 -03:00
FieldMetadata.php Fix some coding style issues 2022-10-16 17:18: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 redundant empty() 2022-10-17 14:37:30 +01: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 Fix filename 2022-10-30 08:44:30 +01:00
Import.php Pass as argument to Table 2022-10-17 22:30:33 +01: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 [ISSUE-17793] UUID - Fix insert error 2022-11-03 05:55:37 +07:00
InternalRelations.php
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 Fix some coding style issues 2022-10-16 17:18:54 -03: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 Merge pull request #17800 from kamil-tekiela/Fix-phpstan-issues-2 2022-10-17 20:32:59 -03:00
OpenDocument.php Merge branch 'QA_5_1' into QA_5_2 2022-03-11 13:02:15 -03:00
Operations.php Merge branch 'QA_5_2' 2022-10-16 13:52:33 -03:00
OutputBuffering.php Remove OutputBuffering::getInstance() method 2022-10-25 14:04:07 -03:00
ParseAnalyze.php Replace $analyzedSqlResults array with StatementInfo object 2022-05-24 21:35:30 -03:00
Pdf.php Fix method casing 2022-10-14 20:44:26 +02:00
Plugins.php Remove Core::fatalError method 2022-10-31 22:18:47 -03:00
Profiling.php Refactor DatabaseInterface.php (#17209) 2021-11-26 20:17:46 -03:00
RecentFavoriteTable.php Fix some coding style issues 2022-10-16 17:18:54 -03:00
Replication.php Replace global keyword with $GLOBALS 2022-03-07 17:31:11 -03:00
ReplicationGui.php 16276 - Reduce the usage of SuperGlobals (#17795) 2022-10-20 01:52:38 -03:00
ReplicationInfo.php Fix possible undefined globals 2022-03-10 18:05:21 -03:00
ResponseRenderer.php Remove OutputBuffering::getInstance() method 2022-10-25 14:04:07 -03:00
Routing.php Replace Core::fatalError() calls in controllers 2022-10-31 20:25:55 -03:00
Sanitize.php Remove remaining bits of Sanitize::jsFormat 2022-10-17 21:31:07 +01: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 Remove Core::fatalError method 2022-10-31 22:18:47 -03:00
Sql.php Fix a coding standard error 2022-10-20 23:50:58 -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 Merge branch 'QA_5_2' 2022-10-26 12:22:38 +02:00
Template.php Remove comparison with 'production' in Template class 2022-10-25 23:19:28 -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 Fix some coding style issues 2022-10-16 17:18:54 -03:00
Tracking.php Fix some issues and update SA baselines 2022-10-29 17:27:51 -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 Adds support for SHA2 function (#17809) 2022-10-18 16:12:06 -03:00
Url.php Extract Database\PrivilegesController from Server\PrivilegesController 2022-05-27 17:13:23 -03:00
UrlRedirector.php Fix Database QbeTest 2022-10-20 03:07:47 -03:00
UserPassword.php Fix some issues and update SA baselines 2022-10-29 17:27:51 -03:00
UserPreferences.php Merge branch 'QA_5_2' 2022-04-26 21:20:06 -03:00
Util.php Replace fatalError() with exception in Core::warnMissingExtension() 2022-10-31 20:25:55 -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 coding style issues 2022-10-16 17:18:54 -03:00