Translated using Weblate (Russian)
[phpmyadmin.git] / ChangeLog
blob433cca7c082498f649c160fe10b4769b8976e49f
1 phpMyAdmin - ChangeLog
2 ======================
4 4.9.1 (not yet released)
5 - issue #15313 Added support for Twig 2
6 - issue #15315 Fix cannot edit or export column with default CURRENT_TIMESTAMP in MySQL >= 8.0.13
7 - issue        Fix a TypeError in Import class with PHP 8
8 - issue #14270 Fix Middle-click on foreign key link broken
9 - issue #14363 Fix broken relational links in tables
10 - issue #14987 Fix weird error for empty collation
11 - issue #15334 Fix export of GIS visualisation not working (PNG, PDF, SVG)
12 - issue #14918 Use hex for the phpMyAdmin session token
13 - issue        Added GB18030 Chinese collations description
14 - issue        Added Russian, Swedish, Slovak and Chinese UCA 9.0.0 collations description
15 - issue        Added description for the _ks (kana-sensitive) collation suffix
16 - issue        Added description for the _nopad (NO PAD) collation suffix
18 4.9.0.1 (2019-06-04)
19 - issue #14478 phpMyAdmin no longer streams the export data
20 - issue #14514 Tables with SYSTEM VERSIONING show up as views instead of tables
21 - issue #14515 Values cannot be edited in SYSTEM VERSIONING tables with INVISIBLE timestamps
22 - issue        Fix header icon on server plugins page
23 - issue #14298 Fixed error 500 on MultiTableQuery page when a empty query is passed
24 - issue #14402 Fixed fatal javascript error while adding index to a new column
25 - issue #14896 Fixed issue with plus/minus icon when refreshing an expanded database
26 - issue #14922 Fixed json encode error in export
27 - issue #13975 Fixed missing query time in German (fix decimal number format issue)
28 - issue #14503 Fixed JavaScript events not activating on input (sql bookmark issue)
29 - issue #14898 Fixed Bottom table is blocked in database list (left panel)
30 - issue #14425 Fixed Null Checkbox automatically unmarked
31 - issue #14870 Display correct date and time in Zip files
32 - issue #14763 Fixed the loading symbol not appearing when refreshing the navigation
33 - issue #14607 Count rows only if needed
34 - issue #14832 Show Designer combo boxes when adding a constraint
35 - issue #14948 Fix change password is not showing password strength difference at the second attempt
36 - issue #14868 Fix edit view
37 - issue #14943 Fixed loading Forever when creating new view without filling any field
38 - issue #14843 Fix Bookmark::get() id matching SQL
39 - issue #14734 Fixed invalid default value for bit field
40 - issue #14311 Fixed undefined index in setup script
41 - issue #14991 Fixed TypeError in GIS editor
42 - issue        Fixed GIS data editor for multi server setup
43 - issue #14312 Fixed type error in setup script when adding new server
44 - issue #14053 Fix missed padding on query results
45 - issue #14826 Fixed javascript error PMA_messages is not defined
46 - issue        Show error message if config-set fails and not "loading..." forever
47 - issue #14359 Prevent multiple error modals, and error-report request spamming from script
48 - issue        Fixed error reporting javascript errors on multi server setup
49 - issue        Fixed wrong property name on TableStructureController
50 - issue #14811 Fix SHOW FULL TABLES FROM when a table is locked
51 - issue #14916 Fix bug when creating or editing views
52 - issue #14931 Fixed php error when using a query like SELECT 1 INTO @a; SELECT @a; in inline query edit
53 - issue #15074 Make the server logo visible on theme "original"
54 - issue #15077 Fixed incorrect page numbers
55 - issue #14205 Fixed "No tables found in database" when you delete all tables from last page
56 - issue #14957 Virtuality is not selected when editing generated column (added virtuality(stored) option for mariadb)
57 - issue #14853 Insert page should not allow entering things into virtual columns
58 - issue #15110 Fixed TypeError e.preventDefaulut is not a function
59 - issue #15115 Improved label in Settings export, clarifying that it's a JSON file
60 - issue #14816 Fixed [designer] Cannot read property 'style' of null
61 - issue        Fixed [designer] Add new tables with database/table list modal
62 - issue        Fixed query format on multi server setup
63 - issue        Fixed remove partitioning on multi server setup
64 - issue        Fixed normalization
65 - issue        Fixed 'RESET SLAVE' button on replication slave
66 - issue        Fixed sending a php error report on multi server setup
67 - issue        Fixed downloading of monitor parameters for IE 11, Edge, Chrome and others
68 - issue #15141 Fixed php notice Undefined index: designer_settings
69 - issue #12729 Fixed sticky table header over dropdown menu
70 - issue #15140 Fixed edit link does not work on failed insert
71 - issue #14334 Fixed export table structure shows rows fields
72 - issue #15010 Fixed empty SQL preview modal on tbl_relation
73 - issue #14673 Fixed innodb & MySQL 8: DYNAMIC & COMPRESSED ROW_FORMAT missing
74 - issue        Fixed empty success message when adding a new INDEX from left panel
75 - issue #15150 Fixed generate password hidden on second open of change password modal
76 - issue        Fixed import XML data with leading zeros
77 - issue #15036 Fixed missing input fields checks for MaxSizeForInputField
78 - issue #15119 Fixed uninterpreted HTML on Settings->Export page
79 - issue #15159 Fixed missing query time and database in console
80 - issue #13713 Fixed column comments in the floating table header
81 - issue #15177 Fixed label alignment on login page
82 - issue #15210 Fixed a typo in the english name of the Albanian language
83 - issue        Fixed issue when resetting charset in import.php
84 - issue #14460 Fixed forms where submitted multiple times on CTRL + ENTER
85 - issue #15038 Fixed console height was allowing a negative values
86 - issue #15219 Fixed 'No Password' option does not switch automatically to 'Use Text Field' in add user account
87 - issue        Fixed importing the exported config on Server status monitor page
88 - issue #15228 Fixed php notice 'Undefined index: foreign_keys_data' on designer when the user has column access
89 - issue #12900 Fixed designer page saving gives error when configuration storage is not set up
90 - issue #15229 Fixed php notice, added support for 'DELETE HISTORY' table privilege (MariaDB >= 10.3.4)
91 - issue #14527 Fixed import settings function not working
92 - issue #14908 Fixed uninterpreted HTML on Settings->Import (missing data error descriptions)
93 - issue #14800 Fixed status->Processes doesn't show full query process list page
94 - issue #14833 Fixed sort by Time not working in process list page
95 - issue #14982 Fixed setting "null" keep an "enum" value
96 - issue #14401 Fixed insert rows keypress Enter behavior
97 - issue #15146 Fixed error reports can not be sent because they are too large
98 - issue #15205 Fixed useless backquotes on sql preview modal when deleting an index
99 - issue #13178 Fixed issues with uppercase table and database names (lower_case_table_names=1)
100 - issue #14383 Fixed warning when browsing certain tables (GIS data)
101 - issue #12865 Fixed MySQL 8.0.0 issues with GIS display
102 - issue #15059 Fixed "Server charset" in "Database server" tab showing wrong information
103 - issue #14614 Fixed mysql error "#2014 - Commands out of sync; you can't run this command now" on sql query
104 - issue #15238 Fixed phpMyAdmin 4.8.5 doesn't show privileges of procedures (raw html displayed instead)
105 - issue #13726 Fixed can not copy user on Percona Server 5.7
106 - issue #15239 Fixed javascript error while fetching latest version info and switching pages
107 - issue #14301 Fixed javascript error when editing a JSON data type column
108 - issue #15240 Fixed apply a Settings form with errors shows a JSON response after using return back
109 - issue #15043 Fixed multiple errors printing on Settings page
110 - issue #15037 Fixed unexpected behavior of reset button on Settings
111 - issue #15157 Fixed 'Settings' tab not marked as active when browsing 2FA settings
112 - issue #14934 Fixed all fields readonly on Edit/Insert screens
113 - issue #14588 Fixed export of geometry objects, GIS objects are now exported as hex
114 - issue #14412 Better handling of errors with Signon authentication type
115 - issue        Added support for AUTO_INCREMENT when using ROCKSDB, on Operations page
116 - issue #15276 Fixed partitioning is missing in Structure page UI (MySQL 8.0)
117 - issue #14252 Fixed DisableIS and database tree list (new database missing when refreshing the list)
118 - issue #14621 Removed "Propose table structure" on MySQL 8.0
119 - issue        Fixed editing of virtual columns on PerconaDB
120 - issue #13854 Fixed column options are ignored for GENERATED/VIRTUAL/STORED columns
121 - issue #15262 Fixed incorrect display of charset column (raw html)
122 - issue        Added explicit parentheses in nested ternary operators
123 - issue #15287 Fix auto_increment field is too small
124 - issue #15283 Fix tries to change collation on views when changing collation on all tables/fields
125 - issue        Fixed empty PMA_gotoWhitelist JavaScript array
126 - issue #15079 Fixed responsive behaviour of instruction dialog box
127 - issue #10846 Fixed javascript error when renaming a table
128 - issue        Updated sql-parser to version 4.3.2
129 - issue        [security] SQL injection in Designer (PMASA-2019-3)
130 - issue        [security] CSRF attack on 'cookie' login form (PMASA-2019-4)
132 4.8.5 (2019-01-25)
133 - issue        Developer debug data was saved to the PHP error log
134 - issue #14217 Fix issue when adding user on MySQL 8.0.11
135 - issue #13788 Exporting a view structure based on another view with a sub-query throws no database selected error
136 - issue #14635 Fix PHP error in GitRevision, error in processing request, error code 200
137 - issue #14787 Cannot execute stored procedure
138 - issue        Add Burmese language
139 - issue #14794 Not responding to click, frozen interface, plugin Text_Plain_Sql error
140 - issue #14786 Table level Operations functions missing
141 - issue #14791 PHP warning, db_export.php#L91 urldecode()
142 - issue #14775 Export to SQL format not available for tables
143 - issue #14782 Error message shown instead of two-factor QR code when adding 2fa to a user
144 - issue        [security] Arbitrary file read/delete relating to MySQL LOAD DATA LOCAL INFILE and an evil server instance (PMASA-2019-1)
145 - issue        [security] SQL injection in Designer (PMASA-2019-2)
147          --- Older ChangeLogs can be found on our project website ---
148                      https://www.phpmyadmin.net/old-stuff/ChangeLogs/
150 # vim: et ts=4 sw=4 sts=4
151 # vim: ft=changelog fenc=utf-8
152 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>4&&getline(v\:lnum)!~'^#'
153 # vim: fdn=1 fdm=expr