Support from Acquia helps fund testing for Drupal Acquia logo

Comments

eporama’s picture

Status: Active » Needs work
FileSize
1.02 KB

Here's an initial patch which allows the module to be activated and applied to admin/config/content/formats/manage/restricted_html for example.

However, the code is not actually activated on the node.

Cameron Tod’s picture

Well, being able to enable the module is a good start. Thanks for your help! I've pushed this patch with attribution.

Steven Jones’s picture

Since core went to PSR-4 and moved to 'src' the module is brokened.
But here's a patch!

Steven Jones’s picture

Status: Needs work » Needs review
Steven Jones’s picture

Let's just get a review.

The last submitted patch, 1: chasing-d8-2258339-1.patch, failed testing.

Steven Jones’s picture

Status: Needs review » Needs work

Patch applied and tested cleanly, despite what cheeky System Message says.

naxoc’s picture

Status: Needs work » Needs review
FileSize
8.06 KB
2.03 KB

Here is a little more keeping up with head.

I rerolled and did some small changes to stuff that has changed in D8.

Status: Needs review » Needs work

The last submitted patch, 8: chasing_drupal_8_head-2258339-8.patch, failed testing.

naxoc’s picture

Status: Needs work » Needs review
FileSize
19.26 KB

Fair enough testbot. The tests could not be found because they were in the wrong place. Here is another patch.

eporama’s picture

The previous patch seems to have actually just removed the tests instead of putting them in the right place. I have put the test file back in src/Tests

Here's a patch that puts the tests files back and also moves the css and js from codefilter.module into codefilter.libraries.yml as I was getting errors about #attachments not allowing css.

fago’s picture

Title: Chasing Drupal 8 head » Drupal 8 version is outdated
Priority: Normal » Critical
FileSize
23.1 KB
1.82 KB

Thanks, #11 works almost fine. Only issue I ran into is that meanwhile the String class got replaced. Updated it respectively.

Imo, this should be committed to Git asap as the code there is rather outdated.

  • cam8001 committed 41e4b71 on 8.x-1.x authored by fago
    Issue #2258339 by eporama, naxoc, fago, Steven Jones: Chasing Drupal 8...
Cameron Tod’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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