[phpMyAdmin Git] [phpmyadmin/phpmyadmin] a5e8cf: Fix copy table to another database, the select can be an input when the DB count is > $cfg['MaxDbList']

William Desportes williamdes at wdes.fr
Sun Jun 7 23:35:41 CEST 2020


Branch: refs/heads/QA_5_0
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a5e8cf855314e446e0de7ef1c6f19d88f4297bcf
https://github.com/phpmyadmin/phpmyadmin/commit/a5e8cf855314e446e0de7ef1c6f19d88f4297bcf
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-06-07 (Sun, 06 June 2020) +02:00

Changed paths: 
M js/table/operations.js

Log Message:
-----------
Fix copy table to another database, the select can be an input when the DB count is > $cfg['MaxDbList']

See: Operations::getHtmlForCopytable
Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 64423efc5ff165d2405b19b0e1dda6e24bdc2b19
https://github.com/phpmyadmin/phpmyadmin/commit/64423efc5ff165d2405b19b0e1dda6e24bdc2b19
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-06-07 (Sun, 06 June 2020) +02:00

Changed paths: 
M ChangeLog

Log Message:
-----------
Add a ChangeLog entry for a5e8cf8553

Ref: a5e8cf855314e446e0de7ef1c6f19d88f4297bcf

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: d06ec742e30b4af76dedcae45874fb83693d3585
https://github.com/phpmyadmin/phpmyadmin/commit/d06ec742e30b4af76dedcae45874fb83693d3585
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-06-07 (Sun, 06 June 2020) +02:00

Changed paths: 
M libraries/classes/Navigation/Nodes/NodeDatabase.php

Log Message:
-----------
Fix an "Uncaught TypeError: PhpMyAdmin\DatabaseInterface::dataSeek()"

Uncaught TypeError: PhpMyAdmin\DatabaseInterface::dataSeek(): Argument #2 ($offset) must be of type int, string given, called in libraries/classes/Navigation/Nodes/NodeDatabase.php on line 488 and defined in libraries/classes/DatabaseInterface.php:2724"

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 1eb7c00c1cd1c6ed240654e74da840964cda8328
https://github.com/phpmyadmin/phpmyadmin/commit/1eb7c00c1cd1c6ed240654e74da840964cda8328
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-06-07 (Sun, 06 June 2020) +02:00

Changed paths: 
M libraries/classes/Database/Designer/Common.php

Log Message:
-----------
Fix #16157 - relations of tables having spaces or special chars where not showing in the Designer

We where comparing encoded strings with non encoded ones, that could not work.

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: da495f3eb8cf85bc79ff93817a99db6c5ce0d2c3
https://github.com/phpmyadmin/phpmyadmin/commit/da495f3eb8cf85bc79ff93817a99db6c5ce0d2c3
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-06-07 (Sun, 06 June 2020) +02:00

Changed paths: 
M ChangeLog

Log Message:
-----------
Add a ChangeLog entry for #16157


Signed-off-by: William Desportes <williamdes at wdes.fr>



More information about the Git mailing list