Recent content by Lukas W.

  1. Lukas W.

    Fixed Optimizing profile banners and avatars to WebP through CLI does not seem to do anything

    At least for CLI it probably doesn't hurt to bail out with an error to inform the user.
  2. Lukas W.

    Fixed XF.Icon.getIcon does not support "brands" variant

    Adding to that, it generally doesn't allow loading any icon that hasn't been specifically exposed through the Icon Builder. It would be nice to have an option to load it directly from the /styles directory, so we can use it for functions such as previewing Icons next to a user input. It could...
  3. Lukas W.

    Fixed XF JS Events don't bubble up the DOM tree

    Huh, so it does, thanks for clarifying. While that does allow it to bubble up in theory, with the exception of one place, the core code doesn't seem to make use of it however. I must admit I don't see how that could be the case. After some wrap magic, the code still boils down to...
  4. Lukas W.

    Fixed XF JS Events don't bubble up the DOM tree

    It will also bind to the original element, in my case the document body and listen for events for the actual target but never receive them due to them not bubbling up. Im not sure XF.onDelegated works at all considering that aspect
  5. Lukas W.

    Fixed XF JS Events don't bubble up the DOM tree

    It looks like all events triggered with XF.customEvent are configured to not bubble up through the DOM. The constructor specifically deletes the bubbles option from the config. As such, it is impossible to attach any listener to such an event if the event target is not immediately present when...
  6. Lukas W.

    Unmaintained Editor & BB Code Manager - Version 2.0.1 Patch Level 1 released

    Changelog Important Notes Before upgrading your live site, perform a test upgrade on an up-to-date clone of it! Bugfixes & Changes Fix HIDE BB Codes being displayed to all guests, if content was posted by a guest user. Fix PHP 8.4 related errors. All fixes in this update have been provided...
  7. Lukas W.

    Editor & BB Code Manager

    Lukas W. updated Editor & BB Code Manager with a new update entry: Version 2.0.1 Patch Level 1 released Read the rest of this update entry...
  8. Lukas W.

    Fixed Stripe Payment Overlay broken

    It appears that some style changes broke the Stripe payment integration. When setting up a User Upgrade with Stripe as payment provider, attempting to purchase the upgrade shows the following: The "Pay by card" input is unresponsive to all events, and clicking the "Pay" button will trigger a...
  9. Lukas W.

    Fixed Code events for page_criteria and user_criteria broken

    XF\Criteria\AbstractCriteria was changed to call _isUnknownMatched instead of isUnknownMatched whenever a criteria rule is not found. Neither XF\Criteria\Page nor XF\Criteria\User have been changed to reflect this however, and continue to overwrite the original isUnknownMatched, which is no...
  10. Lukas W.

    Editor & BB Code Manager

    I've personally pretty much moved on from XF. The limbo state regarding updates combined with the constant back and forth on when a new editor could be coming makes wanting to maintain this pretty unbearable. I've bumped this resource to unmaintained for now. If anyone wants to provide...
  11. Lukas W.

    Editor & BB Code Manager

    Not currently. Switching to BB Code mode essentially disables the editor and by extension the word count plugin for the editor.
  12. Lukas W.

    Won't fix \XF\ControllerPlugin\Error::actionNoPermission required parameter

    I can't speak to the use I had for this a few months ago anymore, but using methods directly in the controller very likely wasn't available for a reason since otherwise I wouldn't have stumbled over this. I'm not sure I follow the backwards compatibility argument. The signature would change...
  13. Lukas W.

    Editor & BB Code Manager

    They're not fixed at present. I'll send out more updates as I get a chance to fix stuff.
  14. Lukas W.

    Unmaintained Editor & BB Code Manager - Version 2.0.1 released

    Changelog Important Notes Before upgrading your live site, perform a test upgrade on an up-to-date clone of it! Bugfixes & Changes Fixed Google fonts not loading when multiple fonts were being requested Fixed editor configuration not being loaded on ACP editors Fixed editor templates on...
  15. Lukas W.

    Editor & BB Code Manager

    Lukas W. updated Editor & BB Code Manager with a new update entry: Version 2.0.1 released Read the rest of this update entry...
Top Bottom