Branch: refs/heads/QA_5_0
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 81d1330ae583b2526d62338b3454cbfc91a0714e
https://github.com/phpmyadmin/phpmyadmin/commit/81d1330ae583b2526d62338b345…
Author: Sean Mollet <nhtshot(a)gmail.com>
Date: 2020-02-12 (Wed, 02 February 2020) +01:00
Changed paths:
M libraries/classes/Tracker.php
Log Message:
-----------
Fix crash when tablename or dbname is not set
Drop statements don't give proper tablenames, resulting in a crash. Obviously, that issue needs fixed as well, but handling it cleanly seems preferable.
Signed-off-by: Sean Mollet <sean(a)malmoset.com>
Commit: 372973da5c98e3e782b5adb510bc958e1069be2f
https://github.com/phpmyadmin/phpmyadmin/commit/372973da5c98e3e782b5adb510b…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-02-12 (Wed, 02 February 2020) +01:00
Changed paths:
M libraries/classes/Tracker.php
Log Message:
-----------
Merge #15886 - Fix crash when tablename or dbname is not set
Pull-request: #15886
I could not verify the crash but the fix was possible.
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/QA_5_0
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 87aa7b0dc7e0913f4f4eed8f30475a8c37d9e050
https://github.com/phpmyadmin/phpmyadmin/commit/87aa7b0dc7e0913f4f4eed8f304…
Author: Gaurav Punjabi <gaurav.bpunjabi(a)gmail.com>
Date: 2020-02-11 (Tue, 02 February 2020) +01:00
Changed paths:
M libraries/classes/VersionInformation.php
M test/classes/VersionInformationTest.php
Log Message:
-----------
Revert "Added a condition to find the latest compatible version"
This reverts commit d26b9fb543cfe63c7383585e9b9785fcf1cf6920.
Sorry for that error
Signed-off-by: William Desportes <williamdes(a)wdes.fr>