..
Charsets
Improve tests of Charset and Collation value types
2019-06-30 02:03:20 -03:00
Config
Fix #15996 - local setup doc links are broken, us the right links in FormDisplay
2020-05-18 23:51:19 +02:00
Controllers
Merge #16077 - Fix #16041 - IN(...) clause doesn't permit multiple values
2020-04-18 12:24:43 +02:00
Database
Fix php notice "Trying to access array offset on value of type bool"
2020-01-23 12:40:11 +01:00
Dbi
Fix #16043 - Define MYSQLI_TYPE_JSON if client lib does not define it
2020-04-25 13:20:30 +02:00
Di
Remove custom dependency injection container
2019-06-17 15:09:26 -03:00
Display
Merge branch 'QA_4_9' into QA_5_0
2020-03-20 22:01:14 -04:00
Engines
Merge pull request #14860 from Tithugues/feature/use-real-names-not-aliases
2019-01-14 22:55:37 -03:00
Gis
retrieving co-ordinates in default axis order if mysql8.0.1
2020-04-20 11:59:32 +05:30
Navigation
Fix an "Uncaught TypeError: PhpMyAdmin\DatabaseInterface::dataSeek()"
2020-06-07 23:06:40 +02:00
Plugins
Remove all references to deprecated extension mcrypt
2020-04-05 20:57:07 +02:00
Properties
phpstan level 3 fixes
2019-06-22 14:37:38 +02:00
Rte
Add missing css classes on some buttons
2020-02-22 20:55:00 +01:00
Server
Fix #16166 - Make the alter user privileges MySQL 8.0.11+ compatible
2020-06-07 18:08:50 +02:00
Setup
Rename Sanitize::sanitize to Sanitize::sanitizeMessage
2019-06-12 15:21:48 -03:00
Twig
Fix twig deprecations for php 8
2020-05-28 09:39:30 +02:00
Utils
Merge branch 'QA_4_9'
2019-07-01 11:41:17 +02:00
Advisor.php
Merge branch 'QA_4_9' into QA_5_0
2019-10-11 12:51:03 -03:00
Bookmark.php
Fix phpdoc for Sami
2019-12-21 11:03:07 +01:00
BrowseForeigners.php
Fix #16022 - Uncaught TypeError on browse foreigners
2020-03-09 00:36:55 +01:00
CentralColumns.php
Remove Charsets::getCollationDropdownBox method
2019-06-25 03:32:01 -03:00
Charsets.php
Merge branch 'QA_4_9' into QA_5_0
2019-12-21 23:41:47 +01:00
CheckUserPrivileges.php
Remove libraries/check_user_privileges.inc.php
2019-01-22 18:18:21 -02:00
Config.php
Prepare for version 5.0.3-dev
2020-03-21 00:39:02 -04:00
Console.php
Remove $GLOBALS['dbi'] from Relation class
2018-08-30 19:05:09 -03:00
Core.php
Fix #15982 - php notice Undefined index HMAC_secret
2020-02-22 19:15:40 +01:00
CreateAddField.php
Fix #15898 - escape tbl_storage_engine argument
2020-02-28 23:11:47 +01:00
DatabaseInterface.php
Fix #16130 - Local documentation links
2020-05-23 17:36:57 +02:00
Encoding.php
Replace is_null with identical comparison with null
2019-06-12 13:28:22 -03:00
Error.php
Merge branch 'QA_4_9' into QA_5_0
2020-03-20 22:01:14 -04:00
ErrorHandler.php
Merge branch 'QA_4_9' into QA_5_0
2020-03-20 22:01:14 -04:00
ErrorReport.php
Merge branch 'QA_4_9' into QA_5_0
2019-11-03 15:52:51 +01:00
Export.php
Fix deprecation warning on export page "implode(): Passing glue string after array is deprecated. Swap the parameters"
2020-01-09 19:39:11 +01:00
File.php
Merge branch 'QA_4_9' into QA_5_0
2019-11-11 20:31:34 +01:00
FileListing.php
phpstan level 3 fixes
2019-06-22 14:37:38 +02:00
Font.php
Fix some phpcs issues after latest phpcs 3.5.5 release
2020-04-18 01:01:38 +02:00
Footer.php
Merge branch 'QA_4_9-security' into QA_5_0-security
2019-11-22 01:19:16 +01:00
Header.php
Fix uncaught TypeError
2020-01-14 23:18:38 -03:00
Import.php
Fix #16093 - Error importing utf-8 with bom sql file
2020-05-17 16:40:16 +02:00
Index.php
Merge branch 'QA_4_8'
2019-04-28 20:26:59 +02:00
IndexColumn.php
Adds space after not (!) and type cast
2019-01-05 21:56:34 -02:00
InsertEdit.php
Fix php error when using strlen on null
2019-12-30 15:47:53 +01:00
InternalRelations.php
Add a trailing comma in multi-line arrays
2019-06-14 14:09:26 -03:00
IpAllowDeny.php
Merge branch 'QA_4_9' into QA_5_0
2019-12-21 20:27:25 +01:00
Language.php
Update PHPDoc
2019-01-13 09:52:46 +01:00
LanguageManager.php
Merge branch 'QA_4_9' into QA_5_0
2019-12-10 11:52:45 -03:00
Linter.php
Remove useless parenthesis
2019-01-20 01:23:53 +01:00
ListAbstract.php
Remove unneeded constructor in ListAbstract class
2019-06-12 15:08:13 -03:00
ListDatabase.php
Add a trailing comma in multi-line arrays
2019-06-14 14:09:26 -03:00
Logging.php
Merge commit 'f44c3c'
2018-11-13 18:18:58 -05:00
Menu.php
Remove useless attribute
2019-05-14 21:59:57 +02:00
Message.php
phpstan level 3 fixes
2019-06-22 14:37:38 +02:00
Mime.php
Upgrade phpmyadmin/coding-standard to v1.0
2019-01-08 01:26:26 -02:00
MultSubmits.php
Remove useless parenthesis
2019-01-20 01:23:53 +01:00
Normalization.php
Add missing css classes on some buttons
2020-02-22 20:55:00 +01:00
OpenDocument.php
Format array declarations
2019-01-07 14:31:39 -02:00
Operations.php
#15410 added hidden field for Auto-Increment
2020-02-06 03:15:07 +05:30
OutputBuffering.php
Merge branch 'QA_4_8'
2019-01-28 14:51:43 -02:00
ParseAnalyze.php
Format array declarations
2019-01-07 14:31:39 -02:00
Partition.php
phpstan level 3 fixes
2019-06-22 14:37:38 +02:00
Pdf.php
Reference class names in use statements
2019-06-12 00:14:26 -03:00
Plugins.php
Use strict compare for count function
2019-06-22 17:44:49 +02:00
RecentFavoriteTable.php
Merge branch 'QA_4_9' into QA_5_0
2019-11-11 20:31:34 +01:00
Relation.php
Add some typecasts to fix #15719 and other possible issues
2019-12-29 15:39:04 +01:00
RelationCleanup.php
Fix type error in setup pages
2019-03-11 16:52:57 -03:00
Replication.php
Merge branch 'QA_4_9' into QA_5_0
2019-12-19 23:55:06 +01:00
ReplicationGui.php
Fix maxlength for User and Host on Replication add user form
2020-02-23 00:15:32 +01:00
Response.php
Use strict compare for booleans
2019-06-22 17:41:54 +02:00
Sanitize.php
Fix #16130 - Local documentation links
2020-05-23 17:36:57 +02:00
SavedSearches.php
Add a trailing comma in multi-line arrays
2019-06-14 14:09:26 -03:00
Scripts.php
Extract HTML from Scripts::getDisplay()
2019-04-19 21:47:27 -03:00
Session.php
Merge branch 'QA_4_9' into QA_5_0
2019-12-21 20:27:25 +01:00
Sql.php
Fix typo in a condition in the Sql class
2020-05-16 01:50:42 -03:00
SqlQueryForm.php
Fixed editing a failed query from the error message
2020-06-07 16:50:44 +02:00
StorageEngine.php
phpstan level 3 fixes
2019-06-22 14:37:38 +02:00
SubPartition.php
phpstan level 2 - Fix phpdoc
2018-11-25 13:57:55 +01:00
SysInfo.php
Format array declarations
2019-01-07 14:31:39 -02:00
SysInfoBase.php
phpstan level 3 fixes
2019-06-22 14:37:38 +02:00
SysInfoLinux.php
Fix phpstan reported errors if /proc/stat can not be opened
2019-12-30 17:36:16 +01:00
SysInfoSunOS.php
phpstan level 3 fixes
2019-06-22 14:37:38 +02:00
SysInfoWINNT.php
Merge branch 'QA_4_9' into QA_5_0
2019-08-29 22:42:33 +02:00
SystemDatabase.php
Reference class names in use statements
2019-06-12 00:14:26 -03:00
Table.php
Fix php notice "Undefined index: on_delete"
2020-02-22 23:05:46 +01:00
TablePartitionDefinition.php
Change "tbl_partition_definition.inc.php" file as a class
2019-05-07 23:29:30 +02:00
Template.php
Fix some php "Uncaught Error" when user is missing an extension
2020-02-09 16:12:28 +01:00
Theme.php
Replace is_null with identical comparison with null
2019-06-12 13:28:22 -03:00
ThemeManager.php
Merge branch 'QA_4_9' into QA_5_0
2019-11-03 15:52:51 +01:00
Tracker.php
Fix crash when tablename or dbname is not set
2020-02-12 22:44:37 +01:00
Tracking.php
Merge branch 'QA_4_9' into QA_5_0
2019-08-15 23:51:19 +02:00
Transformations.php
Fix TransformationsTest::testGetMime on Windows
2020-02-22 16:59:26 +01:00
TwoFactor.php
Merge branch 'QA_4_9' into QA_5_0
2020-01-06 14:25:25 +01:00
Types.php
Add a trailing comma in multi-line arrays
2019-06-14 14:09:26 -03:00
Url.php
Fix some php "Uncaught Error" when user is missing an extension
2020-02-09 16:12:28 +01:00
UserPassword.php
Merge branch 'QA_4_9' into QA_5_0
2020-03-20 22:01:14 -04:00
UserPreferences.php
Add a trailing comma in multi-line arrays
2019-06-14 14:09:26 -03:00
UserPreferencesHeader.php
Rename Sanitize::sanitize to Sanitize::sanitizeMessage
2019-06-12 15:21:48 -03:00
Util.php
Fix #15996 - local setup doc links are broken
2020-05-17 16:03:13 +02:00
VersionInformation.php
Added a condition to find the latest compatible version
2020-02-14 08:52:16 +01:00
ZipExtension.php
phpstan level 3 fixes
2019-06-22 14:37:38 +02:00