Translated using Weblate (German)
[phpmyadmin.git] / ChangeLog
blob3bbdcedf7c69d4dea167256b309627e45955624e
1 phpMyAdmin - ChangeLog
2 ======================
4 5.0.0 (not yet released)
5 - issue #13896 Drop support for PHP 5.5, PHP 5.6, PHP 7.0 and HHVM
6 - issue #14007 Enable columns names by default for CSV exports
7 - issue #13919 Remove font size feature
8 - issue #12373 Add Metro theme
9 - issue #14155 Add move columns preview SQL button
10 - issue #14296 Enable strict mode in PHP files
11 - issue #13627 Increase field width for editing varchar fields
12 - issue #12603 Show warning for users with the default values for controluser and controlpass
13 - issue #14589 Fix rendering of column comments in Safari, improve display in all browsers
14 - issue #14330 New features for csv import plugin
15 - issue #14417 Automatically add index while editing an existing row and setting auto increment
16 - issue #13057 Add export option to drop user security definers from views
17 - issue #14404 Drop view and or replace added to exporting view
18 - issue #14594 Database "Search" selects all tables by default
19 - issue #12158 Auto expand the single database
21 4.8.4 (not yet released)
22 - issue #14452 Remove hash param in edit query URL
23 - issue #14295 Issue in Changing theme
24 - issue #13267 Ensure that database names with '.' are handled properly when DisableIS is true
25 - issue #14438 Invisible Icon "Show Full Queries"
26 - issue #14133 CSS issue in Designer
27 - issue #14447 Error while copying database (pma__column_info)
28 - issue #14571 "No database selected" - DROP a view
29 - issue #14636 Move operation causes SELECT * FROM `undefined`
30 - issue #14630 Enum '0' produces incorrect search SQL
31 - issue #14223 Fix TypeError in database designer
32 - issue #13621 QBE selenium tests broken since merge of #13342
34 4.8.3 (2018-08-22)
35 - issue #14314 Error when naming a database '0'
36 - issue #14333 Fix NULL as default not shown
37 - issue #14229 Fixes issue with recent table list
38 - issue #14045 Fix slow performance on DB structure filtering
39 - issue #14327 Fix Editing server variable not showing save or cancel option
40 - issue #14377 Populate options for view create and edit
41 - issue #14171 2FA configuration fails if PHP doesn't have GD support
42 - issue #14390 Can't unhide tables
43 - issue #14382 "Visualize GIS data" icon missing
44 - issue #14435 Event scheduler status toggle doesn't work
45 - issue #14365 View not working on multiple servers
46 - issue #14207 Partition actions in table structure do not work
47 - issue #14375 Fixes ERR_BLOCKED_BY_XSS_AUDITOR on export table
48 - issue #14552 Blank message shown instead of MySQL error when adding trigger and other locations
49 - issue #14525 Fix PHP 7.3 warning: "continue" in "switch" is equal to "break"
50 - issue #14554 Icon missing when creating a new trigger, routine, and event
51 - issue #14422 Table comment not showing since 4.8.1
52 - issue #14426 Drop table doesn't work when you copy tables to another database
53 - issue #14581 Escaped HTML in 'Add a new server' setup
54 - issue #14548 [security] HTML injection in import warning messages, see PMASA-2018-5
56 4.8.2 (2018-06-21)
57 - issue #14370 WHERE 0 causes Fatal error
58 - issue #14225 Fix missing index icon
59 - issue        [security] XSS vulnerability in Designer, see PMASA-2018-3
60 - issue        [security] File inclusion and remote code execution vulnerability, see PMASA-2018-4
62 4.8.1 (2018-05-24)
63 - issue #12772 Fix case where the central columns attributes don't get filled in
64 - issue #14049 Fix case where the query builder doesn't work when selected column is *
65 - issue #14029 Revert "Browse" table CSS overflow
66 - issue #14241 Dropping indexes and foreign keys fail
67 - issue #14227 Relational linking broken
68 - issue #14246 Fixed error in configuration storage zero config
69 - issue #14128 Show 2FA Secret next to QR code
70 - issue #14212 XML Export from single table throws fatal error
71 - issue #14239 Line and some other charts ignore result set order of values chosen for the x-axis
72 - issue #14260 Fixed configuration for DefaultLang and Lang
73 - issue #14264 Linking for 'Distinct values' broken
74 - issue #13968 Fix MariaDB 10.2 current_timestamp()
75 - issue #14249 Fix for missing go button in view edit
76 - issue #14125 Fix for issues with spatial fields
77 - issue #14189 Remember table's sorting broken
78 - issue #14289 Fix multi-column sorting
79 - issue #14278 Fix central columns in-line edit bug
80 - issue #14066 Fix AUTO_INCREMENT error when only exporting table structure in database-level exports
81 - issue #13893 Simulating queries produces unexpected results
82 - issue #14309 Setup script icons missing
84 4.8.0.1 (2018-04-19)
85 - issue        [security] Multiple CSRF vulnerabilities, See PMASA-2018-02
87 4.8.0 (2018-04-07)
88 - issue #12946 Allow to export JSON with unescaped unicode chars
89 - issue #12983 Disable login button without solved reCaptcha
90 - issue #12315 Allow to remove individual segments from pie charts
91 - issue        Change label from "Improve table structure" to "Normalize" to match standard terminology
92 - issue #13087 Offer login as different user on access denied from MySQL
93 - issue #13110 Indicate when HTTPS is not properly reported on the server
94 - issue #13119 No database selected error when adding foreign key
95 - issue #12388 Improved database search to allow search for exact phrase match
96 - issue #13099 Report error when trying to copy database to same name
97 - issue #13167 Themes now have to contain metadata in theme.json
98 - issue #6363  phpMyAdmin no longer requires eval() in PHP
99 - issue #12386 The mbstring dependency is now optional
100 - issue #13269 Small refactoring in preparation to CSP
101 - issue #13384 Database link broken in Databases Page
102 - issue #13391 Configurable authentication logging using $cfg['AuthLog']
103 - issue #13086 Add support for Google Invisible Captcha
104 - issue #13058 Improved error reporting for reCAPTCHA
105 - issue #12899 Improved rendering of server variables table
106 - issue #12948 Fixed javascript editor for TIME values
107 - issue #13095 Fixed alignment of foreign keys editing
108 - issue #12944 Improved inline editor for JSON
109 - issue #13145 Improved layout of operations pages
110 - issue #13448 Add "format" query button in edit view form
111 - issue #6241  Implement Responsive Design/mobile interface
112 - issue        Use a single location for classes under PhpMyAdmin namespace
113 - issue #12354 Indicate SSL status on main page
114 - issue #5666  Configuration directives for defaults of Transformation options
115 - issue #12261 Remove inline JavaScript
116 - issue #13408 Show MySQL warnings when executing SQL queries
117 - issue #5827  Allow Designer to show tables from other databases
118 - issue #13268 Replace Query-By-Example with multi-table query generator interface
119 - issue #13576 Add privileges export to per-database listing
120 - issue        Consolidate functions into class files
121 - issue #13560 Add support for changing collation for all tables and columns in database
122 - issue #13303 Add support for creating fulltext index from table structure
123 - issue #13711 Lower default value for $cfg['MaxExactCount']
124 - issue #13722 DisableIS is not fully honored
125 - issue #6197  Added support for authentication using U2F and 2FA
126 - issue #13480 Avoid removing cookies on upgrade
127 - issue #13397 Remember state of navigation panel
128 - issue #11688 Reduced cookie usage
129 - issue #13466 Better utilization of user preferences
130 - issue #14042 Rename PMD to Designer
131 - issue #13940 Honor arg_separator in AJAX requests
132 - issue #14060 Can't edit rows in Internet Explorer
133 - issue #14096 Internet Explorer compatibility; fixes JavaScript error Object doesn't support property or method 'startsWith'
135 4.7.9 (2018-03-05)
136 - issue #13931 Fixed browsing tables with more results
137 - issue #13927 "Not an integer" when browsing a table
138 - issue #13887 "Input variables exceeded 1000" error relating to PHP's max_input_vars directive
140 4.7.8 (2018-02-20)
141 - issue #13914 Fixed resetting default setting values.
142 - issue #13758 Fixed fallback value for collation connection.
143 - issue #13938 Fixed error handling in PHP 7.2
144 - issue        [security] Fix XSS in Central Columns Feature, See PMASA-2018-01
146 4.7.7 (2017-12-23)
147 - issue #13865 Fixed displaying of formatted numeric values for some locales
148 - issue #13856 Ensure datetimepicker is always loaded for datetime fields
149 - issue #13848 Fixed PHP error when browsing certain results
150 - issue        [security] Fix XSRF/CSRF vulnerability, see PMASA-2017-09
152 4.7.6 (2017-11-29)
153 - issue #13517 Fixed check all interaction with filtering
154 - issue #13803 Add SJIS-win to default list of allowed charsets
155 - issue #13436 Improve detection that MySQL server needs SSL connection
156 - issue #13038 Support JSON datatype on MariaDB 10.2.7 and newer
157 - issue #13824 Fixed constructing ALTER query with AFTER
158 - issue #13821 Lock page when changes are done in the SQL editor
159 - issue #13842 Prefer iconv for encoding conversions
160 - issue #13737 Fixed changing password on MariaDB cluster
162 4.7.5 (2017-10-23)
163 - issue #13615 Avoid problems with browsing unknown query types
164 - issue #13612 Integrate tooltip into datetime pickers
165 - issue #13628 Fixed javascript error in server monitor
166 - issue #13444 Fixed server monitor on non Linux and Windows systems
167 - issue #13633 Reload javscript messages when changing language
168 - issue #13604 Fixed crash on invalid ordering data
169 - issue #13639 Fixed error when browsing non SELECT results
170 - issue #13533 Fixed saving column to display
171 - issue #13647 Fixed export of tables with VIRTUAL columns
172 - issue #13669 Fixed selecting multiple rows accidentally selects the next row too
173 - issue #13513 Fixed edit index Column alignment issue
174 - issue #13515 Fixed rendering of add index dialog
175 - issue #13710 Fixed possible error in server advisor
176 - issue #13477 Fixed setting input transformations
177 - issue #13552 Fixed IPv4/IPv6 To Binary input transformation
178 - issue #13686 Clicking on column name to trigger sort with an active search leads to logout
179 - issue #13725 Fixed copying tables with specific PARTITION definition
180 - issue #13761 Fixed listing of bookmarks for a database
181 - issue #13800 Database lost when renaming to similar name and lower_case_table_names=1
183 4.7.4 (2017-08-23)
184 - issue #13415 Remove shadow from the logo
185 - issue #13507 Fixed per server theme feature
186 - issue #13523 Missing newline in ALTER exports
187 - issue #13414 Fixed several compatibility issues with PHP 7.2
188 - issue #13550 Fixed copy results to clipboard
189 - issue #13562 Add limitation for user group length
190 - issue #13561 Fixed edit variable link in advisor
191 - issue #13579 Optimize table link should not be visible in print page
192 - issue #13553 Improved error handling on corrupted tables
193 - issue #13512 Fixed rendering of add index dialog
194 - issue #13606 Fixed refreshing server variables
196 4.7.3 (2017-07-20)
197 - issue #13447 Large multi-line query removes Export operation and blanks query box options
198 - issue #13445 Fixed rendering of query results
199 - issue #13437 Fixed version check when not connected to a database
200 - issue #13465 Fixed creating relation
201 - issue #13475 Fixed export without backquotes
202 - issue #13482 Improved handling of uploaded files with open_basedir
203 - issue #13387 Fixed inline editing of hex values
204 - issue #13382 Fixed size of index edit dialog
205 - issue #13489 Fixed rendering SQL lint errors
206 - issue #13468 Avoid breakage if set_time_limit is disabled
207 - issue #13471 Fail if ini_set/ini_get are disabled
208 - issue #13436 Automatically connect using SSL when server is configured so
209 - issue #13478 Fixed usage of some browser transformations
211 4.7.2 (2017-06-29)
212 - issue #13314 Make theme selection keep current server
213 - issue #13311 Fixed direct login for accounts without password
214 - issue #13316 Fixed check for mbstring.func_overload
215 - issue #13323 Fixed wrong encoding of table at triggers
216 - issue #12976 Fixed natural sorting in several places
217 - issue #12718 Show warning for users removed from mysql.user table
218 - issue #13362 Fixed loading additional javascripts
219 - issue #13343 Fixed editing QBE
220 - issue #13193 Improved documentation on user settings
221 - issue #13092 Gracefully handle early fatal errors in AJAX requests
222 - issue #13327 Fixed Incorrect NavigationTreeEnableExpansion default value in the documentation
223 - issue #13008 Fixed export of database with a lot of tables
224 - issue #13318 Improved performance when importing with enabled tracking
225 - issue #13386 Avoid PHP errors with non existing configuration on OS X
226 - issue #13388 Show only supported charsets for conversion
227 - issue #13392 Fixed operation with session.auto_start enabled
228 - issue #13383 "Create PHP code" is broken
229 - issue #13189 Fixed links to resume timeouted import
231 4.7.1 (2017-05-25)
232 - issue #13132 Always execute tracking queries as controluser
233 - issue #13125 Focus on SQL editor after inserting field name
234 - issue #13133 Fixed broken links in setup
235 - issue #13135 Database list Tooltips: Show wrong value
236 - issue #13150 Fixed pagination while browsing resuls
237 - issue #13149 Fixed outbound links in changelog.php
238 - issue #13146 Do not include devel dependencies in the release
239 - issue #13144 Do not show New as a database in database dropdown
240 - issue #13130 Fixed handling of errors in AJAX requests
241 - issue #13152 Fixed PHP error in case of invalid table preferences
242 - issue #13154 Fixed PHP error on password change
243 - issue #13219 Fix Refresh of Process List
244 - issue #13182 Fix refresh of long queries
245 - issue #12301 Improved handling of logout with disabled LoginCookieDeleteAll
246 - issue #13216 Add support for MySQL 8.0 collations
247 - issue #13218 Fixed rendering of phpMyAdmin logos
248 - issue #13234 Properly report not working sessions
249 - issue #13256 Fixed password check on server replication
250 - issue #13252 Fixed grid editing time column
251 - issue #13258 Fixed detection of Amazon RDS
252 - issue #13241 Redirect user to last page that has any tables to display
253 - issue #13266 Fix link to User accounts overview page
254 - issue #13274 Fix error in query builder
255 - issue #13177 Grid editing repeats action after error
257 4.7.0 (2017-03-28)
258 - patch #12233 [Display] Improve message when renaming database to same name
259 - issue #6146  Log authentication attempts to syslog
260 - issue #11981 Remove support for Swekey authentication
261 - issue #11987 Remove code for no longer supported MSIE versions
262 + issue #11962 Remove embedded PHP libraries, use composer to install them
263 + issue #12017 Cannot easily select multiple tables when exporting
264 + issue #12047 Add javascript filtering for databases
265 - issue #12166 More compact rendering of navigation tree
266 + issue #12129 Improve performance with SkipLockedTables
267 - issue #12173 Do not hide indexes under a slider
268 - issue        Improve performance of zip file import
269 - issue #12196 Removed $cfg['ThemePath']
270 - issue #6274  Add support for export user settings as config.inc.php snippet
271 - issue #5555  Better report query errors while generating SQL exports
272 - issue #12307 Produce valid JSON on export
273 - issue #12325 Setup script icons broken
274 - issue #12378 Support IPv6 proxies
275 - issue        Removed MySQL connection retry without password
276 - issue #12218 Allow to specify further parameters for control connection
277 - issue #12162 Show charset for each table on Database structure page
278 - issue #12463 Incorrect link in the href of icon at Hide/Show unhide links
279 - issue #12330 Shortcut for closing console
280 - issue #12465 Improved handling of http requests
281 - issue #12474 Broken links in Setup forms Navigation
282 - issue #12494 Can't add a new User
283 - issue #12523 Add 'token' Parameter in all POST requests (Fix 'Token mismatch' errors)
284 - issue #12302 Improved usage of number_format
285 - issue #12656 Server selection not working
286 - issue #12543 NULL results in dataset are colored grey
287 - issue #12664 Create Bookmark broken
288 - issue #12688 Use unsigned int for storing bookmark ID
289 - issue #12352 Added password strength indicator
290 - issue #12713 Correctly handle HTTP status when doing requests
291 - issue #12247 Add option to delete settings from browser storage
292 - issue #12783 Remove unused PMA_addJSCode function
293 - issue #12069 Add table filtering to database structure
294 - issue #12799 Allow to configure signon session parameters
295 - issue #12854 Drop database is broken
296 - issue #12863 Can't toggle Event Scheduler on
297 - issue #12742 Finish removing dead code references to xls/xlsx import and export, which was removed some time ago.
298 - issue #12536 Rename "Relations" to "Relationships" in many places as it's the more proper term
299 - issue #12834 Fixed margins in central columns feature
300 - issue #12903 Document more export configuration options
301 - issue #12897 Use consistent numeric format for table overhead
302 - issue #12901 Use server returned table name on renaming table
303 - issue #12918 Always use \r\n as newline when editing fields
304 - issue #12923 Fixed server side search in navigation panel
305 - issue #12929 Undefined index warning with ssl_ca_paths
306 - issue #12924 Do not show errors from OpenSSL cookie encryption/decryption
307 - issue #12945 Fixed hint rendering on adding new user
308 - issue #12941 Fixed sorting of tables in relation view
309 - issue #12936 Fixed tables pagination in navigation panel
310 - issue #12904 Do not collapse add form for central columns if there are none
311 - issue #12955 Fixed database renaming
312 - issue #12954 Fixed export of tracking data
313 - issue #12960 Enclose exports in transaction by default
314 - issue #12966 After adding a column ADD INDEX option won't be displayed when enabling AI
315 - issue #12972 Better error message when Composer has not been run
316 - issue #12988 Do not show language selector without choices
317 - issue #12993 Fixed external links to php documentation
318 - issue #12990 Fixed error when loading favorite tables to console
319 - issue #12981 Improved rendering of new version information
320 - issue #12922 Fixed bookmarks ordering
321 - issue #12964 Fixed table search in navigation
322 - issue #12985 Fixed rendering of foreign key browsing
323 - issue #12957 Fixed manipulation with GIS data having zero coordinates
324 - issue #12804 Fixed various designer javascript errors
325 - issue #12934 Fixed possible javascript error on server status page
326 - issue #12927 Fixed javascript error on 3NF normalization
327 - issue #12996 List all databses in navigation panel database dropdown
328 - issue #12980 Better defaults when creating multi field foreign key
329 - issue #12976 Improved foreign key editor behavior
330 - issue #12958 Always show error reporting dialog on top
331 - issue #12693 Improved support for TokuDB
332 - issue #11231 Try harder to honor LoginCookieValidity setting
333 - issue #13016 and #13017 Slight improvements to the table layout of Relation view
334 - issue #12345 Correctly show affected rows for LOAD DATA queries
335 - issue #13010 Copy database: SQL error for copying PMADB metadata
336 - issue #13002 Fixed OpenDocument exports
337 - issue #13000 Align NULL values according to the column alignment
338 - issue #13021 Show phpMyAdmin errors even with error_reporting set to 0
339 - issue #13020 Removed warning about client and server versions mismatch
340 - issue        Hide comments on table Structure tab when no comment is set
341 - issue        Fixed submission of error reports
342 - issue #13033 Use Referrer-Policy header to specify referrer policy
343 - issue        Fixed javascript confirmation of dangerous queries
344 - issue #13040 Compatibility with hhvm 3.18
345 - issue #13031 Fixed displaying of all rows
346 - issue #12967 Fixed related field selection for native relations
347 - issue #13045 Properly escape MIME transformatoin names
348 - issue #13028 Always show 100% in font selector
349 - issue #13047 Fix query simulating for more servers
350 - issue #12846 Fix new version check for sites with wrongly configured curl
351 - issue #12951 When exporting to Excel, the default is now to include column names in the first row
352 - issue #13059 Removed debugging code
353 - issue #13029 Fixed table tracking for nested table groups
354 - issue #13053 Fixed broken links in setup
355 - issue #12708 Removed phpMyAdmin version from User-Agent header
356 - issue #13084 Do not point users to setup when it is disabled
357 - issue #12660 Delete only phpMyAdmin cookies on upgrade
358 - issue #13088 Fixed editing of rows with text primary key
359 - issue #13092 Do not try to sync favorite tables if configuration storage is not enabled
360 - issue #13105 Fixed changing attribute for virtual field
361 - issue #12757 Fixed setting password on recent MariaDB with non working plugins
362 - issue #12349 Fixed undefined variable on import from some formats
363 - issue #13103 Do not offer default names for copying/renaming databases
364 - issue        [security] Possible to bypass $cfg['Servers'][$i]['AllowNoPassword'], see PMASA-2017-08
366 4.6.6 (2017-01-23)
367 - issue #12759 Fix Notice regarding 'Undefined index: old_usergroup'
368 - issue #12760 Fix Notice regarding 'Undefined index: users'
369 - issue #12762 Fixed parsing of SQL with BINARY function
370 - issue #12588 ReCaptcha now works without allow_url_fopen
371 - issue #12699 Show no local storage warning only on settings tab
372 - issue #12778 Syntax Error in Adding/Changing TIMESTAMP columns with default value as NULL
373 - issue #12769 Edit/Export links are not clickable under Routines tab
374 - issue #12757 Fixed creating new user with older MariaDB
375 - issue #12784 Remove ctype installation suggestion
376 - issue #12780 Format button replaces all text with blank spaces
377 - issue #12786 Fixed database searching
378 - issue #12792 Fixed javascript error on new version link
379 - issue #12785 Add information about required and suggested extensions to composer.json
380 - issue #12801 Custom header shown twice with cookie login form
381 - issue #12802 Custom footer not shown with auth_type http login failure
382 - issue #12434 Improve documentation for servers running with Suhosin
383 - issue #12800 Updated embedded phpSecLib to 2.0.4
384 - issue #12800 Fixed various issues with PHP 7.1
385 - issue #11816 Fixed operation with lower_case_table_names=2
386 - issue #12813 Fixed stored procedure execution
387 - issue #12826 Honor user configured connection collation
388 - issue #12293 Correctly report OpenSSL errors from cookie encryption
389 - issue #12814 DateTime won't allow to input length in Routine editor
390 - issue #12840 Fix Notice regarding 'Undefined index: row_format' when altering table options
391 - issue #12841 Fixed moving of columns with whitespace in name
392 - issue #12847 Fixed editing of virtual columns
393 - issue #12859 Changed WHERE condition to 0 instead of 1 for SQL query window to avoid accidents
394 - issue #12872 Use same query for display and execution when dropping index
395 - issue #12868 Fix check for user groups freatures being enabled
396 - issue #12876 Fix notices and warning related to dbs_to_test global
397 - issue #12831 Fix table formatting on Insert tab, which mostly affected row highlighting
398 - issue #12495 Reintroduced phpinfo page with limited capabilities
399 - issue #12861 Fix renaming tables with lower_case_table_names=2
400 - issue #12876 Fix possible PHP error in navigation
401 - issue #12881 Fix database search with newer php-gettext
402 - issue #12894 Fix linter error on unterminated variable name
403 - issue #12732 Fixed filtering for active processes
404 - issue        [security] Multiple vulnerabilities in setup script, see PMASA-2016-44.
405 - issue        [security] Open redirect, see PMASA-2017-1.
406 - issue        [security] php-gettext code execution, see PMASA-2017-2.
407 - issue        [security] DOS vulnerabiltiy in table editing, see PMASA-2017-3.
408 - issue        [security] CSS injection in themes, see PMASA-2017-4.
409 - issue        [security] Cookie attribute injection attack, see PMASA-2017-5.
410 - issue        [security] SSRF in replication, see PMASA-2017-6.
411 - issue        [security] DOS in replication status, see PMASA-2017-7.
413          --- Older ChangeLogs can be found on our project website ---
414                      https://www.phpmyadmin.net/old-stuff/ChangeLogs/
416 # vim: et ts=4 sw=4 sts=4
417 # vim: ft=changelog fenc=utf-8
418 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>4&&getline(v\:lnum)!~'^#'
419 # vim: fdn=1 fdm=expr