Active
Project:
Simple Cookie Compliance
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2016 at 22:56 UTC
Updated:
27 Apr 2017 at 21:25 UTC
Jump to comment: Most recent, Most recent file
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