phpmyadmin/libraries/classes
William Desportes d198598b93
Fix class name
Introduced-by: 9d586fc539
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-28 00:00:56 +02:00
..
Config Fix #15240 - Apply a Settings form with errors shows a JSON response after using return back 2019-05-04 16:30:50 +02:00
Controllers Fix #13854 - Column options are ignored for GENERATED/VIRTUAL/STORED columns 2019-05-19 20:10:57 +02:00
Database Fix #15228 - Notice - Undefined index: foreign_keys_data 2019-04-26 23:45:20 +02:00
Dbi Fix for SYSTEM VERSIONED tables #14514, #14515, and #14516 (#14536) 2019-02-15 17:27:55 -02:00
Di
Display Fix #14948 - Change password is not showing password Strength difference 2019-03-06 16:19:10 +01:00
Engines
Gis MULTIPOINT now has ( and ) around value 2019-04-16 13:21:43 +02:00
Navigation Fix class name 2019-05-28 00:00:56 +02:00
Plugins Merge pull request #15246 from williamdes/bugfix/issue-14412-auth-signon 2019-05-10 13:03:23 -04:00
Properties
Rte Fix for SYSTEM VERSIONED tables #14514, #14515, and #14516 (#14536) 2019-02-15 17:27:55 -02:00
Server Fix #13726 - Can not copy user on Percona Server 5.7 (password copy) 2019-05-04 11:03:39 +02:00
Twig Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
Utils
Advisor.php
Bookmark.php fix Bookmark::get() id matching SQL 2019-03-06 19:38:31 -03:00
BrowseForeigners.php Retrieve parameters from $_POST in browse foreigners 2018-11-10 20:48:59 -02:00
CentralColumns.php Retrieve parameters from $_POST in central columns page 2018-11-10 20:48:58 -02:00
Charsets.php Fix #15059 - Server charset hardcoded in index.php 2019-05-01 17:07:03 +02:00
CheckUserPrivileges.php Ensure that database names with '.' are handled properly when DisableIS is true 2018-09-12 15:50:15 -03:00
Config.php Prepare for 4.8.6-dev 2019-01-25 22:43:24 -05:00
Console.php Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
Core.php Fix #14311 - Undefined index in setup script 2019-03-13 19:31:38 +01:00
CreateAddField.php Fix #249 CSRF to CREATE TABLE query 2018-11-10 20:48:58 -02:00
DatabaseInterface.php Add explicit parentheses in nested ternary operators 2019-05-22 18:32:42 -03:00
Encoding.php
Error.php
ErrorHandler.php Fix multi server setup send error report 2019-03-30 11:09:20 +01:00
ErrorReport.php Fixed error reporting (current web page url, JS file name sanitization) 2019-05-01 21:31:11 +02:00
Export.php Fix export issues/warnings 2018-12-19 15:40:46 +01:00
File.php
FileListing.php
Font.php
Footer.php Retrieve parameters from $_POST in user/Privileges pages 2018-11-10 20:48:58 -02:00
Header.php Fixes issue with recent table list, #14229 2018-07-03 20:50:04 -03:00
Import.php fix detectType: now considers cells with values like 0000123 (leading zeros) as varchar types 2019-02-08 21:45:13 +01:00
Index.php Fix not working for primary key 2019-04-28 17:51:05 +05:30
IndexColumn.php
InsertEdit.php Merge pull request #14993 from bahl24/fix-#14934 2019-05-04 16:57:15 -03:00
IpAllowDeny.php
Language.php Fix #14786 - Table level Operations functions missing 2018-12-19 10:56:10 +01:00
LanguageManager.php fix typo in language name 2019-04-17 19:33:17 -03:00
Linter.php
ListAbstract.php
ListDatabase.php
Logging.php When logging with AuthLog to syslog, successful login messages were not logged even if $cfg['AuthLogSuccess'] was true. 2018-11-10 23:33:36 -05:00
Menu.php Fixes #15157 - 'Settings' not marked as active when browsing 2FA settings 2019-05-04 20:27:35 +02:00
Message.php Fix #13975 - Missing query time in German (fix decimal number format issue) 2019-01-04 14:04:20 +01:00
Mime.php
MultSubmits.php drop table issue on copying tables fixed #14426 2018-08-16 03:24:45 -03:00
Normalization.php Retrieve parameters from $_POST in normalization 2018-11-10 20:48:58 -02:00
OpenDocument.php
Operations.php Add support for auto-increment on ROCKSDB 2019-05-11 23:53:07 +02:00
OutputBuffering.php Fix #14478 - phpMyAdmin no longer streams the export data 2019-01-14 17:32:10 +01:00
ParseAnalyze.php
Partition.php Fix #15276 - Partitioning is missing in Structure page UI 2019-05-18 21:17:16 +02:00
Pdf.php
Plugins.php
RecentFavoriteTable.php Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
Relation.php Retrieve parameters from $_POST in chk_rel 2018-11-10 20:48:59 -02:00
RelationCleanup.php Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
Replication.php
ReplicationGui.php Retrieve parameters from $_POST in server replication 2018-11-10 20:48:59 -02:00
Response.php
Sanitize.php
SavedSearches.php Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
Scripts.php
Session.php
Sql.php Fix #14614 - "# 2014 - Commands out of sync; you can't run this command now" returned when stored procedure does not return any result set 2019-04-29 23:08:23 +02:00
SqlQueryForm.php
StorageEngine.php Fix #14786 - Table level Operations functions missing 2018-12-19 10:56:10 +01:00
SubPartition.php
SysInfo.php
SysInfoBase.php
SysInfoLinux.php
SysInfoSunOS.php
SysInfoWINNT.php
SystemDatabase.php Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
Table.php Fix key block size (sprintf) 2019-05-19 22:06:19 +02:00
Template.php
Theme.php
ThemeManager.php
Tracker.php Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
Tracking.php Retrieve parameters from $_POST in tracking pages 2018-11-10 20:48:58 -02:00
Transformations.php Remove transformation plugin includes 2018-11-27 18:44:30 -02:00
TwoFactor.php
Types.php Fix spatial functions 2019-04-16 11:11:28 +02:00
Url.php
UserPassword.php Retrieve parameters from $_POST in UserPassword class 2018-11-10 20:48:59 -02:00
UserPreferences.php Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
Util.php Add support for virtual columns on PerconaDB 2019-05-19 20:06:27 +02:00
VersionInformation.php
ZipExtension.php Replaced with Appropriate Comment 2019-03-01 15:07:28 +05:30