
Problem/Motivation
Past_db isn't fully ported right now. There are still left-overs and unported code from 7.x.
Proposed resolution
Inspect all functions to check if they're still used.
Remaining tasks
Identify unported code, and left-overs from already ported code.
Remove or port it. Include test coverage.
Remove:
past_db.controller.inc
update functions in past_db.install
Contains (partly) unported code:
past_db.drush.inc
past_db.module
past_db.views_default.inc
views/*
src/Entity/PastEvent.php
User interface changes
None
API changes
None
Comment | File | Size | Author |
---|
Comments
Comment #1
arla commentedThis issue summary is too unspecific IMHO. The bugs actually mentioned are covered by #2428645: Links and severity filter in past view not working so I'm closing this as a duplicate.
I think the remaining test failures are completely or partly covered by #2468347: Fix schema definition for format_plural_*
Comment #2
berdirThe issue summary definitely needs work but I'd like to keep this one open. This is about a code/functions in past_db (specifically the .module file) that hasn't been ported or is a left-over from 7.x. All the functions there need to be inspected to check if they're still used. There's stuff like hook_entity_info() and entity url callbacks that are no longer called.
Comment #3
arla commentedTook a quick look through the files, updated IS.
Comment #4
edurenye commentedThis is the first try, still needs more work, as there is an error when adding argument data field into a view. And with that I will be able to port the extended search view.
Comment #5
edurenye commentedI'm continuing with the changes in child issues.
Comment #6
edurenye commentedI think past_db is completely ported now.
I'll continue now with the port of past_form #2403659: Port past_form to Drupal 8
Comment #8
edurenye commentedComment #9
edurenye commentedComment #11
edurenye commentedComment #12
edurenye commentedSeems that everything is ported and works fine, so the port is closed.
If we see somthing else we will open a new issue.