User tests: Successful: Unsuccessful:
Here's a great idea. Display log messages in the debug console! Right in the console!
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=29822
Ah, tabs. Nice touch. That callback logger is pretty great, eh?
One additional thing I was thinking was to queue the log messages between requests so that if you submit a form or something that then redirects, you will not miss the logs for that redirected request.
Yes the callback logger is very handy - nice work ;)
And another yes, the redirects are bugging me also. I think there was some thoughts about adding an onRedirect event or something. That would be nice.
Done. Hopefully we'll get something soonish so that we can do this all in one place...
Maybe @okonomiyaki3000 has got some spare time to spend on JTracker ;)
+1
Typo in DESC
Looks really good. I've made a few suggestions and picked up on a few pedantic code style issues - apart from that it's good to go as far as I can see.
Hey, who revealed my secret identity?
Ah, that's better.
Hmm. I wonder if github has any way to use the @ without referring to a user...
Use backticks. @since
won't hit the markup parser as a user tag.
Thanks!
Committed in master. Thanks!
Cool. I had a similar idea, with the difference that you can display different categories each in it's own "tab". Have a look: https://github.com/JTracker/jissues/blob/mvc/plugins/system/debug/debug.php
And yes, I think displaying the deprecation "warnings" right in the browser is a great idea ;)