Translated using Weblate (Estonian)
[phpmyadmin.git] / ChangeLog
blobe80a02b893e3ce3e5e67e599742288c6c7421248
1 phpMyAdmin - ChangeLog
2 ======================
4 4.8.5 (not yet released)
5 - issue        Developer debug data was saved to the PHP error log
6 - issue #14217 Fix issue when adding user on MySQL 8.0.11
7 - issue #13788 Exporting a view structure based on another view with a sub-query throws no database selected error
8 - issue #14635 Fix PHP error in GitRevision, error in processing request, error code 200
9 - issue #14787 Cannot execute stored procedure
10 - issue        Add Burmese language
12 4.8.4.1 (not yet released)
13 - issue #14794 Not responding to click, frozen interface, plugin Text_Plain_Sql error
14 - issue #14786 Table level Operations functions missing
15 - issue #14791 PHP warning, db_export.php#L91 urldecode()
16 - issue #14775 Export to SQL format not available for tables
18 4.8.4 (2018-12-11)
19 - issue #14452 Remove hash param in edit query URL
20 - issue #14295 Issue in Changing theme
21 - issue #13267 Ensure that database names with '.' are handled properly when DisableIS is true
22 - issue #14438 Invisible Icon "Show Full Queries"
23 - issue #14133 CSS issue in Designer
24 - issue #14447 Error while copying database (pma__column_info)
25 - issue #14571 "No database selected" - DROP a view
26 - issue #14636 Move operation causes SELECT * FROM `undefined`
27 - issue #14630 Enum '0' produces incorrect search SQL
28 - issue #14223 Fix TypeError in database designer
29 - issue #13621 QBE selenium tests broken since merge of #13342
30 - issue #14672 When logging with $cfg['AuthLog'] to syslog, successful login messages were not logged even if $cfg['AuthLogSuccess'] was true.
31 - issue #14339 Fix infinite loop when sorting table rows by key.
32 - issue #14658 Regression on multi table query functionality (foreign keys)
33 - issue #14617 Fix designer errors when database is empty
34 - issue #13032 Fix designer errors when database contains special chars
35 - issue #14352 Fix designer javascript errors
36 - issue #14764 Fix left/right icons hidden
37 - issue        [security] Local file inclusion flaw in the Transformation feature (PMASA-2018-6)
38 - issue        [security] Multiple CSRF/XSRF vulnerabilities (PMASA-2018-7)
39 - issue        [security] XSS vulnerability in the navigation tree (PMASA-2018-8)
41 4.8.3 (2018-08-22)
42 - issue #14314 Error when naming a database '0'
43 - issue #14333 Fix NULL as default not shown
44 - issue #14229 Fixes issue with recent table list
45 - issue #14045 Fix slow performance on DB structure filtering
46 - issue #14327 Fix Editing server variable not showing save or cancel option
47 - issue #14377 Populate options for view create and edit
48 - issue #14171 2FA configuration fails if PHP doesn't have GD support
49 - issue #14390 Can't unhide tables
50 - issue #14382 "Visualize GIS data" icon missing
51 - issue #14435 Event scheduler status toggle doesn't work
52 - issue #14365 View not working on multiple servers
53 - issue #14207 Partition actions in table structure do not work
54 - issue #14375 Fixes ERR_BLOCKED_BY_XSS_AUDITOR on export table
55 - issue #14552 Blank message shown instead of MySQL error when adding trigger and other locations
56 - issue #14525 Fix PHP 7.3 warning: "continue" in "switch" is equal to "break"
57 - issue #14554 Icon missing when creating a new trigger, routine, and event
58 - issue #14422 Table comment not showing since 4.8.1
59 - issue #14426 Drop table doesn't work when you copy tables to another database
60 - issue #14581 Escaped HTML in 'Add a new server' setup
61 - issue #14548 [security] HTML injection in import warning messages, see PMASA-2018-5
63 4.8.2 (2018-06-21)
64 - issue #14370 WHERE 0 causes Fatal error
65 - issue #14225 Fix missing index icon
66 - issue        [security] XSS vulnerability in Designer, see PMASA-2018-3
67 - issue        [security] File inclusion and remote code execution vulnerability, see PMASA-2018-4
69 4.8.1 (2018-05-24)
70 - issue #12772 Fix case where the central columns attributes don't get filled in
71 - issue #14049 Fix case where the query builder doesn't work when selected column is *
72 - issue #14029 Revert "Browse" table CSS overflow
73 - issue #14241 Dropping indexes and foreign keys fail
74 - issue #14227 Relational linking broken
75 - issue #14246 Fixed error in configuration storage zero config
76 - issue #14128 Show 2FA Secret next to QR code
77 - issue #14212 XML Export from single table throws fatal error
78 - issue #14239 Line and some other charts ignore result set order of values chosen for the x-axis
79 - issue #14260 Fixed configuration for DefaultLang and Lang
80 - issue #14264 Linking for 'Distinct values' broken
81 - issue #13968 Fix MariaDB 10.2 current_timestamp()
82 - issue #14249 Fix for missing go button in view edit
83 - issue #14125 Fix for issues with spatial fields
84 - issue #14189 Remember table's sorting broken
85 - issue #14289 Fix multi-column sorting
86 - issue #14278 Fix central columns in-line edit bug
87 - issue #14066 Fix AUTO_INCREMENT error when only exporting table structure in database-level exports
88 - issue #13893 Simulating queries produces unexpected results
89 - issue #14309 Setup script icons missing
91 4.8.0.1 (2018-04-19)
92 - issue        [security] Multiple CSRF vulnerabilities, See PMASA-2018-02
94 4.8.0 (2018-04-07)
95 - issue #12946 Allow to export JSON with unescaped unicode chars
96 - issue #12983 Disable login button without solved reCaptcha
97 - issue #12315 Allow to remove individual segments from pie charts
98 - issue        Change label from "Improve table structure" to "Normalize" to match standard terminology
99 - issue #13087 Offer login as different user on access denied from MySQL
100 - issue #13110 Indicate when HTTPS is not properly reported on the server
101 - issue #13119 No database selected error when adding foreign key
102 - issue #12388 Improved database search to allow search for exact phrase match
103 - issue #13099 Report error when trying to copy database to same name
104 - issue #13167 Themes now have to contain metadata in theme.json
105 - issue #6363  phpMyAdmin no longer requires eval() in PHP
106 - issue #12386 The mbstring dependency is now optional
107 - issue #13269 Small refactoring in preparation to CSP
108 - issue #13384 Database link broken in Databases Page
109 - issue #13391 Configurable authentication logging using $cfg['AuthLog']
110 - issue #13086 Add support for Google Invisible Captcha
111 - issue #13058 Improved error reporting for reCAPTCHA
112 - issue #12899 Improved rendering of server variables table
113 - issue #12948 Fixed javascript editor for TIME values
114 - issue #13095 Fixed alignment of foreign keys editing
115 - issue #12944 Improved inline editor for JSON
116 - issue #13145 Improved layout of operations pages
117 - issue #13448 Add "format" query button in edit view form
118 - issue #6241  Implement Responsive Design/mobile interface
119 - issue        Use a single location for classes under PhpMyAdmin namespace
120 - issue #12354 Indicate SSL status on main page
121 - issue #5666  Configuration directives for defaults of Transformation options
122 - issue #12261 Remove inline JavaScript
123 - issue #13408 Show MySQL warnings when executing SQL queries
124 - issue #5827  Allow Designer to show tables from other databases
125 - issue #13268 Replace Query-By-Example with multi-table query generator interface
126 - issue #13576 Add privileges export to per-database listing
127 - issue        Consolidate functions into class files
128 - issue #13560 Add support for changing collation for all tables and columns in database
129 - issue #13303 Add support for creating fulltext index from table structure
130 - issue #13711 Lower default value for $cfg['MaxExactCount']
131 - issue #13722 DisableIS is not fully honored
132 - issue #6197  Added support for authentication using U2F and 2FA
133 - issue #13480 Avoid removing cookies on upgrade
134 - issue #13397 Remember state of navigation panel
135 - issue #11688 Reduced cookie usage
136 - issue #13466 Better utilization of user preferences
137 - issue #14042 Rename PMD to Designer
138 - issue #13940 Honor arg_separator in AJAX requests
139 - issue #14060 Can't edit rows in Internet Explorer
140 - issue #14096 Internet Explorer compatibility; fixes JavaScript error Object doesn't support property or method 'startsWith'
142 4.7.9 (2018-03-05)
143 - issue #13931 Fixed browsing tables with more results
144 - issue #13927 "Not an integer" when browsing a table
145 - issue #13887 "Input variables exceeded 1000" error relating to PHP's max_input_vars directive
147 4.7.8 (2018-02-20)
148 - issue #13914 Fixed resetting default setting values.
149 - issue #13758 Fixed fallback value for collation connection.
150 - issue #13938 Fixed error handling in PHP 7.2
151 - issue        [security] Fix XSS in Central Columns Feature, See PMASA-2018-01
153          --- Older ChangeLogs can be found on our project website ---
154                      https://www.phpmyadmin.net/old-stuff/ChangeLogs/
156 # vim: et ts=4 sw=4 sts=4
157 # vim: ft=changelog fenc=utf-8
158 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>4&&getline(v\:lnum)!~'^#'
159 # vim: fdn=1 fdm=expr