Support from Acquia helps fund testing for Drupal Acquia logo

Comments

thedavidmeister’s picture

Assigned: Unassigned » thedavidmeister
thedavidmeister’s picture

Status: Active » Needs review
FileSize
8.63 KB
thedavidmeister’s picture

Assigned: thedavidmeister » Unassigned

Status: Needs review » Needs work

The last submitted patch, 2089461-2.patch, failed testing.

thedavidmeister’s picture

Status: Needs work » Needs review
FileSize
518 bytes
8.91 KB
thedavidmeister’s picture

FileSize
8.91 KB

needed reroll

rpsu’s picture

Status: Needs review » Reviewed & tested by the community

No check_plain() left after this patch, so RTBC.

alexpott’s picture

Status: Reviewed & tested by the community » Needs work
Issue tags: +Needs reroll

Patch no longer applies.

stpaultim’s picture

Status: Needs work » Needs review
Issue tags: -Novice, -Needs reroll
FileSize
18.24 KB

Reroll

stpaultim’s picture

Issue tags: +Novice

Didn't mean to remove "Novice" tag.

Alan D.’s picture

Status: Needs review » Needs work

You accidentally added the file 2089461-6.patch

I find it best to always do something like this to avoid creating patches with the checked out directory :)

git diff > ../patches/patch-file.patch

Alan D.’s picture

Status: Needs work » Needs review
FileSize
9 KB

Re-roll

Status: Needs review » Needs work

The last submitted patch, drupal-2089461-12-switch-check_plain-to-String-checkPlain.patch, failed testing.

Alan D.’s picture

Even a simple re-roll should be tested. Me bad. \Drupal\Component\Utility\String was already introduced in #2043757: Remove drupal_(string) methods out of diffengine.

Alan D.’s picture

Status: Needs work » Needs review
areke’s picture

Issue summary: View changes
Status: Needs review » Needs work
Issue tags: +Needs reroll

The patch doesn't apply anymore. It needs to be rerolled again.

dsdeiz’s picture

dsdeiz’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work
deneo’s picture

deneo’s picture

areke’s picture

Status: Needs work » Needs review

The patch applies and changes the check_plain() calls correctly, but let's see if the test bot is happy with the changes.

areke’s picture

Status: Needs review » Reviewed & tested by the community

Ok, this looks good. Thank you!

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

thedavidmeister’s picture

Status: Closed (fixed) » Active
Issue tags: -Needs reroll

There are some more calls to check_plain() in:

- core/lib/Drupal/Core/Field/WidgetBase.php

There are references to check_plain() in the docs in:

- core/lib/Drupal/Core/Utility/Token.php

thedavidmeister’s picture

Status: Active » Needs work
thedavidmeister’s picture

Status: Needs review » Reviewed & tested by the community

I'm going to go ahead and RTBC that unless the testbots disagree.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 28: 2089461-core-lib-check_plain.patch, failed testing.

longwave’s picture

Status: Needs work » Needs review

Previous test result:

Fatal error: Call to a member function isPermanent() on a non-object in /var/lib/drupaltestbot/sites/default/files/checkout/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php on line 272
FATAL Drupal\image\Tests\ImageFieldDisplayTest: test runner returned a non-zero error code (255).

Suspect this is a disk error on the testbot, let's see.

28: 2089461-core-lib-check_plain.patch queued for re-testing.

thedavidmeister’s picture

Status: Needs review » Reviewed & tested by the community
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.x, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.