Mark Story
Mark Story
> Can History panel refresh data without page reload ? It currently captures XHR requests made from the page that debugkit is on. We can't catch all the requests though...
Reloading the history panel is in the realm of doable. Presently reloading the iframe should do the trick, but a UI control would be easier to use.
I'll continue to clean this up so that the output builds then. I'm predicting a large number of files removed as we have many translation stubs across the repo.
The ACL plugin has not been updated for PHP8. Any chance you are interested in helping with that?
> Is updating this to use PHP 8 in the works or is this project dead? There is no active work to update this to PHP8. As a community run...
Thanks @snelg :clap:
> Is there any way to have phinx installed without having these functions defined by default? (Maybe using a phar file or something like that). We don't currently create phar...
The env() function in Cake is conditionally defined. If your application defines the function first the Cake one won't be created. Not autoloading the env() function entirely could be possible,...
There is a hipchat specific hubot adapter that might work better. I don't have hipchat so I've never tested against it.
It would be good to have a test case for this, so it doesn't get broken in any future refactoring/work.