Resource icon

Standard Library by Xon 1.23.8

No permission to download
Xon updated Standard Library by Xon with a new update entry:

1.23.2 - Maintenance update

  • Adjust addo-on version string comparison so "preview" releases as less than stable releases
  • Do not patch option entity in XF2.3.8+ to support strict type checks against \XF::options() properties, as this is now natively supported
  • Backporting array_* templater function changes
    • Add array_sum templater function for pre-XF2.3.8
    • Only backport array_diff/array_reverse templater functions for older XF versions...

Read the rest of this update entry...
 
Xon updated Standard Library by Xon with a new update entry:

1.23.3 - Bugfix & maintenance update

  • Fix XF2.2 boolean options was not cast as bools as expected
  • Fix XF2.2 default value for float options were cast to integers instead of floats
  • Update backported templerater functions array_diff/array_reverse/array_sum to match XF2.3 behavior. These return arrays, not collections depending on input.
  • Add array_first/array_last template functions

Read the rest of this update entry...
 
ErrorException: [E_WARNING] Undefined array key "" src/XF/Mvc/Entity/Manager.php:628Tarafından: Bilinmeyen hesap 25 Ocak 2026 11:26'deYığın izleme#0 src/XF/Mvc/Entity/Manager.php(628): XF::handlePhpError(2, '[E_WARNING] Und...', '/var/www/vhosts...', 628)#1 src/XF/Mvc/Entity/Finder.php(1512): XF\Mvc\Entity\Manager->hydrateFromGrouped(Array, Array)#2 src/XF/Mvc/Entity/Finder.php(1466): XF\Mvc\Entity\Finder->getCollectionFromResults(Object(XF\Db\Mysqli\Statement))#3 src/XF/Mvc/Entity/Manager.php(226): XF\Mvc\Entity\Finder->fetch()#4 src/XF/Repository/NodeRepository.php(145): XF\Mvc\Entity\Manager->findByIds('XF:Forum', Array, Array)#5 src/XF/Repository/NodeRepository.php(24): XF\Repository\NodeRepository->loadNodeTypeDataForNodes(Object(XF\Mvc\Entity\ArrayCollection))#6 src/XF/Pub/Controller/ForumController.php(80): XF\Repository\NodeRepository->getNodeList()#7 src/XF/Mvc/Dispatcher.php(362): XF\Pub\Controller\ForumController->actionList(Object(XF\Mvc\ParameterBag))#8 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF\\Pub\\Controll...', 'List', Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))#9 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))#10 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))#11 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()#12 src/XF.php(814): XF\App->run()#13 index.php(23): XF::runApp('XF\\Pub\\App')#14 {main}Durum isteğiarray(4) { ["url"] => string(1) "/" ["referrer"] => bool(false) ["_GET"] => array(0) { } ["_POST"] => array(0) { }}
 
ErrorException: [E_WARNING] Undefined array key "" src/XF/Mvc/Entity/Manager.php:628Tarafından: Bilinmeyen hesap 25 Ocak 2026 11:26'deYığın izleme#0 src/XF/Mvc/Entity/Manager.php(628): XF::handlePhpError(2, '[E_WARNING] Und...', '/var/www/vhosts...', 628)#1 src/XF/Mvc/Entity/Finder.php(1512): XF\Mvc\Entity\Manager->hydrateFromGrouped(Array, Array)#2 src/XF/Mvc/Entity/Finder.php(1466): XF\Mvc\Entity\Finder->getCollectionFromResults(Object(XF\Db\Mysqli\Statement))#3 src/XF/Mvc/Entity/Manager.php(226): XF\Mvc\Entity\Finder->fetch()#4 src/XF/Repository/NodeRepository.php(145): XF\Mvc\Entity\Manager->findByIds('XF:Forum', Array, Array)#5 src/XF/Repository/NodeRepository.php(24): XF\Repository\NodeRepository->loadNodeTypeDataForNodes(Object(XF\Mvc\Entity\ArrayCollection))#6 src/XF/Pub/Controller/ForumController.php(80): XF\Repository\NodeRepository->getNodeList()#7 src/XF/Mvc/Dispatcher.php(362): XF\Pub\Controller\ForumController->actionList(Object(XF\Mvc\ParameterBag))#8 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF\\Pub\\Controll...', 'List', Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))#9 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))#10 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))#11 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()#12 src/XF.php(814): XF\App->run()#13 index.php(23): XF::runApp('XF\\Pub\\App')#14 {main}Durum isteğiarray(4) { ["url"] => string(1) "/" ["referrer"] => bool(false) ["_GET"] => array(0) { } ["_POST"] => array(0) { }}
That has nothing todo with my add-ons
 
Xon updated Standard Library by Xon with a new update entry:

1.23.4

  • Backport array_is_list templeter function which is native in XF2.3.9+
  • Fix for custom date/time macro (svStandardLib_helper_macros::date_time_input)
    • Fix seconds would be prompted in the time input even when $showSeconds arg was false
    • Fix safari support as safari (ie any iphone browser) doesn't support seconds for the input[type=time] field

Read the rest of this update entry...
 
Xon updated Standard Library by Xon with a new update entry:

1.23.5 - Bugfix update

  • Fix custom date-time handling parsing had a broken condition for non-safari browsers
  • Fix installer could sometimes cause errors when using aliasClass helper method
  • Fix rebuilding or updating StandardLib could cause option values to be incorrectly cached without expected types, only applies to pre-XF2.3.8
    • Only noticeable if StandardLib is updated without updating another other add-on

Read the rest of this update entry...
 
Xon updated Standard Library by Xon with a new update entry:

1.23.6 - Bugfix & compatibility update

  • Update array_first/array_last functions to not mutate the array pointer
  • Choices.js integration
    • Fix pre-rendered choices.js widget didn't respect data-search-enabled="0" to disable search
    • Fix javascript error when parsing boolean data-* options on XF2.2
    • Fix 'required' attribute didn't work as expected
    • Workaround for widget height collapsing when no items are selected and not placeholder exists
  • Compatibility...

Read the rest of this update entry...
 
Xon updated Standard Library by Xon with a new update entry:

1.23.8 - Bugfix update

  • Fix InstallerHelper::renamePhrases used to migrate phrases from one title scheme to another when the new phrase already exists would probably fail to migrate any customizations
    In practice, this would only happen on re-running the install-step or if the user manually created a new phrase
  • Fix installer for pre-XF2.3 not backporting the xf_style_property.has_variations column
  • Minor code cleanup around the use of...

Read the rest of this update entry...
 
Back
Top Bottom