ChangeLog 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. phpMyAdmin - ChangeLog
  2. ======================
  3. 5.0.2 (2020-03-20)
  4. - issue Fixed deprecation warning "implode(): Passing glue string after array is deprecated." function on export page
  5. - issue #15767 Fixed can not copy user account since 5.0 - "error #1133"
  6. - issue #15772 Fixed error code 500 during pagination of the tables in a database
  7. - issue #16009 Fix php error "Trying to access array offset on value of type null" on column distinct values feature
  8. - issue #15741 Fix fatal javascript error on clicking "Pick from Central Columns"
  9. - issue #15773 Fixed a view named "views" adds an expand button
  10. - issue #15432 Fixed names of the pages in the designer should be unique
  11. - issue #14310 Fixed column selector "See more" removes "Preview SQL" and "Save" area
  12. - issue Fixed wrong jQuery function call in table search page
  13. - issue #15761 Fix uncaught TypeError when using "$cfg['ServerDefault'] = 0;"
  14. - issue #15780 Fixed unexpected UI of action links (text only mode)
  15. - issue #15674 Replace twig/extensions with phpmyadmin/twig-i18n-extension
  16. - issue #15799 Change location of profiling state documentation to fix column ordering
  17. - issue #15720 Fix designer adding all available tables to a designer page after adding a new relationship
  18. - issue #15791 Replace facebook/webdriver by php-webdriver/webdriver
  19. - issue #15802 Removed SET AUTOCOMMIT=0 from SQL export
  20. - issue #15818 Fix table borders missing on theme original since 5.0.0
  21. - issue #13864 Fix ENUM's radiobuttons reset on "Continue insertion with" changes
  22. - issue #15811 Fixed browse foreign values doesn't show a modal with grid edit
  23. - issue #15817 Fix "new table" layout issue on original theme
  24. - issue #15798 Fixed not needed prompt before abandoning changes on SQL tab after only changing a checkbox
  25. - issue #15833 Fix php TypeError when submitting unchanged data
  26. - issue Fix php notice "Trying to access array offset on value of type bool" on Designer
  27. - issue #13326 Added integer validations on search page
  28. - issue #15200 Fixed server-side HTTPS detection misses support for Forwarded HTTP Extension (RFC 7239)
  29. - issue #15831 Fixed DB names starting with "b" being cut off in <option>, User account page
  30. - issue #15850 Fixed display content from "information_schema.PROCESSLIST"
  31. - issue #15836 Fixed "has no type" error on export and import pages for "Chinese traditional" users
  32. - issue #15863 Fixed designer move menu icon not changing directions and tables menu list resize button
  33. - issue #15854 Fixed black borders for full screen mode on Designer
  34. - issue #15899 Fix "Uncaught TypeError: mb_strtoupper()" on the relational view of a view
  35. - issue Fixed some php uncaught errors and notices on user missing extension
  36. - issue #15926 Fixed PhpMyAdmin\Core::getRealSize('8000M') returns a float instead of an int
  37. - issue #15410 Fixed auto increment reset issue where the last value of AI was saved an could destroy the "good" value
  38. - issue #15187 Fixed editing a row and using 'insert as new row' uses primary key 0 instead of NULL
  39. - issue #15877 Fixed php error "preg_match() expects parameter 2 to be string, null given" on some specific tables
  40. - issue #15795 Fix broken link on "MySQL said" error message
  41. - issue #15781 Fix illegal string offset error on structure page of 'information_schema' database
  42. - issue #15745 Fix version 5.0.1 suggests 4.9.4 as latest stable version
  43. - issue #15958 Fix uncaught TypeError when sorting database tables by size or by rows
  44. - issue #15830 Fix strftime issue on windows for Japanese users on "Structure" tab
  45. - issue Windows testsuite fixes
  46. - issue #15879 Added missing CSS class on "simulate query" button
  47. - issue #15401 Fixed php notice "Undefined index HMAC_secret" for users upgrading phpMyAdmin without a log-out
  48. - issue #15810 Fixed unexpected heading on add a new procedure, trigger, function, routine modals
  49. - issue #15970 Removed wrong html a tag on "Replication status" header
  50. - issue Add missing css classes on some buttons
  51. - issue #15937 Make modals draggability/expand (down) work after a screen zoom change
  52. - issue Fix php notice "Undefined index: on_delete" while creating a foreign key
  53. - issue #15876 Fixed select "IN (...)" is a simple select instead of a multiple select
  54. - issue Fix maxlength for User and Host on replication add user form
  55. - issue #15282 Fixed MySQL 8.0 password syntax error when creating a replication user
  56. - issue #15986 Fixed php fatal error "Uncaught TypeError: array_flip() expects parameter 1 to be array, null given"
  57. - issue Fixed php fatal error "Uncaught TypeError: htmlspecialchars() expects parameter 1 to be string, int given"
  58. - issue Support phpunit 9.0
  59. - issue Fix error in NavigationTree where $key might be sent as an int instead of a str to urlencode
  60. - issue #16022 Fix uncaught TypeError on browse foreigners
  61. - issue Fix failure if relational display field value is NULL - "Display column for relationships"
  62. - issue #16033 Remove vendor bin files from non source version of phpMyAdmin
  63. - issue #15898 [security] Fix escape tbl_storage_engine argument used on tbl_create.php
  64. - issue #15224 Don't fire keyboard shortcuts while SQL query area is focused (on a mobile for example)
  65. - issue [security] Fix SQL injection with certain usernames (PMASA-2020-2)
  66. - issue [security] Fix SQL injection in particular search situations (PMASA-2020-3)
  67. - issue [security] Fix SQL injection and XSS flaw (PMASA-2020-4)
  68. - issue Deprecate "options" for the external transformation; options must now be hard-coded along with the program name directly in the file.
  69. 5.0.1 (2020-01-07)
  70. - issue #15719 Fixed error 500 when browsing a table when $cfg['LimitChars'] used a string and not an int value
  71. - issue #14936 Fixed display NULL on numeric fields has showing empty string since 5.0.0
  72. - issue #15722 Fix get Database structure fails with PHP error on replicated server
  73. - issue #15723 Fix can't browse certain tables since 5.0.0 update
  74. - issue Prevent line wrap in DB structure size column
  75. - issue Remove extra line break from downloaded blob content
  76. - issue #15725 Fixed error 500 when exporting - set time limit when $cfg['ExecTimeLimit'] used a string and not an int value
  77. - issue #15726 Fixed double delete icons on enum editor
  78. - issue #15717 Fixed warning popup not dissapearing on table stucture when using actions without any column selection
  79. - issue #15693 Fixed focus of active tab is lost by clicking refresh option on browse tab
  80. - issue #15734 Fix Uncaught TypeError: http_build_query() in setup
  81. - issue Fix double slash in path when $cfg['TempDir'] has a trailing slash
  82. - issue #14875 Fix shp file import tests where failing when php dbase extension was enabled
  83. - issue #14299 Fix JS error "PMA_makegrid is not defined" when clicking on a table from the "Insert" tab opened in a new tab
  84. - issue #15351 Fixed 2FA setting removed each time the user edits another configuration setting
  85. - issue [security] Fix SQL injection vulnerability on the user accounts page (PMASA-2020-1)
  86. 5.0.0 (2019-12-26)
  87. - issue #13896 Drop support for PHP 5.5, PHP 5.6, PHP 7.0 and HHVM
  88. - issue #14007 Enable columns names by default for CSV exports
  89. - issue #13919 Remove font size feature
  90. - issue #12373 Add Metro theme
  91. - issue #14155 Add move columns preview SQL button
  92. - issue #14296 Enable strict mode in PHP files
  93. - issue #13627 Increase field width for editing varchar fields
  94. - issue #12603 Show warning for users with the default values for controluser and controlpass
  95. - issue #14589 Fix rendering of column comments in Safari, improve display in all browsers
  96. - issue #14330 New features for csv import plugin
  97. - issue #14417 Automatically add index while editing an existing row and setting auto increment
  98. - issue #13057 Add export option to drop user security definers from views
  99. - issue #14404 Drop view and or replace added to exporting view
  100. - issue #14594 Database "Search" selects all tables by default
  101. - issue #12158 Auto expand the single database
  102. - issue #13067 Inconsistency with submit buttons
  103. - issue #14683 Improper message in Show Hidden Navigation Tree Items
  104. - issue #14695 Remove unlabeled default collation from the bottom of the database list; this information is available elsewhere
  105. - issue #14677 Security confirm() before running UPDATE statement without WHERE condition
  106. - issue #13023 Show errors at the bottom of the page and add copy query button for errors in processing sql queries
  107. - issue #14633 Use Sass instead of PHP to compile CSS
  108. - issue #14765 Add initial support for Bootstrap 4
  109. - issue #14829 Change table column comment field from input to textarea
  110. - issue #14725 Console: ctrl+l clear line and ctrl+u clear console
  111. - issue #14837 Use charset 'windows-1252' when format is MS Excel
  112. - issue #15030 Move 'More settings' link from 'Appearance settings' to 'General settings'
  113. - issue #15029 Remove the redundant 'i' help/tool tip in page settings "Query History Length" area
  114. - issue #13424 Importing CSV now uses file name as the table name instead of 'TABLE #'
  115. - issue #14926 Add an Edit link for each view in tables list
  116. - issue #14890 Display column details in navigation bar
  117. - issue #14977 Add title for group in navigation bar
  118. - issue #14927 Show InnoDB table overhead (free space)
  119. - issue #15072 Add 'Close' button to the Monitor Instructions modal
  120. - issue #15174 Improved filter method in server variables page
  121. - issue #15266 Add an external dependency injection system
  122. - issue #15350 Change MIME type references to Media (MIME) type
  123. - issue Fixed url.php crashing because it's not loading the DatabaseInterface service
  124. - issue #15540 Fixed uncaught TypeError: htmlspecialchars() in NavigationTree
  125. - issue Fix twig deprecation notices for php 8.0
  126. - issue #15435 Fix ReCAPTCHA couldn't find user-provided function: Functions.recaptchaCallback
  127. - issue #15623 Fix width of picker modal and remove date picker for int fields
  128. - issue #14732 Fixed can't rename primary key with auto increment
  129. - issue #15677 Fix show process-list triggers a php exception
  130. - issue #15697 Fix uncaught php error: "Call to a member function get() on null" in db_export.php when exporting a table from the list
  131. 4.9.5 (2020-03-20)
  132. - issue [security] Fix SQL injection with certain usernames (PMASA-2020-2)
  133. - issue [security] Fix SQL injection in particular search situations (PMASA-2020-3)
  134. - issue [security] Fix SQL injection and XSS flaw (PMASA-2020-4)
  135. - issue Deprecate "options" for the external transformation; options must now be hard-coded along with the program name directly in the file.
  136. 4.9.4 (2020-01-07)
  137. - issue #15724 Fix 2FA was disabled by a bug
  138. - issue [security] Fix SQL injection vulnerability on the user accounts page (PMASA-2020-1)
  139. 4.9.3 (2019-12-26)
  140. - issue #15570 Fix page contents go underneath of floating menubar in some cases
  141. - issue #15591 Fix php notice 'Undefined index: foreign_keys_data' on relations view when the user has column access
  142. - issue #15592 Fix php warning "error_reporting() has been disabled for security reasons"
  143. - issue #15434 Fix middle click on table sort column name shows a blank page
  144. - issue Fix php notice "Undefined index table_create_time" when setting displayed columns on results of a view
  145. - issue #15571 Fix fatal error when trying to edit row with row checked and button under the table
  146. - issue #15633 Fix designer set display field broken for php 5.x versions
  147. - issue #15621 Support CloudFront-Forwarded-Proto header for Amazon CloudFront proxy
  148. - issue Fix php 8.0 php notices - Undefined index on login page
  149. - issue #15640 Fix php 7.4 error when trying to access array offset on value of type null on table browse
  150. - issue #15641 Fix replication actions where broken (start slave, stop slave, reset, ...)
  151. - issue #15608 Fix DisableIS is broken when with controluser configured (database list broken)
  152. - issue #15614 Fix undefined offset on index page for MySQL 5.7.8 (server charset)
  153. - issue #15692 Fix JavaScript error when user has not enough privilege to view query statistics.
  154. - issue #14248 Fixed date selection in search menu missing higher Z-index value
  155. - issue Fix Uncaught php TypeError on php 8.0 when adding a column to table create form
  156. - issue #15682 Fix calendar not taking current time as default value
  157. - issue #15636 Fix php error trying to access array offset on value o type null on replication GUI
  158. - issue #15695 Fix input field for the time in datetime picker is disabled
  159. 4.9.2 (2019-11-21)
  160. - issue #14184 Change the cookie name from phpMyAdmin to phpMyAdmin_https for HTTPS, fixes many "Failed to set session cookie" errors
  161. - issue #15304 Fix ssl_use php error
  162. - issue #14804 Fix undefined index: ssl_* variables
  163. - issue #14245 Fix mysql 8.0.3 and above fails on advisor
  164. - issue #15499 Fix unparenthesized php deprecation
  165. - issue #15482 Fix URL encoding plus sign (+) in the table or DB name when configuring foreign keys
  166. - issue #14898 Fixed bottom table in list in left panel blocked by horizontal scroll bar
  167. - issue #15161 Fix text area overflows its parent element on "Query" page
  168. - issue #15511 Fixed exporting users after a delete will delete all selected users on "Users" page
  169. - issue #14598 Fixed checking referencial integrity on "Operations" page
  170. - issue #14433 Fix "You do not have privileges to manipulate with the users!" on root superadmin
  171. - issue #15391 Fix GIS polygon of a geometry field is not drawn on "GIS visualization"
  172. - issue #15311 Fix adjust privileges on copy database fails with MariaDB
  173. - issue #15477 Fix display referential integrity check for InnoDB
  174. - issue #15236 Support phpunit 8 in our test suite to help packaging phpMyAdmin on Debian
  175. - issue #15522 Fix missing image error fills logs, removed ic_b_info icon from icon list
  176. - issue #15537 Fixed some issues with the sort by key selectors
  177. - issue #15546 Fix operators precedence in DatabaseInterface class
  178. - issue #14906 Test test suite on 32-bit systems
  179. - issue Fix Long2IP transformation issue with PHP 7.1
  180. - issue #14951 Fix moving columns with DEFAULT NULL doesn't work on MariaDB 10.2+
  181. - issue #14951 Fix moving columns with INT AND DEFAULT CURRENT_TIMESTAMP doesn't work on MariaDB
  182. - issue #12241 Fixed table alias is removed when exporting a query
  183. - issue #15316 Fixed cross join clause is removed on export
  184. - issue #14809 Fix error "is_uploaded_file() expects parameter 1 to be string" when inserting blobs from files
  185. - issue #15127 Fix white square when refreshing designer or browsing other pages
  186. - issue #13912 Detect when phpMyAdmin storage tables are not accessible, help users browse corrupt DBs
  187. - issue #15465 Display profiling when query outputs no rows
  188. - issue Fix setting and removing display field on Designer
  189. - issue Added a warning when trying to set a display field on Designer and configuration storage is not setup
  190. - issue #15327 Fix shift-click in Export misses a checkbox
  191. - issue [security] Fix improperly sanitized data when showing the Git branch (thanks to Ali Hubail for this report)
  192. - issue [security] Fix security weaknesses in Designer feature,including a flaw where an attacker could trigger an SQL injection attack (PMASA-2019-5)
  193. 4.9.1 (2019-09-20)
  194. - issue #15313 Added support for Twig 2
  195. - issue #15315 Fix cannot edit or export column with default CURRENT_TIMESTAMP in MySQL >= 8.0.13
  196. - issue Fix a TypeError in Import class with PHP 8
  197. - issue #14270 Fix Middle-click on foreign key link broken
  198. - issue #14363 Fix broken relational links in tables
  199. - issue #14987 Fix weird error for empty collation
  200. - issue #15334 Fix export of GIS visualisation not working (PNG, PDF, SVG)
  201. - issue #14918 Use hex for the phpMyAdmin session token
  202. - issue Added GB18030 Chinese collations description
  203. - issue Added Russian, Swedish, Slovak and Chinese UCA 9.0.0 collations description
  204. - issue Added description for the _ks (kana-sensitive) collation suffix
  205. - issue Added description for the _nopad (NO PAD) collation suffix
  206. - issue #15404 Remove array/string curly braces access
  207. - issue #15427 Fixed "FilterLanguages" option does not work (configuration)
  208. - issue #15202 Fixed creating user with single quote in password results in no password user
  209. - issue #14950 Fixed left database overview "add column" triggers error
  210. - issue #15363 Fix remove unexpected quotes on text fields (structure and insert)
  211. - issue Fix NULL wrongly checked on field change
  212. - issue #15388 Fix allow to rollback an empty statement
  213. - issue #14291 Fixed incorrect linkage from one table's value to another table
  214. - issue #15446 Fix tables added from other databases are not collapsing in the designer section
  215. - issue #14945 Fix designer page save fails if dB name contains period
  216. - issue Display an error when trying to import in designer a table that's already imported
  217. - issue Fix many bugs when adding new tables to designer
  218. - issue Update CodeMirror to v5.48.4
  219. - issue Update jQuery Migrate to v3.1.0
  220. - issue Update jQuery Validation to v1.19.1
  221. - issue Update jQuery to v3.4.1
  222. - issue Update js-cookie to v2.2.1
  223. - issue Remove fieldset closing tag when setting global privileges
  224. - issue #15425 Fix backslash in column name resulting an error in editing
  225. - issue #15380 Fix Status - Advisor error
  226. - issue #15439 Fix designer page status not updated when added a new table from another database
  227. - issue #15440 Fix page number is not being updated in the URL after saving a designer's page
  228. - issue Fix reloading a designer's page
  229. - issue Fix designer full screen mode button and text stuck when exiting full-screen mode
  230. - issue Reduced possibility of causing heavy server traffic between the database and web servers
  231. - issue Fix a situation where a server could be deleted while an administator is using the setup script
  232. 4.9.0.1 (2019-06-04)
  233. - issue #14478 phpMyAdmin no longer streams the export data
  234. - issue #14514 Tables with SYSTEM VERSIONING show up as views instead of tables
  235. - issue #14515 Values cannot be edited in SYSTEM VERSIONING tables with INVISIBLE timestamps
  236. - issue Fix header icon on server plugins page
  237. - issue #14298 Fixed error 500 on MultiTableQuery page when a empty query is passed
  238. - issue #14402 Fixed fatal javascript error while adding index to a new column
  239. - issue #14896 Fixed issue with plus/minus icon when refreshing an expanded database
  240. - issue #14922 Fixed json encode error in export
  241. - issue #13975 Fixed missing query time in German (fix decimal number format issue)
  242. - issue #14503 Fixed JavaScript events not activating on input (sql bookmark issue)
  243. - issue #14898 Fixed Bottom table is blocked in database list (left panel)
  244. - issue #14425 Fixed Null Checkbox automatically unmarked
  245. - issue #14870 Display correct date and time in Zip files
  246. - issue #14763 Fixed the loading symbol not appearing when refreshing the navigation
  247. - issue #14607 Count rows only if needed
  248. - issue #14832 Show Designer combo boxes when adding a constraint
  249. - issue #14948 Fix change password is not showing password strength difference at the second attempt
  250. - issue #14868 Fix edit view
  251. - issue #14943 Fixed loading Forever when creating new view without filling any field
  252. - issue #14843 Fix Bookmark::get() id matching SQL
  253. - issue #14734 Fixed invalid default value for bit field
  254. - issue #14311 Fixed undefined index in setup script
  255. - issue #14991 Fixed TypeError in GIS editor
  256. - issue Fixed GIS data editor for multi server setup
  257. - issue #14312 Fixed type error in setup script when adding new server
  258. - issue #14053 Fix missed padding on query results
  259. - issue #14826 Fixed javascript error PMA_messages is not defined
  260. - issue Show error message if config-set fails and not "loading..." forever
  261. - issue #14359 Prevent multiple error modals, and error-report request spamming from script
  262. - issue Fixed error reporting javascript errors on multi server setup
  263. - issue Fixed wrong property name on TableStructureController
  264. - issue #14811 Fix SHOW FULL TABLES FROM when a table is locked
  265. - issue #14916 Fix bug when creating or editing views
  266. - issue #14931 Fixed php error when using a query like SELECT 1 INTO @a; SELECT @a; in inline query edit
  267. - issue #15074 Make the server logo visible on theme "original"
  268. - issue #15077 Fixed incorrect page numbers
  269. - issue #14205 Fixed "No tables found in database" when you delete all tables from last page
  270. - issue #14957 Virtuality is not selected when editing generated column (added virtuality(stored) option for mariadb)
  271. - issue #14853 Insert page should not allow entering things into virtual columns
  272. - issue #15110 Fixed TypeError e.preventDefaulut is not a function
  273. - issue #15115 Improved label in Settings export, clarifying that it's a JSON file
  274. - issue #14816 Fixed [designer] Cannot read property 'style' of null
  275. - issue Fixed [designer] Add new tables with database/table list modal
  276. - issue Fixed query format on multi server setup
  277. - issue Fixed remove partitioning on multi server setup
  278. - issue Fixed normalization
  279. - issue Fixed 'RESET SLAVE' button on replication slave
  280. - issue Fixed sending a php error report on multi server setup
  281. - issue Fixed downloading of monitor parameters for IE 11, Edge, Chrome and others
  282. - issue #15141 Fixed php notice Undefined index: designer_settings
  283. - issue #12729 Fixed sticky table header over dropdown menu
  284. - issue #15140 Fixed edit link does not work on failed insert
  285. - issue #14334 Fixed export table structure shows rows fields
  286. - issue #15010 Fixed empty SQL preview modal on tbl_relation
  287. - issue #14673 Fixed innodb & MySQL 8: DYNAMIC & COMPRESSED ROW_FORMAT missing
  288. - issue Fixed empty success message when adding a new INDEX from left panel
  289. - issue #15150 Fixed generate password hidden on second open of change password modal
  290. - issue Fixed import XML data with leading zeros
  291. - issue #15036 Fixed missing input fields checks for MaxSizeForInputField
  292. - issue #15119 Fixed uninterpreted HTML on Settings->Export page
  293. - issue #15159 Fixed missing query time and database in console
  294. - issue #13713 Fixed column comments in the floating table header
  295. - issue #15177 Fixed label alignment on login page
  296. - issue #15210 Fixed a typo in the english name of the Albanian language
  297. - issue Fixed issue when resetting charset in import.php
  298. - issue #14460 Fixed forms where submitted multiple times on CTRL + ENTER
  299. - issue #15038 Fixed console height was allowing a negative values
  300. - issue #15219 Fixed 'No Password' option does not switch automatically to 'Use Text Field' in add user account
  301. - issue Fixed importing the exported config on Server status monitor page
  302. - issue #15228 Fixed php notice 'Undefined index: foreign_keys_data' on designer when the user has column access
  303. - issue #12900 Fixed designer page saving gives error when configuration storage is not set up
  304. - issue #15229 Fixed php notice, added support for 'DELETE HISTORY' table privilege (MariaDB >= 10.3.4)
  305. - issue #14527 Fixed import settings function not working
  306. - issue #14908 Fixed uninterpreted HTML on Settings->Import (missing data error descriptions)
  307. - issue #14800 Fixed status->Processes doesn't show full query process list page
  308. - issue #14833 Fixed sort by Time not working in process list page
  309. - issue #14982 Fixed setting "null" keep an "enum" value
  310. - issue #14401 Fixed insert rows keypress Enter behavior
  311. - issue #15146 Fixed error reports can not be sent because they are too large
  312. - issue #15205 Fixed useless backquotes on sql preview modal when deleting an index
  313. - issue #13178 Fixed issues with uppercase table and database names (lower_case_table_names=1)
  314. - issue #14383 Fixed warning when browsing certain tables (GIS data)
  315. - issue #12865 Fixed MySQL 8.0.0 issues with GIS display
  316. - issue #15059 Fixed "Server charset" in "Database server" tab showing wrong information
  317. - issue #14614 Fixed mysql error "#2014 - Commands out of sync; you can't run this command now" on sql query
  318. - issue #15238 Fixed phpMyAdmin 4.8.5 doesn't show privileges of procedures (raw html displayed instead)
  319. - issue #13726 Fixed can not copy user on Percona Server 5.7
  320. - issue #15239 Fixed javascript error while fetching latest version info and switching pages
  321. - issue #14301 Fixed javascript error when editing a JSON data type column
  322. - issue #15240 Fixed apply a Settings form with errors shows a JSON response after using return back
  323. - issue #15043 Fixed multiple errors printing on Settings page
  324. - issue #15037 Fixed unexpected behavior of reset button on Settings
  325. - issue #15157 Fixed 'Settings' tab not marked as active when browsing 2FA settings
  326. - issue #14934 Fixed all fields readonly on Edit/Insert screens
  327. - issue #14588 Fixed export of geometry objects, GIS objects are now exported as hex
  328. - issue #14412 Better handling of errors with Signon authentication type
  329. - issue Added support for AUTO_INCREMENT when using ROCKSDB, on Operations page
  330. - issue #15276 Fixed partitioning is missing in Structure page UI (MySQL 8.0)
  331. - issue #14252 Fixed DisableIS and database tree list (new database missing when refreshing the list)
  332. - issue #14621 Removed "Propose table structure" on MySQL 8.0
  333. - issue Fixed editing of virtual columns on PerconaDB
  334. - issue #13854 Fixed column options are ignored for GENERATED/VIRTUAL/STORED columns
  335. - issue #15262 Fixed incorrect display of charset column (raw html)
  336. - issue Added explicit parentheses in nested ternary operators
  337. - issue #15287 Fix auto_increment field is too small
  338. - issue #15283 Fix tries to change collation on views when changing collation on all tables/fields
  339. - issue Fixed empty PMA_gotoWhitelist JavaScript array
  340. - issue #15079 Fixed responsive behaviour of instruction dialog box
  341. - issue #10846 Fixed javascript error when renaming a table
  342. - issue Updated sql-parser to version 4.3.2
  343. - issue [security] SQL injection in Designer (PMASA-2019-3)
  344. - issue [security] CSRF attack on 'cookie' login form (PMASA-2019-4)
  345. 4.8.5 (2019-01-25)
  346. - issue Developer debug data was saved to the PHP error log
  347. - issue #14217 Fix issue when adding user on MySQL 8.0.11
  348. - issue #13788 Exporting a view structure based on another view with a sub-query throws no database selected error
  349. - issue #14635 Fix PHP error in GitRevision, error in processing request, error code 200
  350. - issue #14787 Cannot execute stored procedure
  351. - issue Add Burmese language
  352. - issue #14794 Not responding to click, frozen interface, plugin Text_Plain_Sql error
  353. - issue #14786 Table level Operations functions missing
  354. - issue #14791 PHP warning, db_export.php#L91 urldecode()
  355. - issue #14775 Export to SQL format not available for tables
  356. - issue #14782 Error message shown instead of two-factor QR code when adding 2fa to a user
  357. - issue [security] Arbitrary file read/delete relating to MySQL LOAD DATA LOCAL INFILE and an evil server instance (PMASA-2019-1)
  358. - issue [security] SQL injection in Designer (PMASA-2019-2)
  359. --- Older ChangeLogs can be found on our project website ---
  360. https://www.phpmyadmin.net/old-stuff/ChangeLogs/
  361. # vim: et ts=4 sw=4 sts=4
  362. # vim: ft=changelog fenc=utf-8
  363. # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>4&&getline(v\:lnum)!~'^#'
  364. # vim: fdn=1 fdm=expr