User tests: Successful: Unsuccessful:
This PR adds some visual and informative improvements to the Joomla Debug Console.
Suggestions and improvements are welcome.
Status | New | ⇒ | Pending |
Labels |
Added:
?
?
|
Would be nice if the "visual and informative improvements" also applied to the debug session info
I have tested this item successfully on 7fcc15a
Definitely a valuable improvement.
Would be nice if the "visual and informative improvements" also applied to the debug session info
I can change it to pretty-print the session json values (in PHP 5.4+)? ok for you? or are you referring to something else?
@test success, applied the patch and indeed better layout now
@watchfulli-dev please mark as tested https://issues.joomla.org/tracker/joomla-cms/8899 (after login the Test button appears). See https://docs.joomla.org/Testing_Joomla!_patches#Recording_test_results
I have tested this item successfully on 7fcc15a
Don't bother. The Framework's Log library is deprecated and all but abandoned at this point. We typehint the PSR-3 logging interface in the Framework where packages support logging and the consensus at the time was Monolog is exponentially better so we weren't rewriting our code to support the interface.
ok thanks.
@andrepereiradasilva Yes, something like pretty-print the session json values. Anything would likely look better than the raw JSON values.
This PR has received new commits.
CC: @photodude, @watchfulli-dev
This PR has received new commits.
CC: @photodude, @watchfulli-dev
Done, can you test the session part now?
This PR has received new commits.
CC: @photodude, @watchfulli-dev
This PR has received new commits.
CC: @photodude, @watchfulli-dev
This PR has received new commits.
CC: @photodude, @watchfulli-dev
ok session
ok call stack
ko Log messages
gives different result items
This PR has received new commits.
CC: @photodude, @watchfulli-dev
Joomla core has a LOT of deprecated messages ....
What we can do is making tabs there for priority and with the totals
ex: CRITICAL xx || WARNING xx || INFO xx || DEBUG xx
or by category
ex: Deprecated xx || Databasequery xx || etc xx
I think the deprecated warning should stay alone.
I have tested this item successfully on f224435
I have tested this item successfully on f224435
I do agree that we should have a summary subtotal for each logged category in the log section.
Ok. i will try do that in other PR.
This one has already lot of changes and is RTC.
I will also make some other improvements in the new PR.
Status | Pending | ⇒ | Ready to Commit |
RTC then it is!
Labels |
Added:
?
|
Milestone |
Added: |
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-01-26 23:34:41 |
Closed_By | ⇒ | wilsonge |
Merged - thanks @andrepereiradasilva
Labels |
Removed:
?
|
I'll see if I can test this soon.