jenkins-bot has submitted this change and it was merged. Change subject: Remove executable bit from files that are not ......................................................................
Remove executable bit from files that are not Bug: T104045 Change-Id: I51f876ca10544fdb5f5820d0e60ffabe7dde209a --- M WikibaseQuality.php M WikibaseQualityHooks.php M api/GetViolationMessages.php M api/ModifyViolation.php M composer.json M i18n/de.json M i18n/en.json M i18n/qqq.json M includes/Html/HtmlTableBuilder.php M includes/Html/HtmlTableCellBuilder.php M includes/Html/HtmlTableHeaderBuilder.php M includes/Serializer/ViolationSerializer.php M includes/Violations/SqlViolationRepo.php M includes/Violations/Violation.php M includes/Violations/ViolationQuery.php M modules/ext.WikibaseQuality.UiScript.css M modules/ext.WikibaseQuality.UiScript.js M resources/images/severe_arrows.png M specials/SpecialViolationsPage.php M sql/create_wbq_violations.sql M tests/phpunit/Api/GetViolationMessagesTest.php M tests/phpunit/Api/ModifyViolationTest.php M tests/phpunit/Helper/JsonFileEntityLookup.php M tests/phpunit/Html/HtmlTableBuilderTest.php M tests/phpunit/Html/HtmlTableCellBuilderTest.php M tests/phpunit/Html/HtmlTableHeaderBuilderTest.php M tests/phpunit/Serializer/ViolationSerializerTest.php M tests/phpunit/Violations/DispatchingViolationFormatterTest.php M tests/phpunit/Violations/SqlViolationRepoTest.php M tests/phpunit/Violations/ViolationQueryTest.php M tests/phpunit/Violations/ViolationTest.php 31 files changed, 0 insertions(+), 0 deletions(-) Approvals: Addshore: Looks good to me, approved JanZerebecki: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/WikibaseQuality.php b/WikibaseQuality.php old mode 100755 new mode 100644 diff --git a/WikibaseQualityHooks.php b/WikibaseQualityHooks.php old mode 100755 new mode 100644 diff --git a/api/GetViolationMessages.php b/api/GetViolationMessages.php old mode 100755 new mode 100644 diff --git a/api/ModifyViolation.php b/api/ModifyViolation.php old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/i18n/de.json b/i18n/de.json old mode 100755 new mode 100644 diff --git a/i18n/en.json b/i18n/en.json old mode 100755 new mode 100644 diff --git a/i18n/qqq.json b/i18n/qqq.json old mode 100755 new mode 100644 diff --git a/includes/Html/HtmlTableBuilder.php b/includes/Html/HtmlTableBuilder.php old mode 100755 new mode 100644 diff --git a/includes/Html/HtmlTableCellBuilder.php b/includes/Html/HtmlTableCellBuilder.php old mode 100755 new mode 100644 diff --git a/includes/Html/HtmlTableHeaderBuilder.php b/includes/Html/HtmlTableHeaderBuilder.php old mode 100755 new mode 100644 diff --git a/includes/Serializer/ViolationSerializer.php b/includes/Serializer/ViolationSerializer.php old mode 100755 new mode 100644 diff --git a/includes/Violations/SqlViolationRepo.php b/includes/Violations/SqlViolationRepo.php old mode 100755 new mode 100644 diff --git a/includes/Violations/Violation.php b/includes/Violations/Violation.php old mode 100755 new mode 100644 diff --git a/includes/Violations/ViolationQuery.php b/includes/Violations/ViolationQuery.php old mode 100755 new mode 100644 diff --git a/modules/ext.WikibaseQuality.UiScript.css b/modules/ext.WikibaseQuality.UiScript.css old mode 100755 new mode 100644 diff --git a/modules/ext.WikibaseQuality.UiScript.js b/modules/ext.WikibaseQuality.UiScript.js old mode 100755 new mode 100644 diff --git a/resources/images/severe_arrows.png b/resources/images/severe_arrows.png old mode 100755 new mode 100644 Binary files differ diff --git a/specials/SpecialViolationsPage.php b/specials/SpecialViolationsPage.php old mode 100755 new mode 100644 diff --git a/sql/create_wbq_violations.sql b/sql/create_wbq_violations.sql old mode 100755 new mode 100644 diff --git a/tests/phpunit/Api/GetViolationMessagesTest.php b/tests/phpunit/Api/GetViolationMessagesTest.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/Api/ModifyViolationTest.php b/tests/phpunit/Api/ModifyViolationTest.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/Helper/JsonFileEntityLookup.php b/tests/phpunit/Helper/JsonFileEntityLookup.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/Html/HtmlTableBuilderTest.php b/tests/phpunit/Html/HtmlTableBuilderTest.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/Html/HtmlTableCellBuilderTest.php b/tests/phpunit/Html/HtmlTableCellBuilderTest.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/Html/HtmlTableHeaderBuilderTest.php b/tests/phpunit/Html/HtmlTableHeaderBuilderTest.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/Serializer/ViolationSerializerTest.php b/tests/phpunit/Serializer/ViolationSerializerTest.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/Violations/DispatchingViolationFormatterTest.php b/tests/phpunit/Violations/DispatchingViolationFormatterTest.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/Violations/SqlViolationRepoTest.php b/tests/phpunit/Violations/SqlViolationRepoTest.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/Violations/ViolationQueryTest.php b/tests/phpunit/Violations/ViolationQueryTest.php old mode 100755 new mode 100644 diff --git a/tests/phpunit/Violations/ViolationTest.php b/tests/phpunit/Violations/ViolationTest.php old mode 100755 new mode 100644 -- To view, visit https://gerrit.wikimedia.org/r/226624 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I51f876ca10544fdb5f5820d0e60ffabe7dde209a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/WikibaseQuality Gerrit-Branch: master Gerrit-Owner: JanZerebecki <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: JanZerebecki <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: Springle <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
