Translated using Weblate (Slovenian)
[phpmyadmin.git] / ChangeLog
blob08ae9c217023a549174683d85908bc617882ad97
1 phpMyAdmin - ChangeLog
2 ======================
4 4.7.0.0 (not yet released)
5 - patch #12233 [Display] Improve message when renaming database to same name
6 - issue #6146  Log authentication attempts to syslog
7 - issue #11981 Remove support for Swekey authentication
8 - issue #11987 Remove code for no longer supported MSIE versions
9 + issue #11962 Remove embedded PHP libraries, use composer to install them
10 + issue #12017 Cannot easily select multiple tables when exporting
11 + issue #12047 Add javascript filtering for databases
12 - issue #12166 More compact rendering of navigation tree
13 + issue #12129 Improve performance with SkipLockedTables
14 - issue #12173 Do not hide indexes under a slider
15 - issue        Improve performance of zip file import
16 - issue #12196 Removed $cfg['ThemePath']
17 - issue #6274  Add support for export user settings as config.inc.php snippet
18 - issue #5555  Better report query errors while generating SQL exports
19 - issue #12307 Produce valid JSON on export
20 - issue #12325 Setup script icons broken
21 - issue #12378 Support IPv6 proxies
22 - issue        Removed MySQL connection retry without password
23 - issue #12218 Allow to specify further parameters for control connection
24 - issue #12162 Show charset for each table on Database structure page
25 - issue #12463 Incorrect link in the href of icon at Hide/Show unhide links
26 - issue #12330 Shortcut for closing console
27 - issue #12465 Improved handling of http requests
28 - issue #12474 Broken links in Setup forms Navigation
29 - issue #12494 Can't add a new User
30 - issue #12523 Add 'token' Parameter in all POST requests (Fix 'Token mismatch' errors)
31 - issue #12302 Improved usage of number_format
32 - issue #12656 Server selection not working
33 - issue #12543 NULL results in dataset are colored grey
34 - issue #12664 Create Bookmark broken
35 - issue #12688 Use unsigned int for storing bookmark ID
36 - issue #12352 Added password strength indicator
37 - issue #12713 Correctly handle HTTP status when doing requests
38 - issue #12247 Add option to delete settings from browser storage
39 - issue #12783 Remove unused PMA_addJSCode function
41 4.6.6 (not yet released)
42 - issue #12759 Fix Notice regarding 'Undefined index: old_usergroup'
43 - issue #12760 Fix Notice regarding 'Undefined index: users'
44 - issue #12762 Fixed parsing of SQL with BINARY function
45 - issue #12588 ReCaptcha now works without allow_url_fopen
46 - issue #12699 Show no local storage warning only on settings tab
47 - issue #12778 Syntax Error in Adding/Changing TIMESTAMP columns with default value as NULL
48 - issue #12769 Edit/Export links are not clickable under Routines tab
49 - issue #12757 Fixed creating new user with older MariaDB
50 - issue #12784 Remove ctype installation suggestion
51 - issue #12780 Format button replaces all text with blank spaces
52 - issue #12786 Fixed database searching
53 - issue #12792 Fixed javascript error on new version link
54 - issue #12785 Add information about required and suggested extensions to composer.json
55 - issue #12434 Improve documentation for servers running with Suhosin
56 - issue #12800 Updated embedded phpSecLib to 2.0.4
57 - issue #12800 Fixed various issues with PHP 7.1
59 4.6.5.2 (2016-12-05)
60 - issue #12765 Fixed SQL export with newlines
62 4.6.5.1 (2016-11-25)
63 - issue #12735 Incorrect parameters to escapeString in Node.php
64 - issue #12734 Fix PHP error when mbstring is not installed
65 - issue #12736 Don't force partition count to be specified when creating a new table
67 4.6.5 (2016-11-24)
68 - issue        Remove potentionally license problematic sRGB profile
69 - issue #12459 Display read only fields as read only when editing
70 - issue #12384 Fix expanding of navigation pane when clicking on database
71 - issue #12430 Impove partitioning support
72 - issue #12374 Reintroduced simplified PmaAbsoluteUri configuration directive
73 - issue        Always use UTC time in HTTP headers
74 - issue #12479 Simplified validation of external links
75 - issue #12483 Fix browsing tables with built in transformations
76 - issue #12485 Do not show warning about short blowfish_secret if none is set
77 - issue #12251 Fixed random logouts due to wrong cookie path
78 - issue #12480 Fixed editing of ENUM/SET/DECIMAL fields structure
79 - issue #12497 Missing escaping of configuration used in SQL (hide_db and only_db)
80 - issue #12476 Add error checking in reading advisory rules file
81 - issue #12477 Add checking missing elements and confirming element types from json_decode
82 - issue #12251 Automatically save SQL query in browser local storage rather than in cookie
83 - issue #12292 Unable to edit transformations
84 - issue #12502 Remove unused paramenter when connecting to MySQLi
85 - issue #12303 Fix number formatting with different settings of precision in PHP
86 - issue #12405 Use single quotes in PHP code
87 - issue #12534 Option for the dropped column is not removed from 'after_field' select, after the column is dropped
88 - issue #12531 Properly detect DROP DATABASE queries
89 - issue #12470 Fix possible race condition in setting URL hash
90 - issue #11924 Remove caching of server information
91 - issue #11628 Proper parsing of INSERT ... ON DUPLICATE KEY queries
92 - issue #12545 Proper parsing of CREATE TABLE ... PARTITION queries
93 - issue #12473 Code can throw unhandled exception
94 - issue #12550 Do not try to keep alive session even after expiry
95 - issue #12512 Fixed rendering BBCode links in setup
96 - issue #12518 Fixed copy of table with generated columns
97 - issue #12221 Fixed export of table with generated columns
98 - issue #12320 Copying a user does not copy usergroup
99 - issue #12272 Adding a new row with default enum goes to no selection when you want to add more then 2 rows
100 - issue #12487 Drag and drop import prevents file dropping to blob column file selector on the insert tab
101 - issue #12554 Absence of scrolling makes it impossible to read longer text values in grid editing
102 - issue #12530 "Edit routine" crashes when the current user is not the definer, even if privileges are adequate
103 - issue #12300 Export selective tables by-default dumps Events also
104 - issue #12298 Fixed export of view definitions
105 - issue #12242 Edit routine detail dialog does not fill "Return length" field in mysql functions
106 - issue #12575 New index Confirm adds whitespace around the field name
107 - issue #12382 Bug in zoom search
108 - issue #12321 Assign LIMIT clause only to syntactically correct queries
109 - issue #12461 Can't Execute SQL With Sub-Query Due To "LIMIT 0,25" Inserted At Wrong Place
110 - issue #12511 Clarify documentation on ArbitraryServerRegexp
111 - issue #12508 Remove duplicate code in SQL escaping
112 - issue #12475 Cleanup code for getting table information
113 - issue #12579 phpMyAdmin's export of a Select statment without a FROM clause generates Wrong SQL
114 - issue #12316 Correct export of complex SELECT statements
115 - issue #12080 Fixed parsing of subselect queries
116 - issue #11740 Fixed handling DELETE ... USING queries
117 - issue #12100 Fixed handling of CASE operator
118 - issue #12455 Query history stores separate entry for every letter typed
119 - issue #12327 Create PHP code no longer works
120 - issue #12179 Fixed bookmarking of query with multiple statements
121 - issue #12419 Wrong description on GRANT OPTION
122 - issue #12615 Fixed regexp for matching browser versions
123 - issue #12569 Avoid showing import errors twice
124 - issue #12362 prefs_manage.php can leave an orphaned temporary file
125 - issue #12619 Unable to export csv when using union select
126 - issue #12625 Broken Edit links in query results of JOIN query
127 - issue #12634 Drop DB error in import if DB doesn't exist
128 - issue #12338 Designer reverts to first saved ER after EACH relation create or delete
129 - issue #12639 'Show trace' in Console generates JS error for functions in query's trace called without any arguments
130 - issue #12366 Fix user creation with certain MariaDB setups
131 - issue #12616 Refuse to work with mbstring.func_overload enabled
132 - issue #12472 Properly report connection without password in setup
133 - issue #12365 Fix records count for large tables
134 - issue #12533 Fix records count for complex queries
135 - issue #12454 Query history not updated in console until page refresh
136 - issue #12344 Fixed parsing of labels in loop
137 - issue #12228 Fixed parsing of BEGIN labels
138 - issue #12637 Fixed editing some timestamp values
139 - issue #12622 Fixed javascript error in designer
140 - issue #12334 Missing page indicator or VIEWs
141 - issue #12610 Export of tables with Timestamp/Datetime/Time columns defined with ON UPDATE clause with precision fails
142 - issue #12661 Error inserting into pma__history after timeout
143 - issue #12195 Row_format = fixed not visible
144 - issue #12665 Cannot add a foreign key - non-indexed fields not listed in InnoDB tables
145 - issue #12674 Allow for proper MySQL-allowed strings as identifiers
146 - issue #12651 Allow for partial dates on table insert page
147 - issue #12681 Fixed designer with tables using special chars
148 - issue #12652 Fixed visual query builder for foreign keys with more fields
149 - issue #12257 Improved search page performance
150 - issue #12322 Avoid selecting default function for foreign keys
151 - issue #12453 Fixed escaping of SQL parts in some corner cases
152 - issue #12542 Missing table name in account privileges editor
153 - issue #12691 Remove ksort call on empty array in PMA_getPlugins function
154 - issue #12443 Check parameter type before processing
155 - issue #12299 Avoid generating too long URLs in search
156 - issue #12361 Fix self SQL injection in table-specific privileges
157 - issue #12698 Add link to release notes and download on new version notification
158 - issue #12712 Error when trying to setup replication (fatal error in call to an old PMA_DBI_connect function)
159 - issue        [security] Unsafe generation of $cfg['blowfish_secret'], see PMASA-2016-58
160 - issue        [security] phpMyAdmin's phpinfo functionality is removed, see PMASA-2016-59
161 - issue        [security] AllowRoot and allow/deny rule bypass with specially-crafted username, see PMASA-2016-60
162 - issue        [security] Username matching weaknesses with allow/deny rules, see PMASA-2016-61
163 - issue        [security] Possible to bypass logout timeout, see PMASA-2016-62
164 - issue        [security] Full path disclosure (FPD) weaknesses, see PMASA-2016-63
165 - issue        [security] Multiple XSS weaknesses, see PMASA-2016-64
166 - issue        [security] Multiple denial-of-service (DOS) vulnerabilities, see PMASA-2016-65
167 - issue        [security] Possible to bypass white-list protection for URL redirection, see PMASA-2016-66
168 - issue        [security] BBCode injection to login page, see PMASA-2016-67
169 - issue        [security] Denial-of-service (DOS) vulnerability in table partitioning, see PMASA-2016-68
170 - issue        [security] Multiple SQL injection vulnerabilities, see PMASA-2016-69
171 - issue        [security] Incorrect serialized string parsing, see PMASA-2016-70
172 - issue        [security] CSRF token not stripped from the URL, see PMASA-2016-71
174 4.6.4 (2016-08-16)
175 - issue        [security] Weaknesses with cookie encryption, see PMASA-2016-29
176 - issue        [security] Improve session cookie code for openid.php and signon.php example files
177 - issue        [security] Full path disclosure in openid.php and signon.php example files
178 - issue        [security] Multiple XSS vulnerabilities, see PMASA-2016-30
179 - issue        [security] Multiple XSS vulnerabilities, see PMASA-2016-31
180 - issue        [security] Unsafe generation of BlowfishSecret (when not supplied by the user)
181 - issue        [security] Referrer leak when phpinfo is enabled
182 - issue        [security] PHP code injection, see PMASA-2016-32
183 - issue        [security] Full path disclosure, see PMASA-2016-33
184 - issue        [security] SQL injection attack, see PMASA-2016-34
185 - issue        [security] Local file exposure through LOAD DATA LOCAL INFILE, see PMASA-2016-35
186 - issue        [security] Local file exposure through symlinks with UploadDir, see PMASA-2016-36
187 - issue        [security] Path traversal with SaveDir and UploadDir, see PMASA-2016-37
188 - issue        [security] Multiple XSS vulnerabilities, see PMASA-2016-38
189 - issue        [security] SQL injection vulnerability as control user, see PMASA-2016-39
190 - issue        [security] SQL injection vulnerability, see PMASA-2016-40
191 - issue        [security] Denial-of-service attack through transformation feature, see PMASA-2016-41
192 - issue        [security] SQL injection vulnerability as control user, see PMASA-2016-42
193 - issue        [security] Verify data before unserializing, see PMASA-2016-43
194 - issue        [security] Use HTTPS for wiki links
195 - issue        Remove Swekey support
196 - issue        [security] Denial-of-service attack with $cfg['AllowArbitraryServer'] = true and persistent connections, see PMASA-2016-45
197 - issue        [security] Improve SSL certificate handling
198 - issue        [security] Fix full path disclosure in debugging code
199 - issue        [security] Possible circumvention of IP-based allow/deny rules with IPv6 and proxy server, see PMASA-2016-47
200 - issue        [security] Detect if user is logged in, see PMASA-2016-48
201 - issue        [security] Bypass URL redirection protection, see PMASA-2016-49
202 - issue        [security] Referrer leak, see PMASA-2016-50
203 - issue        [security] Reflected File Download, see PMASA-2016-51
204 - issue        [security] ArbitraryServerRegexp bypass, see PMASA-2016-52
205 - issue        [security] Denial-of-service attack by entering long password, see PMASA-2016-53
206 - issue        [security] Remote code execution vulnerability when running as CGI, see PMASA-2016-054
207 - issue        [security] Administrators could trigger SQL injection attack against users
208 - issue        [security] Denial-of-service attack when PHP uses dbase extension, see PMASA-2016-55
209 - issue        [security] Remove tode execution vulnerability when PHP uses dbase extension, see PMASA-2016-56
210 - issue        [security] Denial-of-service attack by using for loops, see PMASA-2016-46
211 - issue        Include X-Robots-Tag header in responses
212 - issue        Enforce numeric field length when creating table
213 - issue        Fixed invalid Content-Length in some HTTP responses
214 - issue #12394 Create view should require a view name
215 - issue #12391 Message with 'Change password successfully' displayed, but does not take effect
216 - issue        Tighten control on PHP sessions and session cookies
217 - issue #12409 Re-enable overhead on server databases view
218 - issue #12414 Fixed rendering of Original theme
219 - issue #12413 Fixed deleting users in non English locales
220 - issue #12416 Fixed replication status output in Databases listing
221 - issue #12303 Avoid typecasting to float when not needed
222 - issue #12425 Duplicate message variable names in messages.inc.php
223 - issue #12399 Adding index to table shows wrong top navigation
224 - issue #12424 Fixed password change on MariaDB without auth plugin
225 - issue #12339 Do not error on unset server port
226 - issue #12422 Improvements to the original theme
227 - issue #12395 Do not try to load old transformation plugins
228 - issue #12423 Fixed replication status in database listing
229 - issue #12433 Copy table with prefix does not copy the indexes
230 - issue #12375 Search in database: Window content is not scrolling down when clicking first time on Browse link
231 - issue #12346 SQL Editor textareas can have their size increased from the top, distorting the page view
233 4.6.3 (2016-06-23)
234 - issue #12249 Fixed cookie path on Windows
235 - issue #12279 Fixed error reporting on connect problems
236 - issue #12290 Fixed export of tables without explicitly set engine
237 - issue #12285 Designer JavaScript error: Show/Hide tables list
238 - issue #12293 Fix MySQL SSL connection with some PHP versions
239 - issue #12279 Fix MySQL connection error on version mismatch
240 - issue #12281 Keep user attributes (privileges, authentication mode, etc) when copying a user
241 - issue #12308 Fix division by zero in case of misconfigured MySQL server
242 - issue #12317 Fix editing server variables
243 - issue #12303 Fix table size calculation in some circumstances
244 - issue #12310 Fix listing routines for non privileged user
245 - issue        Escape generated query in exporting a database
246 - issue        Setup script doesn't use input type 'password' in all relevant locations
247 - issue        [security] BBCode injection in setup script, see PMASA-2016-17
248 - issue        [security] Cookie attribute injection attack, see PMASA-2016-18
249 - issue        Redirect loop when directly calling url.php
250 - issue        [security] SQL injection attack, see PMASA-2016-19
251 - issue        [security] XSS attack in Table Structure page, see PMASA-2016-20
252 - issue        [security] XSS attack in Server Privileges page, see PMASA-2016-21
253 - issue        [security] DOS attack vulnerability, see PMASA-2016-22
254 - issue        [security] Multiple full path disclosure vulnerabilities, see PMASA-2016-23
255 - issue        [security] Full path disclosure when running in debug mode
256 - issue        [security] XSS attack with partition range and table structure, see PMASA-2016-25
257 - issue        [security] XSS attack when checking database privileges, see PMASA-2016-26
258 - issue        [security] XSS attack when MySQL server is using a specific payload log_bin directive, see PMASA-2016-26
259 - issue        [security] XSS vulnerabilities in Transformation feature, see PMASA-2016-26
261 4.6.2 (2016-05-25)
262 - issue        [security] User SQL queries can be revealed through URL GET parameters, see PMASA-2016-14
263 - issue        [security] Self XSS vulneratbility, see PMASA-2016-16
264 - issue #12225 Use https for documentation links
265 - issue #12234 Fix schema export with too many tables
266 - issue #12240 Avoid parsing non JSON responses as JSON
267 - issue #12244 Avoid using too log URLs when getting javascripts
268 - issue #12118 Fixed setting mixed case languages
269 - issue #12229 Avoid storing objects in session when debugging SQL
270 - issue #12249 Fix cookie path on IIS
271 - issue #11705 Fix occassional 200 errors on Windows
272 - issue #12219 Fix locking issues when importing SQL
273 - issue #12231 Avoid confusing warning when mysql extension is missing
274 - issue        Improve handling of logout
275 - issue        Safer handling of sessions during authentication
276 - issue #12209 Fix server selection on main page
277 - issue #12192 Avoid storing full error data in session
278 - issue #12082 Fixed export of ARCHIVE tables with keys
279 - issue #11565 Add session reload for config authentication
280 - issue #12229 Do not fail on errors stored in session
281 - issue #12248 Fix loading of APC based upload progress bar
283 4.6.1 (2016-05-02)
284 - issue #12120 PMA_Util not found in insert_edit.lib.php
285 - issue #12118 Fixed activation of some languages
286 - issue #12121 Fixed error in 3NF step of normalization
287 - issue #12135 Fix offering JSON datatype in incompatible MySQL versions
288 - issue #12132 Can not open table with JSON field
289 - issue #12125 Cannot highlight a column if I scroll down from the top of the table
290 - issue #12154 Fixed possible PHP error in SQL parser
291 - issue #12029 Fixed SQL quoting in SQL export
292 - issue #12129 Improve performance of database structure page
293 - issue #12159 Fix PHP error if user did unpack new version over old one
294 - issue #12165 Fix parsing of expression 0
295 - issue #12146 Document setup with Google Cloud SQL
296 - issue #12197 Fix parsing of queries with double \
297 - issue #12202 Fixed setting of language from user configuration
298 - issue #12200 Fixed check for ndb version
299 - issue #12206 Fixed loading of configuration file
300 - issue #12204 Check if sessions are working and report failures
301 - issue #12211 non-clickable initial letter for users / and can't modify users with MySQL 5.7.12
302 - issue #12215 Fixed config tab persistence errors
303 - issue #12217 Fixed javascript erros on user creation
304 - issue #12144 Fixed parsing of some AS clauses
305 - issue #12205 Fixed parsing of FULL OUTER JOIN queries
306 - issue #12171 Fixed editing of VIEW structure
307 - issue #12208 Avoid printing executed queries on import
309 4.6.0.0 (2016-03-22)
310 + issue #11456 Disabled storage engines
311 + issue #11479 Allow setting routine wise privileges
312 - issue        Hide Insert tab for non-updatable views
313 + issue #11490 UI for defining partitioning in create table window
314 + issue #11438 Support JSON data type
315 + issue        Editing partitions in table Structure
316 - issue        Tracking does not make sense for information_schema
317 - issue #11550 Regression in Find and replace
318 + issue #11619 TokuDB Tables Show Size as "unknown"
319 + issue #11654 Use a slider for Internal relations
320 + issue #11641 Ability to disable the navigationhiding Feature
321 - issue #11647 Restrict configuration NavigationTreeDbSeparator to strings
322 - issue #11667 Disable the tooltip in the navigation panel's filter box
323 + issue        Copy results to clipboard
324 + issue #11504 Reactivate cut&paste possibility in print view
325 - issue #11702 Extraneous message after edit + grid-edit
326 - issue #11668 Table header is empty with browsing an empty table
327 + issue #11701 Allow changing parameter order of routines
328 - issue #11708 Remove no password warning
329 + issue #11711 Clarify the meaning of "Stand-in structure for view" in SQL export
330 - issue        HTML line break shown after a MySQL connection error message
331 - issue #11728 CSV import skip row count after
332 - issue        Fixed displaying of SQL query on table operations
333 - issue #6321  Display binary strings as text if they are valid UTF-8
334 + issue #11743 Display routine specific privileges
335 + issue #11538 Copy multiple tables to database
336 + issue        Support Cloudflare Flexible SSL
337 - issue        Handle empty TABLE_COMMENT
338 + issue #11833 Drop support for old Internet Explorer versions
339 + issue #11796 Use modals for displaying forms in db structure page
340 + issue #11789 Show MySQL error messages in user language
341 + issue        Add 'ssl_verify' configuration directive for self-signed certificates with mysqlnd and PHP >= 5.6
342 + issue #11874 Show more used PHP extensions
343 - issue #11874 Report when version check and error reporting are disabled
344 - issue #11849 Fix PDF schema export
345 - issue #11412 Remove ForceSSL configuration directive
346 - issue        Remove support for Mozilla Prism
347 - issue #11412 Remove PmaAbsoluteUri configuration directive
348 - issue #11914 Fix autoloading of phpseclib
349 - issue #11880 Fixed rendering of missing extension error
350 - issue #11923 Errors on Structure tab when user only has select access on certain columns
351 - issue #11972 Missing documentation for $cfg['Servers'][$i]['favorite'] and $cfg['NumFavoriteTables']
352 - issue #11907 Avoid displaying UPDATE query twice
353 - issue #11850 Fixed CSV import
354 - issue        Fix SQL syntax highlighting in database search page
355 - issue #12056 Fix error when we can not generate random string
356 - issue #12055 Fixed PHP syntax error in templates
357 - issue #12054 Fixed processing of queries with escaped quotes
358 - issue #12041 Fixed exporting tables with fields DEFAULT and COMMENT
359 - issue #12073 Hide edit and delete buttons when the results are not related to a table
360 - issue #12083 Fixed parsing of field definition
361 - issue #12081 Fixed rendering of table stats
362 - issue #11705 Fixed problems with PHP on Windows on table structure
363 - issue #12085 Like search strings being escaped incorrectly
364 - issue #12092 Rename exported databases/tables doesn't seem to work
365 - issue #12099 Undefined index: controllink
366 - issue #12094 PHP Fatal error: Call to undefined function __()
367 - issue #12098 Fix login after logout with http authentication
368 - issue #12074 Fixed possible invalid SQL export
369 - issue #12026 Fixed parsing of UNION SELECT with brackets
370 - issue #12109 Fixed parsing of CREATE TABLE [AS] SELECT
371 - issue #12105 Multi-server drap-and-drop import always fails
372 - issue #12116 Fulltext indexes are not copied when using copy database function
374 4.5.5.1 (2016-02-29)
375 - issue #11971 CREATE UNIQUE INDEX index type is not recognized by parser.
376 - issue #11982 Row count wrong when grouping joined tables.
377 - issue #12012 Column definition with default value and comment in CREATE TABLE expoerted faulty.
378 - issue #12020 New statement but no delimiter and unexpected token with REPLACE.
379 - issue #12029 Fixed incorrect usage of SQL parser context in SQL export
380 - issue        [security] XSS vulnerability in SQL parser, see PMASA-2016-10.
381 - issue        [security] Multiple XSS vulnerabilities, see PMASA-2016-11.
382 - issue        [security] Multiple XSS vulnerabilities, see PMASA-2016-12.
383 - issue        [security] Vulnerability allowing man-in-the-middle attack on API call to GitHub, see PMASA-2016-13.
384 - issue #12048 Fixed inclusion of gettext library from SQL parser
386 4.5.5.0 (2016-02-22)
387 - issue        Undefined index: is_ajax_request
388 - issue #11855 Fix password change on MariaDB 10.1 and newer
389 - issue #11874 Validate version information before further processing it
390 - issue #11881 Full processlist lost on refresh
391 - issue #11834 Adjust privileges fails if database name contains underscores
392 - issue #11906 'Loading...' banner shows on login screen
393 - issue #11930 Fixed changing of table parameters, eg. AUTO_INCREMENT
394 - issue #11885 Call to undefined function SqlParser\ctype_alnum()
395 - issue #11879 4.5.3.1 - NOW() function not recognized by parser
396 - issue #11867 Gracefully handle the DESC statement
397 - issue #11843 Fractional timestamp causes corrupted SQL export
398 - issue #11836 Static analysis error for valid WHERE condition with IF keyword
399 - issue #11800 Syntax Verifier error using REGEXP in SQL statement
400 - issue #11799 Backslashes in comments are being interpreted as escape characters
401 - issue #11909 Can't insert row into table that contains generated column
402 - issue #11677 sql-parser and php-gettext collide.
403 - issue #11920 Can't disable backquotes in export
404 - issue #11911 Inserts via tbl_change.php in VARBINARY columns does not allow using HEX() and MD5()
405 - issue #11939 Correct content type for uploaded error reports
406 - issue #11940 Silent errors from checking local documentation
407 - issue #11944 Fixed error on servers with disabled php_uname
408 - issue #11946 Correctly store and report file upload errors
409 - issue #11948 Avoid javascript errors on invalid location hash
410 - issue #11950 Fix PHP warning on configuration errors
411 - issue #11951 Silent errors on checking for writable folders
412 - issue #11952 Silent warning on invalid file upload
413 - issue #11953 Do not fail getting filename with open_basedir limitations
414 - issue #11956 unrecognized keyword interval
415 - issue        Field names and aliases are being correctly parsed now.
416 - issue #11959 Fix javascript error in setup
417 - issue #11964 Undefined index: TABLE_COMMENT in database structure page
418 - issue #11967 Fix PHP error on loading invalid XML or ODS file
419 - issue #11969 Missing confirmation while dropping a view in view_operations.php
420 - issue #11968 Fix export of index comments in SQL
421 - issue #11979 DECLARE not accepted as valid SQL
423 4.5.4.1 (2016-01-29)
424 - issue #11892 Error with PMA 4.4.15.3
425 - issue #11896 Remove hard dependency on phpseclib
427 4.5.4.0 (2016-01-28)
428 - issue #11724 live data edit of big sets is not working
429 - issue        Table list not saved in db QBE bookmarked search
430 - issue #11777 While 'changing a column', query fails with a syntax error after the 'CHARSET=' keyword
431 - issue #11783 Avoid syntax error in javascript messages on invalid PHP setting for max_input_vars
432 - issue #11784 Properly handle errors in upacking zip archive
433 - issue #11785 Set PHP's internal encoding to UTF-8
434 - issue #11786 Fixed Kanji encoding in some specific cases
435 - issue #11787 Check whether iconv works before using it
436 - issue #11788 Avoid conversion of MySQL error messages
437 - issue #11792 Undefined index: parameters
438 - issue #11802 Undefined index: field_name_orig
439 - issue        Undefined index: host
440 - issue #11810 'Add to central columns' (per column button) does nothing
441 - issue #11727 SQL duplicate entry error trying to INSERT in designer_settings table
442 - issue #11798 Fix handling of databases with dot in a name
443 - issue #11820 Fix hiding of page content behind menu
444 - issue #11780 FROM clause not generated after loading search bookmark
445 - issue #11826 Fix creating/editing VIEW with DEFINER containing special chars
446 - issue #11828 Do not invoke FLUSH PRIVILEGES when server in --skip-grant-tables
447 - issue #11804 Misleading message for configuration storage
448 - issue #11772 Table pagination does nothing when session expired
449 - issue #11840 Index comments not working properly
450 - issue #11791 Better handle local storage errors
451 - issue #11752 Improve detection of privileges for privilege adjusting
452 - issue #11854 Undefined property: stdClass::$releases at version check when disabled in config
453 - issue #11814 SQL comment and variable stripped from bookmark on save
454 - issue        Gracefully handle errors in regex based javascript search
455 - issue        [security] Multiple full path disclosure vulnerabilities, see PMASA-2016-1
456 - issue        [security] Unsafe generation of CSRF token, see PMASA-2016-2
457 - issue        [security] Multiple XSS vulnerabilities, see PMASA-2016-3
458 - issue        [security] Insecure password generation in JavaScript, see PMASA-2016-4
459 - issue        [security] Unsafe comparison of CSRF token, see PMASA-2016-5
460 - issue        [security] Multiple full path disclosure vulnerabilities, see PMASA-2016-6
461 - issue        [security] XSS vulnerability in normalization page, see PMASA-2016-7
462 - issue        [security] Full path disclosure vulnerability in SQL parser, see PMASA-2016-8
463 - issue        [security] XSS vulnerability in SQL editor, see PMASA-2016-9
465          --- Older ChangeLogs can be found on our project website ---
466                      https://www.phpmyadmin.net/old-stuff/ChangeLogs/
468 # vim: et ts=4 sw=4 sts=4
469 # vim: ft=changelog fenc=utf-8
470 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>4&&getline(v\:lnum)!~'^#'
471 # vim: fdn=1 fdm=expr