phpmyadmin/libraries/classes
Isaac Bennetch 5a4cd07b45 Prepare for version 5.1.3
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-02-10 23:09:52 -05: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 bbcode not rendered for error messages on setup 2021-10-27 14:39:27 -03:00
Controllers Improve query params filtering in Setup pages 2022-01-13 15:05:43 -03:00
Crypto Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
Database Fix #15370 - Edit routine UI incorrectly removes too many escape slashes 2021-07-27 23:12:04 +02:00
Dbal Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
Display Fix #17239 - Repeating headers are not working 2022-02-06 01:37:22 +01:00
Engines Ref #17004 - Support removed variable innodb_file_format 2021-07-22 16:27:40 +02:00
Exceptions Fix some coding standard issues 2020-05-25 22:42:37 -03:00
Export Fix #17026 - Handle possible invalid boolean values injected in SaveDir or UploadDir 2021-07-22 12:59:54 +02:00
Gis Suppress some PHP 8.1 deprecations 2021-08-21 17:44:21 -03:00
Html Fix broken pagination links in the navigation sidebar 2022-01-27 17:38:27 -03:00
Import Rename Display\ImportAjax class 2020-08-20 12:07:54 -03:00
Navigation Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
Plugins Fix #17298 - Import of email-addresses from ods results in empty contents 2022-02-06 14:19:01 +01:00
Properties Suppress some PHP 8.1 deprecations 2021-08-21 17:44:21 -03:00
Providers/ServerVariables #16418 - Make MariaDBMySQLKBS optional 2020-11-10 12:12:56 +01:00
Query Fix broken docs link after FK types mismatch error 2021-08-14 15:28:55 +02:00
Server Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
Setup Improve query params filtering in Setup pages 2022-01-13 15:05:43 -03:00
Table Create truncate table partition page 2020-11-30 22:36:05 -03:00
Twig Fix #14631 - Enum with comma produces incorrect search dropdown 2021-07-28 00:32:16 +02: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 #17004 - Fix Advisor for MariaDB >= 10.5 because of removed "innodb_log_files_in_group" variable 2021-07-22 18:41:53 +02:00
Bookmark.php Replace $GLOBALS['dbi'] with global $dbi 2020-10-11 09:24:21 -03:00
BrowseForeigners.php Remove duplicate HTML escaping on foreign keys modal 2021-07-27 22:47:12 +02:00
Charsets.php Fix #16931 - Undefined index: utf8mb3 on MySQL 8.0.11+ 2021-05-31 14:35:59 +02:00
CheckUserPrivileges.php Extract cache methods from Util to SessionCache class 2020-10-25 22:45:56 -03:00
Config.php Fix hide_connection_errors being undefined when a controluser is set 2022-01-22 12:33:43 -03:00
Console.php Replace $GLOBALS['dbi'] with global $dbi 2020-10-11 09:24:21 -03:00
Core.php Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
CreateAddField.php Fixed some typos in the code base 2020-11-01 22:46:01 +01:00
DatabaseInterface.php Fix failing tests 2022-01-26 10:02:26 -03: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 path disclosure on misconfigured servers 2022-02-10 20:59:06 -06:00
ErrorReport.php Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
Export.php Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
File.php Fix #17026 - Handle possible invalid boolean values injected in SaveDir or UploadDir 2021-07-22 12:59:54 +02: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 Fix #17288 - "First day of calendar" has no effect 2022-02-04 18:28:01 +01:00
Import.php Fix broken link in the Simulate DML query modal 2021-12-27 16:09:07 -03:00
Index.php Fix URL encryption for Util::linkOrButton method 2022-01-10 12:19:44 -03:00
IndexColumn.php Correctly display column expressions in the table key list 2021-08-26 16:43:56 +02:00
InsertEdit.php Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03: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 Add missing languages (ar_ly, rcf, tzm) 2021-10-13 17:47:17 -03: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 Fix #16871 - normalization errors 2021-04-29 22:50:47 +02:00
OpenDocument.php Suppress some PHP 8.1 deprecations 2021-08-21 17:44:21 -03:00
Operations.php Fix URL encryption for Util::linkOrButton method 2022-01-10 12:19:44 -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 Fix phpdocs after tcpdf update to 6.4.3 (the actual hints where not valid) 2021-12-29 01:41:58 +01:00
Plugins.php Remove useless dir sep from #16967 2021-06-16 01:20:10 +02: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 Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
RelationCleanup.php Use early exit when possible 2020-05-27 00:35:24 -03:00
Replication.php Fix #16863 - replication issues when setting up a replica 2021-04-27 23:57:30 +02:00
ReplicationGui.php Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
ReplicationInfo.php Remove replication_info global variable 2020-09-12 09:04:44 -03:00
Response.php Add tests for #16871 2021-04-29 22:52:35 +02:00
Routing.php Fix path disclosure on misconfigured servers 2022-02-10 20:59:06 -06: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 Fix #16981 - Prevent any possible null value into the ini_set as reported by Psalm 2021-07-22 14:56:46 +02:00
Sql.php Do not encrypt params if used in data-post attribute 2022-01-10 12:19:43 -03:00
SqlQueryForm.php Replace $GLOBALS['dbi'] with global $dbi 2020-10-11 09:24:21 -03:00
StorageEngine.php Fix #17331 - MariaDB has no support for "disabled_storage_engines" 2022-02-03 01:31:53 +01: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 Fix broken docs link after FK types mismatch error 2021-08-14 15:28:55 +02:00
TablePartitionDefinition.php Remove some useless comments 2020-10-13 19:56:56 -03:00
Template.php Fix reported "Undefined index: environment" 2021-07-20 01:30:37 +02:00
Theme.php Fix code using relative path 2021-06-15 22:24:30 +02:00
ThemeManager.php Fix wrong separator on getThemesDir for Windows on fallback mode 2021-06-16 01:20:06 +02:00
Tracker.php #16005 - performance improvement on the Import page 2021-12-12 20:56:10 +01:00
Tracking.php Do not encrypt params if used in data-post attribute 2022-01-10 12:19:43 -03:00
Transformations.php Fix code using relative path 2021-06-15 22:24:30 +02:00
TwoFactor.php #16746 - Replace samyoul/u2f-php-server by code-lts/u2f-php-server 2021-12-12 12:16:52 +01:00
Types.php Fix #17079 - Missing spatial functions in Insert/Edit page 2021-08-14 14:16:12 +02:00
Url.php Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03: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 Merge branch 'QA_4_9-security' into QA_5_1-security 2022-01-10 18:39:23 -03:00
Version.php Prepare for version 5.1.3 2022-02-10 23:09:52 -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