June 29, 20233 yr I made the new plugin "Dynamix Safe Mode" Should become available in the Apps store later today.
June 29, 20233 yr Community Expert I got the impression that what was looked for was the ability to disable plugins selectively, not the all or nothing approach. In other words something that might rename the ,plg file for any specific plugin to something else with an option to layer rename it back. I know this can be done manually but I thought the request was looking for something GUI based.
June 29, 20233 yr 5 hours ago, bonienl said: I made the new plugin "Dynamix Safe Mode" Nice. But, doesn't stop any running scripts a plugin might install. And doesn't handle if anything is installed outside of $docroot/plugins....
June 29, 20233 yr 8 minutes ago, Squid said: Nice. But, doesn't stop any running scripts a plugin might install. And doesn't handle if anything is installed outside of $docroot/plugins.... True, that’s why I say “mimics” safe mode, because for complete disabling you would need to uninstall the plugin. The idea here is when the GUI has “issues” you can quickly disable the plugins to see if that resolves it without rebooting your system in safe mode.
June 29, 20233 yr Author thanks! lets say i disable the user scripts plugin, does the crons stop? (so no new crons trigger?) Edited June 29, 20233 yr by nuhll
June 29, 20233 yr Yup seen that, it would indeed be nice to have e.g. an "enable" checkbox for each plugin on the plugins page
June 29, 20233 yr This involves the GUI only, any other activities a plugin may do, such as cron jobs, background tasks, package installations or scripting are not touched. This requires the plugin to be uninstalled to remove them.
June 29, 20233 yr 4 minutes ago, Kilrah said: Yup seen that, it would indeed be nice to have e.g. an "enable" checkbox for each plugin on the plugins page A true enable / disable of a plugin is not possible. Plugins may install and activate all kind of things. The purpose of Dynamix Safe Mode is to quickly validate GUI operation without the need to reboot the system.
June 29, 20233 yr Author Coulnt the plugin devs include something a "pause" script would need to do provide? Like, if you wanna disable my plugin -> if pause killall -9 nicescriopt.php Edited June 29, 20233 yr by nuhll
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.