From 5c2f74136cbb2585b3366c03123e85d5cec77b53 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sun, 7 Feb 2021 11:34:47 +0100 Subject: [PATCH] Update bug numbers --- changes.txt | 56 ++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/changes.txt b/changes.txt index e7cd82d3..d4bc5704 100644 --- a/changes.txt +++ b/changes.txt @@ -357,7 +357,7 @@ Adminer 3.7.1 (released 2013-06-29): Increase click target for checkboxes Use shadow for highlighting default button Don't use LIMIT 1 if inline updating unique row -Don't check previous checkbox on added column in create table (bug #3614245) +Don't check previous checkbox on added column in create table (bug #326) Order table list by name Verify UTF-8 encoding of CSV import Notify user about expired master password for permanent login @@ -368,7 +368,7 @@ Display error on invalid alter table and view pages MySQL: Speed up updating rows without numeric or UTF-8 primary key Non-MySQL: Descending indexes PostgreSQL: Fix detecting oid column in PDO -PostgreSQL: Handle timestamp types (bug #3614086) +PostgreSQL: Handle timestamp types (bug #324) Add Korean translation Adminer 3.7.0 (released 2013-05-19): @@ -381,9 +381,9 @@ Disable SQL export when applying functions in select Allow using lang() in plugins (customization) Remove bzip2 compression support Constraint memory used in TAR export -Allow exporting views dependent on each other (bug #3459151) -Fix resetting search (bug #3612507) -Don't use LIMIT 1 if updating unique row (bug #3613109) +Allow exporting views dependent on each other (bug #214) +Fix resetting search (bug #318) +Don't use LIMIT 1 if updating unique row (bug #320) Restrict editing rows without unique identifier to search results Display navigation bellow main content on mobile browsers Get number of rows on export page asynchronously @@ -391,7 +391,7 @@ Respect 'whole result' even if some rows are checked (bug #339 since Adminer 3.7 MySQL: Optimize create table page and Editor navigation MySQL: Display bit type as binary number MySQL: Improve export of binary data types -MySQL: Fix handling of POINT data type (bug #3582578) +MySQL: Fix handling of POINT data type (bug #282) MySQL: Don't export binary and geometry columns twice in select MySQL: Fix EXPLAIN in MySQL < 5.1, bug since Adminer 3.6.4 SQLite: Export views @@ -406,11 +406,11 @@ Recover original view, trigger, routine if creating fails Do not store plain text password to history in creating user Selectable ON UPDATE CURRENT_TIMESTAMP field in create table Open database to a new window after selecting it with Ctrl -Clear column name after resetting search (bug #3601200) -Explain partitions in SQL query (bug #3600150) -Allow loading more data with inline edit (bug #3605531) -Stay on the same page after deleting rows (bug #3605845) -Respect checked tables in export filename (bug #3245464) +Clear column name after resetting search (bug #296) +Explain partitions in SQL query (bug #294) +Allow loading more data with inline edit (bug #299) +Stay on the same page after deleting rows (bug #301) +Respect checked tables in export filename (bug #133) Respect PHP configuration max_input_vars Fix unsetting permanent login after logout Disable autocapitalize in identifiers on mobile browsers @@ -495,11 +495,11 @@ Ukrainian translation Bengali translation Adminer 3.3.4 (released 2012-03-07): -Foreign keys default actions (bug #3397606) +Foreign keys default actions (bug #188) SET DEFAULT foreign key action Fix minor parser bug in SQL command with webserver file Ctrl+click on button opens form to a blank window -Trim table and column names (bug #3405309) +Trim table and column names (bug #195) Error message with no response from server in AJAX Esc to cancel AJAX request Move AJAX loading indicator to the right @@ -511,9 +511,9 @@ Ability to disable export (customization) Extensible list of databases (customization) MySQL: set autocommit after connect SQLite, PostgreSQL: vacuum -SQLite, PostgreSQL: don't use LIKE for numbers (bug #3420408) +SQLite, PostgreSQL: don't use LIKE for numbers (bug #202) PostgreSQL: fix alter foreign key -PostgreSQL over PDO: connect if the eponymous database does not exist (bug #3391619) +PostgreSQL over PDO: connect if the eponymous database does not exist (bug #185) Boolean search (Editor) Persian translation @@ -541,8 +541,8 @@ Adminer 3.3.0 (released 2011-07-19): Use Esc to disable in-place edit Shortcut for database privileges Editable index names -Append new index with auto index selection (bug #3282127) -Preserve original timestamp value in multiple update (bug #3312614) +Append new index with auto index selection (bug #138) +Preserve original timestamp value in multiple update (bug #158) Bit type default value Display foreign key name in tooltip Display default column value in table overview @@ -556,7 +556,7 @@ Display foreign keys from other schemas (PostgreSQL) Pagination support (Oracle) Autocomplete for big foreign keys (Editor) Display name of the referenced record in PostgreSQL (Editor) -Prefer NULL to empty string (Editor, bug #3323800) +Prefer NULL to empty string (Editor, bug #162) Display searched columns (Editor) Customizable favicon (customization) Method name can return a link (customization) @@ -568,8 +568,8 @@ Fix AJAX history after reload Adminer 3.2.1 (released 2011-03-23): Ability to save expression in edit -Respect default database collation (bug #3191489) -Don't export triggers without table (bug #3193489) +Respect default database collation (bug #119) +Don't export triggers without table (bug #123) Esc to focus next field in Tab textarea Send forms by Ctrl+Enter on