Standard Library by Xon

Add-ons Standard Library by Xon 1.22.5

Register & Get access to index
  • Partial workaround for buggy XF2.3 behavior around repository uniqueness. Does not affect call sites to \XF::repository, only Helper::repository
  • Fix incorrectly using SqlJoinTrait would swallow the actual error
  • Improve detection of excluding non-required joins when using EarlyJoinFinderTrait. This affects Multi Prefix is optimizing for matching on a single prefix, and also Extended Ignore
  • Remove usage of assert() for XF Cloud compatibility
  • Improve compatibility when using EarlyJoinFinderTrait and SqlJoinTrait together
    • Avoid possible expensive table expression queries being computed multiple times
  • Fix single-select mode could incorrectly have multiple items selected when pre-rendering choices.js widget
Back
Top Bottom