@@ -14,40 +14,43 @@ phpMyAdmin - ChangeLog
1414- issue #18529 Add copy to clipboard for export as text
1515
16165.2.2 (not yet released)
17- - issue #17028 Fix total count of rows in not accurate
18- - issue #17683 Fix total count of rows in not accurate
17+ - issue #17851 Fix total count of rows in not accurate
1918- issue #17766 Allow to open in a new tab copy and edit row actions
2019- issue #17599 Fix error when handling an user that is not in privileges table
2120- issue #17364 Fix error when trying to import a status monitor chart arrangement
2221- issue #18106 Fix renaming database with a view
2322- issue #18120 Fix bug with numerical tables during renaming database
2423- issue #16851 Fix ($cfg['Order']) default column order doesn't have have any effect since phpMyAdmin 4.2.0
24+ - issue #18138 Fix some issues with numerical table names
2525- issue #18112 Fix open base dir warning on git version class
26+ - issue #18211 Fix the themes route missing the server ID
2627- issue Do not show "Original length undefined" on binary hex columns
2728- issue Fix wrong time zone when handling Git information
28- - issue Do not show "Original length undefined" on binary hex columns
29- - issue Fix warning on non-existent table for XML export
29+ - issue #18195 Fix warning on non-existent table for XML export
3030- issue #18196 Fix errors of import notification
3131- issue #18093 Fix JS errors around "new user account" in some edge cases
3232- issue #16451 Increase password characters limit to 2000 during login
33- - issue Fix "IS NULL" is shown for non-nullable columns on search page
33+ - issue #18177 Fix "IS NULL" is shown for non-nullable columns on search page
3434- issue #16199 Fix dragging of tables in designer
35+ - issue #18268 Fix UI issue the theme manager is disabled
36+ - issue #18258 Speed improvements when exporting a database
3537- issue #17702 Fix performance issue when handling large number of tables in a single database
36- - issue Fix UI defect on tracking versions table first column
38+ - issue #18324 Fix UI defect on tracking versions table first column
3739- issue #18266 Fix disabling features (like `$cfg['Servers'][$i]['tracking'] = false;`) did not work
38- - issue Fixed query time measurement - measure time only for user queries
40+ - issue #18296 Fixed query time measurement - measure time only for user queries
3941- issue #18235 Fix columns are misaligned for the "sys" database
4042- issue #18249 Speed improvements when browsing a database with multiple tables
4143- issue #18060 Fix Console height "Not a non-negative number" error
44+ - issue #18188 Fix issue when editing GIS data
4245- issue Fix width/height of create routines modal and width of routines/triggers/events modals
4346- issue Stop pmadb database detection when all features are disabled
4447- issue Upgrade slim/psr7 to 1.4.1 for CVE-2023-30536 - GHSA-q2qj-628g-vhfw
4548- issue #17654 Fix unprivileged user cannot change password on MySQL >= 5.7.37
46- - issue Add CVE MITRE link to allowed domains and use cve.org
49+ - issue #18385 Add CVE MITRE link to allowed domains and use cve.org
4750- issue #18330 Fix TypeError when no-datetime field is modified
4851- issue #18212 Fix Query Builder doesn't replace a table name with it's alias in the `WHERE` block
49- - issue Keep the criteria box collapsed by the user when un-checking the criteria checkbox
50- - issue Fix colspan for actions column on database table list
52+ - issue #18221 Keep the criteria box collapsed by the user when un-checking the criteria checkbox
53+ - issue #18363 Fix colspan for actions column on database table list
5154- issue Fix double encoding on User Groups pages
5255- issue Fix list of users of an user group not showing up
5356- issue Fix duplicate query params in the SQL message card
@@ -68,22 +71,43 @@ phpMyAdmin - ChangeLog
6871- issue #14411 Fixed double tap to edit on mobile devices
6972- issue Update documentation to reflect that Node >= 12 is required to compile the JS and CSS files
7073- issue #18578 Fixed PDF export NULL values gives a type error
74+ - issue #18605 Fixed issue when executing a stored procedure
7175- issue #18650 Fixed double escaping on foreign key relation link title
7276- issue #18533 Fixed wrong count for simulated queries
7377- issue #18611 Fixed an error when searching a table without conditions
78+ - issue #18663 Fixed case where triggers are dropped when moving a table
79+ - issue #17404 Fixed an error message after dropping a database
80+ - issue #18714 Fixed incorrect formatting of the amount of table rows
81+ - issue #18717 Fixed issue when deleting bookmarks
82+ - issue #18713 Fixed some issues with the GIS editor
83+ - issue #18722 Fixed generic error message in the home page
84+ - issue #18693 Fixed enum/set value escaping
85+ - issue #18769 Improved collations support for MariaDB 10.10
7486- issue #17381 Fixed JS errors when editing indexes on create table
7587- issue #14402 Fix the PRIMARY label still shown when using two columns for a PK on create table
7688- issue #17347 Fixed JS errors when changing index settings on create table
89+ - issue #18762 Fixed truncating tables when a VIEW is included
7790- issue Fix BETWEEN search does not validate input because of spaces
7891- issue Fix JS number validation does not validate when the input is empty or emptied
7992- issue #18561 Fix issue when adding System Monitor charts
8093- issue #17363 Fix duplicate route parameter after logging in
8194- issue #15670 Fix case where the data is truncated after changing a longtext column's collation
95+ - issue #18797 Fixed support for ampersand as a arg separator
96+ - issue #18834 Fixed case where column hash is empty in table relation page
97+ - issue #17538 Fixed error when renaming an index
8298- issue #18865 Fix missing text-nowrap for timestamps columns
99+ - issue #18613 Fixed routine editor showing wrong parameter type
100+ - issue #18890 Fixed wrong row count when query has UNION
101+ - issue #18949 Fixed natural sorting for items in the navigation section
102+ - issue #18930 Fixed import of empty tables from MediaWiki
103+ - issue #18940 Fixed issue when creating an unique key
83104- issue #19022 Fix case where tables from wrong database is loaded in navigation tree
105+ - issue #18782 Fixed issue with role based auth for MySQL 8
84106- issue #18593 Fix drop db line included in server export if exporting only data
85107- issue #18049 Also check that curl_exec is enabled for the new version check
108+ - issue #19023 Fixed table size for ROCKSDB engine showing as unknown
86109- issue #18451 Fix when editing inline central column, Null is always preselected
110+ - issue #18495 Fixed database export missing routines
87111- issue #19117 Allow changing the virtuality of a column without any other changes
88112- issue #18566 Fixed error when importing exported view with USE INDEX hint
89113- issue #17920 Fixed moving column with empty default value will replace it with ''
@@ -95,6 +119,7 @@ phpMyAdmin - ChangeLog
95119- issue #18674 Fix formatted sql in browse table result has a linebreak after each token
96120- issue #18210 Fixed add replica replication user on MariaDB doesn't work (SQL syntax)
97121- issue #19041 Fix footer.twig gets printed to Binary File Download
122+ - issue #19091 Fix to stop processing queries on error
98123
991245.2.1 (2023-02-07)
100125- issue #17522 Fix case where the routes cache file is invalid
0 commit comments