Update bug numbers

This commit is contained in:
Jakub Vrana 2021-02-07 11:34:47 +01:00
parent 8c392363b1
commit 5c2f74136c

View file

@ -357,7 +357,7 @@ Adminer 3.7.1 (released 2013-06-29):
Increase click target for checkboxes Increase click target for checkboxes
Use shadow for highlighting default button Use shadow for highlighting default button
Don't use LIMIT 1 if inline updating unique row 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 Order table list by name
Verify UTF-8 encoding of CSV import Verify UTF-8 encoding of CSV import
Notify user about expired master password for permanent login 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 MySQL: Speed up updating rows without numeric or UTF-8 primary key
Non-MySQL: Descending indexes Non-MySQL: Descending indexes
PostgreSQL: Fix detecting oid column in PDO PostgreSQL: Fix detecting oid column in PDO
PostgreSQL: Handle timestamp types (bug #3614086) PostgreSQL: Handle timestamp types (bug #324)
Add Korean translation Add Korean translation
Adminer 3.7.0 (released 2013-05-19): 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) Allow using lang() in plugins (customization)
Remove bzip2 compression support Remove bzip2 compression support
Constraint memory used in TAR export Constraint memory used in TAR export
Allow exporting views dependent on each other (bug #3459151) Allow exporting views dependent on each other (bug #214)
Fix resetting search (bug #3612507) Fix resetting search (bug #318)
Don't use LIMIT 1 if updating unique row (bug #3613109) Don't use LIMIT 1 if updating unique row (bug #320)
Restrict editing rows without unique identifier to search results Restrict editing rows without unique identifier to search results
Display navigation bellow main content on mobile browsers Display navigation bellow main content on mobile browsers
Get number of rows on export page asynchronously 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: Optimize create table page and Editor navigation
MySQL: Display bit type as binary number MySQL: Display bit type as binary number
MySQL: Improve export of binary data types 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: Don't export binary and geometry columns twice in select
MySQL: Fix EXPLAIN in MySQL < 5.1, bug since Adminer 3.6.4 MySQL: Fix EXPLAIN in MySQL < 5.1, bug since Adminer 3.6.4
SQLite: Export views 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 Do not store plain text password to history in creating user
Selectable ON UPDATE CURRENT_TIMESTAMP field in create table Selectable ON UPDATE CURRENT_TIMESTAMP field in create table
Open database to a new window after selecting it with Ctrl Open database to a new window after selecting it with Ctrl
Clear column name after resetting search (bug #3601200) Clear column name after resetting search (bug #296)
Explain partitions in SQL query (bug #3600150) Explain partitions in SQL query (bug #294)
Allow loading more data with inline edit (bug #3605531) Allow loading more data with inline edit (bug #299)
Stay on the same page after deleting rows (bug #3605845) Stay on the same page after deleting rows (bug #301)
Respect checked tables in export filename (bug #3245464) Respect checked tables in export filename (bug #133)
Respect PHP configuration max_input_vars Respect PHP configuration max_input_vars
Fix unsetting permanent login after logout Fix unsetting permanent login after logout
Disable autocapitalize in identifiers on mobile browsers Disable autocapitalize in identifiers on mobile browsers
@ -495,11 +495,11 @@ Ukrainian translation
Bengali translation Bengali translation
Adminer 3.3.4 (released 2012-03-07): 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 SET DEFAULT foreign key action
Fix minor parser bug in SQL command with webserver file Fix minor parser bug in SQL command with webserver file
Ctrl+click on button opens form to a blank window 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 Error message with no response from server in AJAX
Esc to cancel AJAX request Esc to cancel AJAX request
Move AJAX loading indicator to the right Move AJAX loading indicator to the right
@ -511,9 +511,9 @@ Ability to disable export (customization)
Extensible list of databases (customization) Extensible list of databases (customization)
MySQL: set autocommit after connect MySQL: set autocommit after connect
SQLite, PostgreSQL: vacuum 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: 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) Boolean search (Editor)
Persian translation Persian translation
@ -541,8 +541,8 @@ Adminer 3.3.0 (released 2011-07-19):
Use Esc to disable in-place edit Use Esc to disable in-place edit
Shortcut for database privileges Shortcut for database privileges
Editable index names Editable index names
Append new index with auto index selection (bug #3282127) Append new index with auto index selection (bug #138)
Preserve original timestamp value in multiple update (bug #3312614) Preserve original timestamp value in multiple update (bug #158)
Bit type default value Bit type default value
Display foreign key name in tooltip Display foreign key name in tooltip
Display default column value in table overview Display default column value in table overview
@ -556,7 +556,7 @@ Display foreign keys from other schemas (PostgreSQL)
Pagination support (Oracle) Pagination support (Oracle)
Autocomplete for big foreign keys (Editor) Autocomplete for big foreign keys (Editor)
Display name of the referenced record in PostgreSQL (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) Display searched columns (Editor)
Customizable favicon (customization) Customizable favicon (customization)
Method name can return a link (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): Adminer 3.2.1 (released 2011-03-23):
Ability to save expression in edit Ability to save expression in edit
Respect default database collation (bug #3191489) Respect default database collation (bug #119)
Don't export triggers without table (bug #3193489) Don't export triggers without table (bug #123)
Esc to focus next field in Tab textarea Esc to focus next field in Tab textarea
Send forms by Ctrl+Enter on <select> Send forms by Ctrl+Enter on <select>
Enum editor and textarea Ctrl+Enter working in IE 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 Most links and forms by AJAX in browsers with support for history.pushState
Copy tables Copy tables
Ability to search by expression in select Ability to search by expression in select
Export SQL command result (bug #3116854) Export SQL command result (bug #99)
Focus first field with insert (bug #3126501) Focus first field with insert (bug #106)
Permanent link in schema Permanent link in schema
Display total time in show only errors mode in SQL command Display total time in show only errors mode in SQL command
History: edit all History: edit all
@ -606,7 +606,7 @@ Utilize oids in PostgreSQL
Homepage customization Homepage customization
Use IN for search in numeric fields (Editor) Use IN for search in numeric fields (Editor)
Use password input for _md5 and _sha1 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 Fix saving schema to cookie in Opera
Portuguese, Slovenian and Turkish translation Portuguese, Slovenian and Turkish translation
@ -619,10 +619,10 @@ Recognize $$ strings in SQL command (PostgreSQL)
Highlight and edit SQL command in processlist Highlight and edit SQL command in processlist
Always display all drivers Always display all drivers
Timestamp at the end of export 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 Support for virtual foreign keys
Disable XSS "protection" of IE8 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 Fix last page with empty result set
Arabic translation and RTL support Arabic translation and RTL support
Dual licensing: Apache or GPL 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 Link COUNT(*) result to listing
Newlines in select query edit Newlines in select query edit
Return to referrer after 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): Adminer 2.3.0 (released 2010-02-26):
Support for permanent login (customization required) Support for permanent login (customization required)
@ -699,7 +699,7 @@ Link URLs in select
Display number of manipulated rows in JS confirm Display number of manipulated rows in JS confirm
Set required memory in SQL command Set required memory in SQL command
Fix removed default in ALTER Fix removed default in ALTER
Display whitespace in texts (bug #2858042) Display whitespace in texts (bug #11)
ClickJacking protection in modern browsers ClickJacking protection in modern browsers
E-mail attachments (Editor) E-mail attachments (Editor)
Optional year in date (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 Print ALTER export instead of executing it
Click on row selects it Click on row selects it
Fix Editor date format Fix Editor date format
Fix long SQL query crash (bug #2839231) Fix long SQL query crash (bug #3)
Speed up simple alter table Speed up simple alter table
Traditional Chinese translation Traditional Chinese translation