Branch: refs/heads/QA_5_1 Home: https://github.com/phpmyadmin/phpmyadmin Commit: b5cde44e1795368b9a831121c3c0bc0c81f147e3 https://github.com/phpmyadmin/phpmyadmin/commit/b5cde44e1795368b9a831121c3c0... Author: William Desportes williamdes@wdes.fr Date: 2021-04-12 (Mon, 04 April 2021) +02:00
Changed paths: M libraries/classes/Config/SpecialSchemaLinks.php M libraries/classes/Display/Results.php
Log Message: ----------- Document special schema links array format
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 927689554e085378d41014731eb3b0f777f67d51 https://github.com/phpmyadmin/phpmyadmin/commit/927689554e085378d41014731eb3... Author: William Desportes williamdes@wdes.fr Date: 2021-04-12 (Mon, 04 April 2021) +02:00
Changed paths: M libraries/classes/Display/Results.php M test/classes/Display/ResultsTest.php
Log Message: ----------- Remove impossible code since #1208 Ref: 26dc919e68685accf9f694ecabb77280557ccc7a
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 721e927f124e3cb96e0503d4267c517de03c885c https://github.com/phpmyadmin/phpmyadmin/commit/721e927f124e3cb96e0503d4267c... Author: William Desportes williamdes@wdes.fr Date: 2021-04-12 (Mon, 04 April 2021) +02:00
Changed paths: M libraries/classes/Display/Results.php M test/classes/Display/ResultsTest.php
Log Message: ----------- Fix #16791 - Undefined index table_schema and "DESCRIBE FILES" broken links
Reverts: ca0244f06bf989ce294d0181a38b50121709450a because the code was guessing what the parent had already found but the code did not fine the same results between the parent and the child.
Now passing the result from the parent to the child will remove one guessing
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 9d5160c026fd2fa20c9ef6474d81b3ea1253af66 https://github.com/phpmyadmin/phpmyadmin/commit/9d5160c026fd2fa20c9ef6474d81... Author: William Desportes williamdes@wdes.fr Date: 2021-04-12 (Mon, 04 April 2021) +02:00
Changed paths: M ChangeLog
Log Message: ----------- Add a ChangeLog entry for #16791
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: b78f8a094c93a5c90ff3e09973c39093798e8ab9 https://github.com/phpmyadmin/phpmyadmin/commit/b78f8a094c93a5c90ff3e09973c3... Author: William Desportes williamdes@wdes.fr Date: 2021-04-12 (Mon, 04 April 2021) +02:00
Changed paths: M libraries/classes/Controllers/Table/StructureController.php
Log Message: ----------- Fix #16790 - Undefined index field_name
Unable to reproduce, adding a safety will make the code run properly.
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 98fd4a757b470fdabc7bfda4f49ba24f3c204dd5 https://github.com/phpmyadmin/phpmyadmin/commit/98fd4a757b470fdabc7bfda4f49b... Author: William Desportes williamdes@wdes.fr Date: 2021-04-12 (Mon, 04 April 2021) +02:00
Changed paths: M ChangeLog
Log Message: ----------- Add a ChangeLog entry for #16790
Signed-off-by: William Desportes williamdes@wdes.fr