Y yuan Lv.9 Bronze Member Iron Member 10 Referrals 1,000 Reaction Score 500 Reaction Score 100 Reaction Score Joined Nov 13, 2020 Messages 715 Reaction score 2,195 Credits $1,191 Jun 18, 2022 #11 thanks to dear member @jessy updated Standard Library by Xon with a new update entry: 1.12.0 A number of helper utilities designed to ease add-on development, does not have any direct user-facing changes. See README.md for additional details. Uploaded to the resource manager to aid dependency tracking and allow updating without updating every individual add-on. Click to expand... Read the rest of this update entry...
thanks to dear member @jessy updated Standard Library by Xon with a new update entry: 1.12.0 A number of helper utilities designed to ease add-on development, does not have any direct user-facing changes. See README.md for additional details. Uploaded to the resource manager to aid dependency tracking and allow updating without updating every individual add-on. Click to expand... Read the rest of this update entry...
J jessy Lv.12 Moderating Bronze Member Iron Member Donor Member 4 Years of Membership 1 Year of Membership 100 Messages 2 Years of Membership Joined Jun 27, 2020 Messages 3,542 Reaction score 1,386 Credits $7,581 Jul 19, 2022 #12 thanks to dear member @jessy updated Standard Library by Xon with a new update entry: 1.12.1 XF2.2.10 compat fix for "view template modifications" link not rendering Click to expand... Read the rest of this update entry...
thanks to dear member @jessy updated Standard Library by Xon with a new update entry: 1.12.1 XF2.2.10 compat fix for "view template modifications" link not rendering Click to expand... Read the rest of this update entry...
J jessy Lv.12 Moderating Bronze Member Iron Member Donor Member 4 Years of Membership 1 Year of Membership 100 Messages 2 Years of Membership Joined Jun 27, 2020 Messages 3,542 Reaction score 1,386 Credits $7,581 Jul 30, 2022 #13 thanks to dear member @jessy updated Standard Library by Xon with a new update entry: 1.12.2 Avoid duplicate some join expressions multiple times when using optimized list query add-on Click to expand... Read the rest of this update entry...
thanks to dear member @jessy updated Standard Library by Xon with a new update entry: 1.12.2 Avoid duplicate some join expressions multiple times when using optimized list query add-on Click to expand... Read the rest of this update entry...
J jessy Lv.12 Moderating Bronze Member Iron Member Donor Member 4 Years of Membership 1 Year of Membership 100 Messages 2 Years of Membership Joined Jun 27, 2020 Messages 3,542 Reaction score 1,386 Credits $7,581 Oct 13, 2022 #14 thanks to dear member @jessy updated Standard Library by Xon with a new update entry: 1.13.0 Add is_toggle_set template function and toggle-storage-ex backend for the XF toggle JS. The stock is_toggled does not allow setting the default value, while is_toggle_set does. Example of a default collapsed node-list: PHP: <xf:js src="sv/lib/storage.js" addon="SV/StandardLib" min="1" /> <xf:set var="$isActive" value="{{ is_toggle_set($forum.node_id, false, 'node-toggle') ? ' is-active' : '' }}"/> <div class="block b--collapsible-child-nodes"> <div... Click to expand... Read the rest of this update entry...
thanks to dear member @jessy updated Standard Library by Xon with a new update entry: 1.13.0 Add is_toggle_set template function and toggle-storage-ex backend for the XF toggle JS. The stock is_toggled does not allow setting the default value, while is_toggle_set does. Example of a default collapsed node-list: PHP: <xf:js src="sv/lib/storage.js" addon="SV/StandardLib" min="1" /> <xf:set var="$isActive" value="{{ is_toggle_set($forum.node_id, false, 'node-toggle') ? ' is-active' : '' }}"/> <div class="block b--collapsible-child-nodes"> <div... Click to expand... Read the rest of this update entry...
J jessy Lv.12 Moderating Bronze Member Iron Member Donor Member 4 Years of Membership 1 Year of Membership 100 Messages 2 Years of Membership Joined Jun 27, 2020 Messages 3,542 Reaction score 1,386 Credits $7,581 Oct 18, 2022 #15 thanks to dear member @jessy updated Standard Library by Xon with a new update entry: 1.13.1 Add a work-around for horribly not recommendedadd-on updating process. Deleting an addon's files while the add-on is active will very likely break your site. Click to expand... Read the rest of this update entry...
thanks to dear member @jessy updated Standard Library by Xon with a new update entry: 1.13.1 Add a work-around for horribly not recommendedadd-on updating process. Deleting an addon's files while the add-on is active will very likely break your site. Click to expand... Read the rest of this update entry...
J jessy Lv.12 Moderating Bronze Member Iron Member Donor Member 4 Years of Membership 1 Year of Membership 100 Messages 2 Years of Membership Joined Jun 27, 2020 Messages 3,542 Reaction score 1,386 Credits $7,581 Nov 7, 2022 #16 thanks to dear member @jessy updated Standard Library by Xon with a new update entry: changelog Update bundled moment.js library php 8.2 compatibility update If using the Svg Template addon, update to SVG Template 2.4.5 or rendering SVGs to PNGs will stop working Click to expand... Read the rest of this update entry...
thanks to dear member @jessy updated Standard Library by Xon with a new update entry: changelog Update bundled moment.js library php 8.2 compatibility update If using the Svg Template addon, update to SVG Template 2.4.5 or rendering SVGs to PNGs will stop working Click to expand... Read the rest of this update entry...
J jessy Lv.12 Moderating Bronze Member Iron Member Donor Member 4 Years of Membership 1 Year of Membership 100 Messages 2 Years of Membership Joined Jun 27, 2020 Messages 3,542 Reaction score 1,386 Credits $7,581 Dec 2, 2022 #17 thanks to dear member @jessy updated Standard Library by Xon with a new update entry: changelog Add controller plugin 'SV\StandardLib\ControllerPlugin\Delete' a plugin helper for implementing soft/hard/undeleting of content Click to expand... Read the rest of this update entry...
thanks to dear member @jessy updated Standard Library by Xon with a new update entry: changelog Add controller plugin 'SV\StandardLib\ControllerPlugin\Delete' a plugin helper for implementing soft/hard/undeleting of content Click to expand... Read the rest of this update entry...
J jessy Lv.12 Moderating Bronze Member Iron Member Donor Member 4 Years of Membership 1 Year of Membership 100 Messages 2 Years of Membership Joined Jun 27, 2020 Messages 3,542 Reaction score 1,386 Credits $7,581 Dec 8, 2022 #18 thanks to dear member @jessy updated Standard Library by Xon with a new update entry: changelog XF 2.2.12 compatibility fix Add join index hint support to SqlJointTrait (requires XF2.2.12+) Click to expand... Read the rest of this update entry...
thanks to dear member @jessy updated Standard Library by Xon with a new update entry: changelog XF 2.2.12 compatibility fix Add join index hint support to SqlJointTrait (requires XF2.2.12+) Click to expand... Read the rest of this update entry...
J jessy Lv.12 Moderating Bronze Member Iron Member Donor Member 4 Years of Membership 1 Year of Membership 100 Messages 2 Years of Membership Joined Jun 27, 2020 Messages 3,542 Reaction score 1,386 Credits $7,581 Dec 9, 2022 #19 thanks to dear member @jessy updated Standard Library by Xon with a new update entry: changelog Fix join index hint support. Fix XF2.2.11 and before error: Undefined array key "indexHints". Fix XF2.212+ index hints not applying as expected in some cases. Click to expand... Read the rest of this update entry...
thanks to dear member @jessy updated Standard Library by Xon with a new update entry: changelog Fix join index hint support. Fix XF2.2.11 and before error: Undefined array key "indexHints". Fix XF2.212+ index hints not applying as expected in some cases. Click to expand... Read the rest of this update entry...
J jessy Lv.12 Moderating Bronze Member Iron Member Donor Member 4 Years of Membership 1 Year of Membership 100 Messages 2 Years of Membership Joined Jun 27, 2020 Messages 3,542 Reaction score 1,386 Credits $7,581 Mar 12, 2023 #20 thanks to dear member @jessy updated Standard Library by Xon with a new update entry: changelog Add helper repository for manipulating permissions. Will be used by a number of upcoming updates for various add-ons. Click to expand... Read the rest of this update entry...
thanks to dear member @jessy updated Standard Library by Xon with a new update entry: changelog Add helper repository for manipulating permissions. Will be used by a number of upcoming updates for various add-ons. Click to expand... Read the rest of this update entry...