Changelog for
adminer-4.6.2-2.2.noarch.rpm :
* Tue Feb 20 2018 jimmyAATTboombatower.com- Update to version 4.6.2:
* Release 4.6.2
* Fix test
* Fix typo
* Comment
* Use function after declaring it
* Remove test server
* Make test works with MariaDB
* Make test work on wide screen
* Editor: Fix displaying of true boolean values
* Comment
* Store current version before authentication and in Editor
* Update design (thanks to Jan)
* Add missing fullstop
* Version 4.6.1.1 (#254)
* Turkish language file updated.
* Align Whole result
* Always hide import
* Print email only with rows or page
* Move import out of footer
* Move pagination to fieldset
* Update readme
* Make Login test work with jush-textarea
* Add SQLite test
* Test warnings
* Convert tests to Katalon
* Promote MongoDB, demote Oracle and MS SQL
* Capitalize Whole result
* Fill footer to the right
* Make footer smaller
* Move pagination outside footer
* Wrap more into if (!is_ajax)
* Move
* PostgreSQL: Add IF EXISTS to DROP SEQUENCE in export (bug #595)
* Make footer border more obvious
* Make footer margin not transparent
* Centralize oninput
* Speed up alter table
* Use Unicode arrows in alt
* Avoid hiding column only to show it later
* Respect unchecked Default values
* Update UI when coming from history
* PostgreSQL: Fix exporting string default values (thanks to PotatoPangolin)
* Semi-transparent border on table actions
* Fix exporting sequences in PostgreSQL 10
* Do not append empty values
* Shorten JSON values in select (bug #594)
* Fix id in databases list
* Suggest updating Git submodules
* Declare MariaDB support
* Fri Feb 09 2018 jimmyAATTboombatower.com- Update to version 4.6.1:
* Release 4.6.1
* Round 9.2 to 9.2
* MariaDB: Links to documentation in syntax highlighting
* Display notification about performing action after relogin
* Reorder changes
* Allow specifying server name displayed in breadcrumbs
* MariaDB: Links to documentation
* Reorder changes
* Remove .lcZ from timeFormat (bug #593)
* Add todo
* Add more system tables help links
* Respect empty tableName in tablesPrint
* Use tableName() in table.inc.php
* Avoid qsl in a loop
* Support Shift+click in server export
* Avoid qsl in a loop
* Sticky position of table actions
* Document regression
* Avoid qsl in check[]
* Avoid qsl in a loop
* Mark optional parameter
* SQLite: Support ` in PRIMARY KEY
* Avoid Invalid credentials with no credentials
* SQLite: Allow deleting PRIMARY KEY from tables with auto increment
* Do not wrap alter table thead
* Add version() to use in plugins
* Select original if nothing else is selected
* Remove nested array
* Support connecting to MySQL via SSL
* Display Invalid credentials if connection error is empty
* Delete unused functions
* Ignore functions in Min_Driver
* Remove unnecessary quotes
* Add truncate_sql to PostgreSQL
* PostgreSQL: Unescape bytea fields
* Save bytes
* Add missing function to compile.php
* PostgreSQL: Upload binary files to bytea fields
* Allow using number_type() as pattern
* Translate thousands separator in JS
* Editor: Use type=search for Search tables
* Move tableCheck() below
* Pass operator from db.inc.php
* PostgreSQL: Cast to string when searching using LIKE (bug #325)
* MySQL: Support non-utf8 charset in search in column
* Use ST_GeomFromText in MySQL 8 (bug #574)
* Do not modify $_GET[\"where\"]
* Display empty operator as LIKE %%
* Fix whitespace
* Avoid deprecated each()
* PostgreSQL: Fix condition for selecting no rows
* Fix error display in Search tables
* PostgreSQL: Don\'t treat interval type as number (bug #474)
* Pass required parameter
* Use existing variable
* Add class to use in designs
* Use primary key instead of LIMIT 1 if available
* Mon Feb 05 2018 jimmyAATTboombatower.com- Update to version 4.6.0:
* Release 4.6.0
* Fix affected rows after getting warnings
* Fix number of affected rows after getting warnings
* Fix test
* Fix 5.1 being displayed as 5.09999...
* PRIMARY KEY in SQLite
* Add design Esterka
* Disable autocompleting password on create user page
* Use primary key to edit rows even if not selected
* Space between DB and Use
* Translate DB
* Select converted fields only once
* Don\'t count rows if we reached the end
* Fix count_rows with more than one group by column
* Use separator in limit1
* SQLite: Limit rows in data manipulation without unique key
* Document that tests don\'t work with oninput
* PostgreSQL: Limit rows in data manipulation without unique key
* Don\'t use ctid as it\'s not stable
* Move variables close to their usage
* Limit non-unique where updates
* Use Oid as the name of the column
* Save bytes
* Update rmsoft design
* MySQL: Add FIND_IN_SET search operator
* Add rmsoft design
* MySQL: Add floor and ceil functions
* Fix links to PostgreSQL 10 documentation
* Delete unused variable
* Display options for timestamp columns when creating a new table (thanks to Robert Vlach)
* Don\'t display warnings for failed queries
* Fix variable name
* Reorder variables
* Use pg_last_notice only with pgsql
* Print warnings in call
* Pass start time to selectQuery
* PostgreSQL: Display warnings
* Return string from warnings()
* Display warnings in messages
* Show select warnings
* Support X-Forwarded-Prefix (e.g. Traefik PathPrefixStrip feature)
* Lowercase EXPLAIN but don\'t translate it
* Move explain below warnings
* Fix return type
* MySQL: Display warnings in SQL command
* Quote default values not starting with a letter
* Stop redirecting links via adminer.org
* Fix min_version use
* Quote dates in default value
* Fully support functions in default values
* Fix min_version use
* PostgreSQL: Allow now() as default value (bug #525)
* Fix edit_type after 1f21cd43
* PostgreSQL: Allow editing views with uppercase letters (bug #467)
* PostgreSQL: Allow creating trigger functions
* Add placeholders
* PostgreSQL: Support functions
* Add min_version to compile.php
* SimpleDB: Document that allow_url_fopen is required (bug #340)
* Focus correct field in selectSearch
* Support JSON since MariaDB 10.2 (bug #590)
* Use min_version
* Add min_version
* Save bytes
* add malay translation
* Added and translated missing keys in polish translation
* Update compatibility with TinyMCE v4 (#247)
* Fix elastic after ef5a7639
* fix elastic.inc.php to work on PHP 5.2
* Fix counting selected rows after going back to select page
* Thu Jan 25 2018 jimmyAATTboombatower.com- Update to version 4.5.0:
* Release 4.5.0
* Fix tests after 95d02bb9
* Simplify drop object confirmation questions
* Translate message added in 4.4.0
* Display name of the object in confirmation when dropping it
* Display error when getting row to edit
* Avoid CONVERT() except in MySQL (bug #509)
* Bump version
* MySQL: Support routines with comments in parameters (bug #460)
* Verify if adminer.version was created on www.adminer.org
* Store current Adminer version server-side to avoid excessive requests
* Send token as last param
* Allow using adminer.invalid by other users in a group
* Extract file_open_lock and file_write_unlock
* Display boolean values as code (bug #562)
* MariaDB: Support fulltext and spatial indexes in InnoDB (bug #583)
* PostgreSQL: Display foreign tables (bug #576)
* Add designs.php
* Fix compiled version after 5cc831c1
* Hide window.opener from pages opened in a new window (bug #561)
* Fix GPL version
* Add plugin for switching designs
* Display bold parts of error (bug #565)
* Add bottom border to last cells
* Editor: Fix displaying of false values in PostgreSQL (bug #568)
* Decrease float precision (bug #578)
* Add ability to override file name (path) when loading dump from webserver
* Support current_timestamp() as default of time fields (bug #572)
* Display newlines in column comments (bug #573)
* MySQL: Support geometry in MySQL 8 (bug #574)
* MSSQL driver fixed for freetds drivers. See bug #167, #291
* Fix search focus (regression from 4.4.0)
* Compatibility with PHP < 5.3
* Add mongodb as a possible driver
* Save bytes
* php7 support with minimal changes of original code
* PostgreSQL: Export DROP SEQUENCE if dropping table
* PostgreSQL: Do not export triggers if not requested
* Ignore removed CREATE+ALTER mode in trigger_sql()
* Fix whitespace
* CSP: Allow any CSS
* adminer-theme-mancave2-2.0.alpha
* Fix NULL value in edit form with Postgres
* Do not warn about MySQL specific functions
* Fix single driver non-MySQL compiled versions (regression from 150301ed)
* Hide driver selection in single-driver version (regression from e762a6aa)
* Unify HTML for list of tables in Editor according to Adminer
* Encapsulate fulltext part in search box into
* Enhance ElasticSearch integration
* Allow PHP 5.6 in Travis
* Select numeric database name in DB list (bug #580)
* SQLite: Enable foreign key checks
* CSP: Allow any images, media and fonts, disallow base-uri
* Define JS functions in AdminerTablesFilter sooner
* Adminer: Fix Search data in tables
* Wed Jan 17 2018 jimmyAATTboombatower.com- s/or/OR/ in License.- Update to version 4.4.0:
* Release 4.4.0
* Allow sending multiple CSP headers
* Use __construct for constructor
* Set session cache limiter only without session.auto_start (bug #586)
* Add missing newline
* Require specifying credentials in login-sqlite plugin
* Avoid count(null)
* Disallow PHP 5.3 in Travis
* Disallow connecting to privileged ports (thanks to hyp3rlinx)
* Rate limit password-less login attempts from the same IP address (thanks to hyp3rlinx)
* Use HTTPS
* Use HTTPS in doc_link()
* Do not set \'\' for empty enum
* Fix select function onchange
* Clone all event handlers in cloneNode()
* Use border-collapse to prevent unnecessary wrapping in Chrome
* Fix whitespace
* Fix selectCount() in information_schema
* Fix SQL command toggle
* Disallow scripts without nonce
* Fix wrapping in Create table
* Use script_src for