..
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 TwigLintCommandTest failing test
2025-05-10 14:39:00 -03:00
Config
Fix E_USER_ERROR with trigger_error PHP 8.4 deprecation
2025-08-18 13:21:02 -03:00
ConfigStorage
Force string as return type of showCreate()
2023-07-24 19:45:24 +01:00
Controllers
Merge #20105 - Fix #19891 - invalid $cfg['Export']['format'] or $cfg['Import']['format'] defaulting to sql in dropdown
2026-03-17 13:08:45 +01:00
Crypto
Merge branch 'QA_5_1-security' into master-security
2022-01-11 14:31:56 -03:00
Database
Fix some type errors and update baselines
2026-02-12 16:12:03 +01:00
Dbal
Fix #20195
2026-02-28 20:02:20 +00:00
Display
Merge pull request #19995 from kamil-tekiela/Fix-#19993
2026-01-08 21:31:41 -03:00
Engines
Refactor InnoDB methods for version handling
2026-03-31 17:39:04 +02:00
Exceptions
Fix some coding standard issues
2020-05-25 22:42:37 -03:00
Export
Merge #20105 - Fix #19891 - invalid $cfg['Export']['format'] or $cfg['Import']['format'] defaulting to sql in dropdown
2026-03-17 13:08:45 +01:00
Gis
Merge #20154 - Fix gis export to pdf and svg
2026-03-17 12:47:26 +01:00
Html
Merge #20087 - Fix #19843 - Add Refresh button for EXPLAIN queries
2026-02-24 09:32:44 +01:00
Http
Fix PSR-7 implementation for GET and test implementation for POST
2023-01-20 13:17:12 +04:00
Image
Fix some PHP 8.5 deprecations
2025-11-10 23:01:10 -03:00
Import
Fix simulate multiple queries with ; in a string
2024-06-01 00:16:35 +02:00
Navigation
Fix E_USER_ERROR with trigger_error PHP 8.4 deprecation
2025-08-18 13:21:02 -03:00
Partitioning
Fix deprecated null array offset
2025-09-14 14:35:13 +02:00
Plugins
Fix "ImportXml::doImport(): Node no longer exists" when importing XML with no database
2026-03-17 11:13:05 +01: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
Add support for XMLTYPE data type
2026-02-21 17:59:16 +01:00
Server
Fix adding user with single quote in password
2026-03-23 10:34:38 +01:00
Setup
Update setup page to generate better blowfish_secret keys
2022-09-26 17:33:38 -03:00
Table
Fix unescaped table name when checking tables
2025-01-20 13:54:12 -05:00
Twig
Fix #17793 - insert UUID ( #17797 )
2022-10-20 15:57:53 -03:00
Utils
Fix some PHP 8.5 deprecations
2025-11-10 23:01:10 -03:00
WebAuthn
Improve tests for WebAuthn
2024-08-28 20:20:01 -03:00
Advisor.php
Remove whitespace
2025-08-26 19:21:12 +02:00
Bookmark.php
Fix bookmark delete
2023-09-16 13:45:18 +01:00
BrowseForeigners.php
Remove table-light CSS classes
2022-05-14 17:31:31 -03:00
Cache.php
Add bool return type where possible
2021-09-14 20:11:51 -03:00
Charsets.php
Improve collations support for MariaDB 10.10+ ( #18760 )
2023-10-31 15:28:20 -03:00
CheckUserPrivileges.php
Fix indentation issues
2022-10-16 13:41:31 -03:00
Common.php
Fix E_USER_ERROR with trigger_error PHP 8.4 deprecation
2025-08-18 13:21:02 -03:00
Config.php
Update doc links to https if possible
2025-12-31 13:51:31 +01:00
Console.php
Improve unit test for ResponseRenderer::setAjax()
2023-05-31 00:26:48 -03:00
Core.php
Fix E_USER_ERROR with trigger_error PHP 8.4 deprecation
2025-08-18 13:21:02 -03:00
CreateAddField.php
Fix coding standard issues
2024-08-27 14:44:06 -03:00
DatabaseInterface.php
Fix some type errors and update baselines
2026-02-12 16:12:03 +01:00
DbTableExists.php
Change QUERY_STORE to QUERY_BUFFERED
2022-01-01 01:46:01 +00:00
Encoding.php
Ignore ISO-2022-CN-EXT charset for iconv
2025-01-20 14:14:17 -05:00
Error.php
Suppress deprecation message of E_STRICT constant
2024-10-15 17:18:30 -03:00
ErrorHandler.php
Hide Error exception messages when not in dev env
2025-01-20 13:07:34 -05:00
ErrorReport.php
Set user-agent to null if not defined
2026-02-22 17:21:20 +01:00
Export.php
Optimize export of many tables
2023-03-15 19:59:35 +00:00
FieldMetadata.php
Fix PHP 8.5 deprecation in FieldMetadata class
2025-10-17 09:04:48 -03:00
File.php
Remove @access annotations
2021-12-22 11:43:45 -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
Fix indentation issues
2022-10-16 13:41:31 -03:00
Footer.php
Ref #19455 - Move all the code for revision-info.php to the Git class
2024-12-19 02:08:35 +01:00
Git.php
Ref #19455 - Move all the code for revision-info.php to the Git class
2024-12-19 02:08:35 +01:00
Header.php
Fix Uncaught ReferenceError: CodeMirror is not defined
2026-02-22 20:10:47 +01:00
Import.php
Fix baselines
2026-02-19 04:47:18 +01:00
Index.php
Fix missing default value for collation ( #19749 )
2025-11-22 19:36:01 +01:00
IndexColumn.php
Fix descending index being converted to ascending ( #19749 )
2025-11-22 19:15:56 +01:00
InsertEdit.php
Fix #19641 - Allow optional param for NOW ( #19642 )
2025-03-27 18:29:01 -03:00
InternalRelations.php
Fix some coding standard issues
2020-05-25 22:42:37 -03:00
IpAllowDeny.php
Remove @access annotations
2021-12-22 11:43:45 -03:00
Language.php
Replace $GLOBALS['l'] with TCPDF::setLanguageArray()
2025-01-11 17:57:45 -03:00
LanguageManager.php
Fix E_USER_ERROR with trigger_error PHP 8.4 deprecation
2025-08-18 13:21:02 -03:00
Linter.php
Fix linter annotations for special editors
2024-04-22 21:42:36 +02:00
ListAbstract.php
Add bool return type where possible
2021-09-14 20:11:51 -03:00
ListDatabase.php
Remove useless whitespaces
2021-09-15 17:05:40 -03:00
Logging.php
Add void return type where possible
2021-09-13 15:29:11 -03:00
Menu.php
Replace replication statements with new terminology
2024-10-31 13:50:11 -03:00
Message.php
Remove @access annotations
2021-12-22 11:43:45 -03:00
Mime.php
Specify text enconding when detecting PNG media types
2023-12-20 10:14:41 -03:00
Normalization.php
Move template to getHtmlFor1NFStep1
2026-03-02 20:27:48 +01:00
OpenDocument.php
Merge branch 'QA_5_1' into QA_5_2
2022-03-11 13:02:15 -03:00
Operations.php
Refactor InnoDB file format retrieval logic
2026-03-31 17:37:12 +02:00
OutputBuffering.php
fix "X-ob_mode" header name to "X-ob-mode"
2026-02-14 11:02:56 +01:00
ParseAnalyze.php
Remove @access annotations
2021-12-22 11:43:45 -03:00
Pdf.php
Replace $GLOBALS['l'] with TCPDF::setLanguageArray()
2025-01-11 17:57:45 -03:00
Plugins.php
Merge #20105 - Fix #19891 - invalid $cfg['Export']['format'] or $cfg['Import']['format'] defaulting to sql in dropdown
2026-03-17 13:08:45 +01:00
Profiling.php
Refactor DatabaseInterface.php ( #17209 )
2021-11-26 20:17:46 -03:00
RecentFavoriteTable.php
Add a code search hint
2023-07-14 17:47:31 +02:00
Replication.php
Replace replication statements with new terminology
2024-10-31 13:50:11 -03:00
ReplicationGui.php
Replace replication statements with new terminology
2024-10-31 13:50:11 -03:00
ReplicationInfo.php
Replace replication statements with new terminology
2024-10-31 13:50:11 -03:00
ResponseRenderer.php
Update doc links to https if possible
2025-12-31 13:51:31 +01:00
Routing.php
Fix routes cache validation
2024-06-03 20:04:59 -03:00
Sanitize.php
Relax allowed characters in file names
2026-03-17 00:09:11 +01:00
SavedSearches.php
Move queryAsControlUser - Dbal refactoring pt.3
2022-01-06 19:31:27 +00:00
Scripts.php
Improve type definitions of Scripts class
2021-11-18 15:25:00 -03:00
Session.php
Fix errors reported by Psalm/PHPStan
2022-02-16 14:37:25 -03:00
Sql.php
Fix row count with SQL_NO_CACHE
2025-08-31 23:09:44 +02:00
SqlQueryForm.php
Remove the Bookmark::getParams method
2021-12-27 09:31:53 -03:00
StorageEngine.php
Remove table-light CSS classes
2022-05-14 17:31:31 -03:00
SystemDatabase.php
Deimplement fetchAssoc() helper
2022-01-09 22:44:53 +00:00
Table.php
Merge #20223 - Fix #17451 - fetchValue call with connection parameter
2026-03-07 16:28:06 +01:00
Template.php
Remove PhpMyAdmin\Twig\PluginsExtension class
2021-08-25 11:00:21 -03:00
Theme.php
Fix E_USER_ERROR with trigger_error PHP 8.4 deprecation
2025-08-18 13:21:02 -03:00
ThemeManager.php
Fix E_USER_ERROR with trigger_error PHP 8.4 deprecation
2025-08-18 13:21:02 -03:00
Tracker.php
Optimize getTrackingIcon
2023-03-22 13:07:22 +00:00
Tracking.php
Check if ddlog is not empty
2026-03-05 00:01:32 +01:00
Transformations.php
Move queryAsControlUser - Dbal refactoring pt.3
2022-01-06 19:31:27 +00:00
TwoFactor.php
Add support for Web Authentication API
2023-01-16 18:20:05 -03:00
Types.php
Merge branch 'QA_5_2' into xmltype
2026-02-25 15:33:37 +01:00
Url.php
Remove duplicate server and lang param from links
2024-05-03 02:54:06 +02:00
UrlRedirector.php
Create the UrlRedirector class
2021-12-01 12:23:39 -03:00
UserPassword.php
Fix #17654 - Unprivileged user cannot change password on MySQL >= 5.7.37
2023-03-12 02:53:02 +01:00
UserPreferences.php
Fix case where user preferences are not removed
2026-01-24 20:43:40 -03:00
Util.php
Use early exit
2025-12-22 22:16:57 +00:00
Version.php
Prepare for version 5.2.4-dev
2025-10-08 00:22:23 -04:00
VersionInformation.php
Remove useless whitespaces
2021-09-15 17:05:40 -03:00
ZipExtension.php
Update Psalm to 4.14
2021-12-05 23:46:58 -03:00