- Issue created by @paulocs
- Issue was unassigned.
- Status changed to Needs review
about 2 years ago 7:39pm 4 March 2023 - Merge request !12Creating new service class and changing the antibot.module file → (Open) created by paulocs
- 🇧🇷Brazil paulocs Belo Horizonte
Thanks @hmendes, can you review it again, please?
- Status changed to RTBC
about 2 years ago 2:04pm 8 March 2023 - 🇧🇷Brazil hmendes
It guess we could change this part
$skip_antibot = FALSE; // Set skip antibot to true if user has appropriate permission. if ($this->user->hasPermission('skip antibot')) { $skip_antibot = TRUE; }
to
$skip_antibot = $this->user->hasPermission('skip antibot');
But its not a required change, so I'll change to RTBC anyway.
- Status changed to Needs work
6 months ago 11:02am 27 September 2024 - 🇮🇳India gaurav.kapoor
I have done one round of reroll and pushed in a minor improvement as well from the suggestion in #6. Let's avoid the patches and use the merge request workflow for further development. Also, some test changes would also be good for this change.
- 🇨🇦Canada danrod Ottawa
I'd like to work on this but It seems like there are some conflicts to resolve before.