3

Is there a way to run FogBugz with all plugins temporarily disabled? I mean without disabling all plugins one by one by hand, and re-enabling them afterwards...
It would be very useful in debugging, to rule out any plugin influence.

flag

2 Answers

3

Yes! Just navigate to http://[your FogBugz url]/diagnostics.asp?sStep=TestPlugins. There you will be able to enter "No Plugins Mode." Please note that certain actions may result in an error after doing so. For example, if you click on "List Cases" and your current filter makes use of a plugin's search axis (e.g., "title:foo orderby:backlog").

link|flag
Great! I just knew something like this would exist! – Michel de Ruiter Jun 16 2010 at 9:25
0

That would be a sweet feature. The only way I can think of to do this right now (assuming you have direct access to your FogBugz database) would be to write a SQL script that would change all the values of the fEnabled field in the Plugin table at once.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.