..
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 method casing
2022-10-14 20:44:26 +02:00
Config
Fix column names option for CSV Export
2022-11-25 21:15:49 +01:00
ConfigStorage
Force string as return type of showCreate()
2023-07-24 19:45:24 +01:00
Controllers
Fix issue when updating privs for various databases
2024-11-05 15:09:21 -03:00
Crypto
Merge branch 'QA_5_1-security' into master-security
2022-01-11 14:31:56 -03:00
Database
Remove whitespace to avoid double whitespace ( #19336 )
2024-10-26 12:07:03 -03:00
Dbal
Update to fix replication that broke with MySQL 8.4.0 removal of master and slave commands ( #19153 )
2024-10-23 23:07:55 -03:00
Display
Show message if $total is greater than 0
2024-07-23 03:21:00 +02:00
Engines
Update links
2023-02-17 18:42:01 +01:00
Exceptions
Fix some coding standard issues
2020-05-25 22:42:37 -03:00
Export
Add few more usages of queryAsControlUser
2022-01-06 19:31:27 +00:00
Gis
Fix error when switching geom type in geometry collection
2023-08-26 22:26:02 +02:00
Html
Fix #18559 : Add db/table params to URL for profiling toggle
2024-02-02 13:13:01 +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.1 issues
2021-08-21 20:16:59 -03:00
Import
Fix simulate multiple queries with ; in a string
2024-06-01 00:16:35 +02:00
Navigation
Add phpstan/phpstan-deprecation-rules package
2024-09-30 17:14:50 -03:00
Partitioning
Fix the truncate()
2023-11-12 15:05:35 -03:00
Plugins
Merge pull request #19101 from kamil-tekiela/Fix-to-stop-processing-queries-on-error
2024-04-30 15:10:56 -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
Replace replication statements with new terminology
2024-10-31 13:50:11 -03:00
Server
Fix issue when updating privs for various databases
2024-11-05 15:09:21 -03:00
Setup
Update setup page to generate better blowfish_secret keys
2022-09-26 17:33:38 -03:00
Table
Remove whitespace to avoid double whitespace ( #19336 )
2024-10-26 12:07:03 -03:00
Twig
Fix #17793 - insert UUID ( #17797 )
2022-10-20 15:57:53 -03:00
Utils
Add phpstan/phpstan-deprecation-rules package
2024-09-30 17:14:50 -03:00
WebAuthn
Improve tests for WebAuthn
2024-08-28 20:20:01 -03:00
Advisor.php
Fix indentation issues
2022-10-16 13:41:31 -03: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 Symfony exception when db/table has two %%
2022-06-16 21:20:47 -03:00
Config.php
Add cookie prefix '-__Secure-' to cookies
2024-06-16 20:04:37 -03:00
Console.php
Improve unit test for ResponseRenderer::setAjax()
2023-05-31 00:26:48 -03:00
Core.php
Add CVE link to allowed domains
2023-05-06 01:07:04 +02:00
CreateAddField.php
Fix coding standard issues
2024-08-27 14:44:06 -03:00
DatabaseInterface.php
Update to fix replication that broke with MySQL 8.4.0 removal of master and slave commands ( #19153 )
2024-10-23 23:07:55 -03:00
DbTableExists.php
Change QUERY_STORE to QUERY_BUFFERED
2022-01-01 01:46:01 +00:00
Encoding.php
Remove @access annotations
2021-12-22 11:43:45 -03:00
Error.php
Suppress deprecation message of E_STRICT constant
2024-10-15 17:18:30 -03:00
ErrorHandler.php
Suppress deprecation message of E_STRICT constant
2024-10-15 17:18:30 -03:00
ErrorReport.php
Fix error report generation with null context
2024-11-16 17:00:47 -03:00
Export.php
Optimize export of many tables
2023-03-15 19:59:35 +00:00
FieldMetadata.php
add timestamp to datetime types
2024-01-06 17:37:16 +01: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
Improve unit test for ResponseRenderer::setAjax()
2023-05-31 00:26:48 -03:00
Git.php
Fix wrong time zone when handling Git information
2023-03-04 11:55:29 -03:00
Header.php
Support Azure by changing header Referer-Policy.
2024-03-11 22:01:51 +01:00
Import.php
Fix to stop processing queries on error
2024-04-06 23:04:06 +02:00
Index.php
Fix URL encryption for Util::linkOrButton method
2022-01-10 12:19:44 -03:00
IndexColumn.php
Remove useless whitespaces
2021-09-15 17:05:40 -03:00
InsertEdit.php
Remove padding around varchar textarea
2024-11-13 19:29:07 -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
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 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
Fix indentation issues
2022-10-16 13:41:31 -03:00
OpenDocument.php
Merge branch 'QA_5_1' into QA_5_2
2022-03-11 13:02:15 -03:00
Operations.php
Fix Unknown storage engine InnoDB
2024-09-04 04:50:17 +02:00
OutputBuffering.php
Add void return type where possible
2021-09-13 15:29:11 -03:00
ParseAnalyze.php
Remove @access annotations
2021-12-22 11:43:45 -03:00
Pdf.php
Fix method casing
2022-10-14 20:44:26 +02:00
Plugins.php
Mark Plugins\Plugin::isAvailable as static method
2022-05-20 14:17:57 -03: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
Nicely exit in case of an early PHP type crash
2023-02-20 23:51:21 +01:00
Routing.php
Fix routes cache validation
2024-06-03 20:04:59 -03:00
Sanitize.php
Remove @access annotations
2021-12-22 11:43:45 -03: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
Show query stats for count(*) query
2024-07-05 00:04:49 +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
Fix #17538 Index Rename Button generated incorrect sql
2023-12-28 00:25:10 +01:00
Template.php
Remove PhpMyAdmin\Twig\PluginsExtension class
2021-08-25 11:00:21 -03:00
Theme.php
Remove @access annotations
2021-12-22 11:43:45 -03:00
ThemeManager.php
Remove @access annotations
2021-12-22 11:43:45 -03:00
Tracker.php
Optimize getTrackingIcon
2023-03-22 13:07:22 +00:00
Tracking.php
Do not encrypt params if used in data-post attribute
2022-01-10 12:19:43 -03: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
Introduce type alias mapping
2024-01-20 22:20:36 +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
Improve type inference of TwoFactor::$config
2022-12-28 15:50:43 -03:00
Util.php
Add fractional seconds to current_timestamp()
2024-07-13 12:45:34 -03:00
Version.php
Prepare for version 5.2.2-dev
2023-02-08 11:28:34 -03: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