Pending

User tests: Successful: Unsuccessful:

avatar okonomiyaki3000
okonomiyaki3000
13 Dec 2012

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

avatar okonomiyaki3000 okonomiyaki3000 - open - 13 Dec 2012
avatar elkuku
elkuku - comment - 13 Dec 2012

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 ;)

avatar okonomiyaki3000
okonomiyaki3000 - comment - 13 Dec 2012

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.

avatar elkuku
elkuku - comment - 14 Dec 2012

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.

avatar elinw
elinw - comment - 2 Feb 2013

@elkuku could you put a comment on the feature tracker. I think we could make this ready to review.

avatar elkuku
elkuku - comment - 2 Feb 2013

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 ;)

avatar elinw
elinw - comment - 2 Feb 2013

+1

avatar infograf768
infograf768 - comment - 2 Feb 2013

Typo in DESC

avatar eddieajau
eddieajau - comment - 3 Feb 2013

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.

avatar okonomiyaki3000
okonomiyaki3000 - comment - 4 Feb 2013

Hey, who revealed my secret identity?

avatar okonomiyaki3000
okonomiyaki3000 - comment - 4 Feb 2013

Ah, that's better.

avatar okonomiyaki3000
okonomiyaki3000 - comment - 26 Feb 2013

I've removed the underscore again since the official coding style has changed, fixed all the @since, and rebased it all as a single commit.

avatar okonomiyaki3000
okonomiyaki3000 - comment - 26 Feb 2013

Hmm. I wonder if github has any way to use the @ without referring to a user...

avatar mbabker
mbabker - comment - 26 Feb 2013

Use backticks. @since won't hit the markup parser as a user tag.

avatar okonomiyaki3000
okonomiyaki3000 - comment - 26 Feb 2013

Thanks!

avatar dextercowley
dextercowley - comment - 6 Mar 2013

Committed in master. Thanks!

avatar dextercowley dextercowley - close - 6 Mar 2013
avatar okonomiyaki3000 okonomiyaki3000 - head_ref_deleted - 6 Mar 2013

Add a Comment

Login with GitHub to post a comment