Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 076a84d259cbc8382a2ac92a2e8d5840e50659a4 https://github.com/phpmyadmin/phpmyadmin/commit/076a84d259cbc8382a2ac92a2e8d... Author: William Desportes williamdes@wdes.fr Date: 2020-05-15 (Fri, 05 May 2020) +02:00
Changed paths: M setup/styles.css
Log Message: ----------- Run stylelint on setup CSS styles
Some errors are unfixed: setup/styles.css 459:5 ✖ Unexpected duplicate "background" declaration-block-no-duplicate-properties 459:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides 459:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides 460:5 ✖ Unexpected duplicate "background" declaration-block-no-duplicate-properties 460:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides 460:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides 461:5 ✖ Unexpected duplicate "background" declaration-block-no-duplicate-properties 461:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides 461:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides 462:5 ✖ Unexpected duplicate "background" declaration-block-no-duplicate-properties 462:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides 462:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides 473:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides 473:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides 474:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides 474:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides 475:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides 475:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides 476:5 ✖ Unexpected shorthand "background" after "background-image" declaration-block-no-shorthand-property-overrides 476:5 ✖ Unexpected shorthand "background" after "background-size" declaration-block-no-shorthand-property-overrides
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 947f9ad04f14ad7ce1d966c120e14ad14c09359b https://github.com/phpmyadmin/phpmyadmin/commit/947f9ad04f14ad7ce1d966c120e1... Author: William Desportes williamdes@wdes.fr Date: 2020-05-15 (Fri, 05 May 2020) +02:00
Changed paths: M test/classes/Config/DescriptionTest.php M test/classes/Controllers/Table/StructureControllerTest.php
Log Message: ----------- Remove some unused code detected by codacy
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 178f6db30262876a11882ead9abd571ecc3fda62 https://github.com/phpmyadmin/phpmyadmin/commit/178f6db30262876a11882ead9abd... Author: William Desportes williamdes@wdes.fr Date: 2020-05-16 (Sat, 05 May 2020) +02:00
Changed paths: M libraries/classes/Database/Routines.php
Log Message: ----------- Split Database/Routines::handleExecute code into a function
Signed-off-by: William Desportes williamdes@wdes.fr