Translated using Weblate (Slovenian)
[phpmyadmin.git] / ChangeLog
blob48cb7334100e825968acd09dceaa31e93a163745
1 phpMyAdmin - ChangeLog
2 ======================
4 4.7.0.0 (not yet released)
5 - issue #11924 Remove caching of server information
6 - issue #6146  Log authentication attempts to syslog
8 4.6.0.0 (not yet released)
9 + issue #11456 Disabled storage engines
10 + issue #11479 Allow setting routine wise privileges
11 - issue        Hide Insert tab for non-updatable views
12 + issue #11490 UI for defining partitioning in create table window
13 + issue #11438 Support JSON data type
14 + issue        Editing partitions in table Structure
15 - issue        Tracking does not make sense for information_schema
16 - issue #11550 Regression in Find and replace
17 + issue #11619 TokuDB Tables Show Size as "unknown"
18 + issue #11654 Use a slider for Internal relations
19 + issue #11641 Ability to disable the navigationhiding Feature
20 - issue #11647 Restrict configuration NavigationTreeDbSeparator to strings
21 - issue #11667 Disable the tooltip in the navigation panel's filter box
22 + issue        Copy results to clipboard
23 + issue #11504 Reactivate cut&paste possibility in print view
24 - issue #11702 Extraneous message after edit + grid-edit
25 - issue #11668 Table header is empty with browsing an empty table
26 + issue #11701 Allow changing parameter order of routines
27 - issue #11708 Remove no password warning
28 + issue #11711 Clarify the meaning of "Stand-in structure for view" in SQL export
29 - issue        HTML line break shown after a MySQL connection error message
30 - issue #11728 CSV import skip row count after
31 - issue        Fixed displaying of SQL query on table operations
32 - issue #6321  Display binary strings as text if they are valid UTF-8
33 + issue #11743 Display routine specific privileges
34 + issue #11538 Copy multiple tables to database
35 + issue        Support Cloudflare Flexible SSL
36 - issue        Handle empty TABLE_COMMENT
37 + issue #11833 Drop support for old Internet Explorer versions
38 + issue #11796 Use modals for displaying forms in db structure page
39 + issue #11789 Show MySQL error messages in user language
40 + issue        Add 'ssl_verify' configuration directive for self-signed certificates with mysqlnd and PHP >= 5.6
41 + issue #11874 Show more used PHP extensions
42 - issue #11874 Report when version check and error reporting are disabled
43 - issue #11849 Fix PDF schema export
44 - issue #11412 Remove ForceSSL configuration directive
45 - issue        Remove support for Mozilla Prism
46 - issue #11412 Remove PmaAbsoluteUri configuration directive
47 - issue #11914 Fix autoloading of phpseclib
48 - issue #11880 Fixed rendering of missing extension error
49 - issue #11923 Errors on Structure tab when user only has select access on certain columns
50 - issue #11972 Missing documentation for $cfg['Servers'][$i]['favorite'] and $cfg['NumFavoriteTables']
51 - issue #11907 Avoid displaying UPDATE query twice
52 - issue #11850 Fixed CSV import
54 4.5.5.0 (not yet released)
55 - issue        Undefined index: is_ajax_request
56 - issue #11855 Fix password change on MariaDB 10.1 and newer
57 - issue #11874 Validate version information before further processing it
58 - issue #11881 Full processlist lost on refresh
59 - issue #11834 Adjust privileges fails if database name contains underscores
60 - issue #11906 'Loading...' banner shows on login screen
61 - issue #11930 Fixed changing of table parameters, eg. AUTO_INCREMENT
62 - issue #11885 Call to undefined function SqlParser\ctype_alnum()
63 - issue #11879 4.5.3.1 - NOW() function not recognized by parser
64 - issue #11867 Gracefully handle the DESC statement
65 - issue #11843 Fractional timestamp causes corrupted SQL export
66 - issue #11836 Static analysis error for valid WHERE condition with IF keyword
67 - issue #11800 Syntax Verifier error using REGEXP in SQL statement
68 - issue #11799 Backslashes in comments are being interpreted as escape characters
69 - issue #11909 Can't insert row into table that contains generated column
70 - issue #11677 sql-parser and php-gettext collide.
71 - issue #11920 Can't disable backquotes in export
72 - issue #11911 Inserts via tbl_change.php in VARBINARY columns does not allow using HEX() and MD5()
73 - issue #11939 Correct content type for uploaded error reports
74 - issue #11940 Silent errors from checking local documentation
75 - issue #11944 Fixed error on servers with disabled php_uname
76 - issue #11946 Correctly store and report file upload errors
77 - issue #11948 Avoid javascript errors on invalid location hash
78 - issue #11950 Fix PHP warning on configuration errors
79 - issue #11951 Silent errors on checking for writable folders
80 - issue #11952 Silent warning on invalid file upload
81 - issue #11953 Do not fail getting filename with open_basedir limitations
82 - issue #11956 unrecognized keyword interval
83 - issue        Field names and aliases are being correctly parsed now.
84 - issue #11959 Fix javascript error in setup
85 - issue #11964 Undefined index: TABLE_COMMENT in database structure page
86 - issue #11967 Fix PHP error on loading invalid XML or ODS file
87 - issue #11969 Missing confirmation while dropping a view in view_operations.php
88 - issue #11968 Fix export of index comments in SQL
90 4.5.4.1 (2016-01-29)
91 - issue #11892 Error with PMA 4.4.15.3
92 - issue #11896 Remove hard dependency on phpseclib
94 4.5.4.0 (2016-01-28)
95 - issue #11724 live data edit of big sets is not working
96 - issue        Table list not saved in db QBE bookmarked search
97 - issue #11777 While 'changing a column', query fails with a syntax error after the 'CHARSET=' keyword
98 - issue #11783 Avoid syntax error in javascript messages on invalid PHP setting for max_input_vars
99 - issue #11784 Properly handle errors in upacking zip archive
100 - issue #11785 Set PHP's internal encoding to UTF-8
101 - issue #11786 Fixed Kanji encoding in some specific cases
102 - issue #11787 Check whether iconv works before using it
103 - issue #11788 Avoid conversion of MySQL error messages
104 - issue #11792 Undefined index: parameters
105 - issue #11802 Undefined index: field_name_orig
106 - issue        Undefined index: host
107 - issue #11810 'Add to central columns' (per column button) does nothing
108 - issue #11727 SQL duplicate entry error trying to INSERT in designer_settings table
109 - issue #11798 Fix handling of databases with dot in a name
110 - issue #11820 Fix hiding of page content behind menu
111 - issue #11780 FROM clause not generated after loading search bookmark
112 - issue #11826 Fix creating/editing VIEW with DEFINER containing special chars
113 - issue #11828 Do not invoke FLUSH PRIVILEGES when server in --skip-grant-tables
114 - issue #11804 Misleading message for configuration storage
115 - issue #11772 Table pagination does nothing when session expired
116 - issue #11840 Index comments not working properly
117 - issue #11791 Better handle local storage errors
118 - issue #11752 Improve detection of privileges for privilege adjusting
119 - issue #11854 Undefined property: stdClass::$releases at version check when disabled in config
120 - issue #11814 SQL comment and variable stripped from bookmark on save
121 - issue        Gracefully handle errors in regex based javascript search
122 - issue        [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-1
123 - issue        [Security] Unsafe generation of CSRF token, see PMASA-2016-2
124 - issue        [Security] Multiple XSS vulnerabilities, see PMASA-2016-3
125 - issue        [Security] Insecure password generation in JavaScript, see PMASA-2016-4
126 - issue        [Security] Unsafe comparison of CSRF token, see PMASA-2016-5
127 - issue        [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-6
128 - issue        [Security] XSS vulnerability in normalization page, see PMASA-2016-7
129 - issue        [Security] Full path disclosure vulnerability in SQL parser, see PMASA-2016-8
130 - issue        [Security] XSS vulnerability in SQL editor, see PMASA-2016-9
132 4.3.14.0 (not yet released)
134          --- Older ChangeLogs can be found on our project website ---
135                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
137 # vim: et ts=4 sw=4 sts=4
138 # vim: ft=changelog fenc=utf-8
139 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>4&&getline(v\:lnum)!~'^#'
140 # vim: fdn=1 fdm=expr