Posted
about 11 years
ago
by
Jakub Vrána
Adminer 4.0.0 (released 2014-01-08):
Driver for SimpleDB, MongoDB and Elasticsearch
Highlight SQL in textareas
Save and continue edit by AJAX
Split SQL command and import
Add a new column in alter table on key press
Mark length as required for
... [More]
strings
Add label to database selection, move logout button
Add button for dropping an index
Display number of selected rows
Add links to documentation
Disable underlining links
Differentiate views in navigation
Improve speed of CSV import
Keep form values after refresh in Firefox
Mark auto_increment fields in edit
Don't append newlines to uploaded files, bug since Adminer 3.7.0
Don't display SQL edit form on Ctrl+click on the select query, introduced in Adminer 3.6.4
Use MD5 for editing long keys only in supported drivers, bug since Adminer 3.6.4
Don't reset column when searching for an empty value with Enter, bug since Adminer 3.6.4
Encrypt passwords stored in session by a key stored in cookie
Don't execute external JavaScript when verifying version
Include JUSH in the compiled version
Protect CSRF token against BREACH
Non-MySQL: View triggers
SQLite: Allow editing primary key
SQLite: Allow editing foreign keys
PostgreSQL: Fix handling of nextval() default values
PostgreSQL: Support creating array columns
Customization: Provide schemas()
Portugal Portuguese translation
Thai translation
http://www.adminer.org/ [Less]
|
Posted
about 11 years
ago
by
Jakub Vrána
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)
Order
... [More]
table list by name
Verify UTF-8 encoding of CSV import
Notify user about expired master password for permanent login
Highlight table being altered in navigation
Send 404 for invalid database and schema
Fix title and links on invalid table pages
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)
Add Korean translation [Less]
|
Posted
almost 12 years
ago
by
Jakub Vrána
Adminer 3.7.0 (released 2013-05-19):
Allow more SQL files to be uploaded at the same time
Print run time next to executed queries
Don't drop original view and routine before creating the new one
Highlight default submit button
Add server placeholder
... [More]
to login form
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)
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
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: 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
PostgreSQL: Fix swapped NULL and NOT NULL columns in weird setups
http://www.adminer.org/ [Less]
|
Adminer 3.7.0 (released 2013-05-19):Allow more SQL files to be uploaded at the same timePrint run time next to executed queriesDon't drop original view and routine before creating the new oneHighlight default submit buttonAdd server placeholder to
... [More]
login formDisable SQL export when applying functions in selectAllow using lang() in plugins (customization)Remove bzip2 compression supportConstraint memory used in TAR exportAllow exporting views dependent on each other (bug #3459151)Fix resetting search (bug #3612507)Don't use LIMIT 1 if updating unique row (bug #3613109)Restrict editing rows without unique identifier to search resultsDisplay navigation bellow main content on mobile browsersGet number of rows on export page asynchronouslyMySQL: Optimize create table page and Editor navigationMySQL: Display bit type as binary numberMySQL: Improve export of binary data typesMySQL: Fix handling of POINT data type (bug #3582578)MySQL: Don't export binary and geometry columns twice in selectMySQL: Fix EXPLAIN in MySQL < 5.1, bug since Adminer 3.6.4SQLite: Export viewsPostgreSQL: Fix swapped NULL and NOT NULL columns in weird setupshttp://www.adminer.org/ [Less]
|
Display pagination on a fixed positionIncrease default select limit to 50Display SQL edit form on Ctrl+click on the select queryDisplay SQL history from newestRecover original view, trigger, routine if creating failsDo not store plain text password
... [More]
to history in creating userSelectable ON UPDATE CURRENT_TIMESTAMP field in create tableOpen database to a new window after selecting it with CtrlClear 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)Respect PHP configuration max_input_varsFix unsetting permanent login after logoutDisable autocapitalize in identifiers on mobile browsersMySQL: Compatibility with MySQL 5.6MySQL: Move ALTER export to pluginMySQL: Use numeric time zone in exportMySQL: Link processlist documentationSQLite: Export indexeshttp://www.adminer.org/ [Less]
|
Posted
almost 12 years
ago
by
Jakub Vrána
Display pagination on a fixed position
Increase default select limit to 50
Display SQL edit form on Ctrl+click on the select query
Display SQL history from newest
Recover original view, trigger, routine if creating fails
Do not store plain text
... [More]
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)
Respect PHP configuration max_input_vars
Fix unsetting permanent login after logout
Disable autocapitalize in identifiers on mobile browsers
MySQL: Compatibility with MySQL 5.6
MySQL: Move ALTER export to plugin
MySQL: Use numeric time zone in export
MySQL: Link processlist documentation
SQLite: Export indexes
http://www.adminer.org/ [Less]
|
Display error code in SQL queryAllow specifying external linksTreat Meta key same as CtrlFix XSS in displaying non-UTF-8 stringsDon't use type="number" for decimal numbers http://www.adminer.org/
|
Posted
about 12 years
ago
by
Jakub Vrána
Display error code in SQL query
Allow specifying external links
Treat Meta key same as Ctrl
Fix XSS in displaying non-UTF-8 strings
Don't use type="number" for decimal numbers
http://www.adminer.org/
|
Posted
about 12 years
ago
by
Jakub Vrána
Edit values by Ctrl+click instead of double click
Don't select row on double click
Support NULL in routine calls
Shorten printed values in varchar fields
Display table default values on wide screens
Display date in SQL history
HTML5 input fields
... [More]
Display warning for missing UPDATE privilege
Fix switching language on first load
Support enabled mbstring.func_overload
MySQL: Prolong comment length since MySQL 5.5
PostgreSQL: Fix process list in version 9.2
MS SQL: Support databases starting with number
http://www.adminer.org/ [Less]
|
Edit values by Ctrl+click instead of double clickDon't select row on double clickSupport NULL in routine callsShorten printed values in varchar fieldsDisplay table default values on wide screensDisplay date in SQL historyHTML5 input fieldsDisplay
... [More]
warning for missing UPDATE privilegeFix switching language on first loadSupport enabled mbstring.func_overloadMySQL: Prolong comment length since MySQL 5.5PostgreSQL: Fix process list in version 9.2MS SQL: Support databases starting with numberhttp://www.adminer.org/ [Less]
|