#2293 - Cleaner implementation of some particular ocProducts non-bundled addons
0 guests and 0 members have recently viewed this.
The top 3 point earners from 14th Dec 2025 to 21st Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| sholzy |
|
|
There are no events at this time
Another reason would be if I decide to make and release my karma addon. It'd be much easier to implement into the warnings system via. hooks.
1) comcode_whitelist - in v11 branch I have reimplemented this using hooks
2) referrals - in v10 branch I have done something I've called "psuedo-hooks", which is search and replace still but tied to specific static comment markers in the code
3) workflows - this is awkward as there is a lot of overridden code that is too specific for hooks, and the addon really should be a fully integrated feature. For now I want us to merge some changes into core, and make it so other changes only even run if a value flag is set. The addon documentation can say that it is not being maintained and you need to enable the flag. i.e. we'll leave it to rust and turn it off even for dev installs - until we can get some sponsorship to make it a proper integrated feature.
4) composr_homesite_support_credits - change overrides to hooks
5) support hooks in the warning addon
Workflows and hooks for warnings will be discussed in other issues.