------------------------------------------------------------------- Thu Feb 11 16:37:50 UTC 2021 - jimmy@boombatower.com - Update to version 4.8.0: * Release 4.8.0 * Remove .inc extension from driver plugins * Oracle: Use correct DB in db_size, fix typo (thanks to Shirai Takashi) * MongoDB: Alpha * MongoDB: Prefer driver used in other functions * Save bytes * MongoDB: Fix edit operations in select * Fix typo * MongoDB: Use ObjectID only if used * MongoDB: Fix operators * MongoDB: Handle errors * MongoDB: Fix query * Save bytes * MongoDB: Display error when selecting wrong table * MongoDB: Display arrays as JSON * MongoDB: Fix executeQuery * MongoDB: Modern extension doesn't allow connecting with random user/password * MongoDB: Add operators * MongoDB: Handle exceptions * MongoDB: Fix getting binary fields * MongoDB: Fix num_rows * MongoDB: Move common code to function * MongoDB: Display Authentication failed instead of exception * Delete duplicate code * Fix operators init * PostgreSQL: Fix displaying NULL bytea fields * Avoid errors about 'view_trigger' * Support unprivileged users for schema list * Support altering indexes * Avoid errors when alter table column * Avoid errors about auto increment * Support granted table to list up indexes * Correct column size with string type * Sort the DB list * Support importing table data * The table with another scheme is deleted from the table list * Support computing DB infos * PostgreSQL: Do not show triggers from other schemas * SimpleDB, Firebird, ClickHouse: Move to plugin * Add comments * Prepare for moving drivers to plugins * Support function default values in insert (bug #713) * Allow SQL pseudo-function in insert * Save bytes * PostgreSQL: Fix multi-parameter functions in default values (bug #736) * Add id to in select (bug #724) * Remove newline before error message * Fix whitespace * Add bug number * PostgreSQL: Avoid exporting empty sequence last value * PostgreSQL: Create PRIMARY KEY for auto increment columns * PostgreSQL PDO: Do not select NULL function for false values in edit (thanks to PR #380) * MySQL 8: Fix EXPLAIN in SQL command * Update tests * Add callback before edit form (bug #759) * Skip date columns for non-date values in search anywhere (thanks to PR #408) * Fix PHP 8 warning * Add DB version to comment in export ------------------------------------------------------------------- Mon Feb 08 01:15:24 UTC 2021 - jimmy@boombatower.com - Update to version 4.7.9: * Release 4.7.9 * Reorder changes * Editor: Avoid trailing dot in export filename * Skip impossible condition ($link always contains ?username=) * Fix displayed foreign key columns from other DB (bug #766) * Do not display empty database in the list twice * Display CSRF logout error after connecting * Fix displaying type mapping for Elasticsearch >= 6.0 * MongoDB: Prefer modern extension * Fix MongoDB connect 'Database does not support password.' tips * Update bug numbers * Postgres - fix missing partitioned tables in navigation * Linkify URLs in SQL results * Title for select data link * Quote values with leading and trailing zeroes in CSV export (bug #777) * MySQL: Don't quote default value of text fields (bug #779) * fixed Unsupported operand types when $port is socket * Respect SQL command URL parameters * Fix XSS in browsers which don't encode URL parameters (bug #775) * SQLite: Set busy_timeout to 500 * PostgreSQL 11: Create PRIMARY KEY for auto increment columns * PostgreSQL: Support smallserial * Add comment * PostgreSQL PDO: Support PgBouncer, unsupport PostgreSQL < 9.1 (bug #771) * fix wrong hungarian translation * Editor: Cast to string when searching (bug #325) * Don't syntax highlight during IME composition (bug #747) * PostgreSQL: Use bigserial for bigint auto increment (bug #765, regression from 3.0.0) * MSSQL: Don't trucate displayed comments to 30 chars (use varchar maximum of 8000 upon casting) * Update Korean translation (thanks to B. Cansmile Cha) * add alternative design dracula theme * show correct collation for PostgresSQL * PostgreSQL: Fix current schema in view definition * Add external designs as submodules * Fixes to lucas-sandery theme * Do not export names in quotes with sql_mode='ANSI_QUOTES' (bug #749) * Fix PgSQL generated always as identity fix * Update Russian translation. * Update Ukrainian translation. * PostgreSQL: Export all FKs after all CREATE TABLE * MySQL, MariaDB: Fix doc links * Do not display SQL function for checkbox * Fix style (bug #743) * PostgreSQL: Fix dollar-quoted syntax highlighting (bug #738) * Elasticsearch, ClickHouse: Do not print response if HTTP code is not 200 * Add basic Makefile. * Travis: add php 7.4 && 8.0 * Re-enable PHP warnings ------------------------------------------------------------------- Thu Jan 28 02:08:34 UTC 2021 - Jimmy Berry - Drop virtual firebird package since php-firebird was dropped. See sr#863764 for Factory decline. ------------------------------------------------------------------- Sat Jan 16 15:41:08 UTC 2021 - Arjen de Korte - BuildRequires php-cli ------------------------------------------------------------------- Tue Jan 05 20:52:29 UTC 2021 - elimat@opensuse.org - Update to version 4.7.8: * Release 4.7.8 * MySQL: Use renamed variable * Avoid PDO exceptions in PHP 8 * Fix method call after #406 * Improve check for numeric ports (bug #769) * Add missing method * Fix compatibility with PHP 8 * Avoid each() not available in PHP 8 * Fix style * Escape : also in remove_from_param ------------------------------------------------------------------- Mon May 11 16:29:55 UTC 2020 - jimmy@boombatower.com - Update to version 4.7.7: * Release 4.7.7 * Fix open redirect if Adminer is accessible at //adminer.php%2F@ (thanks to Prakash Sharma) * Update Finnish translation * Fix typo in Greek translation * Add missing translation * Fix forwarded IP comparison in login-ip plugin * Release 4.7.6 ------------------------------------------------------------------- Fri Jan 31 16:54:17 UTC 2020 - jimmy@boombatower.com - Update to version 4.7.6: * Release 4.7.6 * Fix comparing IPs * Update readme * Add example for using SQLite with Editor * PostgreSQL: Support exporting views * Disallow connecting to ports > 65535 (bug #730) * Display time of procedure execution * Hide columns when rendering * Speed up alter table form * Fix clicking on non-input fields in alter table * Editor: Fix focusing foreign key search in select * MySQL: Always set foreign_key_checks in export ------------------------------------------------------------------- Wed Nov 27 01:35:49 UTC 2019 - jimmy@boombatower.com - Update to version 4.7.5: * Release 4.7.5 * Re-apply https://github.com/vrana/adminer/pull/363/commits/89b6e9bb * Update zh-tw.inc.php * Update zh.inc.php * Stop using adsrc column * fixed: SQL command for insert, create table, etc. new: create/rename table, add/drop/change type for column * Fix brazilian portuguese translation * Swedish translation * Update hever design * Don't overwrite variable * Add id="" to cells with failed inline edit (bug #708) * Unify dumpTable declarations (bug #707) * PostgreSQL, Oracle: Set schema for EXPLAIN queries in SQL command (bug #706) * Initialize version-noverify sooner (bug #705) * Make context in qsa() optional * Delete extra newlines * correct complement of responsive media query * update lucas-sandery theme * Add funding ------------------------------------------------------------------- Tue Oct 22 13:32:40 UTC 2019 - jimmy@boombatower.com - Update to version 4.7.4: * Release 4.7.4 * Fix XSS if Adminer is accessible at URL /data: * Do not put unused doc links to single driver compiled version * Fix PostgreSQL doc root * Save bytes * add links to oracle docs * add links to postgres docs * Bump version ------------------------------------------------------------------- Thu Aug 29 13:18:42 UTC 2019 - jimmy@boombatower.com - Update to version 4.7.3: * Release 4.7.3 * Fix blocking of concurrent instances in PHP >7.2 (bug #703) * setup Mongo authSource by ENV * Reset table after changing DB * Move

after a possible error * Allow editing foreign keys pointing to tables in other database/schema (bug #694) * MS SQL: Support foreign keys to other DB * Do not display error for foreign keys to other databases * Save bytes * MSSQL: use textarea in edit form for Memo type (#357) * MySQL: Support STORED GENERATED * SQLite: Skip renaming when recreating table if not necessary * SQLite: Preserve auto increment when recreating table * SQLite: Allow setting auto increment for empty tables * Remove extra space in alter table command * SQLite: Handle error in altering table (bug #697) * init mancave-hever design * MySQL: Allow editing rows identified by negative floats (bug #695) * added floating footer css for adminer-theme-mancave2-2.1.alpha * Add a comment (bug #691) * Use is_numeric() * Support MariaDB virtual columns * MySQL: Speed up displaying tables in large databases (bug #700) * Support unquoted floats in export * SQLite: Quote strings stored in integer columns in export (bug #696) * MySQL: Skip editing generated columns * Add AdminerLoginIp * Close of logins ------------------------------------------------------------------- Thu Jul 18 19:34:21 UTC 2019 - jimmy@boombatower.com - Update to version 4.7.2: * Release 4.7.2 * MySQL: Fix getting foreign keys * Fix table status in PostgreSQL 12 (bug #683) * Fix displaying SQL command after Save and continue edit * PostgreSQL: Display definitions of materialized views (bug #682) * Support for viewing and editing of column comments in mssql driver * PostgreSQL: Fix setting column comments on new table * MySQL: Fix displaying multi-columns foreign keys (bug #675) * Check if PDO SSL Attributes are set within config, and only set them in PDO Options. otherwise Mysql PDO throws errors if attribute is set and empty * Elasticsearch: Show executed query as a json * MongoDB: number of records should be count on provide rows * Keep font size in all tables. * travis: test on php 5.6-7.3 (#330) * Cache busting for adminer.css * Always pass the SRID part of a geometry property with the GeomFromText function * Update rmsoft designs * Allow bruteForceKey to be overwritten (#342) * Allow overwriting tables when copying them * Update rmsoft design * Stretch footer over the whole table width (bug #624) * Do not attempt logging in without password (bug #676) * Fix typo in translation (bug #673) * missing translation DE * Fix too small #lang margin on pepa-linha design * Fix creating users and changing password in MySQL 8 (bug #663) * Fix #tables margin (#326) ------------------------------------------------------------------- Mon Mar 18 21:29:43 UTC 2019 - Jan Engelhardt - Replace %__-type macro indirections. - Replace bash-specific syntax in scriptlets by POSIX sh. ------------------------------------------------------------------- Thu Jan 24 15:35:45 UTC 2019 - jimmy@boombatower.com - Update to version 4.7.1: * Release 4.7.1 * Remember visible columns in Create Table form (bug #493) * Editor: Allow disabling boolean fields in PostgreSQL (bug #640) * fix: haeckel adminer.css (#323) * SQLite: Hide server field in login form * Improve MariaDB status variables link (bug #658) * Update zh-tw.inc.php * Update zh.inc.php * Display the tables scrollbar (bug #647) * Document change * Fix PHP 7.3 compatibility (#318) * Position of the background database image changed. (#316) * Fix mvt theme (#315) * Use