phpmyadmin/libraries/classes
David Sinquin 86f239ca44
Fix password management for Percona Server.
Simply stick to what is done for Oracle MySQL.

Signed-off-by: David Sinquin <david.sinquin@gandi.net>
2021-04-20 18:34:17 +02:00
..
Charsets Use identical operator for non-empty strings 2020-07-10 18:06:29 -03:00
Command Add tests to generate the version file 2021-02-22 00:18:24 +01:00
Config Fix #16798 - ServerConfigChecks: Link 'trusted proxies list' not terminated properly (translation) 2021-04-13 17:32:06 +02:00
Controllers Merge #16809 - Fix #16404 - Password generation fix after new user creation failure 2021-04-19 21:11:55 +02:00
Database support RTL mode - Designer 2021-04-16 00:02:53 +02:00
Dbal Set MySQLi error reporting mode 2021-02-11 09:53:27 -03:00
Display Fix #16791 - Undefined index table_schema and "DESCRIBE FILES" broken links 2021-04-12 22:26:51 +02:00
Engines Use Bootstrap's table style for server/engines pages 2020-11-30 23:04:46 -03:00
Exceptions Fix some coding standard issues 2020-05-25 22:42:37 -03:00
Export Use DI for Export\Options class 2020-08-04 15:43:06 -03:00
Gis Fix float values type errors on GIS export to PNG, SVG, PDF 2021-04-17 00:29:21 +02:00
Html Fix PHP 8.1 failing tests 2021-03-27 14:51:33 -03:00
Import Rename Display\ImportAjax class 2020-08-20 12:07:54 -03:00
Navigation Fix #16784 - Add a space between .second and .double CSS classes 2021-04-02 12:55:12 +02:00
Plugins Fix #16744 - Uncaught TypeError: XMLWriter::writeAttribute(): Argument #2 ($value) must be of type string, float given 2021-03-20 18:42:51 +01:00
Properties Remove some useless comments 2020-10-13 19:56:56 -03:00
Providers/ServerVariables #16418 - Make MariaDBMySQLKBS optional 2020-11-10 12:12:56 +01:00
Query Fix a phpdoc block and a coding standard issue 2021-01-31 01:23:46 +01:00
Server Fix password management for Percona Server. 2021-04-20 18:34:17 +02:00
Setup Ref #16429 - PHP 8 error on preg_replace 2020-11-19 23:27:45 +01:00
Table Create truncate table partition page 2020-11-30 22:36:05 -03:00
Twig Fix escape_mysql_wildcards Twig filter 2021-03-22 16:14:51 -03:00
Utils Fix #15628 - JSON encoding failed: Malformed UTF-8 characters, possibly incorrectly encoded 2021-03-14 18:03:54 +01:00
Advisor.php Fix Advisor formatting incorrect for long_query_time notice 2021-02-08 14:31:17 -03:00
Bookmark.php Replace $GLOBALS['dbi'] with global $dbi 2020-10-11 09:24:21 -03:00
BrowseForeigners.php Move HTML's table CSS to the pma-table class 2020-11-16 16:36:16 -03:00
Charsets.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
CheckUserPrivileges.php Extract cache methods from Util to SessionCache class 2020-10-25 22:45:56 -03:00
Config.php Add the PhpMyAdmin\Version class generator 2021-02-22 00:18:24 +01:00
Console.php Replace $GLOBALS['dbi'] with global $dbi 2020-10-11 09:24:21 -03:00
Core.php Move the container builder loading to the Core class 2021-03-06 17:52:46 +01:00
CreateAddField.php Fixed some typos in the code base 2020-11-01 22:46:01 +01:00
DatabaseInterface.php Fix a non working query that prevented events to show up right after adding them 2021-02-25 18:31:49 +01:00
DbTableExists.php Split some code out of DatabaseInterface 2020-05-26 13:18:01 +02:00
Encoding.php Fix phpcs - SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.ReferenceViaFallbackGlobalName 2021-01-19 19:41:25 +01:00
Error.php Fixed some typos in the code base 2020-11-01 22:46:01 +01:00
ErrorHandler.php Fix #16729 - fix silencing code for PHP >= 8.0 2021-03-12 19:23:03 +01:00
ErrorReport.php Remove some useless comments 2020-10-13 19:56:56 -03:00
Export.php Fix some coding standard issues 2020-10-04 12:31:43 -03:00
File.php Use camel case naming for class members 2020-10-05 10:37:07 -03:00
FileListing.php Remove some useless comments 2020-10-13 19:56:56 -03:00
Font.php Fix some type errors detected by PHPStan 2020-09-30 19:23:01 -03:00
Footer.php Remove DatabaseInterface::isUserType method 2020-10-25 20:53:50 -03:00
Git.php Split out git common dir detection to handle file_get_contents error cases 2021-03-31 00:01:25 +02:00
Header.php Remove redundant jQuery Event Drag plugin 2021-04-16 17:58:53 +05:30
Import.php Fix #16789 Missing ; from Create PHP code 2021-04-12 17:31:42 +02:00
Index.php Remove some useless comments 2020-10-13 19:56:56 -03:00
IndexColumn.php Some text code improvements 2020-12-07 01:03:03 +01:00
InsertEdit.php Fix #16770 - Notice or warning, when clicking on Structure 2021-03-31 00:22:01 +02:00
InternalRelations.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
IpAllowDeny.php Fix some coding standard issues 2020-10-04 12:31:43 -03:00
Language.php Remove some useless comments 2020-10-13 19:56:56 -03:00
LanguageManager.php Merge commit '6f13faedc2' 2020-10-15 14:14:14 -04:00
Linter.php Use early exit when possible 2020-05-27 00:35:24 -03:00
ListAbstract.php Remove some useless comments 2020-10-13 19:56:56 -03:00
ListDatabase.php Remove some useless comments 2020-10-13 19:56:56 -03:00
Logging.php Use identical operator for non-empty strings 2020-07-10 18:06:29 -03:00
Menu.php Fix #16713 - Add a default route as a navigation fallback 2021-03-05 14:44:29 +01:00
Message.php Fix PHP 8.1 failing tests 2021-03-27 14:51:33 -03:00
Mime.php Use identical operator for non-empty strings 2020-07-10 18:06:29 -03:00
Normalization.php Remove some useless comments 2020-10-13 19:56:56 -03:00
OpenDocument.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
Operations.php Remove some useless comments 2020-10-13 19:56:56 -03:00
OutputBuffering.php Fixes #16278 - Remove underscore prefix from property names 2020-08-06 15:46:39 +02:00
ParseAnalyze.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
Partition.php Fix some errors found by PHPStan and Psalm 2020-11-26 15:20:44 -03:00
Pdf.php Use camel case naming for class members 2020-10-05 10:37:07 -03:00
Plugins.php Fix some type errors detected by PHPStan 2020-09-30 19:23:01 -03:00
Profiling.php Extract cache methods from Util to SessionCache class 2020-10-25 22:45:56 -03:00
RecentFavoriteTable.php Replace $GLOBALS['dbi'] with global $dbi 2020-10-11 09:24:21 -03:00
Relation.php Move HTML's table CSS to the pma-table class 2020-11-16 16:36:16 -03:00
RelationCleanup.php Use early exit when possible 2020-05-27 00:35:24 -03:00
Replication.php Replace $GLOBALS['dbi'] with global $dbi 2020-10-11 09:24:21 -03:00
ReplicationGui.php Fix a possible type bug found by phpstan 2021-02-07 17:49:21 +01:00
ReplicationInfo.php Remove replication_info global variable 2020-09-12 09:04:44 -03:00
Response.php Replace $GLOBALS['dbi'] with global $dbi 2020-10-11 09:24:21 -03:00
Routing.php Re-write the route cache handling 2021-02-21 19:40:32 +01:00
Sanitize.php Fix some coding standard issues 2020-10-04 12:31:43 -03:00
SavedSearches.php Replace $GLOBALS['dbi'] with global $dbi 2020-10-11 09:24:21 -03:00
Scripts.php Fixes #16278 - Remove underscore prefix from property names 2020-08-06 15:46:39 +02:00
Session.php Fixed some typos in the code base 2020-11-01 22:46:01 +01:00
Sql.php Desactivate session functions for test suite in Sql.php 2021-03-06 19:11:48 +01:00
SqlQueryForm.php Replace $GLOBALS['dbi'] with global $dbi 2020-10-11 09:24:21 -03:00
StorageEngine.php Use Bootstrap's table style for server/engines pages 2020-11-30 23:04:46 -03:00
SubPartition.php Fix some coding standard issues 2020-05-25 22:42:37 -03:00
SystemDatabase.php Remove some useless comments 2020-10-13 19:56:56 -03:00
Table.php Merge #16737 - Fix #16728 - Wrong SQL query built on table structure index for new column 2021-03-24 03:09:57 +01:00
TablePartitionDefinition.php Remove some useless comments 2020-10-13 19:56:56 -03:00
Template.php Fix php warning on not correcly loaded configs "Trying to access array offset on value of type null" 2021-04-20 00:12:54 +02:00
Theme.php Remove some useless comments 2020-10-13 19:56:56 -03:00
ThemeManager.php Remove unused parameter for getHtmlSelectBox on ThemeManager class 2020-12-07 15:17:05 +01:00
Tracker.php Add more type safe guards for #16837 2021-04-19 22:58:09 +02:00
Tracking.php Remove toggle button generator 2020-11-14 13:17:03 -03:00
Transformations.php Replace $GLOBALS['dbi'] with global $dbi 2020-10-11 09:24:21 -03:00
TwoFactor.php Fixed some typos in the code base 2020-11-01 22:46:01 +01:00
Types.php Fix some coding standard issues 2020-10-04 12:31:43 -03:00
Url.php Remove useless htmlspecialchars on URL generation 2021-04-13 17:23:12 +02:00
UserPassword.php Fix password management for Percona Server. 2021-04-20 18:34:17 +02:00
UserPreferences.php Remove some useless comments 2020-10-13 19:56:56 -03:00
Util.php Fix #16777 - Non-UTF8 Primary Key fix 2021-04-19 16:45:17 +02:00
Version.php Prepare for 5.1.1-dev 2021-02-24 01:30:01 -05:00
VersionInformation.php Fixed some typos in the code base 2020-11-01 22:46:01 +01:00
ZipExtension.php Fixed some typos in the code base 2020-11-01 22:46:01 +01:00