Hi, isn't it time to build a Drupal 8 version for this? I'd be happy to help out if needed be.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | port-d8-2836503-8.patch | 6.64 KB | johnwebdev |
Hi, isn't it time to build a Drupal 8 version for this? I'd be happy to help out if needed be.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | port-d8-2836503-8.patch | 6.64 KB | johnwebdev |
Comments
Comment #2
johnwebdev commentedI've added some base code to start off from:
TODOS:
- Finish schema (all configuration)
- Actually render the cookie compliance
- Set up a template
- Add libraries for CSS and JavaScript
etc.
I'd be happy to continue if you create a new 8.x dev branch to continue working on :)
Comment #4
johnwebdev commentedComment #5
johnzzonStarted a 8.x-1.x branch with the ported code.
Comment #6
johnwebdev commentedTo finish the 8.x version we have to:
- Fix code standard
- Remove deprecated code
- Fix Translate-tab on the Settings page
- Write automated tests
Changes from 7.x to 8.x is that this module requires JavaScript due to missing out on Cache in any other case.
Comment #7
johnwebdev commentedComment #8
johnwebdev commentedThis provided patch fixes:
- Fix code standard
- Fix Translate-tab on the Settings page