Adrian Jones
Adrian Jones
@Toutouwai - I haven't forgotten about the Console and non-superusers - just been too busy, but it will be coming soon. Speaking of Tracy and Modules > Refresh - I...
Just pinging you on this again @ryancramerdesign - it would be great to improve things on this front if possible.
@ryancramerdesign - I think the simplest way of reproducing is to put these into a template file and load a page with that template. Compare the result for: `throw new...
Thanks @ryancramerdesign but the problem is that we can't always throw the exception or force it to severe because it breaks things like size limit checks on image upload ajax...
@ryancramerdesign - let me step back a little. The string I am talking about is generated via `$e->getTraceAsString()` here: https://github.com/processwire/processwire/blob/6ff498f503db118d5b6c190b35bd937b38b80a77/index.php#L63 This is needed by PW for AJAX error messages when...
Hi @ryancramerdesign - the only place I have trackException hooks is in Tracy itself (as I pointed to above). I have tried the comparison between `throw new WireException()` and `throw...
@ryancramerdesign - that does seem to work nicely. I have replaced my old hooks on `ProcessWire::trackException` and `Config::trackException` that just would throw the exception again if it was severe with...
@ryancramerdesign - I've committed that change to the latest version. Hopefully all good now. I'm going to close this, but just a follow up question for you - should unallowed...
> Will this fix itself if I move all users to a custom template and/or parent? @JanRomero - Not sure if you have used the custom user parent/template setup before...
@WunderBart - your zoom with bounds looks like it is working brilliantly and the zoom buttons are a nice touch too. Any word on the D3 fix and when they...