Adrian Jones

Results 229 comments of Adrian Jones

Not to diminish the request, but http://modules.processwire.com/modules/module-settings-import-export/ automatically stores modules settings when it is uninstalled and provides one-click to restore them when you reinstall the module.

> The module disabler mentioned for Tracy sounds like it would be a better bet than using the advanced mode one. It still requires advanced mode to be on -...

FYI - here is the block of code from the RequestInfo panel that is the trigger of the problem: https://github.com/adrianbj/TracyDebugger/blob/baa07b186f3ac92e9062ec9244ff89d040961b6d/panels/RequestInfoPanel.php#L109-L119

@ryancramerdesign - any chance of taking a look at this please. I've tried to code a workaround in Tracy without any success - I think this needs to be fixed...

@ryancramerdesign - this also affects modifying options as well. I am also seeing SQL integrity violations which might also be related to this. Can you at least let me know...

I am still seeing that error stack posted above. Note that initially, $value is `null` before it finally becomes the correct string.

Please make sure this option is checked in Tracy's settings.

Thanks @Toutouwai - this is awesome!

In keeping with the theme of AOS features that I think are really needed in the core are these: - A sidebar for the page edit interface (ie the AOS...

I just added the following override in my own CSS and it seems to be working fine. ``` .tabsy>.tab{ width: 100%; } ```