Resource icon

xF2 Add-on Standard Library by Xon 1.20.1

No permission to download
  • Fix 32bit support when detecting early-join behaviour (ie Optimize List Queries add-on)
  • Move helper features for extending forum/prefix filters into Standard Lib from a number of other add-ons
  • Fix triggering an error on /forums/1/page-9223372036854775807 when Optimized Query List add-on is used and php7+ type hinting is used
  • Fix "DevTools failed to load source map: Could not load content for .../js/sv/vendor/moment/moment.min.js.map"
  • When viewing a template, always show the 'view template modifications' link to allow viewing compiled code
  • Add an addValue template filter, to complement removeValue filter, and related phrases
  • Add sanity check for add-ons with composer during add-on install
  • In XF2.2+, fix pikaday css not being loaded when using extended day-time picker
    • Impacted addons; Advanced Bb-Code Pack (Time bb-code), Live Content, Vote tally.
  • Update EarlyJoinFinderTrait to send additional arguments to the getEarlyJoinThreshold method, this is a non-breaking change
  • Document features in Xon/XenForo2-StandardLib
  • Extend XF.Tabs to store the ID of the selected tab on submit via a hidden field.
    Field name is set via data-sv-store-selected-tab-input-name added to the data-xf-init="tabs" element
  • [*]<xf:js addon="SV/StandardLib" src="sv/lib/xf/core/structure.js" min="1" /> ... <div class="hScroller" data-xf-init="h-scroller tabs" data-panes=".js-categoryTypeTabPanes" data-sv-store-selected-tab-input-name="category_type"> [*]
  • Fix minute value in time-selector not round-tripping as expected
  • Restore php 7.0 compatibility
  • Fix "renamePhrases" install helper ignoring 3rd argument "replace"
  • Improve installer helper addOrChangeColumn to be rename-aware to avoid generating invalid SQL