Translated using Weblate (Turkish)
[phpmyadmin.git] / ChangeLog
blob3a611c08f24a538fe4288f1503098eaee2a6936b
1 phpMyAdmin - ChangeLog
2 ======================
4 5.3.0 (not yet released)
5 - issue #17842 Change js.cookie.js to js.cookie.min.js
7 5.2.1 (not yet released)
8 - issue #17522 Fix case where the routes cache file is invalid
9 - issue #17506 Fix error when configuring 2FA without XMLWriter or Imagick
10 - issue        Fix blank page when some error occurs
11 - issue #17519 Fix Export pages not working in certain conditions
12 - issue #17496 Fix error in table operation page when partitions are broken
13 - issue #17386 Fix system memory and system swap values on Windows
14 - issue #17517 Fix Database Server panel not getting hidden by ShowServerInfo configuration directive
15 - issue #17271 Fix database names not showing on Processes tab
16 - issue #17424 Fix export limit size calculation
17 - issue #17366 Fix refresh rate popup on Monitor page
18 - issue #17577 Fix monitor charts size on RTL languages
19 - issue #17121 Fix password_hash function incorrectly adding single quotes to password before hashing
20 - issue #17586 Fix statistics not showing for empty databases
21 - issue #17592 Clicking on the New index link on the sidebar does not throw an error anymore
22 - issue #17584 It's now possible to browse a database that includes two % in its name
23 - issue        Fix PHP 8.2 deprecated string interpolation syntax
24 - issue        Some languages are now correctly detected from the HTTP header
25 - issue #17617 Sorting is correctly remembered when $cfg['RememberSorting'] is true
26 - issue #17593 Table filtering now works when action buttons are on the right side of the row
27 - issue #17388 Find and Replace using regex now makes a valid query if no matching result set found
28 - issue #17551 Enum/Set editor will not fail to open when creating a new column
29 - issue #17659 Fix error when a database group is named tables, views, functions, procedures or events
30 - issue #17673 Allow empty values to be inserted into columns
31 - issue #17620 Fix error handling at phpMyAdmin startup for the JS SQL console
32 - issue        Fixed debug queries console broken UI for query time and group count
33 - issue        Fixed escaping of SQL query and errors for the debug console
34 - issue        Fix console toolbar UI when the bookmark feature is disabled and sql debug is enabled
35 - issue #17543 Fix JS error on saving a new designer page
36 - issue #17546 Fix JS error after using save as and open page operation on the designer
37 - issue        Fix PHP warning on GIS visualization when there is only one GIS column
38 - issue #17728 Some select HTML tags will now have the correct UI style
39 - issue #17734 PHP deprecations will only be shown when in a development environment
40 - issue #17369 Fix server error when blowfish_secret is not exactly 32 bytes long
41 - issue #17736 Add utf8mb3 as an alias of utf8 on the charset description page
42 - issue #16418 Fix FAQ 1.44 about manually removing vendor folders
43 - issue #12359 Setup page now sends the Content-Security-Policy headers
44 - issue #17747 The Column Visibility Toggle will not be hidden by other elements
45 - issue #17756 Edit/Copy/Delete row now works when using GROUP BY
46 - issue #17248 Support the UUID data type for MariaDB >= 10.7
47 - issue #17656 Fix replace/change/set table prefix is not working
48 - issue        Fix monitor page filter queries only filtering the first row
49 - issue        Fix "Link not found!" on foreign columns for tables having no char column to show
50 - issue #17390 Fix "Create view" modal doesn't show on results and empty results
51 - issue #17772 Fix wrong styles for add button from central columns
52 - issue #17389 Fix HTML disappears when exporting settings to browser's storage
53 - issue #17166 Fix "Warning: #1287 'X' is deprecated [...] Please use ST_X instead." on search page
54 - issue        Use jquery-migrate.min.js (14KB) instead of jquery-migrate.min.js (31KB)
55 - issue #17842 Use jquery.validate.min.js (24 KB) instead of jquery.validate.js (50 KB)
56 - issue #17281 Fix links to databases for information_schema.SCHEMATA
57 - issue #17553 Fix Metro theme unreadable links above navigation tree
58 - issue #17553 Metro theme UI fixes and improvements
59 - issue #17553 Fix Metro theme login form with
60 - issue #16042 Exported gzip file of database has first ~73 kB uncompressed and rest is gzip compressed in Firefox
61 - issue #17705 Fix inline SQL query edit FK checkbox preventing submit buttons from working
62 - issue #17777 Fix Uncaught TypeError: Cannot read properties of null (reading 'inline') on datepickers when re-opened
64 5.2.0 (2022-05-10)
65 - issue #16521 Upgrade Bootstrap to version 5
66 - issue #16521 Drop support for Internet Explorer and others
67 - issue        Upgrade to shapefile 3
68 - issue #16555 Bump minimum PHP version to 7.2
69 - issue        Remove the phpseclib dependency
70 - issue        Upgrade Symfony components to version 5.2
71 - issue        Upgrade to Motranslator 4
72 - issue #16005 Improve the performance of the Export logic
73 - issue #16829 Add "NOT LIKE %...%" operator to Table search
74 - issue #16845 Fixed some links not passing through url.php
75 - issue #16382 Remove apc upload progress method (all upload progress code was removed from the PHP extension)
76 - issue #16974 Replace zxcvbn by zxcvbn-ts
77 - issue #15691 Disable the last column checkbox in the column list dropdown instead of not allowing un-check
78 - issue #16138 Ignore the length of integer types and show a warning on MySQL >= 8.0.18
79 - issue        Add support for the Mroonga engine
80 - issue        Double click column name to directly copy to clipboard
81 - issue #16425 Add "DELETE FROM" table on table operations page
82 - issue #16482 Add a select all link for table-specific privileges
83 - issue #14276 Add support for account locking
84 - issue #17143 Use composer/ca-bundle to manage the CA cert file
85 - issue #17143 Require the openssl PHP extension
86 - issue #17171 Remove the printview.css file from themes
87 - issue #17203 Redesign the export and the import pages
88 - issue #16197 Replace the master/slave terminology
89 - issue #17257 Replace libraries/vendor_config.php constants with an array
90 - issue        Add the Bootstrap theme
91 - issue #17499 Remove stickyfilljs JavaScript dependency
93 5.1.4 (not yet released)
94 - issue #17287 Fixed sorting the database list with "statistics" enabled on "Data" column creates a PHP type error
95 - issue #17368 Fix for invalid cache when losing access to config storage after it being cached
96 - issue #17387 Fix session cookie not respecting the CookieSameSite configuration directive in PHP 7.2
97 - issue #16769 Fix create index form accepting too many columns
98 - issue #16816 Disable editing to system schemas
99 - issue #16853 Add better error handling when IndexedDB is not working
100 - issue        Fixed incorrect escaping of special MySQL characters on some pages
101 - issue #17188 Fix GIS visualization with an edited query
102 - issue #17418 Remove the use of the deprecated `strftime` function in OpenDocument exports
103 - issue #17111 Enable tabindex recompute on preview button while insert new rows
104 - issue #17474 Fix invalid SQL generated when PRIMARY/UNIQUE key contains a POINT column
105 - issue #17484 Fix setup's CSS not loading when the URL doesn't have a trailing slash
106 - issue #17494 Remove jQuery SVG JavaScript dependency
107 - issue #17335 Fix column visibility dropdown when the column name is too long
108 - issue #17445 Fix issue when exporting using Firefox or Safari on PHP 8.1.4
109 - issue        Update JavaScript dependencies
110 - issue #17428 Fix case where errors were thrown when browsing a table
111 - issue #17508 Fix UI issue when user accounts page has the initials navigation bar
113 5.1.3 (2022-02-10)
114 - issue #17308 Fix broken pagination links in the navigation sidebar
115 - issue #17331 Fix MariaDB has no support for system variable "disabled_storage_engines"
116 - issue #17315 Fix unsupported operand types in Results.php when running "SHOW PROCESSLIST" SQL query
117 - issue #17288 Fixed importing browser settings question box after login when having no pmadb
118 - issue #17288 Fix "First day of calendar" user override has no effect
119 - issue #17239 Fixed repeating headers are not working
120 - issue #17298 Fixed import of email-adresses or links from ODS results in empty contents
121 - issue #17344 Fixed a type error on ODS import with non string values
122 - issue #17239 Fixed header row show/hide columns buttons on each line after hover are shown on each row
123 - issue        [security] Fix for path disclosure under certain server configurations (if display_errors is on, for instance)
125 5.1.2 (2022-01-20)
126 - issue        Replaced MySQL documentation redirected links
127 - issue #16960 Fix JS error on Designer visual builder on some modal buttons
128 - issue        Re-build openlayers JS dependency from the source files and provide a smaller JS bundle
129 - issue        Fixed imports and theme detection depending on the current working dir
130 - issue        Update JavaScript dependencies
131 - issue #16935 Remove hardcoded row length for "$cfg['CharTextareaRows']" to allow back values < 7
132 - issue #16977 Fix encoding of enum and set values on edit value
133 - issue        Fix set value as selected when it has special chars on edit value enum
134 - issue #16896 Fix distinct URLs broken on nullable text fields
135 - issue        Fixed two possible PHP errors using INT data
136 - issue        Fixed possible warning "Undefined index: output_format" on export
137 - issue        Fixed warning "Undefined index: ods_recognize_percentages" on Import ODS
138 - issue        Fixed warning "Undefined array key "ods_recognize_currency" on Import ODS
139 - issue #16982 Fixed "Notice: Undefined index: foreign_keys_data" on Designer remove relation
140 - issue        Backquote phpMyAdmin table name on internal relation delete query for Designer
141 - issue #16982 Do not try to delete internal relations if they are not configured
142 - issue #16982 Show success messages on Designer for add and remove relation operations
143 - issue        Fixed possible "Undefined index: clause_is_unique" on replace value in cell
144 - issue #16991 Fixed case where $_SERVER['REQUEST_METHOD'] is undefined
145 - issue        Fixed configuration error handler registration
146 - issue #16997 Fixed server variables get/set value not working on multi server server > 1
147 - issue #16998 Fixed Multi table query submit on server > 1 logged out user
148 - issue #17000 Fixed Multi edit on central columns on server > 1 logged out user
149 - issue #17001 Fix PHP error on query submit without a table name on multi table query box
150 - issue #16999 Fixed multi table query results shows for 1 sec and then page refreshes
151 - issue        Fixed a non translated button text on central columns add
152 - issue        Fixed table width on Query by example page for large screens
153 - issue #16975 Fixed NULL default had a value on insert with datatime fields
154 - issue #16994 Fixed missing privilege escaping when assigning multiple databases with '_' to an user
155 - issue #16864 Fixed the margin on the last database of the tree on all themes when scrollbars are displayed
156 - issue #17011 Fixed the database tree line that was not continuous on database groups
157 - issue        Build more syntax correct URLs on JS internal redirects
158 - issue #16976 Fix wrong link when a table is moved from a database to another
159 - issue #16985 Fix case-sensitive issue of innodb_file_format=barracuda vs innodb_file_format=Barracuda
160 - issue        Fixed duplicate quote in navigation nodes
161 - issue #17006 Disable the URL limit for the MariaDB analyser feature
162 - issue        Fix calls to fetchRow using two parameters but the function has only one parameter
163 - issue #17020 Fixed "Notice Undefined index: sql_query" on Insert page
164 - issue        Fix reported "Undefined index: FirstDayOfCalendar"
165 - issue        Fix reported "Undefined index: environment"
166 - issue        Fix "TypeError: strlen() expects parameter 1 to be string, null given" on databases listing
167 - issue #16973 Fix "Undefined array key "n0_pos2_name"" on databases listing
168 - issue        Use the correct min MySQL version for axis-order (8.0.1) instead of (8.0.11)
169 - issue        Use the queries we asked the user confirmation for on DELETE and TRUNCATE table actions
170 - issue #16994 Fixed editing specific privileges for a database covered by a wildcard privilege
171 - issue #16994 Fixed escaping of the database name for databases containing '_' on users edit
172 - issue #16994 Only escape once on grant/revoke privileges for databases containing '_' or '%'
173 - issue #16994 Only show databases without a privilege on multi select for user grant databases
174 - issue        Removed un-expected query success message from the Table export page
175 - issue #17026 Handle possible invalid boolean values injected in SaveDir or UploadDir causing "TypeError: mb_substr()"
176 - issue #16981 Enable cookie parameter "SameSite" on "phpMyAdmin" cookie for PHP >= 7.3
177 - issue #16966 Encode "#" to have the anchor part of the destination URL on SQL highlight terms URLs
178 - issue #17004 Fix PHP errors due to removed variable "innodb_file_format" on MariaDB >= 10.6.0 and MySQL >= 8.0.0
179 - issue #16842 Fixed missing password modes on PerconaDB
180 - issue #16947 Fix "Change login information" form not working
181 - issue #17004 Fix Advisor for MariaDB >= 10.5 because of removed "innodb_log_files_in_group" variable
182 - issue #17037 Fix change structure does not surface errors
183 - issue #17016 Fixed online Transaction, errors not reported on structure edit
184 - issue #17042 Fix SQL escaping bug on DB name with special chars on submit query with rollback option
185 - issue #17027 Better handle the display of sorted binary columns in results summary
186 - issue #16398 Quote non numeric values on parameterized queries
187 - issue        Fixed duplicate HTML escaping on foreign keys select value modal
188 - issue #15370 Fixed edit routine UI incorrectly removes too many escape slashes
189 - issue #14631 Fix enum with comma produces incorrect search dropdown on search pages
190 - issue        Fix gis visualization position and limit parameters have no effect
191 - issue #16995 Fix edit binary foreign key adds a 1 to the value on the selected value
192 - issue #13614 Fixed escaping the database names when granting privileges on tables
193 - issue #11834 Fixed adding a new user on "privileges" tab of a table with a database name using a "_" character
194 - issue #17033 Fixed scaling of line width and point size in GIS visualization
195 - issue #17054 Removed "DEL" character from generated random strings for Blowfish secret auto-generated by setup
196 - issue #17019 Fixed "Browse" button visible when creating a table from the database structure view
197 - issue #16804 Fixed numbers where left-aligned rather than right-aligned
198 - issue        Fixed Metro theme text color for buttons in the browse table navigation bar
199 - issue #14796 Fix export Database page, UI prevents from exporting procedures only
200 - issue #15225 Fix Command+click on macOS opens links in same tab
201 - issue #17014 Fix column names in first row when importing from CSV where the first line contains column names
202 - issue        Fix prevent scrolling the page when scrolling in GIS visualization
203 - issue        Fix GIS visualization save file with a different label or column
204 - issue        Fixed GIS saving image as png with a label
205 - issue        Fixed if label is just the number zero, it was treated as no label in the OpenLayers map
206 - issue #17039 Fix unable to have 2FA working with a "pmadb" config value != phpmyadmin
207 - issue #17079 Fixed missing spatial functions in Insert/Edit page
208 - issue        Fixed broken docs link after a FK data type mismatch error
209 - issue        Fix don't add multiple OpenLayers maps, remove listeners on dispose on GIS visualization
210 - issue #14502 Uncheck the "ignore" checkbox when the user chooses a value in the foreign key list on Insert page
211 - issue #14502 Uncheck the "ignore" checkbox when the user saves the GIS value on Insert page
212 - issue #17018 Fixed cannot save data from GIS editor for spatial column on Insert page
213 - issue #17084 Fixed ErrorHandler not showing errors when phpMyAdmin session does not work at all
214 - issue #17062 Fixed pagination issues when working with identically named tables in separate databases
215 - issue #17046 Fix "Uncaught TypeError: htmlspecialchars() expects parameter 1 to be string, null given"
216 - issue #16942 Fix table Import with CSV using LOAD DATA LOCAL causes error "LOAD DATA LOCAL INFILE is forbidden"
217 - issue #16942 Fix auto-detection for "LOAD DATA LOCAL INFILE" LOCAL option
218 - issue #16067 Make select elements with multiple items resizable
219 - issue        Fix the display of Indexes that use Expressions and not column names
220 - issue        Allow to create the phpMyAdmin storage database using a different name than "phpmyadmin" using the interface
221 - issue #17092 Document that "$cfg['Servers'][$i]['designer_coords']" was removed in version 4.3.0
222 - issue #16906 Support special table names for pmadb storage table names
223 - issue #16906 Fix a caching effect on the feature list after creating the tables
224 - issue #16906 Better report errors when creating the pmadb or it's tables
225 - issue #16906 Create the pmadb tables using the names configured and not the default names
226 - issue #16906 Create the phpMyAdmin storage database using the configured "['pmadb']" name and not always "phpmyadmin"
227 - issue #16906 Prevent incorrect overriding of configured values after a pmadb fix
228 - issue #16906 Use the control connection to create the storage database and tables and not the user connection
229 - issue #16693 Fix can't see SQL after adding a new column
230 - issue #12753 Show table structure after adding a new column
231 - issue        Fix a PHP notice when logging out
232 - issue #17090 Fix bbcode not rendered for error messages on setup
233 - issue #17198 Fix the database selection when the navigation tree is disabled
234 - issue #17228 Fixed copy to clipboard with NULL values gives non usable text
235 - issue #16746 Replace samyoul/u2f-php-server by code-lts/u2f-php-server
236 - issue #16005 Performance improvement on the Import and Export pages
237 - issue #17247 Fix triple HTML encoding
238 - issue #17259 Fix broken link in the Simulate DML query modal
239 - issue #16746 Update tcpdf dependency to ^6.4.4 for PHP 8.1 compatibility
240 - issue #16746 Update twig dependency to "^2.14.9 || ^3.3.5" for PHP 8.1 compatibility
241 - issue        [security] Add configuration directive $cfg['Servers'][$i]['hide_connection_errors'] to allow hiding host names and other error details when login fails
242 - issue        [security] Add configuration directive $cfg['URLQueryEncryption'] to allow encrypting senstive information in the URL
243 - issue        [security] Fix a scenario where an authenticated user can disable two factor authentication (PMASA-2022-1)
244 - issue        [security] Fix XSS and HTML injection attacks in the graphical setup page (PMASA-2022-2)
246 5.1.1 (2021-06-04)
247 - issue #13325 Fixed created procedure shows up in triggers and events and vice-versa
248 - issue        Fixed adding an event shows an empty row
249 - issue #16706 Fixed a PHP error when visualizing a nullable geometry column
250 - issue        Fixed a PHP type error when exporting triggers to ODF
251 - issue #16659 Fixed the Column Drop arrow to make it responsive
252 - issue #16677 Improved the Font size of an executed SQL query
253 - issue #16677 Fixed Metro theme DB tree background
254 - issue #16713 Fixed "PhpMyAdmin\Url::getFromRoute" PHP error for old config values
255 - issue #16713 Add a legacy fallback for the old config value of "$cfg['DefaultTabDatabase']" and others
256 - issue #16698 Fix relative fallback URL to './' instead of '/'
257 - issue        Fixed Yaml export to quote strings even when they are numeric
258 - issue #16704 Fixed PHP type errors on the substring transformation
259 - issue #14026 Fixed error messages and conditions for MD5 and AES_* functions
260 - issue #16708 Fixed PHP "Uncaught TypeError: hash_hmac()" on double quick edit
261 - issue #16709 Fix TCPDF open_basedir issue due to internal guessing code from TCPDF
262 - issue #16729 Fixed the silencing error management for PHP >= 8.0
263 - issue #16604 Set back tables width like in 5.0 versions
264 - issue #16716 Fixed rename button disappears after a column drop on table structure page
265 - issue #15628 Fixed "JSON encoding failed: Malformed UTF-8 characters" when browsing data that uses binary to IP transformation
266 - issue #14395 Fixed display chart with timeline & series name column trigger JS error
267 - issue #16738 Fixed quick search submit is not working on multi server server > 1
268 - issue #16717 Fixed main drawer js call slowing down the page and remove the reflow effect
269 - issue        Fixed a PHP notice "Undefined index: pred_username"
270 - issue #16744 Fixed "Uncaught TypeError: XMLWriter::writeAttribute()" on Designer SVG export
271 - issue        Fixed an PHP undefined index notice on export
272 - issue #14555 Fixed JavaScript error when auto completion is open (upgraded CodeMirror to 5.60.0)
273 - issue #16647 Fixed preferences form not showing texts and not respecting TabsMode config
274 - issue        Fixed escape_mysql_wildcards Twig filter
275 - issue        Change text from "Null" to "NULL" on grid edit popup
276 - issue        Translate a non translated string on a change password page
277 - issue        Fix designer modal buttons sizes for pmahomme and bootstrap themes
278 - issue #16694 Fixed "Triggers" page not visible for user table specific privileges
279 - issue #14430 Fixed execute button is disabled for routines
280 - issue #16703 Fixed SQL option to Export specific rows from a table
281 - issue #16656 Fixed error messages are not always translated
282 - issue #16728 Fixed wrong SQL query built on table structure index for new column
283 - issue #16647 Fixed table search forms not showing texts and not respecting TabsMode config
284 - issue #16758 Fixed copy to clipboard feature not working on ja or zh_TW languages because of the non ascii colon
285 - issue #16601 Update tcpdf dependency to ^6.4.1
286 - issue #16770 Fixed a notice or warning, when clicking on Structure tab
287 - issue #16756 Fixed refresh UI on server status
288 - issue        Fixed a PHP notice when searching for .git/commondir on the login page for users using ShowGitRevision
289 - issue        Fixed reported PHP notice on export save template
290 - issue        Fixed reported PHP warnings on server status page
291 - issue #15629 Fixed datetime decimals displayed (.00000) after edit
292 - issue #16780 Fixed new event shows an empty row
293 - issue #16765 Fixed new lines in text fields are doubled
294 - issue        Fix "Connection" label always shown on table create, should be hidden like it's input
295 - issue #16773 Fix do not use cast as binary for an empty text value on edit button condition
296 - issue        Fixed a JS error on a missing script on zoom search
297 - issue        Added button style on the reset charts of zoom search
298 - issue        Fixed number of rows not kept when changing sort by index value
299 - issue #16784 Fixed spacing between icons when using NavigationTreeDefaultTabTable2 configuration
300 - issue #16786 Fixed browser error when clicking the logo with NavigationLogoLink configuration
301 - issue        Fixed a type error when getting the special schema links
302 - issue #16789 Fix create PHP code removes ; from SQL query on Structure snapshot
303 - issue #16791 Fixed "Undefined index table_schema" on special schema table
304 - issue        Fixed "DESCRIBE FILES;" broken links in query results
305 - issue #16790 Fixed "Undefined index field_name" PHP error
306 - issue #16605 Fixed vertical alignment issue on tables for pmahomme theme
307 - issue #16798 Fix ServerConfigChecks: Link 'trusted proxies list' not terminated properly (translation)
308 - issue #16805 Fixed shortcut keys not working
309 - issue #16821 Fix "Show all rows" un-check checkbox creates a JS error if the page was reloaded
310 - issue        Remove redundant jQuery Event Drag plugin
311 - issue        Fix PHP type error on GIS nullable data
312 - issue        Fix not working export to PNG, SVG, PDF on GIS visualization
313 - issue        Fix float values type errors on GIS export to PNG, SVG, PDF
314 - issue #16792 Fixed URL generation by removing un-needed &amp; escaping for & char
315 - issue #16777 Fixed Non-UTF8 Primary Key text value edit row
316 - issue #16836 Fixed extra whitespaces in binary edit values causes a JS validation error message
317 - issue #15566 Support RTL mode on the Designer
318 - issue #16810 Fixed SQL query shown twice on drop column success
319 - issue #16404 Fixed JS password generation fails after a new user creation failure
320 - issue #16837 Fixed PHP error on execute query "create table event(...)"
321 - issue        Fixed a PHP warning that was occuring on wrong chmod on config files
322 - issue        Fixed a JS error on dismiss notification modal
323 - issue #16793 Upgrade CodeMirror to 5.61.0 to fix a JS error on scroll in SQL query box
324 - issue        Fix password management for Percona Server lacking PASSWORD function
325 - issue        Fixed "data is undefined" JS error
326 - issue        Fixed 2 un-translated buttons on central columns edit
327 - issue #16810 Fixed SQL query shown twice on central columns actions
328 - issue #16771 Fixed PHP array export to work on very large datasets
329 - issue #16847 Fixed JSON export nullable binary PHP error
330 - issue #16847 Fixed JSON export text fields and binary data
331 - issue #14773 Fix exporting a raw query is not working
332 - issue #16734 Fixed memory limit reached, use SQL COUNT(*) instead of fetch and count results
333 - issue #16723 Fixed option to perform ALTER ONLINE is not available on edit of an existing column
334 - issue        Add missing CSS style on "Filter" button on monitor results table header
335 - issue        Fixed non working "Filter" button on monitor results table header
336 - issue #16420 Fixed single clicking on row starts editing even if GridEditing is set to double-click
337 - issue #16854 Fixed "Undefined index: SERVER_SOFTWARE" on very minimal PHP FPM setups
338 - issue #16863 Fixed replication setting up a replica is not working
339 - issue #16843 Fixed vertical alignment in Metro and pmahomme themes on user accounts overview
340 - issue        Fixed "phpMyAdmin configuration storage" link on settings page warning
341 - issue #16871 Fixed PHP and JS errors on normalization steps
342 - issue        Fixed CSS missing classes on normalization buttons
343 - issue #16437 Fixed sticky top position when using smaller screen sizes
344 - issue #16895 Fixed wrong table count on space separated numbers
345 - issue #16882 Fixed table delete resets count to 0
346 - issue #16892 Fixed current_timestamp() stringified on INSERT for date field
347 - issue #16911 Fixed PHP 8.1 "Method mysqli::get_client_info() is deprecated"
348 - issue        Fix "array_fill(): Argument #2 ($count) must be of type int, string" for "$cfg['InsertRows']"
349 - issue #14130 Created new messages for U2F errors
350 - issue #16920 Fixed "Uncaught TypeError: PhpMyAdmin\Import::detectType()" on ODS import
351 - issue #16926 Fixed ODS import warning: Undefined array key "ods_empty_rows"
352 - issue #16888 Fixed JS error on renaming tables in saved Designer page
353 - issue #16504 Fixed create view dialog is too big and won't scroll (on small screens)
354 - issue #16931 Fixed php notice "Undefined index: utf8mb3" on MySQL 8.0.11+ servers with default utf8 server charset
356 5.1.0 (2021-02-24)
357 - issue #15350 Change Media (MIME) type references to Media type
358 - issue #15377 Add a request router
359 - issue        Automatically focus input in the two-factor authentication window
360 - issue #15509 Replace gender-specific pronouns with gender-neutral pronouns
361 - issue #15491 Improve complexity of generated passwords
362 - issue #14909 Add a configuration option to define the 1st day of week
363 - issue #12726 Made user names clickable in user accounts overview
364 - issue #15729 Improve virtuality dropdown for MariaDB > 10.1
365 - issue #15312 Added an option to perform ALTER ONLINE (ALGORITHM=INPLACE) when editing a table structure
366 - issue        Added missing 'IF EXISTS' to 'DROP EVENT' when exporting databases
367 - issue #15232 Improve the padding in query result tool links
368 - issue #15064 Support exporting raw SQL queries
369 - issue #15555 Added ip2long transformation
370 - issue #15194 Fixed horizontal scroll on structure edit page
371 - issue #14820 Move table hide buttons in navigation to avoid hiding a table by mistake
372 - issue #14947 Use correct MySQL version if the version is 8.0 or above for documentation links
373 - issue #15790 Use "MariaDB Documentation" instead of "MySQL Documentation" on a MariaDB server
374 - issue #15880 Change "Show Query" link to a button
375 - issue #13371 Automatically toggle the radio button to "Create a page and save it" on Designer
376 - issue #12969 Tap and hold will not dismiss the error box anymore, you can now copy the error
377 - issue #15582 Don't disable "Empty" table button after clicking it
378 - issue #15662 Stay on the structure page after editing/adding/dropping indexes
379 - issue #15663 show structure after adding a column
380 - issue #16005 Remove symfony/yaml dependency
381 - issue #16005 Improve performance of dependency injection system by removing yaml parsing
382 - issue #15447 Disable phpMyAdmin storage database checkbox on databases list
383 - issue #16001 Add autocomplete attributes on login form
384 - issue #13519 Add "Preview SQL" option on Index dialog box when creating a new table
385 - issue #15954 Fixed export maximal length of created query input is too small
386 - issue        Redesign the server status advisor page
387 - issue #13124 Use same height for SQL query textarea and Columns select in SQL page
388 - issue #16005 Add a new vendor constant "CACHE_DIR" that defaults to "libraries/cache/" and store routing cache into this folder
389 - issue #16005 Warm-up the routing cache before building the release
390 - issue #16005 Use --optimize-autoloader when installing composer vendors before building the release
391 - issue #15992 Add back the table name to the printable version on "Structure" page
392 - issue #14815 Allow simplifying exported view syntax to only "CREATE VIEW"
393 - issue #15496 Add $cfg['CaptchaSiteVerifyURL'] for Google ReCaptcha siteVerifyUrl
394 - issue #14772 Add the password_hash PHP function as an option when inserting data
395 - issue #15136 Add a notice for Hex converter giving invalid results
396 - issue #16139 Use a textarea for JSON columns
397 - issue #16223 Make JSON input transformation editor less narrow
398 - issue #14340 Add a button on Export Page to show the SQL Query
399 - issue #16304 Add support for INET6 column type
400 - issue #16337 Fix example insert/update query default values
401 - issue #12961 Remove indexes from table relation
402 - issue #13557 Use a full list of functions instead of a separated one on insert/edit page "Function" selector
403 - issue #14795 Include routines in the export in a predictable order
404 - issue #16227 Fixed autocomplete is not working in case the table name is quoted by "`" symbols
405 - issue #15463 Force BINARY comparison when looking at privileges to avoid an SQL error on privileges tab
406 - issue #16430 Fixed Windows error message uses trailing / instead of \
407 - issue #16316 Added support for "SameSite=Strict" on cookies using configuration "$cfg['CookieSameSite']"
408 - issue #16451 Fixed AWS RDS IAM authentication doesn't work because pma_password is truncated
409 - issue #16451 Show an error message when the security limit is reached instead of silently trimming the password to avoid confusion
410 - issue #15001 Add back Login Cookie Validity setting to the features form
411 - issue #16457 Add config parameters to support third-party ReCaptcha v2 compatible APIs like hCaptcha
412 - issue #13077 Moved tools section to left on large devices (Bootstrap xl)
413 - issue #15711 Moved some buttons to left on large devices (Bootstrap xl)
414 - issue #15584 Add $cfg['MysqlSslWarningSafeHosts'] to set the red text black when ssl is not used on a private network
415 - issue #15652 Replace deprecated FOUND_ROWS() function call on "distinct values" feature
416 - issue        Export blobs as hex on JSON export
417 - issue #16095 Fix leading space not shown in a CHAR column when browsing a table
418 - issue        Make procedures/functions SQL editor both side scrollable
419 - issue #16407 Bump pragmarx/google2fa conflict to >8.0
420 - issue #14953 Added a rename Button to use RENAME INDEX syntax of MySQL 5.7 (and MariaDB >= 10.5.2)
421 - issue #16477 Fixed no Option to enter TABLE specific permissions when the database name contains an "_" (underscore)
422 - issue #16498 Fixed empty text not appearing after deleting all Routines
423 - issue #16467 Fixed a PHP notice "Trying to access array offset on value of type null" on Designer PDF export
424 - issue #15658 Fixed saving UI displayed columns on a non database request fails
425 - issue #16495 Fix drop tables checkbox is above the checkbox for foreign keys
426 - issue #16485 Fix visual query builder missing "Build Query" button
427 - issue #16565 Added 'IF EXISTS' to 'DROP EVENT' when updating events to avoid replication issues
428 - issue        Removed metro fonts that where Apache-2.0 files that are incompatible with GPL-2.0
429 - issue #16464 Made the relation view default to the current database when creating relations
430 - issue #16463 Fixed 'REFERENCES' privilege checkbox's title on new MySQL versions and on MariaDB
431 - issue #16405 Added jest as a Unit Testing tool for our javascript code
432 - issue #16252 Fixed the too small font size when editing rows (textareas)
433 - issue #16585 Fixed BLOB to JPG transformation PHP errors
434 - issue        Made the console setup async to avoid blocking the page render
435 - issue #16429 Use PHP 8.0 fixed version (commit) for TCPDF
436 - issue #16005 Major performance improvements on browsing a lot of rows
437 - issue #16595 Fixed editing columns having a `_` in their name in specific conditions
438 - issue #16608 Fix "Sort by key" restore auto saved value
439 - issue #16611 Fixed unable to add tables to rename aliases twice on Export
440 - issue #16621 Fixed link HTML messed up in Advisor
441 - issue #16622 Fixed Advisor formatting incorrect for long_query_time notice
442 - issue #15389 Fixed reset current page indicator after deleting all rows to current page and not page 1
443 - issue #15997 Fixed auto save query
444 - issue #15997 Made auto saved query database or database+table independent
445 - issue #16641 Fixed query generation that was allowing JSON to have a length
446 - issue #15994 Fixed the selected value detection for "on update current_timestamp"
447 - issue #16614 Fixed PHP 8.0 dataseek offset call to the MySQLI extension
448 - issue #16662 Fixed Uncaught TypeError on "delete" button click of a database search results page
449 - issue        Fixed Undefined index: selected_usr when the user tried to delete no selected user
450 - issue #16657 Fixed the QBE interface when the configuration storage is not enabled
451 - issue #16479 Fix our Selenium test-suite
452 - issue #16669 Fixed table search modal for BETWEEN
453 - issue #16667 Fixed LIKE and TINYINT in search not working properly
454 - issue #16424 Fixed numerical search in table and zoom
455 - issue        Improve the version handling (new Version class) and add a VERSION_SUFFIX for vendors
456 - issue #14494 Fix uncaught TypeError when editing partitioning
457 - issue #16525 Fix PHP 8.0 failing tests when comparing 0 to ''
458 - issue #16429 Fixed PHP 8.0 errors on preg_replace and operand types
459 - issue #16490 Fixed PHP 8.0 function libxml_disable_entity_loader() is deprecated
460 - issue #16429 Fixed failing unit tests on PHP 8.0
461 - issue #16609 Fixed Sql.rearrangeStickyColumns is not a function
463 5.0.4 (2020-10-15)
464 - issue #16245 Fix failed Zoom search clears existing values
465 - issue        Fixed a PHP error when reporting a particular JS error
466 - issue #16326 Fixed latitude and longitude swap for geometries in edit mode
467 - issue #16032 Fix CREATE TABLE not being tracked when auto tracking is enabled
468 - issue #16397 Fix compatibility problems with older PHP versions (also issue #16399)
469 - issue #16396 Fix broken two-factor authentication
471 5.0.3 (2020-10-09)
472 - issue #15983 Require twig ^2.9
473 - issue        Fix option to import files locally appearing as not available
474 - issue #16048 Fix to allow NULL as a default bit value
475 - issue #16062 Fix "htmlspecialchars() expects parameter 1 to be string, null given" on Export xml
476 - issue #16078 Fix no charts in monitor when using a decimal separator ","
477 - issue #16041 Fix IN(...) clause doesn't permit multiple values on "Search" page
478 - issue #14411 Support double tap to edit on mobile
479 - issue #16043 Fix php error "Use of undefined constant MYSQLI_TYPE_JSON" when using the mysqlnd extension
480 - issue #14611 Fix fatal JS error on index creation after using Enter key to submit the form
481 - issue #16012 Set "axis-order" to swap lon and lat on MySQL >= 8.1
482 - issue #16104 Fixed overwriting a bookmarked query causes a PHP fatal error
483 - issue        Fix typo in a condition in the Sql class
484 - issue #15996 Fix local setup doc links pointing to a wrong location
485 - issue #16093 Fix error importing utf-8 with bom sql file
486 - issue #16089 2FA UX enhancement: autofocus 2FA input
487 - issue #16127 Fix table column description PHP error when ['DisableIS'] = true;
488 - issue #16130 Fix local documentation links display when a PHP extension is missing
489 - issue        Fix some twig code deprecations for php 8
490 - issue        Fix ENUM and SET display when editing procedures and functions
491 - issue        Keep full query state on "auto refresh" process list
492 - issue        Keep columns order on "auto refresh" process list
493 - issue        Fixed editing a failed query from the error message
494 - issue #16166 Fix the alter user privileges query to make it MySQL 8.0.11+ compatible
495 - issue        Fix copy table to another database when the nbr of DBs is > $cfg['MaxDbList']
496 - issue #16157 Fix relations of tables having spaces or special chars not showing in the Designer
497 - issue #16052 Fix a very rare JS error occuring on mousemove event
498 - issue #16162 Make a foreign key link clickable in a new tab after the value was saved and replaced
499 - issue #16163 Fixed a PHP notice "Undefined index: column_info" on views
500 - issue #14478 Fix the data stream when exporting data in file mode
501 - issue #16184 Fix templates/ directory not found error
502 - issue #16184 Remove chdir logic to fix PHP fatal error "Uncaught TypeError: chdir()"
503 - issue        Support for Twig 3
504 - issue        Allow phpmyadmin/twig-i18n-extension ^3.0
505 - issue #16201 Trim spaces for integer values in table search
506 - issue #16076 Fixed cannot edit or export TIMESTAMP column with default CURRENT_TIMESTAMP in MySQL >= 8.0.13
507 - issue #16226 Fix error 500 after copying a table
508 - issue #16222 Fixed can't use the search page when the table name has special characters
509 - issue #16248 Fix zoom search is not performing input validation on INT columns
510 - issue #16248 Fix javascript error when typing in INT fields on zoom search page
511 - issue        Fix type errors when using saved searches
512 - issue #16261 Fix missing headings on modals of "User Accounts -> Export"
513 - issue #16146 Fixed sorting did not keep the selector of number of rows
514 - issue #16194 Fixed SQL query does not appear in case of editing view where definer is not you on MySQL 8
515 - issue #16255 Fix tinyint(1) shown as INT on Search page
516 - issue #16256 Fix "Warning: error_reporting() has been disabled for security reasons" on php 7.x
517 - issue #15367 Fix "Change or reconfigure primary server" link
518 - issue #15367 Fix first replica links, start, stop, ignore links
519 - issue #16058 Add "PMA_single_signon_HMAC_secret" for signon auths to make special links work and udate examples
520 - issue #16269 Support ReCaptcha v2 checkbox width "$cfg['CaptchaMethod'] = 'checkbox';"
521 - issue #14644 Use Doctum instead of Sami
522 - issue #16086 Fix "Browse" headings shift when scrolling
523 - issue #15328 Fix no message after import of zipped shapefile without php-zip
524 - issue #14326 Fix PHP error when exporting without php-zip
525 - issue #16318 Fix Profiling doesn't sum the number of calls
526 - issue #16319 Fixed a Russian translation mistake on search results total text
527 - issue #15634 Only use session_set_cookie_params once on PHP >= 7.3.0 versions for single signon auth
528 - issue #14698 Fixed database named as 'New' (language variable) causes PHP fatal error
529 - issue #16355 Make textareas both sides resizable
530 - issue #16366 Fix column definition form not showing default value
531 - issue #16342 Fixed multi-table query (db_multi_table_query.php) alias show the same alias for all columns
532 - issue #15109 Fixed using ST_GeomFromText + GUI on insert throws an error
533 - issue #16325 Fixed editing Geometry data throws error on using the GUI
534 - issue        [security] Fix XSS vulnerability with the transformation feature (PMASA-2020-5)
535 - issue        [security] Fix SQL injection vulnerability with search feature (PMASA-2020-6)
537 5.0.2 (2020-03-20)
538 - issue        Fixed deprecation warning "implode(): Passing glue string after array is deprecated." function on export page
539 - issue #15767 Fixed can not copy user account since 5.0 - "error #1133"
540 - issue #15772 Fixed error code 500 during pagination of the tables in a database
541 - issue #16009 Fix php error "Trying to access array offset on value of type null" on column distinct values feature
542 - issue #15741 Fix fatal javascript error on clicking "Pick from Central Columns"
543 - issue #15773 Fixed a view named "views" adds an expand button
544 - issue #15432 Fixed names of the pages in the designer should be unique
545 - issue #14310 Fixed column selector "See more" removes "Preview SQL" and "Save" area
546 - issue        Fixed wrong jQuery function call in table search page
547 - issue #15761 Fix uncaught TypeError when using "$cfg['ServerDefault'] = 0;"
548 - issue #15780 Fixed unexpected UI of action links (text only mode)
549 - issue #15674 Replace twig/extensions with phpmyadmin/twig-i18n-extension
550 - issue #15799 Change location of profiling state documentation to fix column ordering
551 - issue #15720 Fix designer adding all available tables to a designer page after adding a new relationship
552 - issue #15791 Replace facebook/webdriver by php-webdriver/webdriver
553 - issue #15802 Removed SET AUTOCOMMIT=0 from SQL export
554 - issue #15818 Fix table borders missing on theme original since 5.0.0
555 - issue #13864 Fix ENUM's radiobuttons reset on "Continue insertion with" changes
556 - issue #15811 Fixed browse foreign values doesn't show a modal with grid edit
557 - issue #15817 Fix "new table" layout issue on original theme
558 - issue #15798 Fixed not needed prompt before abandoning changes on SQL tab after only changing a checkbox
559 - issue #15833 Fix php TypeError when submitting unchanged data
560 - issue        Fix php notice "Trying to access array offset on value of type bool" on Designer
561 - issue #13326 Added integer validations on search page
562 - issue #15200 Fixed server-side HTTPS detection misses support for Forwarded HTTP Extension (RFC 7239)
563 - issue #15831 Fixed DB names starting with "b" being cut off in <option>, User account page
564 - issue #15850 Fixed display content from "information_schema.PROCESSLIST"
565 - issue #15836 Fixed "has no type" error on export and import pages for "Chinese traditional" users
566 - issue #15863 Fixed designer move menu icon not changing directions and tables menu list resize button
567 - issue #15854 Fixed black borders for full screen mode on Designer
568 - issue #15899 Fix "Uncaught TypeError: mb_strtoupper()" on the relational view of a view
569 - issue        Fixed some php uncaught errors and notices on user missing extension
570 - issue #15926 Fixed PhpMyAdmin\Core::getRealSize('8000M') returns a float instead of an int
571 - issue #15410 Fixed auto increment reset issue where the last value of AI was saved an could destroy the "good" value
572 - issue #15187 Fixed editing a row and using 'insert as new row' uses primary key 0 instead of NULL
573 - issue #15877 Fixed php error "preg_match() expects parameter 2 to be string, null given" on some specific tables
574 - issue #15795 Fix broken link on "MySQL said" error message
575 - issue #15781 Fix illegal string offset error on structure page of 'information_schema' database
576 - issue #15745 Fix version 5.0.1 suggests 4.9.4 as latest stable version
577 - issue #15958 Fix uncaught TypeError when sorting database tables by size or by rows
578 - issue #15830 Fix strftime issue on windows for Japanese users on "Structure" tab
579 - issue        Windows testsuite fixes
580 - issue #15879 Added missing CSS class on "simulate query" button
581 - issue #15401 Fixed php notice "Undefined index HMAC_secret" for users upgrading phpMyAdmin without a log-out
582 - issue #15810 Fixed unexpected heading on add a new procedure, trigger, function, routine modals
583 - issue #15970 Removed wrong html a tag on "Replication status" header
584 - issue        Add missing css classes on some buttons
585 - issue #15937 Make modals draggability/expand (down) work after a screen zoom change
586 - issue        Fix php notice "Undefined index: on_delete" while creating a foreign key
587 - issue #15876 Fixed select "IN (...)" is a simple select instead of a multiple select
588 - issue        Fix maxlength for User and Host on replication add user form
589 - issue #15282 Fixed MySQL 8.0 password syntax error when creating a replication user
590 - issue #15986 Fixed php fatal error "Uncaught TypeError: array_flip() expects parameter 1 to be array, null given"
591 - issue        Fixed php fatal error "Uncaught TypeError: htmlspecialchars() expects parameter 1 to be string, int given"
592 - issue        Support phpunit 9.0
593 - issue        Fix error in NavigationTree where $key might be sent as an int instead of a str to urlencode
594 - issue #16022 Fix uncaught TypeError on browse foreigners
595 - issue        Fix failure if relational display field value is NULL - "Display column for relationships"
596 - issue #16033 Remove vendor bin files from non source version of phpMyAdmin
597 - issue #15898 [security] Fix escape tbl_storage_engine argument used on tbl_create.php
598 - issue #15224 Don't fire keyboard shortcuts while SQL query area is focused (on a mobile for example)
599 - issue        [security] Fix SQL injection with certain usernames (PMASA-2020-2)
600 - issue        [security] Fix SQL injection in particular search situations (PMASA-2020-3)
601 - issue        [security] Fix SQL injection and XSS flaw (PMASA-2020-4)
602 - issue        Deprecate "options" for the external transformation; options must now be hard-coded along with the program name directly in the file.
604 5.0.1 (2020-01-07)
605 - issue #15719 Fixed error 500 when browsing a table when $cfg['LimitChars'] used a string and not an int value
606 - issue #14936 Fixed display NULL on numeric fields has showing empty string since 5.0.0
607 - issue #15722 Fix get Database structure fails with PHP error on replicated server
608 - issue #15723 Fix can't browse certain tables since 5.0.0 update
609 - issue        Prevent line wrap in DB structure size column
610 - issue        Remove extra line break from downloaded blob content
611 - issue #15725 Fixed error 500 when exporting - set time limit when $cfg['ExecTimeLimit'] used a string and not an int value
612 - issue #15726 Fixed double delete icons on enum editor
613 - issue #15717 Fixed warning popup not dissapearing on table stucture when using actions without any column selection
614 - issue #15693 Fixed focus of active tab is lost by clicking refresh option on browse tab
615 - issue #15734 Fix Uncaught TypeError: http_build_query() in setup
616 - issue        Fix double slash in path when $cfg['TempDir'] has a trailing slash
617 - issue #14875 Fix shp file import tests where failing when php dbase extension was enabled
618 - issue #14299 Fix JS error "PMA_makegrid is not defined" when clicking on a table from the "Insert" tab opened in a new tab
619 - issue #15351 Fixed 2FA setting removed each time the user edits another configuration setting
620 - issue        [security] Fix SQL injection vulnerability on the user accounts page (PMASA-2020-1)
622 5.0.0 (2019-12-26)
623 - issue #13896 Drop support for PHP 5.5, PHP 5.6, PHP 7.0 and HHVM
624 - issue #14007 Enable columns names by default for CSV exports
625 - issue #13919 Remove font size feature
626 - issue #12373 Add Metro theme
627 - issue #14155 Add move columns preview SQL button
628 - issue #14296 Enable strict mode in PHP files
629 - issue #13627 Increase field width for editing varchar fields
630 - issue #12603 Show warning for users with the default values for controluser and controlpass
631 - issue #14589 Fix rendering of column comments in Safari, improve display in all browsers
632 - issue #14330 New features for csv import plugin
633 - issue #14417 Automatically add index while editing an existing row and setting auto increment
634 - issue #13057 Add export option to drop user security definers from views
635 - issue #14404 Drop view and or replace added to exporting view
636 - issue #14594 Database "Search" selects all tables by default
637 - issue #12158 Auto expand the single database
638 - issue #13067 Inconsistency with submit buttons
639 - issue #14683 Improper message in Show Hidden Navigation Tree Items
640 - issue #14695 Remove unlabeled default collation from the bottom of the database list; this information is available elsewhere
641 - issue #14677 Security confirm() before running UPDATE statement without WHERE condition
642 - issue #13023 Show errors at the bottom of the page and add copy query button for errors in processing sql queries
643 - issue #14633 Use Sass instead of PHP to compile CSS
644 - issue #14765 Add initial support for Bootstrap 4
645 - issue #14829 Change table column comment field from input to textarea
646 - issue #14725 Console: ctrl+l clear line and ctrl+u clear console
647 - issue #14837 Use charset 'windows-1252' when format is MS Excel
648 - issue #15030 Move 'More settings' link from 'Appearance settings' to 'General settings'
649 - issue #15029 Remove the redundant 'i' help/tool tip in page settings "Query History Length" area
650 - issue #13424 Importing CSV now uses file name as the table name instead of 'TABLE #'
651 - issue #14926 Add an Edit link for each view in tables list
652 - issue #14890 Display column details in navigation bar
653 - issue #14977 Add title for group in navigation bar
654 - issue #14927 Show InnoDB table overhead (free space)
655 - issue #15072 Add 'Close' button to the Monitor Instructions modal
656 - issue #15174 Improved filter method in server variables page
657 - issue #15266 Add an external dependency injection system
658 - issue #15350 Change MIME type references to Media (MIME) type
659 - issue        Fixed url.php crashing because it's not loading the DatabaseInterface service
660 - issue #15540 Fixed uncaught TypeError: htmlspecialchars() in NavigationTree
661 - issue        Fix twig deprecation notices for php 8.0
662 - issue #15435 Fix ReCAPTCHA couldn't find user-provided function: Functions.recaptchaCallback
663 - issue #15623 Fix width of picker modal and remove date picker for int fields
664 - issue #14732 Fixed can't rename primary key with auto increment
665 - issue #15677 Fix show process-list triggers a php exception
666 - 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
668 4.9.9 (not yet released)
669 - issue #17305 Fix syntax error for PHP 5
670 - issue #17307 Fix hide_connection_errors being undefined when a controluser is set
672 4.9.8 (2022-01-20)
673 - issue #14321 Display a correct error page when "$cfg['Servers'][$i]['SignonURL']" is empty for auth_type=signon
674 - issue #14321 [security] Remove leaked HTML on signon page redirect before login for auth_type=signon
675 - issue        [security] Add configuration directive $cfg['Servers'][$i]['hide_connection_errors'] to allow hiding host names and other error details when login fails
676 - issue        [security] Add configuration directive $cfg['URLQueryEncryption'] to allow encrypting senstive information in the URL
677 - issue        [security] Fix a scenario where an authenticated user can disable two factor authentication
679 4.9.7 (2020-10-15)
680 - issue #16397 Fix compatibility problems with older PHP versions (also issue #16399)
681 - issue #16396 Fix broken two-factor authentication
683 4.9.6 (2020-10-09)
684 - issue        [security] Fix XSS vulnerability with the transformation feature (PMASA-2020-5)
685 - issue        [security] Fix SQL injection vulnerability with search feature (PMASA-2020-6)
687 4.9.5 (2020-03-20)
688 - issue        [security] Fix SQL injection with certain usernames (PMASA-2020-2)
689 - issue        [security] Fix SQL injection in particular search situations (PMASA-2020-3)
690 - issue        [security] Fix SQL injection and XSS flaw (PMASA-2020-4)
691 - issue        Deprecate "options" for the external transformation; options must now be hard-coded along with the program name directly in the file.
693 4.9.4 (2020-01-07)
694 - issue #15724 Fix 2FA was disabled by a bug
695 - issue        [security] Fix SQL injection vulnerability on the user accounts page (PMASA-2020-1)
697 4.9.3 (2019-12-26)
698 - issue #15570 Fix page contents go underneath of floating menubar in some cases
699 - issue #15591 Fix php notice 'Undefined index: foreign_keys_data' on relations view when the user has column access
700 - issue #15592 Fix php warning "error_reporting() has been disabled for security reasons"
701 - issue #15434 Fix middle click on table sort column name shows a blank page
702 - issue        Fix php notice "Undefined index table_create_time" when setting displayed columns on results of a view
703 - issue #15571 Fix fatal error when trying to edit row with row checked and button under the table
704 - issue #15633 Fix designer set display field broken for php 5.x versions
705 - issue #15621 Support CloudFront-Forwarded-Proto header for Amazon CloudFront proxy
706 - issue        Fix php 8.0 php notices - Undefined index on login page
707 - issue #15640 Fix php 7.4 error when trying to access array offset on value of type null on table browse
708 - issue #15641 Fix replication actions where broken (start slave, stop slave, reset, ...)
709 - issue #15608 Fix DisableIS is broken when with controluser configured (database list broken)
710 - issue #15614 Fix undefined offset on index page for MySQL 5.7.8 (server charset)
711 - issue #15692 Fix JavaScript error when user has not enough privilege to view query statistics.
712 - issue #14248 Fixed date selection in search menu missing higher Z-index value
713 - issue        Fix Uncaught php TypeError on php 8.0 when adding a column to table create form
714 - issue #15682 Fix calendar not taking current time as default value
715 - issue #15636 Fix php error trying to access array offset on value o type null on replication GUI
716 - issue #15695 Fix input field for the time in datetime picker is disabled
718 4.9.2 (2019-11-21)
719 - issue #14184 Change the cookie name from phpMyAdmin to phpMyAdmin_https for HTTPS, fixes many "Failed to set session cookie" errors
720 - issue #15304 Fix ssl_use php error
721 - issue #14804 Fix undefined index: ssl_* variables
722 - issue #14245 Fix mysql 8.0.3 and above fails on advisor
723 - issue #15499 Fix unparenthesized php deprecation
724 - issue #15482 Fix URL encoding plus sign (+) in the table or DB name when configuring foreign keys
725 - issue #14898 Fixed bottom table in list in left panel blocked by horizontal scroll bar
726 - issue #15161 Fix text area overflows its parent element on "Query" page
727 - issue #15511 Fixed exporting users after a delete will delete all selected users on "Users" page
728 - issue #14598 Fixed checking referencial integrity on "Operations" page
729 - issue #14433 Fix "You do not have privileges to manipulate with the users!" on root superadmin
730 - issue #15391 Fix GIS polygon of a geometry field is not drawn on "GIS visualization"
731 - issue #15311 Fix adjust privileges on copy database fails with MariaDB
732 - issue #15477 Fix display referential integrity check for InnoDB
733 - issue #15236 Support phpunit 8 in our test suite to help packaging phpMyAdmin on Debian
734 - issue #15522 Fix missing image error fills logs, removed ic_b_info icon from icon list
735 - issue #15537 Fixed some issues with the sort by key selectors
736 - issue #15546 Fix operators precedence in DatabaseInterface class
737 - issue #14906 Test test suite on 32-bit systems
738 - issue        Fix Long2IP transformation issue with PHP 7.1
739 - issue #14951 Fix moving columns with DEFAULT NULL doesn't work on MariaDB 10.2+
740 - issue #14951 Fix moving columns with INT AND DEFAULT CURRENT_TIMESTAMP doesn't work on MariaDB
741 - issue #12241 Fixed table alias is removed when exporting a query
742 - issue #15316 Fixed cross join clause is removed on export
743 - issue #14809 Fix error "is_uploaded_file() expects parameter 1 to be string" when inserting blobs from files
744 - issue #15127 Fix white square when refreshing designer or browsing other pages
745 - issue #13912 Detect when phpMyAdmin storage tables are not accessible, help users browse corrupt DBs
746 - issue #15465 Display profiling when query outputs no rows
747 - issue        Fix setting and removing display field on Designer
748 - issue        Added a warning when trying to set a display field on Designer and configuration storage is not setup
749 - issue #15327 Fix shift-click in Export misses a checkbox
750 - issue        [security] Fix improperly sanitized data when showing the Git branch (thanks to Ali Hubail for this report)
751 - issue        [security] Fix security weaknesses in Designer feature,including a flaw where an attacker could trigger an SQL injection attack (PMASA-2019-5)
753 4.9.1 (2019-09-20)
754 - issue #15313 Added support for Twig 2
755 - issue #15315 Fix cannot edit or export column with default CURRENT_TIMESTAMP in MySQL >= 8.0.13
756 - issue        Fix a TypeError in Import class with PHP 8
757 - issue #14270 Fix Middle-click on foreign key link broken
758 - issue #14363 Fix broken relational links in tables
759 - issue #14987 Fix weird error for empty collation
760 - issue #15334 Fix export of GIS visualisation not working (PNG, PDF, SVG)
761 - issue #14918 Use hex for the phpMyAdmin session token
762 - issue        Added GB18030 Chinese collations description
763 - issue        Added Russian, Swedish, Slovak and Chinese UCA 9.0.0 collations description
764 - issue        Added description for the _ks (kana-sensitive) collation suffix
765 - issue        Added description for the _nopad (NO PAD) collation suffix
766 - issue #15404 Remove array/string curly braces access
767 - issue #15427 Fixed "FilterLanguages" option does not work (configuration)
768 - issue #15202 Fixed creating user with single quote in password results in no password user
769 - issue #14950 Fixed left database overview "add column" triggers error
770 - issue #15363 Fix remove unexpected quotes on text fields (structure and insert)
771 - issue        Fix NULL wrongly checked on field change
772 - issue #15388 Fix allow to rollback an empty statement
773 - issue #14291 Fixed incorrect linkage from one table's value to another table
774 - issue #15446 Fix tables added from other databases are not collapsing in the designer section
775 - issue #14945 Fix designer page save fails if dB name contains period
776 - issue        Display an error when trying to import in designer a table that's already imported
777 - issue        Fix many bugs when adding new tables to designer
778 - issue        Update CodeMirror to v5.48.4
779 - issue        Update jQuery Migrate to v3.1.0
780 - issue        Update jQuery Validation to v1.19.1
781 - issue        Update jQuery to v3.4.1
782 - issue        Update js-cookie to v2.2.1
783 - issue        Remove fieldset closing tag when setting global privileges
784 - issue #15425 Fix backslash in column name resulting an error in editing
785 - issue #15380 Fix Status - Advisor error
786 - issue #15439 Fix designer page status not updated when added a new table from another database
787 - issue #15440 Fix page number is not being updated in the URL after saving a designer's page
788 - issue        Fix reloading a designer's page
789 - issue        Fix designer full screen mode button and text stuck when exiting full-screen mode
790 - issue        Reduced possibility of causing heavy server traffic between the database and web servers
791 - issue        Fix a situation where a server could be deleted while an administator is using the setup script
793 4.9.0.1 (2019-06-04)
794 - issue #14478 phpMyAdmin no longer streams the export data
795 - issue #14514 Tables with SYSTEM VERSIONING show up as views instead of tables
796 - issue #14515 Values cannot be edited in SYSTEM VERSIONING tables with INVISIBLE timestamps
797 - issue        Fix header icon on server plugins page
798 - issue #14298 Fixed error 500 on MultiTableQuery page when a empty query is passed
799 - issue #14402 Fixed fatal javascript error while adding index to a new column
800 - issue #14896 Fixed issue with plus/minus icon when refreshing an expanded database
801 - issue #14922 Fixed json encode error in export
802 - issue #13975 Fixed missing query time in German (fix decimal number format issue)
803 - issue #14503 Fixed JavaScript events not activating on input (sql bookmark issue)
804 - issue #14898 Fixed Bottom table is blocked in database list (left panel)
805 - issue #14425 Fixed Null Checkbox automatically unmarked
806 - issue #14870 Display correct date and time in Zip files
807 - issue #14763 Fixed the loading symbol not appearing when refreshing the navigation
808 - issue #14607 Count rows only if needed
809 - issue #14832 Show Designer combo boxes when adding a constraint
810 - issue #14948 Fix change password is not showing password strength difference at the second attempt
811 - issue #14868 Fix edit view
812 - issue #14943 Fixed loading Forever when creating new view without filling any field
813 - issue #14843 Fix Bookmark::get() id matching SQL
814 - issue #14734 Fixed invalid default value for bit field
815 - issue #14311 Fixed undefined index in setup script
816 - issue #14991 Fixed TypeError in GIS editor
817 - issue        Fixed GIS data editor for multi server setup
818 - issue #14312 Fixed type error in setup script when adding new server
819 - issue #14053 Fix missed padding on query results
820 - issue #14826 Fixed javascript error PMA_messages is not defined
821 - issue        Show error message if config-set fails and not "loading..." forever
822 - issue #14359 Prevent multiple error modals, and error-report request spamming from script
823 - issue        Fixed error reporting javascript errors on multi server setup
824 - issue        Fixed wrong property name on TableStructureController
825 - issue #14811 Fix SHOW FULL TABLES FROM when a table is locked
826 - issue #14916 Fix bug when creating or editing views
827 - issue #14931 Fixed php error when using a query like SELECT 1 INTO @a; SELECT @a; in inline query edit
828 - issue #15074 Make the server logo visible on theme "original"
829 - issue #15077 Fixed incorrect page numbers
830 - issue #14205 Fixed "No tables found in database" when you delete all tables from last page
831 - issue #14957 Virtuality is not selected when editing generated column (added virtuality(stored) option for mariadb)
832 - issue #14853 Insert page should not allow entering things into virtual columns
833 - issue #15110 Fixed TypeError e.preventDefaulut is not a function
834 - issue #15115 Improved label in Settings export, clarifying that it's a JSON file
835 - issue #14816 Fixed [designer] Cannot read property 'style' of null
836 - issue        Fixed [designer] Add new tables with database/table list modal
837 - issue        Fixed query format on multi server setup
838 - issue        Fixed remove partitioning on multi server setup
839 - issue        Fixed normalization
840 - issue        Fixed 'RESET SLAVE' button on replication slave
841 - issue        Fixed sending a php error report on multi server setup
842 - issue        Fixed downloading of monitor parameters for IE 11, Edge, Chrome and others
843 - issue #15141 Fixed php notice Undefined index: designer_settings
844 - issue #12729 Fixed sticky table header over dropdown menu
845 - issue #15140 Fixed edit link does not work on failed insert
846 - issue #14334 Fixed export table structure shows rows fields
847 - issue #15010 Fixed empty SQL preview modal on tbl_relation
848 - issue #14673 Fixed innodb & MySQL 8: DYNAMIC & COMPRESSED ROW_FORMAT missing
849 - issue        Fixed empty success message when adding a new INDEX from left panel
850 - issue #15150 Fixed generate password hidden on second open of change password modal
851 - issue        Fixed import XML data with leading zeros
852 - issue #15036 Fixed missing input fields checks for MaxSizeForInputField
853 - issue #15119 Fixed uninterpreted HTML on Settings->Export page
854 - issue #15159 Fixed missing query time and database in console
855 - issue #13713 Fixed column comments in the floating table header
856 - issue #15177 Fixed label alignment on login page
857 - issue #15210 Fixed a typo in the english name of the Albanian language
858 - issue        Fixed issue when resetting charset in import.php
859 - issue #14460 Fixed forms where submitted multiple times on CTRL + ENTER
860 - issue #15038 Fixed console height was allowing a negative values
861 - issue #15219 Fixed 'No Password' option does not switch automatically to 'Use Text Field' in add user account
862 - issue        Fixed importing the exported config on Server status monitor page
863 - issue #15228 Fixed php notice 'Undefined index: foreign_keys_data' on designer when the user has column access
864 - issue #12900 Fixed designer page saving gives error when configuration storage is not set up
865 - issue #15229 Fixed php notice, added support for 'DELETE HISTORY' table privilege (MariaDB >= 10.3.4)
866 - issue #14527 Fixed import settings function not working
867 - issue #14908 Fixed uninterpreted HTML on Settings->Import (missing data error descriptions)
868 - issue #14800 Fixed status->Processes doesn't show full query process list page
869 - issue #14833 Fixed sort by Time not working in process list page
870 - issue #14982 Fixed setting "null" keep an "enum" value
871 - issue #14401 Fixed insert rows keypress Enter behavior
872 - issue #15146 Fixed error reports can not be sent because they are too large
873 - issue #15205 Fixed useless backquotes on sql preview modal when deleting an index
874 - issue #13178 Fixed issues with uppercase table and database names (lower_case_table_names=1)
875 - issue #14383 Fixed warning when browsing certain tables (GIS data)
876 - issue #12865 Fixed MySQL 8.0.0 issues with GIS display
877 - issue #15059 Fixed "Server charset" in "Database server" tab showing wrong information
878 - issue #14614 Fixed mysql error "#2014 - Commands out of sync; you can't run this command now" on sql query
879 - issue #15238 Fixed phpMyAdmin 4.8.5 doesn't show privileges of procedures (raw html displayed instead)
880 - issue #13726 Fixed can not copy user on Percona Server 5.7
881 - issue #15239 Fixed javascript error while fetching latest version info and switching pages
882 - issue #14301 Fixed javascript error when editing a JSON data type column
883 - issue #15240 Fixed apply a Settings form with errors shows a JSON response after using return back
884 - issue #15043 Fixed multiple errors printing on Settings page
885 - issue #15037 Fixed unexpected behavior of reset button on Settings
886 - issue #15157 Fixed 'Settings' tab not marked as active when browsing 2FA settings
887 - issue #14934 Fixed all fields readonly on Edit/Insert screens
888 - issue #14588 Fixed export of geometry objects, GIS objects are now exported as hex
889 - issue #14412 Better handling of errors with Signon authentication type
890 - issue        Added support for AUTO_INCREMENT when using ROCKSDB, on Operations page
891 - issue #15276 Fixed partitioning is missing in Structure page UI (MySQL 8.0)
892 - issue #14252 Fixed DisableIS and database tree list (new database missing when refreshing the list)
893 - issue #14621 Removed "Propose table structure" on MySQL 8.0
894 - issue        Fixed editing of virtual columns on PerconaDB
895 - issue #13854 Fixed column options are ignored for GENERATED/VIRTUAL/STORED columns
896 - issue #15262 Fixed incorrect display of charset column (raw html)
897 - issue        Added explicit parentheses in nested ternary operators
898 - issue #15287 Fix auto_increment field is too small
899 - issue #15283 Fix tries to change collation on views when changing collation on all tables/fields
900 - issue        Fixed empty PMA_gotoWhitelist JavaScript array
901 - issue #15079 Fixed responsive behaviour of instruction dialog box
902 - issue #10846 Fixed javascript error when renaming a table
903 - issue        Updated sql-parser to version 4.3.2
904 - issue        [security] SQL injection in Designer (PMASA-2019-3)
905 - issue        [security] CSRF attack on 'cookie' login form (PMASA-2019-4)
907 4.8.5 (2019-01-25)
908 - issue        Developer debug data was saved to the PHP error log
909 - issue #14217 Fix issue when adding user on MySQL 8.0.11
910 - issue #13788 Exporting a view structure based on another view with a sub-query throws no database selected error
911 - issue #14635 Fix PHP error in GitRevision, error in processing request, error code 200
912 - issue #14787 Cannot execute stored procedure
913 - issue        Add Burmese language
914 - issue #14794 Not responding to click, frozen interface, plugin Text_Plain_Sql error
915 - issue #14786 Table level Operations functions missing
916 - issue #14791 PHP warning, db_export.php#L91 urldecode()
917 - issue #14775 Export to SQL format not available for tables
918 - issue #14782 Error message shown instead of two-factor QR code when adding 2fa to a user
919 - issue        [security] Arbitrary file read/delete relating to MySQL LOAD DATA LOCAL INFILE and an evil server instance (PMASA-2019-1)
920 - issue        [security] SQL injection in Designer (PMASA-2019-2)
922          --- Older ChangeLogs can be found on our project website ---
923                      https://www.phpmyadmin.net/old-stuff/ChangeLogs/
925 # vim: et ts=4 sw=4 sts=4
926 # vim: ft=changelog fenc=utf-8
927 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>4&&getline(v\:lnum)!~'^#'
928 # vim: fdn=1 fdm=expr