]> git.joonet.de Git - adminer.git/commitdiff
Update bug numbers
authorJakub Vrana <jakub@vrana.cz>
Sun, 7 Feb 2021 10:34:47 +0000 (11:34 +0100)
committerJakub Vrana <jakub@vrana.cz>
Sun, 7 Feb 2021 10:34:47 +0000 (11:34 +0100)
changes.txt

index e7cd82d39ffe1c22e2595bc64ef22fe6d6528d48..d4bc57043541191807f252dffef93ec9b77dde99 100644 (file)
@@ -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 <select>
 Enum editor and textarea Ctrl+Enter working in IE
@@ -592,8 +592,8 @@ Get long texts and slow information by AJAX
 Most links and forms by AJAX in browsers with support for history.pushState
 Copy tables
 Ability to search by expression in select
-Export SQL command result (bug #3116854)
-Focus first field with insert (bug #3126501)
+Export SQL command result (bug #99)
+Focus first field with insert (bug #106)
 Permanent link in schema
 Display total time in show only errors mode in SQL command
 History: edit all
@@ -606,7 +606,7 @@ Utilize oids in PostgreSQL
 Homepage customization
 Use IN for search in numeric fields (Editor)
 Use password input for _md5 and _sha1 fields (Editor)
-Work without session.use_cookies (bug #3138640)
+Work without session.use_cookies (bug #107)
 Fix saving schema to cookie in Opera
 Portuguese, Slovenian and Turkish translation
 
@@ -619,10 +619,10 @@ Recognize $$ strings in SQL command (PostgreSQL)
 Highlight and edit SQL command in processlist
 Always display all drivers
 Timestamp at the end of export
-Link to refresh database cache (bug #3102451)
+Link to refresh database cache (bug #96)
 Support for virtual foreign keys
 Disable XSS "protection" of IE8
-Immunity against zend.ze1_compatibility_mode (bug #3089645)
+Immunity against zend.ze1_compatibility_mode (bug #86)
 Fix last page with empty result set
 Arabic translation and RTL support
 Dual licensing: Apache or GPL
@@ -670,7 +670,7 @@ Add Drop button to Alter pages (regression from 2.0.0)
 Link COUNT(*) result to listing
 Newlines in select query edit
 Return to referrer after edit
-Respect session.auto_start (bug #2967284)
+Respect session.auto_start (bug #42)
 
 Adminer 2.3.0 (released 2010-02-26):
 Support for permanent login (customization required)
@@ -699,7 +699,7 @@ Link URLs in select
 Display number of manipulated rows in JS confirm
 Set required memory in SQL command
 Fix removed default in ALTER
-Display whitespace in texts (bug #2858042)
+Display whitespace in texts (bug #11)
 ClickJacking protection in modern browsers
 E-mail attachments (Editor)
 Optional year in date (Editor)
@@ -718,7 +718,7 @@ Use ON DUPLICATE KEY UPDATE for CSV import
 Print ALTER export instead of executing it
 Click on row selects it
 Fix Editor date format
-Fix long SQL query crash (bug #2839231)
+Fix long SQL query crash (bug #3)
 Speed up simple alter table
 Traditional Chinese translation