Problem/Motivation
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #20 | 3266071-drupal-10-compatibility-20.patch | 23.16 KB | chr.fritsch |
| #18 | tests_output.png | 555.65 KB | Joel Guerreiro Borghi Filho |
Issue fork content_lock-3266071
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
tmaiochi commentedI'll work on this
Comment #3
tmaiochi commentedI just removed a deprecated code that was not updated yet. Kindly review it!
Comment #4
victoria-marina commentedI'll review this.
Comment #5
victoria-marina commentedI made some additions to this.
Comment #8
volkerk commentedComment #10
beatrizramos commentedI used drupal-check and found some problems:
Comment #11
alanmoreira commentedI'll work on this.
Comment #12
alanmoreira commentedCouldn't make much progress on this :/
Comment #13
alanmoreira commentedOkay, had some insights and giving one more shot
Comment #14
alanmoreira commentedI adjusted the tests that were not running because of the setUp function in the ContentLockTestTrait.php file.
However, there is still a test failing and I have not been able to identify the cause.
It is also necessary to open issues for compatibility with Drupal 10 in the modules that this module depends on: conflict and prefetch_cache.
I'm leaving the status as "Needs work"
Comment #15
Tauany Bueno commentedhi, i'll work on this :)
Comment #16
Tauany Bueno commentedHello!
I found one deprecated code in one of the tests and fixed it. Also, there was one phpcs error (Expected 1 space before "?"; 0 found) that I also fixed.
Regarding deprecated code, it seems like it was all fixed. I'm changing the status to needs review :)
Comment #17
Joel Guerreiro Borghi Filho commentedWill review. =)
Comment #18
Joel Guerreiro Borghi Filho commentedReporting the functional tests outputs when running locally on branch 3266071-drupal-10-compatibility.
I did not get deprecated code notices, but as @tauany said, there are some phpcs fixes to be done.
Changing to RTBC, I hope everything is ok with this one.
Comment #19
Joel Guerreiro Borghi Filho commentedComment #20
chr.fritschTest with file. Not sure if drupalci.yml changes will be applied in MRs
Comment #22
chr.fritschCommitted without the tests for prefetch_cache and conflict, because both modules are not D10 compatible.