- Joined
- Oct 31, 2019
- Messages
- 2
- Points
- 3
Reputation:
Reputation:
Reputation:
- Improve extending XF js to be better compatible with other add-ons
Reputation:
- Include prefix list when saying a prefix can't be removed
- Fix errors did not use the prefix's title, and instead had a phrase string
- Fix prefix not selecting when switching from a forum which only allows at most 1 prefix and a forum which allows more than 1 prefix
- Add "Strip unusable prefixes" option (default true) to control how individual content's move command handles moving where prefixes are not permitted to be used
Reputation:
- Compatibility fix for single thread move not returning expected results
Reputation:
- Revert forcing an index hint when filtering by prefix as it produces very poor query plans on mariadb 10.3.x
- Remove support for XFRM v2.0.x, require XFRM v2.1.0+
- Compatibility fix for XF2.1.8
Reputation:
- Fix incorrect "There are no X matching your filters." when viewing an empty forum/XFRM category/etc
ErrorException: [E_WARNING] file_put_contents(/var/www/yshd/internal_data/code_cache/templates/l1/s0/public/forum_post_quick_thread_multiprefix.php): failed to open stream: Permission denied in src/vendor/league/flysystem/src/Adapter/Local.php at line 199
[LIST=1]
[*]XF::handlePhpError()
[*]file_put_contents() in src/vendor/league/flysystem/src/Adapter/Local.php at line 199
[*]League\Flysystem\Adapter\Local->update() in src/vendor/league/flysystem/src/Filesystem.php at line 99
[*]League\Flysystem\Filesystem->put()
[*]call_user_func_array() in src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php at line 431
[*]League\Flysystem\EventableFilesystem\EventableFilesystem->callFilesystemMethod() in src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php at line 395
[*]League\Flysystem\EventableFilesystem\EventableFilesystem->delegateMethodCall() in src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php at line 57
[*]League\Flysystem\EventableFilesystem\EventableFilesystem->put() in src/vendor/league/flysystem/src/MountManager.php at line 595
[*]League\Flysystem\MountManager->put() in src/XF/Util/File.php at line 197
[*]XF\Util\File::writeToAbstractedPath() in src/XF/Service/Template/Compile.php at line 146
[*]XF\Service\Template\Compile->writeCompiled() in src/XF/Service/Template/Compile.php at line 43
[*]XF\Service\Template\Compile->recompile() in src/XF/Entity/Template.php at line 433
[*]XF\Entity\Template->_postSave() in src/XF/Mvc/Entity/Entity.php at line 1219
[*]XF\Mvc\Entity\Entity->save() in src/XF/AddOn/DataType/Template.php at line 97
[*]XF\AddOn\DataType\Template->importAddOnData() in src/XF/Job/AddOnData.php at line 106
[*]XF\Job\AddOnData->run() in src/XF/Job/Manager.php at line 253
[*]XF\Job\Manager->runJobInternal() in src/XF/Job/Manager.php at line 195
[*]XF\Job\Manager->runJobEntry() in src/XF/Job/Manager.php at line 111
[*]XF\Job\Manager->runByIds() in src/XF/Admin/Controller/Tools.php at line 120
[*]XF\Admin\Controller\Tools->actionRunJob() in src/XF/Mvc/Dispatcher.php at line 350
[*]XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
[*]XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
[*]XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
[*]XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2184
[*]XF\App->run() in src/XF.php at line 391
[*]XF::runApp() in admin.php at line 13
[/LIST]
"
Reputation:
- Fix XF2.1.1+ compatibility, impacting some 3rd party add-ons