- π³π±Netherlands dutchyoda Lelystad
I updated the patch to work with version 8.x-4.0-beta4.
Hadn't had time to fix the incompatibility from #21 yet. - π³π±Netherlands dutchyoda Lelystad
Sorry about the mess.
I finally fixed the patch for 8.x-4.0-beta4. - Status changed to Needs work
over 1 year ago 3:45pm 3 April 2023 - π³π±Netherlands eelkeblok Netherlands π³π±
The last patch is empty... The interdiff does suggest changes. I'll see if I can figure it out.
- π³π±Netherlands eelkeblok Netherlands π³π±
We created an issue fork. It currently contains the result of #20, merged with beta4 (which had a small merge conflict). I'll see if I can address some of the code style violations before creating a merge request.
@bernardopaulino I think it would need to be addressed in whatever issue is merged last... If you need both patches, the best course of action is try to get a hybrid patch (of course you are welcome to post that in either issue, this clearly mark that it is a combination of two issues).
- @dutchyoda opened merge request.
- Status changed to Needs review
over 1 year ago 8:52am 4 April 2023 - π³π±Netherlands eelkeblok Netherlands π³π±
I don't think there are any new code style violations, but not sure what the best way to check is. The number of violations in the base branch makes this a little hard.
- last update
over 1 year ago 46 pass - π§πͺBelgium ludo.r Brussels
Patch from the merge request on #27 didn't work for with version
4.0.0-beta4
.I adapted the patch.
There should be a customized warning message to show before or after this ban as to why it happened.
- Status changed to Needs work
about 1 year ago 8:40pm 15 November 2023 - πΊπΈUnited States tr Cascadia
From #18:
flag_update_8402() should probably be changed to do everything in a batch - loading every single flag entity and looping through them is going to be very expensive - this won't work as written on a large site.
Also, this new feature still doesn't have test cases to demonstrate it works and to prevent it from being broken by future changes to this module. All new features should have test cases. All old features should too, but the very least we could do it to make sure that when we add features we also add tests so as not to make the problem of untested code worse.