commit adminer for openSUSE:Factory

2020-05-12 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2020-05-12 22:32:03

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new.2738 (New)


Package is "adminer"

Tue May 12 22:32:03 2020 rev:24 rq:802749 version:4.7.7

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2020-02-03 
11:14:38.465885047 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new.2738/adminer.changes
2020-05-12 22:32:57.771948357 +0200
@@ -1,0 +2,12 @@
+Mon May 11 16:29:55 UTC 2020 - ji...@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
+
+---

Old:

  adminer-4.7.6.tar.xz

New:

  adminer-4.7.7.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.uAsxK9/_old  2020-05-12 22:32:58.687950268 +0200
+++ /var/tmp/diff_new_pack.uAsxK9/_new  2020-05-12 22:32:58.691950276 +0200
@@ -22,7 +22,7 @@
 %bcond_with mongodb
 %bcond_with mssql
 Name:   adminer
-Version:4.7.6
+Version:4.7.7
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0-only OR Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.uAsxK9/_old  2020-05-12 22:32:58.727950351 +0200
+++ /var/tmp/diff_new_pack.uAsxK9/_new  2020-05-12 22:32:58.727950351 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v4.7.6
+refs/tags/v4.7.7
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.uAsxK9/_old  2020-05-12 22:32:58.751950401 +0200
+++ /var/tmp/diff_new_pack.uAsxK9/_new  2020-05-12 22:32:58.751950401 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/vrana/adminer.git
-5ef2068837a89309e721a24672b8cdadbe10c179
+ac40be998d9fcf2a7e3fcdbd5efa3dec9e070f14
   
 

++ adminer-4.7.6.tar.xz -> adminer-4.7.7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-4.7.6/adminer/include/bootstrap.inc.php 
new/adminer-4.7.7/adminer/include/bootstrap.inc.php
--- old/adminer-4.7.6/adminer/include/bootstrap.inc.php 2020-01-31 
11:23:04.0 +0100
+++ new/adminer-4.7.7/adminer/include/bootstrap.inc.php 2020-05-11 
11:51:57.0 +0200
@@ -84,7 +84,7 @@
 
 define("SERVER", $_GET[DRIVER]); // read from pgsql=localhost
 define("DB", $_GET["db"]); // for the sake of speed and size
-define("ME", str_replace(":", "%3a", preg_replace('~^[^?]*/([^?]*).*~', '\1', 
$_SERVER["REQUEST_URI"])) . '?'
+define("ME", str_replace(":", "%3a", preg_replace('~\?.*~', '', 
relative_uri())) . '?'
. (sid() ? SID . '&' : '')
. (SERVER !== null ? DRIVER . "=" . urlencode(SERVER) . '&' : '')
. (isset($_GET["username"]) ? "username=" . 
urlencode($_GET["username"]) . '&' : '')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-4.7.6/adminer/include/functions.inc.php 
new/adminer-4.7.7/adminer/include/functions.inc.php
--- old/adminer-4.7.6/adminer/include/functions.inc.php 2020-01-31 
11:23:04.0 +0100
+++ new/adminer-4.7.7/adminer/include/functions.inc.php 2020-05-11 
11:51:57.0 +0200
@@ -721,12 +721,19 @@
return lang('%.3f s', max(0, microtime(true) - $start));
 }
 
+/** Get relative REQUEST_URI
+* @return string
+*/
+function relative_uri() {
+   return preg_replace('~^[^?]*/([^?]*)~', '\1', $_SERVER["REQUEST_URI"]);
+}
+
 /** Remove parameter from query string
 * @param string
 * @return string
 */
 function remove_from_uri($param = "") {
-   return substr(preg_replace("~(?<=[?&])($param" . (SID ? "" : "|" . 
session_name()) . ")=[^&]*&~", '', "$_SERVER[REQUEST_URI]&"), 0, -1);
+   return substr(preg_replace("~(?<=[?&])($param" . (SID ? "" : "|" . 
session_name()) . ")=[^&]*&~", '', relative_uri() . "&"), 0, -1);
 }
 
 /** Generate page number for pagination
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-4.7.6/adminer/include/version.inc.php 
new/adminer-4.7.7/adminer/include/version.inc.php
--- old/adminer-4.7.6/adminer/include/version.inc.php   2020-01-31 
11:23:04.0 +0100
+++ new/adminer-4.7.7/adminer/include/version.inc.php   2020-05-11 
11:51:57.0 +0200
@@ -1,2 +1,2 @@
  'Ταξινόμηση',
'descending' => 'Φθίνουσα',
'Limit' => 'Όριο',
-   'Limit rows' => 

commit adminer for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2020-02-03 11:14:38

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new.26092 (New)


Package is "adminer"

Mon Feb  3 11:14:38 2020 rev:23 rq:769296 version:4.7.6

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2019-11-27 
13:56:10.864278323 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new.26092/adminer.changes   
2020-02-03 11:14:38.465885047 +0100
@@ -1,0 +2,17 @@
+Fri Jan 31 16:54:17 UTC 2020 - ji...@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
+
+---

Old:

  adminer-4.7.5.tar.xz

New:

  adminer-4.7.6.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.9KbSW7/_old  2020-02-03 11:14:39.001885317 +0100
+++ /var/tmp/diff_new_pack.9KbSW7/_new  2020-02-03 11:14:39.005885319 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package adminer
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2015 Jimmy Berry 
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,13 +22,13 @@
 %bcond_with mongodb
 %bcond_with mssql
 Name:   adminer
-Version:4.7.5
+Version:4.7.6
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0-only OR Apache-2.0
 Group:  Productivity/Networking/Web/Frontends
 
-Url:https://www.adminer.org/
+URL:https://www.adminer.org/
 Source0:%{name}-%{version}.tar.xz
 Source1:%{name}-httpd.conf
 BuildArch:  noarch

++ _service ++
--- /var/tmp/diff_new_pack.9KbSW7/_old  2020-02-03 11:14:39.021885327 +0100
+++ /var/tmp/diff_new_pack.9KbSW7/_new  2020-02-03 11:14:39.021885327 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v4.7.5
+refs/tags/v4.7.6
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.9KbSW7/_old  2020-02-03 11:14:39.037885335 +0100
+++ /var/tmp/diff_new_pack.9KbSW7/_new  2020-02-03 11:14:39.037885335 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/vrana/adminer.git
-8706bc7c0fd23b69a882a4e073c12a260b5e54d1
+5ef2068837a89309e721a24672b8cdadbe10c179
   
 

++ adminer-4.7.5.tar.xz -> adminer-4.7.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-4.7.5/adminer/call.inc.php 
new/adminer-4.7.6/adminer/call.inc.php
--- old/adminer-4.7.5/adminer/call.inc.php  2019-11-13 08:17:14.0 
+0100
+++ new/adminer-4.7.6/adminer/call.inc.php  2020-01-31 11:23:04.0 
+0100
@@ -48,7 +48,9 @@
if (is_object($result)) {
select($result, $connection2);
} else {
-   echo "" . lang('Routine has 
been called, %d row(s) affected.', $affected) . "\n";
+   echo "" . lang('Routine has 
been called, %d row(s) affected.', $affected)
+   . " " . 
@date("H:i:s") . "\n" // @ - time zone may be not set
+   ;
}
} while ($connection->next_result());

diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-4.7.5/adminer/create.inc.php 
new/adminer-4.7.6/adminer/create.inc.php
--- old/adminer-4.7.5/adminer/create.inc.php2019-11-13 08:17:14.0 
+0100
+++ new/adminer-4.7.6/adminer/create.inc.php2020-01-31 11:23:04.0 
+0100
@@ -180,6 +180,7 @@
 edit_fields($row["fields"], $collations, "TABLE", $foreign_keys);
 ?>
 
+
 
 
 : ">
@@ -220,4 +221,3 @@
 ?>
 
 
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-4.7.5/adminer/drivers/pgsql.inc.php 
new/adminer-4.7.6/adminer/drivers/pgsql.inc.php
--- old/adminer-4.7.5/adminer/drivers/pgsql.inc.php 2019-11-13 
08:17:14.0 +0100
+++ new/adminer-4.7.6/adminer/drivers/pgsql.inc.php 2020-01-31 
11:23:04.0 +0100
@@ -711,6 +711,10 

commit adminer for openSUSE:Factory

2019-11-27 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2019-11-27 13:55:35

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new.26869 (New)


Package is "adminer"

Wed Nov 27 13:55:35 2019 rev:22 rq:751164 version:4.7.5

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2019-10-23 
15:51:14.382719859 +0200
+++ /work/SRC/openSUSE:Factory/.adminer.new.26869/adminer.changes   
2019-11-27 13:56:10.864278323 +0100
@@ -1,0 +2,24 @@
+Wed Nov 27 01:35:49 UTC 2019 - ji...@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
+
+---

Old:

  adminer-4.7.4.tar.xz

New:

  adminer-4.7.5.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.t4Rnl1/_old  2019-11-27 13:56:13.088277384 +0100
+++ /var/tmp/diff_new_pack.t4Rnl1/_new  2019-11-27 13:56:13.092277383 +0100
@@ -22,7 +22,7 @@
 %bcond_with mongodb
 %bcond_with mssql
 Name:   adminer
-Version:4.7.4
+Version:4.7.5
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0-only OR Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.t4Rnl1/_old  2019-11-27 13:56:13.116277373 +0100
+++ /var/tmp/diff_new_pack.t4Rnl1/_new  2019-11-27 13:56:13.116277373 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v4.7.4
+refs/tags/v4.7.5
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.t4Rnl1/_old  2019-11-27 13:56:13.136277364 +0100
+++ /var/tmp/diff_new_pack.t4Rnl1/_new  2019-11-27 13:56:13.136277364 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/vrana/adminer.git
-b9594d13d6af838760936634a9a234e3d7c70e18
+8706bc7c0fd23b69a882a4e073c12a260b5e54d1
   
 

++ adminer-4.7.4.tar.xz -> adminer-4.7.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-4.7.4/.github/FUNDING.yml 
new/adminer-4.7.5/.github/FUNDING.yml
--- old/adminer-4.7.4/.github/FUNDING.yml   1970-01-01 01:00:00.0 
+0100
+++ new/adminer-4.7.5/.github/FUNDING.yml   2019-11-13 08:17:14.0 
+0100
@@ -0,0 +1,2 @@
+patreon: jakubvrana
+custom: ["https://sourceforge.net/p/adminer/donate/";]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-4.7.4/adminer/drivers/clickhouse.inc.php 
new/adminer-4.7.5/adminer/drivers/clickhouse.inc.php
--- old/adminer-4.7.4/adminer/drivers/clickhouse.inc.php2019-10-22 
08:33:20.0 +0200
+++ new/adminer-4.7.5/adminer/drivers/clickhouse.inc.php2019-11-13 
08:17:14.0 +0100
@@ -27,6 +27,10 @@
}
$return = json_decode($file, true);
if ($return === null) {
+   if (!$this->isQuerySelectLike($query) && $file 
=== '') {
+   return true;
+   }
+
$this->errno = json_last_error();
if (function_exists('json_last_error_msg')) {
$this->error = json_last_error_msg();
@@ -123,6 +127,9 @@
 
class Min_Driver extends Min_SQL {
function delete($table, $queryWhere, $limit = 0) {
+   if ($queryWhere === '') {
+   $queryWhere = 'WHERE 1=1';
+   }
return queries("ALTER TABLE " . table($table) . " 
DELETE $queryWhere");
}
 
@@ -154,12 +161,43 @@
}
 
function alter_table($table, $name, $fields, $foreign, $comment, 
$engine, $collation, $auto_increment, $partitioning) {
+   $alter = $order = array();
fore

commit adminer for openSUSE:Factory

2019-10-23 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2019-10-23 15:51:09

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new.2352 (New)


Package is "adminer"

Wed Oct 23 15:51:09 2019 rev:21 rq:741894 version:4.7.4

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2019-08-29 
17:29:20.467250877 +0200
+++ /work/SRC/openSUSE:Factory/.adminer.new.2352/adminer.changes
2019-10-23 15:51:14.382719859 +0200
@@ -1,0 +2,13 @@
+Tue Oct 22 13:32:40 UTC 2019 - ji...@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
+
+---

Old:

  adminer-4.7.3.tar.xz

New:

  adminer-4.7.4.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.iZIkpT/_old  2019-10-23 15:51:15.842721437 +0200
+++ /var/tmp/diff_new_pack.iZIkpT/_new  2019-10-23 15:51:15.846721441 +0200
@@ -22,7 +22,7 @@
 %bcond_with mongodb
 %bcond_with mssql
 Name:   adminer
-Version:4.7.3
+Version:4.7.4
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0-only OR Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.iZIkpT/_old  2019-10-23 15:51:15.886721485 +0200
+++ /var/tmp/diff_new_pack.iZIkpT/_new  2019-10-23 15:51:15.886721485 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v4.7.3
+refs/tags/v4.7.4
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.iZIkpT/_old  2019-10-23 15:51:15.902721502 +0200
+++ /var/tmp/diff_new_pack.iZIkpT/_new  2019-10-23 15:51:15.902721502 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/vrana/adminer.git
-32955f780271467572024b1dc91728d959efc1b6
+b9594d13d6af838760936634a9a234e3d7c70e18
   
 

++ adminer-4.7.3.tar.xz -> adminer-4.7.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-4.7.3/adminer/db.inc.php 
new/adminer-4.7.4/adminer/db.inc.php
--- old/adminer-4.7.3/adminer/db.inc.php2019-08-27 17:58:21.0 
+0200
+++ new/adminer-4.7.4/adminer/db.inc.php2019-10-22 08:33:20.0 
+0200
@@ -65,7 +65,6 @@
search_tables();
}
}
-   $doc_link = doc_link(array('sql' => 
'show-table-status.html'));
echo "\n";
echo "\n";
echo script("mixin(qsl('table'), {onclick: tableClick, 
ondblclick: partialArg(tableClick, true)});");
@@ -74,12 +73,12 @@
echo '' . lang('Table');
echo '' . lang('Engine') . doc_link(array('sql' => 
'storage-engines.html'));
echo '' . lang('Collation') . doc_link(array('sql' 
=> 'charset-charsets.html', 'mariadb' => 
'supported-character-sets-and-collations/'));
-   echo '' . lang('Data Length') . $doc_link;
-   echo '' . lang('Index Length') . $doc_link;
-   echo '' . lang('Data Free') . $doc_link;
+   echo '' . lang('Data Length') . 
doc_link(array('sql' => 'show-table-status.html', 'pgsql' => 
'functions-admin.html#FUNCTIONS-ADMIN-DBOBJECT', 'oracle' => 'REFRN20286'));
+   echo '' . lang('Index Length') . 
doc_link(array('sql' => 'show-table-status.html', 'pgsql' => 
'functions-admin.html#FUNCTIONS-ADMIN-DBOBJECT'));
+   echo '' . lang('Data Free') . doc_link(array('sql' 
=> 'show-table-status.html'));
echo '' . lang('Auto Increment') . 
doc_link(array('sql' => 'example-auto-increment.html', 'mariadb' => 
'auto_increment/'));
-   echo '' . lang('Rows') . $doc_link;
-   echo (support("comment") ? '' . lang('Comment') . 
$doc_link : '');
+   echo '' . lang('Rows') . doc_link(array('sql' => 
'show-table-status.html', 'pgsql' => 'catalog-pg-class.html#CATALOG-PG-CLASS', 
'oracle' => 'REFRN20286'));
+   echo (support("comment") ? '' . lang('Comment') . 
doc_link(array('sql' => 'show-table-status.html', 'pgsql' => 
'functions-info.html#FUNCTIONS-INFO-COMMENT-TABLE')) : '');
echo "\n";
 
$tables = 0;
diff -urN '--excl

commit adminer for openSUSE:Factory

2019-08-29 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2019-08-29 17:29:18

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new.7948 (New)


Package is "adminer"

Thu Aug 29 17:29:18 2019 rev:20 rq:727019 version:4.7.3

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2019-07-21 
11:33:52.508782055 +0200
+++ /work/SRC/openSUSE:Factory/.adminer.new.7948/adminer.changes
2019-08-29 17:29:20.467250877 +0200
@@ -1,0 +2,33 @@
+Thu Aug 29 13:18:42 UTC 2019 - ji...@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
+
+---

Old:

  adminer-4.7.2.tar.xz

New:

  adminer-4.7.3.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.IOrcv4/_old  2019-08-29 17:29:21.007250793 +0200
+++ /var/tmp/diff_new_pack.IOrcv4/_new  2019-08-29 17:29:21.011250792 +0200
@@ -22,7 +22,7 @@
 %bcond_with mongodb
 %bcond_with mssql
 Name:   adminer
-Version:4.7.2
+Version:4.7.3
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0-only OR Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.IOrcv4/_old  2019-08-29 17:29:21.035250789 +0200
+++ /var/tmp/diff_new_pack.IOrcv4/_new  2019-08-29 17:29:21.035250789 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v4.7.2
+refs/tags/v4.7.3
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.IOrcv4/_old  2019-08-29 17:29:21.059250785 +0200
+++ /var/tmp/diff_new_pack.IOrcv4/_new  2019-08-29 17:29:21.059250785 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/vrana/adminer.git
-fd1691cb1d875cc23a7a51a0f890a6e932b6b304
+32955f780271467572024b1dc91728d959efc1b6
   
 

++ adminer-4.7.2.tar.xz -> adminer-4.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-4.7.2/adminer/drivers/mongo.inc.php 
new/adminer-4.7.3/adminer/drivers/mongo.inc.php
--- old/adminer-4.7.2/adminer/drivers/mongo.inc.php 2019-07-18 
08:56:37.0 +0200
+++ new/adminer-4.7.3/adminer/drivers/mongo.inc.php 2019-08-27 
17:58:21.0 +0200
@@ -618,6 +618,9 @@
if ($db != "") {
$options["db"] = $db;
}
+   if (($auth_source = getenv("MONGO_AUTH_SOURCE"))) {
+   $options["authSource"] = $auth_source;
+   }
try {
$connection->_link = 
$connection->connect("mongodb://$server", $options);
if ($password != "") {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-4.7.2/adminer/drivers/mssql.inc.php 
new/adminer-4.7.3/adminer/drivers/mssql.inc.php
--- old/adminer-4.7.2/adminer/drivers/mssql.inc.php 2019-07-18 
08:56:37.0 +0200
+++ new/adminer-4.7.3/adminer/drivers/mssql.inc.php 2019-08-27 
17:58:21.0 +0200
@@ -542,6 +542,7 @@
$return = array();
foreach (get_rows("EXEC sp_fkeys @fktable_name = " . q($table)) 
as $row) {
$foreign_key = &$return[$row["FK_NAME"]];
+   $foreign_key["db"] = $row["PKTABLE_QUALIFIER"];
  

commit adminer for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2019-05-03 22:47:12

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new.5148 (New)


Package is "adminer"

Fri May  3 22:47:12 2019 rev:18 rq:700233 version:4.7.1

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2019-01-25 
22:44:46.887123463 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new.5148/adminer.changes
2019-05-03 22:47:19.507892984 +0200
@@ -1,0 +2,6 @@
+Mon Mar 18 21:29:43 UTC 2019 - Jan Engelhardt 
+
+- Replace %__-type macro indirections.
+- Replace bash-specific syntax in scriptlets by POSIX sh.
+
+---



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.hQqZBA/_old  2019-05-03 22:47:20.155894472 +0200
+++ /var/tmp/diff_new_pack.hQqZBA/_new  2019-05-03 22:47:20.159894482 +0200
@@ -48,7 +48,7 @@
 
 %description
 Adminer (formerly phpMinAdmin) is a full-featured database management tool
-written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to
+written in PHP. Conversely to phpMyAdmin, it consists of a single file ready to
 deploy to the target server. Adminer is available for MySQL, PostgreSQL, 
SQLite,
 MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.
 
@@ -164,19 +164,19 @@
 
 %install
 # Remove version from file names.
-%{__mv} adminer-%{version}.php adminer.php
-%{__mv} editor-%{version}.php editor.php
+mv adminer-%{version}.php adminer.php
+mv editor-%{version}.php editor.php
 
 # Install files in datadir.
-%{__install} -d -m 0755 %{buildroot}%{apache_datadir}/%{name}
-%{__cp} -R adminer.php editor.php designs/ \
+install -d -m 0755 %{buildroot}%{apache_datadir}/%{name}
+cp -R adminer.php editor.php designs/ \
   %{buildroot}%{apache_datadir}/%{name}
 
 # Default to hever theme.
 ln -s %{apache_datadir}/%{name}/designs/hever/adminer.css \
   %{buildroot}%{apache_datadir}/%{name}
 
-%{__install} -D -m 0644 %{SOURCE1} 
%{buildroot}%{apache_sysconfdir}/conf.d/%{name}.conf
+install -D -m 0644 %{SOURCE1} 
%{buildroot}%{apache_sysconfdir}/conf.d/%{name}.conf
 # Fix paths in httpd config.
 sed -i -e "s,@apache_datadir@,%{apache_datadir},g" -e "s,@name@,%{name},g" \
   %{buildroot}%{apache_sysconfdir}/conf.d/%{name}.conf
@@ -189,7 +189,7 @@
 if [ -x /usr/sbin/a2enmod ] ; then
   # Get installed php_version (5 or 7).
   php_version=$(php -v | grep '(cli)' | awk '{print $2}' | awk -F'.' '{print 
$1}')
-  if [[ -n ${php_version} ]]; then
+  if [ -n "$php_version" ]; then
 a2enmod -q php${php_version} || a2enmod php${php_version}
 a2enmod -q version || a2enmod version
   fi
@@ -198,14 +198,14 @@
 %if 0%{?suse_version} < 1310
 %restart_on_update apache2
 #%%else
-#systemctl try-restart apache2 &>/dev/null
+#systemctl try-restart apache2 >/dev/null
 %endif
 
 %postun
 %if 0%{?suse_version} < 1310
 %restart_on_update apache2
 #%%else
-#systemctl try-restart apache2 &>/dev/null
+#systemctl try-restart apache2 >/dev/null
 %endif
 
 %files




commit adminer for openSUSE:Factory

2019-01-25 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2019-01-25 22:44:44

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new.28833 (New)


Package is "adminer"

Fri Jan 25 22:44:44 2019 rev:17 rq:668382 version:4.7.1

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2018-11-26 
10:33:44.176786851 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new.28833/adminer.changes   
2019-01-25 22:44:46.887123463 +0100
@@ -1,0 +2,23 @@
+Thu Jan 24 15:35:45 UTC 2019 - ji...@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  list for logins (#314)
+  * Add missing Japanese translations (thanks to Shirai Takashi)
+  * Change '...' to horizontal ellipsis character
+  * php <5.4 compat: array syntax (#313)
+  * Add autocomplete attributes to login form
+
+---

Old:

  adminer-4.7.0.tar.xz

New:

  adminer-4.7.1.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.yQ2s1t/_old  2019-01-25 22:44:47.595122590 +0100
+++ /var/tmp/diff_new_pack.yQ2s1t/_new  2019-01-25 22:44:47.599122586 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package adminer
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Jimmy Berry 
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,7 +22,7 @@
 %bcond_with mongodb
 %bcond_with mssql
 Name:   adminer
-Version:4.7.0
+Version:4.7.1
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0-only OR Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.yQ2s1t/_old  2019-01-25 22:44:47.619122561 +0100
+++ /var/tmp/diff_new_pack.yQ2s1t/_new  2019-01-25 22:44:47.619122561 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v4.7.0
+refs/tags/v4.7.1
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.yQ2s1t/_old  2019-01-25 22:44:47.631122546 +0100
+++ /var/tmp/diff_new_pack.yQ2s1t/_new  2019-01-25 22:44:47.631122546 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/vrana/adminer.git
-85e6f2ac9e20c13412a0ca7a797bf4bd660a8732
+7247f801bd06e51347d7ea671484e0fa6a883cbb
   
 

++ adminer-4.7.0.tar.xz -> adminer-4.7.1.tar.xz ++
 1925 lines of diff (skipped)




commit adminer for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2018-11-26 10:31:59

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new.19453 (New)


Package is "adminer"

Mon Nov 26 10:31:59 2018 rev:16 rq:651564 version:4.7.0

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2018-06-29 
22:36:21.314004174 +0200
+++ /work/SRC/openSUSE:Factory/.adminer.new.19453/adminer.changes   
2018-11-26 10:33:44.176786851 +0100
@@ -1,0 +2,51 @@
+Sun Nov 25 02:13:33 UTC 2018 - ji...@boombatower.com
+
+- Update to version 4.7.0:
+  * Release 4.7.0
+  * Fix whitespace
+  * Clarify change description
+  * Updated theme for v4.7 (#310)
+  * Update zh-tw.inc.php (#299)
+  * Fix a typo
+  * Delete copy/pasted code
+  * Change inline style to class name
+  * Wrap `table.nowrap` with `div[style="overflow-x: auto"]`
+  * Fix MariaDB link to numeric types
+  * MySQL: Descending indexes in MySQL 8 (bug #643)
+  * PostgreSQL: Support for GENERATED BY DEFAULT AS IDENTITY
+  * Fix style
+  * ClickHouse: support for decimal types, SQL operator
+  * ClickHouse: Fix for drop multiple tables and views
+  * ClickHouse ALTER DELETE and ALTER UPDATE support
+  * ClickHouse fix select-like queries format postfix
+  * Avoid overwriting existing tables when copying tables (bug #642)
+  * PostgreSQL: Export DESC indexes (bug #639)
+  * Recognize current_timestamp() in edit (bug #638)
+  * Hide import from server if no path
+  * Simplify storing executed SQL queries to bookmarks
+  * fix editor theme (#302)
+  * Remove unused code
+  * MySQL: Recognize ON UPDATE current_timestamp() (bug #632)
+  * PostgreSQL: Quote array values in export (bug #621)
+  * Add plugin pretty-json-column
+  * Update translation
+  * DOM not ready when restoring `adminer_tables_filter` (#289)
+  * Add Georgian translation
+  * Update mvt design
+  * Fix design (thanks to apmuthu)
+  * ClickHouse: Fix escaping
+  * ClickHouse support alpha version
+  * Fix typo in Vietnamese translation
+  * Add class 'layout' to all non-data tables
+  * Set default db to sqlsrv connection
+  * Warn when using password with leading or trailing spaces
+  * Update donation link
+  * Make maxlength in all fields a soft limit
+  * Increase username maxlength to 80 (bug #623)
+  * Fixes foreign key pattern in MySQL
+  * Fix function change with set data type (thanks to osoba hrdelnata)
+  * Adminer theme
+  * Reset event handlers after cloning (thanks to Salko)
+  * Fix inline editing of empty cells
+
+---

Old:

  adminer-4.6.3.tar.xz

New:

  adminer-4.7.0.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.yMnLFS/_old  2018-11-26 10:33:46.204784476 +0100
+++ /var/tmp/diff_new_pack.yMnLFS/_new  2018-11-26 10:33:46.204784476 +0100
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,7 @@
 %bcond_with mongodb
 %bcond_with mssql
 Name:   adminer
-Version:4.6.3
+Version:4.7.0
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0-only OR Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.yMnLFS/_old  2018-11-26 10:33:46.228784448 +0100
+++ /var/tmp/diff_new_pack.yMnLFS/_new  2018-11-26 10:33:46.232784443 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v4.6.3
+refs/tags/v4.7.0
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.yMnLFS/_old  2018-11-26 10:33:46.248784425 +0100
+++ /var/tmp/diff_new_pack.yMnLFS/_new  2018-11-26 10:33:46.248784425 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/vrana/adminer.git
-3d84dcf859e8fc6866febaa768c965dc5b11d3b8
+85e6f2ac9e20c13412a0ca7a797bf4bd660a8732
   
 

++ adminer-4.6.3.tar.xz -> adminer-4.7.0.tar.xz ++
 3174 lines of diff (skipped)




commit adminer for openSUSE:Factory

2018-06-29 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2018-06-29 22:36:15

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Fri Jun 29 22:36:15 2018 rev:15 rq:619643 version:4.6.3

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2018-02-21 
14:13:17.974239419 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2018-06-29 
22:36:21.314004174 +0200
@@ -1,0 +2,77 @@
+Thu Jun 28 20:37:34 UTC 2018 - ji...@boombatower.com
+
+- Update to version 4.6.3:
+  * Release 4.6.3
+  * Fix typo
+  * Revert "PgSQL search operator "SQL" added"
+  * Add TODO
+  * MySQL: Disallow LOAD DATA LOCAL INFILE
+  * PostgreSQL: Export false as 0 in PDO (bug #619)
+  * mssql: ignore serverproperty error
+  * Add spaces
+  * Fix table list in sidebar in designs/pokorny (#278)
+  * Allow AdminerTablesFilter plugin to be used with third-party table list 
plugins (#275)
+  * Recommend inlining the hash
+  * Improve error message
+  * Escape \ in enum edit
+  * Improve enum parsing
+  * Order database names in MySQL 8(bug #613)
+  * Respect 'session.cookie_secure' if it is On
+  * Copy triggers when copying table
+  * MS SQL: Support port with sqlsrc
+  * PostgreSQL: Do not cast uuid searches to text (bug #608)
+  * Editor: Do not check boolean checkboxes with false in PostgreSQL (bug #607)
+  * Disallow using password-less databases
+  * MongoDB: Consolidate code
+  * MongoDB: Consolidate code
+  * MongoDB: Consolidate code
+  * MongoDB: Report version
+  * Document that Elasticsearch requires allow_url_fopen
+  * PostgreSQL: Do not cast boolean to text on search (#264)
+  * PostgreSQL: Do not cast number searches to text
+  * PostgreSQL: Fix editing data in views (bug #605)
+  * Elasticsearch: Fix PHP warning
+  * PgSQL search operator "SQL" added
+  * PostgreSQL: Fix slow query
+  * Update JUSH
+  * Display that *.gz files are supported in file upload
+  * Save bytes
+  * Stay on import page when switching database
+  * Decrease timeout for running slow queries from 5 seconds to 2 seconds
+  * Simplify running slow queries
+  * Remove unused argument
+  * Update JUSH
+  * Use JUSH from GitHub
+  * Clarify changelog
+  * Display missing database in navigation
+  * MongoDB driver: Add create_database methods.
+  * Fix comment
+  * Add $driver to global variables
+  * Add $driver to global variables
+  * Use $adminer->operators
+  * PostgreSQL: Do not cast time search
+  * Do not cast date/timestamp exact searches in PostgreSQL to text
+  * Do not cast date/timestamp exact searches in PostgreSQL to text
+  * MySQL: Use CONVERT() only when searching for non-ASCII (bug #603)
+  * Remove optional submodule
+  * Update adminer-design (rmsoft) to version 4.6.2.1
+  * Wrap lines
+  * Fix displaying info about non-alphabetical objects (bug #599)
+  * Allow connecting to different drivers in login-servers
+  * Wrap long line
+  * Add login-otp plugin
+  * Update translation
+  * Comment
+  * Centralize stopping session
+  * Stop session before connecting (thanks to Kareem Zidane)
+  * Update design (thanks to Jan)
+  * PDO: Support binary fields download
+  * Don't try to check missing checkboxes
+  * Use file caching only in non-dev
+  * Editor: Delete images from compiled version
+  * Remove driver from file URLs (stored in path)
+  * Fix image in compiled version
+  * Use single \ in ' strings
+  *   is not needed with border-collapse
+
+---

Old:

  adminer-4.6.2.tar.xz

New:

  adminer-4.6.3.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.f3heyl/_old  2018-06-29 22:36:21.734003810 +0200
+++ /var/tmp/diff_new_pack.f3heyl/_new  2018-06-29 22:36:21.738003806 +0200
@@ -22,10 +22,10 @@
 %bcond_with mongodb
 %bcond_with mssql
 Name:   adminer
-Version:4.6.2
+Version:4.6.3
 Release:0
 Summary:Database management in a single PHP file
-License:GPL-2.0 OR Apache-2.0
+License:GPL-2.0-only OR Apache-2.0
 Group:  Productivity/Networking/Web/Frontends
 
 Url:https://www.adminer.org/

++ _service ++
--- /var/tmp/diff_new_pack.f3heyl/_old  2018-06-29 22:36:21.766003782 +0200
+++ /var/tmp/diff_new_pack.f3heyl/_new  2018-06-29 22:36:21.766003782 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v4.6.2
+refs/tags/v4.6.3
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.f3heyl/_old  2018-06-29 22:36:21.782003768 +0200
+++ /var/tmp/diff_new_pack.f3heyl/_new  2018-06-29 22:36:21.78200

commit adminer for openSUSE:Factory

2018-02-21 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2018-02-21 14:13:16

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Wed Feb 21 14:13:16 2018 rev:14 rq:578541 version:4.6.2

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2018-02-09 
15:52:17.997147244 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2018-02-21 
14:13:17.974239419 +0100
@@ -1,0 +2,54 @@
+Tue Feb 20 20:10:54 UTC 2018 - ji...@boombatower.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
+
+---

Old:

  adminer-4.6.1.tar.xz

New:

  adminer-4.6.2.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.1WaWIh/_old  2018-02-21 14:13:19.114198366 +0100
+++ /var/tmp/diff_new_pack.1WaWIh/_new  2018-02-21 14:13:19.118198222 +0100
@@ -22,7 +22,7 @@
 %bcond_with mongodb
 %bcond_with mssql
 Name:   adminer
-Version:4.6.1
+Version:4.6.2
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0 OR Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.1WaWIh/_old  2018-02-21 14:13:19.150197070 +0100
+++ /var/tmp/diff_new_pack.1WaWIh/_new  2018-02-21 14:13:19.154196926 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v4.6.1
+refs/tags/v4.6.2
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.1WaWIh/_old  2018-02-21 14:13:19.178196061 +0100
+++ /var/tmp/diff_new_pack.1WaWIh/_new  2018-02-21 14:13:19.178196061 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/vrana/adminer.git
-800fbb9b9e4a617a94307a2e83cca85c871c0fbd
+7cb3e768bbd34f4b01aa9a2b7fac1c7224a02b37
   
 

++ adminer-4.6.1.tar.xz -> adminer-4.6.2.tar.xz ++
 5954 lines of diff (skipped)




commit adminer for openSUSE:Factory

2018-02-09 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2018-02-09 15:52:15

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Fri Feb  9 15:52:15 2018 rev:13 rq:574448 version:4.6.1

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2018-02-06 
16:49:27.363220786 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2018-02-09 
15:52:17.997147244 +0100
@@ -1,0 +2,62 @@
+Fri Feb 09 04:23:08 UTC 2018 - ji...@boombatower.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
+
+---

Old:

  adminer-4.6.0.tar.xz

New:

  adminer-4.6.1.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.AJfoJF/_old  2018-02-09 15:52:19.561091071 +0100
+++ /var/tmp/diff_new_pack.AJfoJF/_new  2018-02-09 15:52:19.565090926 +0100
@@ -22,7 +22,7 @@
 %bcond_with mongodb
 %bcond_with mssql
 Name:   adminer
-Version:4.6.0
+Version:4.6.1
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0 OR Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.AJfoJF/_old  2018-02-09 15:52:19.601089634 +0100
+++ /var/tmp/diff_new_pack.AJfoJF/_new  2018-02-09 15:52:19.605089491 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v4.6.0
+refs/tags/v4.6.1
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.AJfoJF/_old  2018-02-09 15:52:19.629088628 +0100
+++ /var/tmp/diff_new_pack.AJfoJF/_new  2018-02-09 15:52:19.629088628 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/vrana/adminer.git
-d2ed0f7810e4f05a2fc6348286b622abf6464751
+800fbb9b9e4a617a94307a2e83cca85c871c0fbd
   
 

++ adminer-4.6.0.tar.xz -> adminer-4.6.1.tar.xz ++
 1924 lines of diff (skipped)




commit adminer for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2018-02-06 16:49:25

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Tue Feb  6 16:49:25 2018 rev:12 rq:573153 version:4.6.0

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2018-01-26 
13:39:42.248721396 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2018-02-06 
16:49:27.363220786 +0100
@@ -1,0 +2,75 @@
+Mon Feb 05 20:27:37 UTC 2018 - ji...@boombatower.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.0...
+  * 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
+
+---

Old:

  adminer-4.5.0.tar.xz

New:

  adminer-4.6.0.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.vpSWk1/_old  2018-02-06 16:49:28.123185226 +0100
+++ /var/tmp/diff_new_pack.vpSWk1/_new  2018-02-06 16:49:28.127185039 +0100
@@ -22,7 +22,7 @@
 %bcond_with mongodb
 %bcond_with mssql
 Name:   adminer
-Version:4.5.0
+Version:4.6.0
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0 OR Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.vpSWk1/_old  2018-02-06 16:49:28.163183354 +0100
+++ /var/tmp/diff_new_pack.vpSWk1/_new  2018-02-06 16:49:28.163183354 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v4.5.0
+refs/tags/v4.6.0
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.vpSWk1/_old  2018-02-06 16:49:28.187182231 +0100
+++ /var/tmp/diff_new_pack.vpSWk1/_new  2018-02-06 16:49:28.187182231 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/vrana/adminer.git
-536999d4dc437e2e2ea494b8387bbd9f9fce4411
+d2ed0f7810e4f05a2fc6348286b622abf6464751
   
 

++ adminer-4.5.0.tar.xz -> adminer-4.6.0.tar.xz ++
 2899 lines of diff (skipped)




commit adminer for openSUSE:Factory

2018-01-26 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2018-01-26 13:39:36

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Fri Jan 26 13:39:36 2018 rev:11 rq:569523 version:4.5.0

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2018-01-19 
11:54:23.832290236 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2018-01-26 
13:39:42.248721396 +0100
@@ -1,0 +2,60 @@
+Thu Jan 25 14:03:00 UTC 2018 - ji...@boombatower.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
+
+---

Old:

  adminer-4.4.0.tar.xz

New:

  adminer-4.5.0.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.ceUKwD/_old  2018-01-26 13:39:42.920690013 +0100
+++ /var/tmp/diff_new_pack.ceUKwD/_new  2018-01-26 13:39:42.924689826 +0100
@@ -22,7 +22,7 @@
 %bcond_with mongodb
 %bcond_with mssql
 Name:   adminer
-Version:4.4.0
+Version:4.5.0
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0 OR Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.ceUKwD/_old  2018-01-26 13:39:42.952688518 +0100
+++ /var/tmp/diff_new_pack.ceUKwD/_new  2018-01-26 13:39:42.952688518 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v4.4.0
+refs/tags/v4.5.0
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.ceUKwD/_old  2018-01-26 13:39:42.972687584 +0100
+++ /var/tmp/diff_new_pack.ceUKwD/_new  2018-01-26 13:39:42.972687584 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/vrana/adminer.git
-187dd56b1c3e2cafe7f6f91c25f45bde7363f260
+536999d4dc437e2e2ea494b8387bbd9f9fce4411
   
 

++ adminer-4.4.0.tar.xz -> adminer-4.5.0.tar.xz ++
 3798 lines of diff (skipped)




commit adminer for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2018-01-19 11:53:53

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Fri Jan 19 11:53:53 2018 rev:10 rq:567202 version:4.4.0

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2017-10-29 
20:24:29.123083994 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2018-01-19 
11:54:23.832290236 +0100
@@ -1,0 +2,101 @@
+Wed Jan 17 21:53:50 UTC 2018 - ji...@boombatower.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 

commit adminer for openSUSE:Factory

2017-10-29 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2017-10-29 20:24:29

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Sun Oct 29 20:24:29 2017 rev:9 rq:537261 version:4.3.1

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2017-09-12 
19:56:25.098443279 +0200
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2017-10-29 
20:24:29.123083994 +0100
@@ -1,0 +2,6 @@
+Sat Oct 28 01:06:37 UTC 2017 - ji...@boombatower.com
+
+- Disable elasticsearch and mssql since the dependencies are no
+  longer present in Factory.
+
+---



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.aMpNnW/_old  2017-10-29 20:24:29.719062275 +0100
+++ /var/tmp/diff_new_pack.aMpNnW/_new  2017-10-29 20:24:29.719062275 +0100
@@ -17,8 +17,10 @@
 #
 
 
-# pending Horde_Mongo package submission to Factory
+# pending package submissions to Factory
+%bcond_with elasticsearch
 %bcond_with mongodb
+%bcond_with mssql
 Name:   adminer
 Version:4.3.1
 Release:0
@@ -95,7 +97,6 @@
 Virtual package that requires dependencies needed for Adminer Firebird SQL 
support
 
 
-%if %{with mongodb}
 %package mongodb
 Summary:Dependencies required for Adminer MongoDB support
 Group:  Productivity/Networking/Web/Frontends
@@ -105,7 +106,7 @@
 
 %description mongodb
 Virtual package that requires dependencies needed for Adminer MongoDB support
-%endif
+
 
 %package mssql
 Summary:Dependencies required for Adminer MS SQL support
@@ -226,9 +227,11 @@
 %exclude %{apache_datadir}/%{name}/designs/hever/
 
 # Define adminer-database-support packages
+%if %{with elasticsearch}
 %files elasticsearch
 %defattr(-,root,root)
 %doc README
+%endif
 
 %files firebird
 %defattr(-,root,root)
@@ -240,9 +243,11 @@
 %doc README
 %endif
 
+%if %{with mssql}
 %files mssql
 %defattr(-,root,root)
 %doc README
+%endif
 
 %files mysql
 %defattr(-,root,root)




commit adminer for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2017-09-12 19:56:14

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Tue Sep 12 19:56:14 2017 rev:8 rq:523421 version:4.3.1

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2017-04-20 
20:56:50.501976135 +0200
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2017-09-12 
19:56:25.098443279 +0200
@@ -1,0 +2,5 @@
+Mon Sep 11 20:25:55 UTC 2017 - ji...@boombatower.com
+
+- Update a2enmod php5 to check for php version (boo#1058106).
+
+---



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.7WXf2E/_old  2017-09-12 19:56:25.674362300 +0200
+++ /var/tmp/diff_new_pack.7WXf2E/_new  2017-09-12 19:56:25.674362300 +0200
@@ -17,7 +17,7 @@
 #
 
 
-# pending php5-pear-Horde_Mongo package submission to Factory
+# pending Horde_Mongo package submission to Factory
 %bcond_with mongodb
 Name:   adminer
 Version:4.3.1
@@ -185,9 +185,13 @@
 
 %post
 # Enable required apache modules.
-if [ -x /usr/sbin/a2enmod ]; then
-  a2enmod -q php5 || a2enmod php5
+if [ -x /usr/sbin/a2enmod ] ; then
+  # Get installed php_version (5 or 7).
+  php_version=$(php -v | grep '(cli)' | awk '{print $2}' | awk -F'.' '{print 
$1}')
+  if [[ -n ${php_version} ]]; then
+a2enmod -q php${php_version} || a2enmod php${php_version}
   a2enmod -q version || a2enmod version
+  fi
 fi
 
 %if 0%{?suse_version} < 1310




commit adminer for openSUSE:Factory

2017-04-20 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2017-04-20 20:56:46

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Thu Apr 20 20:56:46 2017 rev:7 rq:488004 version:4.3.1

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2017-03-16 
09:52:07.148828598 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2017-04-20 
20:56:50.501976135 +0200
@@ -1,0 +2,16 @@
+Fri Apr 14 18:11:49 UTC 2017 - ji...@boombatower.com
+
+- Update to version 4.3.1:
+  * PostgreSQL: Fix index size computation in PostgreSQL < 9.0 (reverts 
4c78976c)
+  * Fix PostgreSQL nullable fields in export
+  * Fix table dependency on export
+  * Updating Russian translation
+  * Update haeckel design (thanks to Klemens Haeckel)
+  * PostgreSQL: Support JSON and JSONB data types (bug #542)
+  * PostgreSQL: Fix JSONB version support
+  * Don't overwrite previous cookies (bug #539)
+  * Add a todo
+  * Fix SQL command autofocus
+  * Release 4.3.1
+
+---

Old:

  adminer-4.3.0.tar.xz

New:

  adminer-4.3.1.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.abarSr/_old  2017-04-20 20:56:51.241871501 +0200
+++ /var/tmp/diff_new_pack.abarSr/_new  2017-04-20 20:56:51.245870936 +0200
@@ -20,7 +20,7 @@
 # pending php5-pear-Horde_Mongo package submission to Factory
 %bcond_with mongodb
 Name:   adminer
-Version:4.3.0
+Version:4.3.1
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0 or Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.abarSr/_old  2017-04-20 20:56:51.293864148 +0200
+++ /var/tmp/diff_new_pack.abarSr/_new  2017-04-20 20:56:51.293864148 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v4.3.0
+refs/tags/v4.3.1
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.abarSr/_old  2017-04-20 20:56:51.313861320 +0200
+++ /var/tmp/diff_new_pack.abarSr/_new  2017-04-20 20:56:51.317860755 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/vrana/adminer.git
-22d0cf4171a94dd489ee12dba023e79da1ed4baf
+7af1ee3702420620641d075ebfd54d4b1d220409
   
 

++ adminer-4.3.0.tar.xz -> adminer-4.3.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-4.3.0/.gitmodules 
new/adminer-4.3.1/.gitmodules
--- old/adminer-4.3.0/.gitmodules   1970-01-01 01:00:00.0 +0100
+++ new/adminer-4.3.1/.gitmodules   2017-04-14 09:48:11.0 +0200
@@ -0,0 +1,9 @@
+[submodule "jush"]
+   path = externals/jush
+   url = git://git.code.sf.net/p/jush/git
+[submodule "wymeditor"]
+   path = externals/wymeditor
+   url = git://github.com/wymeditor/wymeditor.git
+[submodule "JsShrink"]
+   path = externals/JsShrink
+   url = git://github.com/vrana/JsShrink.git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-4.3.0/adminer/drivers/pgsql.inc.php 
new/adminer-4.3.1/adminer/drivers/pgsql.inc.php
--- old/adminer-4.3.0/adminer/drivers/pgsql.inc.php 2017-03-15 
18:24:12.0 +0100
+++ new/adminer-4.3.1/adminer/drivers/pgsql.inc.php 2017-04-14 
09:48:11.0 +0200
@@ -186,12 +186,20 @@
}
 
function connect() {
-   global $adminer;
+   global $adminer, $types, $structured_types;
$connection = new Min_DB;
$credentials = $adminer->credentials();
if ($connection->connect($credentials[0], $credentials[1], 
$credentials[2])) {
if ($connection->server_info >= 9) {
$connection->query("SET application_name = 
'Adminer'");
+   if ($connection->server_info >= 9.2) {
+   $structured_types[lang('Strings')][] = 
"json";
+   $types["json"] = 4294967295;
+   if ($connection->server_info >= 9.4) {
+   
$structured_types[lang('Strings')][] = "jsonb";
+   $types["jsonb"] = 4294967295;
+   }
+   }
}
return $connection;
}
@@ -244,11 +252,11 @@
 
function table_status($name = "") {
$return = array();
-   foreach (get_rows("SELE

commit adminer for openSUSE:Factory

2017-03-16 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2017-03-16 09:43:37

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Thu Mar 16 09:43:37 2017 rev:6 rq:479775 version:4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2017-02-03 
17:31:13.019765744 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2017-03-16 
09:52:07.148828598 +0100
@@ -1,0 +2,97 @@
+Wed Mar 15 18:35:00 UTC 2017 - ji...@boombatower.com
+
+- Update to version 4.3.0:
+  * Update Indonesian translation (thanks to Benny)
+  * Add accessibility labels to Create Table fields
+  * Make maxlength in edit fields a soft limit
+  * Add Cache-Control: immutable to static files
+  * Change comment not supported by compile.php
+  * Changed 'geraakt' to 'beinvloed' in Dutch translation
+  * Disallow selecting driver if there's only one
+  * Add SQLite auto-login plugin
+  * RTL layout fixes
+  * Additional theme with responsive and RTL support
+  * Escape quote in field name to make it work in Chrome (thanks to zcepenela 
pani)
+  * Add accessibility labels to databases and tables checkboxes
+  * Use class instead inline style
+  * Add accessibility labels to Indexes
+  * Add accessibility labels to Foreign keys
+  * mistype correction
+  * Fix error found by PHPStan
+  * postgresql : unique partial index musn't be considered as unique. can 
cause problems on row edition
+  * postgresql : ERROR: function connection_id() does not exist
+  * PHP Warning hidden and better parsing times (at least for postgresql)
+  * Plugin which shows sql structure comments in field names title
+  * Fixed mssql driver for usage with microsoft's php7 sqlsrv extension
+  * Changed 'undefined' to 'null'
+  * Use null instead of undefined on after parsing JSON
+  * Added pdo_dblib as a driver for MSSQL (as native MSSQL driver does not 
exist for PHP7)
+  * Document changes
+  * Fixed background of the list of the tables.
+  * postgresql error with index on hidden columns (ctid)
+  * Fix index length with Postgresql
+  * Tabs must also be escaped in JSON strings
+  * Plugin: Use  on custom user types in psql
+  * Added support for binary foreign keys selection on edit
+  * Update AdminerTablesFilter
+  * AdminerTablesFilter: Persist filter value in a tab
+  * Improve limit check in edit-foreign plugin
+  * fixed Elastic table_status()
+  * Handle checkboxes properly in selectAddRow()
+  * Move rendering of table structure and indexes list into plugin system
+  * Add plugin for printing table structure in expanded format
+  * Add plugin for printing table indexes structure in expanded format
+  * PostgreSQL export: table structure, columns, sequences, indexes, foreign 
keys, comments, trigger definition
+  * make bytea fields shortable
+  * New skin 'flat'
+  * Do not set input type as numeric if field is an array
+  * Add namespace to routine call
+  * Edit json and jsonb types in textarea
+  * Breadcumb no longer blocks the logout button.
+  * Hide databases the user can't connect to
+  * fix logger for SQL commands
+  * Fix MS SQL Driver to not show warnings for version fetching on connection 
and to retrieve the next set of results properly
+  * Changed NULL format
+  * Tables list implemented as 
+  * foreign key link fix - added missing ns
+  * Add javascript move for editing
+  * Verify commit success after import.
+  * PostgreSQL: Fix index size computation
+  * PostgreSQL: Allow changing materialized views
+  * Fixed all alternative designs after changes in a list of tables made here: 
https://github.com/vrana/adminer/pull/116
+  * Checkbox for bool in psql
+  * Add basic support for MySQL replication
+  * Add Czech translation
+  * Display message about missing master status
+  * Add jsonly class to JS checkboxes
+  * Fix where() escaping in MS SQL (bug #496)
+  * Support high Unicode characters in shorten_utf8 (bug #481)
+  * Use 'Create database' instead of 'Create new database'
+  * Move 'Create user' above the list of users
+  * Fix dropping foreign keys linking to other database
+  * MySQL: Support spatial indexes (bug #455)
+  * Save bytes
+  * Elasticsearch: Support HTTPS by inputting https://server (bug #446)
+  * Unindent
+  * Hide materialized views in MySQL
+  * Elasticsearch: allow empty server name
+  * Bump version
+  * Avoid referencing global variable (doesn't work in PHP 7.1 if Adminer is 
included inside a function)
+  * Document new engines
+  * Simplify SQLite development
+  * Lint PHP files
+  * Save bytes
+  * Update URL
+  * Improve SQLite login error message
+  * Rely on noreferrer in Firefox too
+  * Use SameSite cookies (except session cookie)
+  * Support MySQL 8
+  * MySQL: Support JSON data type
+  * Print number 

commit adminer for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2017-01-29 10:37:06

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2016-06-07 
23:46:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2017-02-03 
17:31:13.019765744 +0100
@@ -1,0 +2,6 @@
+Sun Jan 22 01:01:05 UTC 2017 - ch...@computersalat.de
+
+- fix adminer-http.conf file
+  * absence of 'mod_version' is no guarantee to be on apache < 2.4
+
+---



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.PiExyy/_old  2017-02-03 17:31:13.535692723 +0100
+++ /var/tmp/diff_new_pack.PiExyy/_new  2017-02-03 17:31:13.539692157 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package adminer
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Jimmy Berry 
 #
 # All modifications and additions to the file contributed by third parties

++ adminer-httpd.conf ++
--- /var/tmp/diff_new_pack.PiExyy/_old  2017-02-03 17:31:13.599683666 +0100
+++ /var/tmp/diff_new_pack.PiExyy/_new  2017-02-03 17:31:13.603683100 +0100
@@ -8,48 +8,40 @@
 DirectoryIndex adminer.php
 Options -Indexes +FollowSymLinks
 AllowOverride None
-
-
-Order allow,deny
-Allow from all
-
-= 2.4>
-
-Require all granted
-
-
-Order allow,deny
-Allow from all
-
-
-
-
+
+
 Order allow,deny
 Allow from all
-
+
+= 2.4>
+
+Require all granted
+
+
+Order allow,deny
+Allow from all
+
+
+
 
 
 
 Options -FollowSymLinks
 AllowOverride None
-
-
-Order deny,allow
-Deny from all
-
-= 2.4>
-
-Require all denied
-
-
-Order deny,allow
-Deny from all
-
-
-
-
+
+
 Order deny,allow
 Deny from all
-
+
+= 2.4>
+
+Require all denied
+
+
+Order deny,allow
+Deny from all
+
+
+
 
 




commit adminer for openSUSE:Factory

2016-06-07 Thread h_root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2016-06-07 23:46:49

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2016-03-07 
13:23:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2016-06-07 
23:46:51.0 +0200
@@ -1,0 +2,11 @@
+Wed Jun 01 21:15:28 UTC 2016 - ji...@boombatower.com
+
+- Update to version v4.2.5:
+  + Fix http:// links in stylesheets to protocol-independent ones (//)
+  + improved kill command support for MySQL and initial support for PgSQL
+  + Remove global variable
+  + Fix remote execution in SQLite query (thanks to Vincent Waart)
+  + SQLite: Require credentials to use (thanks to Vincent Waart)
+  + Release 4.2.5
+
+---

Old:

  adminer-v4.2.4.tar.xz

New:

  adminer-v4.2.5.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.m523jS/_old  2016-06-07 23:46:52.0 +0200
+++ /var/tmp/diff_new_pack.m523jS/_new  2016-06-07 23:46:52.0 +0200
@@ -20,7 +20,7 @@
 # pending php5-pear-Horde_Mongo package submission to Factory
 %bcond_with mongodb
 Name:   adminer
-Version:4.2.4
+Version:4.2.5
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0 or Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.m523jS/_old  2016-06-07 23:46:52.0 +0200
+++ /var/tmp/diff_new_pack.m523jS/_new  2016-06-07 23:46:52.0 +0200
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/v4.2.4
+refs/tags/v4.2.5
 https://github.com/vrana/adminer.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.m523jS/_old  2016-06-07 23:46:52.0 +0200
+++ /var/tmp/diff_new_pack.m523jS/_new  2016-06-07 23:46:52.0 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/vrana/adminer.git
-49e2ac4559f0027c64f0f413ad02a56bdfc70fa6
+53dfafd2ea80e318eded7937252d0c1d9b7a2c93
   
 

++ adminer-v4.2.4.tar.xz -> adminer-v4.2.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-v4.2.4/adminer/drivers/mysql.inc.php 
new/adminer-v4.2.5/adminer/drivers/mysql.inc.php
--- old/adminer-v4.2.4/adminer/drivers/mysql.inc.php2016-02-19 
02:36:11.0 +0100
+++ new/adminer-v4.2.5/adminer/drivers/mysql.inc.php2016-06-01 
23:15:22.0 +0200
@@ -1015,6 +1015,15 @@
return !preg_match("~scheme|sequence|type|view_trigger" . 
($connection->server_info < 5.1 ? "|event|partitioning" . 
($connection->server_info < 5 ? "|routine|trigger|view" : "") : "") . "~", 
$feature);
}
 
+   function kill_process($val) {
+   return queries("KILL " . number($val));
+   }
+
+   function max_connections() {
+   global $connection;
+   return $connection->result("SELECT @@max_connections");
+   }
+
$jush = "sql"; ///< @var string JUSH identifier
$types = array(); ///< @var array ($type => $maximum_unsigned_length, 
...)
$structured_types = array(); ///< @var array ($description => 
array($type, ...), ...)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-v4.2.4/adminer/drivers/pgsql.inc.php 
new/adminer-v4.2.5/adminer/drivers/pgsql.inc.php
--- old/adminer-v4.2.4/adminer/drivers/pgsql.inc.php2016-02-19 
02:36:11.0 +0100
+++ new/adminer-v4.2.5/adminer/drivers/pgsql.inc.php2016-06-01 
23:15:22.0 +0200
@@ -631,7 +631,16 @@
 
function support($feature) {
global $connection;
-   return 
preg_match('~^(database|table|columns|sql|indexes|comment|view|' . 
($connection->server_info >= 9.3 ? 'materializedview|' : '') . 
'scheme|processlist|sequence|trigger|type|variables|drop_col)$~', $feature); 
//! routine|
+   return 
preg_match('~^(database|table|columns|sql|indexes|comment|view|' . 
($connection->server_info >= 9.3 ? 'materializedview|' : '') . 
'scheme|processlist|sequence|trigger|type|variables|drop_col|kill)$~', 
$feature); //! routine|
+   }
+
+   function kill_process($val) {
+   return queries("SELECT pg_terminate_backend(" . 
number($val).")");
+   }
+
+   function max_connections() {
+   global $connection;
+   return $connection->result("SHOW max_connections");
}
 
$jush = "pgsql";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnig

commit adminer for openSUSE:Factory

2016-03-07 Thread h_root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2016-03-07 13:23:09

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2016-02-18 
12:36:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2016-03-07 
13:23:30.0 +0100
@@ -4,0 +5,10 @@
+  + Add escaping (not fixing any XSS)
+  + Release 4.2.3
+  + Use HTTPS Google Font URL
+  + Support PHP 7
+  + Delete unused variable and method
+  + Bosnian language
+  + Add Bosnian translation
+  + Add Finnish translation
+  + Fix remote execution in SQLite query (discovered by 庞申杰(千霄))
+  + Release 4.2.4

New:

  _servicedata



Other differences:
--
++ _service ++
--- /var/tmp/diff_new_pack.pVuqvm/_old  2016-03-07 13:23:31.0 +0100
+++ /var/tmp/diff_new_pack.pVuqvm/_new  2016-03-07 13:23:31.0 +0100
@@ -4,6 +4,7 @@
 refs/tags/v4.2.4
 https://github.com/vrana/adminer.git
 git
+enable
   
   
 xz

++ _servicedata ++

  
https://github.com/vrana/adminer.git
49e2ac4559f0027c64f0f413ad02a56bdfc70fa6
  

++ adminer-v4.2.4.tar.xz ++




commit adminer for openSUSE:Factory

2016-02-18 Thread h_root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2016-02-18 11:07:09

Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and  /work/SRC/openSUSE:Factory/.adminer.new (New)


Package is "adminer"

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2016-02-16 
09:18:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2016-02-18 
12:36:32.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb  9 22:05:41 UTC 2016 - ji...@boombatower.com
+
+- Update to 4.2.4.
+
+---

Old:

  adminer-v4.2.3.tar.xz

New:

  adminer-v4.2.4.tar.xz



Other differences:
--
++ adminer.spec ++
--- /var/tmp/diff_new_pack.oyqUI2/_old  2016-02-18 12:36:33.0 +0100
+++ /var/tmp/diff_new_pack.oyqUI2/_new  2016-02-18 12:36:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package adminer
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Jimmy Berry 
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 # pending php5-pear-Horde_Mongo package submission to Factory
 %bcond_with mongodb
 Name:   adminer
-Version:4.2.3
+Version:4.2.4
 Release:0
 Summary:Database management in a single PHP file
 License:GPL-2.0 or Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.oyqUI2/_old  2016-02-18 12:36:33.0 +0100
+++ /var/tmp/diff_new_pack.oyqUI2/_new  2016-02-18 12:36:33.0 +0100
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/v4.2.3
+refs/tags/v4.2.4
 https://github.com/vrana/adminer.git
 git
   

++ adminer-v4.2.3.tar.xz -> adminer-v4.2.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-v4.2.3/adminer/drivers/mysql.inc.php 
new/adminer-v4.2.4/adminer/drivers/mysql.inc.php
--- old/adminer-v4.2.3/adminer/drivers/mysql.inc.php2015-11-16 
06:12:44.0 +0100
+++ new/adminer-v4.2.4/adminer/drivers/mysql.inc.php2016-02-09 
23:05:14.0 +0100
@@ -13,16 +13,16 @@
parent::init();
}
 
-   function connect($server, $username, $password) {
+   function connect($server = "", $username = "", 
$password = "", $database = null, $port = null, $socket = null) {
mysqli_report(MYSQLI_REPORT_OFF); // stays 
between requests, not required since PHP 5.3.4
list($host, $port) = explode(":", $server, 2); 
// part after : is used for port or socket
$return = @$this->real_connect(
($server != "" ? $host : 
ini_get("mysqli.default_host")),
($server . $username != "" ? $username 
: ini_get("mysqli.default_user")),
($server . $username . $password != "" 
? $password : ini_get("mysqli.default_pw")),
-   null,
+   $database,
(is_numeric($port) ? $port : 
ini_get("mysqli.default_port")),
-   (!is_numeric($port) ? $port : null)
+   (!is_numeric($port) ? $port : $socket)
);
return $return;
}
@@ -581,16 +581,6 @@
return h(preg_replace('~^You have an error.*syntax to use~U', 
"Syntax error", $connection->error));
}
 
-   /** Get line of error
-   * @return int 0 for first line
-   */
-   function error_line() {
-   global $connection;
-   if (preg_match('~ at line ([0-9]+)$~', $connection->error, 
$regs)) {
-   return $regs[1] - 1;
-   }
-   }
-
/** Create database
* @param string
* @param string
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adminer-v4.2.3/adminer/include/lang.inc.php 
new/adminer-v4.2.4/adminer/include/lang.inc.php
--- old/adminer-v4.2.3/adminer/include/lang.inc.php 2015-11-16 
06:12:44.0 +0100
+++ new/adminer-v4.2.4/adminer/include/lang.inc.php 2016-02-09 
23:05:14.0 +0100
@@ -6,6 +6,7 @@
'ar' => 'العربية', // Y.M Amine - Algeria - n...@live.fr
'bg' => 'Български', // Deyan Delchev
'bn' => 'বাংলা', // Dipak Kumar - dipak@gmail.com
+   'bs' =>