Recent content by Chris D

  1. Chris D

    Screen Developers

    I did notice some of your own resources were deleted that I believe you acquired from another developer. While you are not incorrect to recommend a greater level of scrutiny from our side, I was surprised that you agreed to take those add-ons on, only for you to later realise they had problems...
  2. Chris D

    Screen Developers

    Are you referring to any developer or situation in particular?
  3. Chris D

    Fixed utf8.php should be updated (php8.2)

    Okay so this probably isn't the outcome @Weppa333 asked for but I think it's the right solution. Starting with Beta 6 the following has changed: We are no longer shipping the utf8.php code that provided functions including (but not limited to) utf8_substr, utf8_romanize, utf8_deaccent...
  4. Chris D

    XF 2.3 A first look at XenForo 2.3

    It's worth keeping in mind for literally anything. I've noticed over many years, forum admins like to exert a certain amount of control over their users. Sometimes this can be for their own good - it can benefit some communities to have things simplified. Often, however, I feel that it's just...
  5. Chris D

    Fixed utf8.php should be updated (php8.2)

    From a PHP perspective, it is quite similar. PHP has a long history and it hasn't always cared about what types are passed in where, and often it relied on assumptions, much like OP is suggesting, to automatically cast values to the expected value. As we can see here, that behaviour is now...
  6. Chris D

    Fixed utf8.php should be updated (php8.2)

    Heh, we have started discussing this code more generally in Slack just now and I just made basically the same point. The true bug here is not actually the errors that might happen if someone passes in a non-string. The bug here is people passing non-strings to it at all. Type safety as I am in...
  7. Chris D

    Fixed Cron classes cannot be extended

    Post separate suggestions please
  8. Chris D

    Fixed 2.3b5 TypeError: XF\Mail\Mailer::queue()

    Of course it's not supposed to be used on a working forum... We're a little confused by this. We are going to look into it, but very odd we've had no other reports of this and, clearly, this is also a working forum and we've not had such an issue. Do let us know if the situation changes though.
  9. Chris D

    Fixed [E_DEPRECATED] strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated

    An add-on ID is required for this command but it wasn't enforced correctly.
  10. Chris D

    Fixed PHP 8.3 compatibility patch

    We'd already caught the Templater change but otherwise thanks @PaulB. This has been backported to XF 2.2.16 too.
  11. Chris D

    Fixed PHP 8.3 compatibility patch

    This was one of the fixed issues in the patch os all sorted.
  12. Chris D

    XF 2.3 A first look at XenForo 2.3

    Yes - that's the default for existing styles anyway.
  13. Chris D

    XF 2.3 A first look at XenForo 2.3

    The default will always be "System" because that's the most sensible default and aligns with what the user already has set in their operating system/device preferences. There is no good reason to force a user's preferences to be specifically "Light" or specifically "Dark". Whatever the "System"...
  14. Chris D

    XF 2.2 Disable Update Checks

    It’s not really designed to be disabled. Is there a particular issue you are running into?
Top Bottom