Recent content by Lukas W.

  1. Lukas W.

    Fixed REST closure compiler has been deprecated

    With the compiler shutting down next month forever, it's probably time to completely remove the code from the build command and drop a warning instead if no local compiler has been configured.
  2. Lukas W.

    [TH] User Criteria Extended [Deleted]

    The add-on should be good to go as is, no updates needed. Let us know if you find any issues though.
  3. Lukas W.

    XF 2.3 No template updates in 2.3.1 package

    The release thread claims that a bunch of template received updates with 2.3.1, however there doesn't appear to be any template in the release zip that has been updated after version 2.3.0. Is the build wrong or the release thread? Same appears to be the case for RM and MG.
  4. Lukas W.

    Not a bug Non-style property color picker behaves weirdly

    Using the color picker macro seems to create a broken color picker. The color picker box and value previews no longer appears to be part of the input line and the color preview displays transparent in all cases: Additionally, when copying the markup and injecting an extra button into the...
  5. 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.
  6. 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...
  7. 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...
  8. 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
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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.
Back
Top Bottom