-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[4.0] Debug bar #20380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[4.0] Debug bar #20380
Changes from 10 commits
Commits
Show all changes
114 commits
Select commit
Hold shift + click to select a range
7f5956e
Add vendor files
elkuku 5bd2778
Add data collectors
elkuku 16931de
Add media files
elkuku c315796
Add vendor media files
elkuku 9840d77
Update debug plugin
elkuku c0365c9
Update language file
elkuku caf06a0
Update debug plugin
elkuku aada087
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku c3c63e5
Remove vendor media files
elkuku d0fa5f0
Update .gitignore
elkuku 0f81024
Remove a language string - thanks @brianteeman
elkuku cf5e1ce
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku f0d7c0b
Update debug.xml
elkuku 5272e5c
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku fbc964b
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku f9a18ec
Use __DEPLOY_VERSION__
elkuku 6a54a16
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku 6391414
Composer public files
elkuku 2a505e9
Composer vendor and autoload files
elkuku c7f9f46
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku ad4f622
Sooooo Let's register our namespace on our own... again :(
elkuku 6ffa5fb
Merge branch '4.0-dev' into debug-bar-2
elkuku 6c32d6b
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku a6251dd
Merge branch 'debug-bar-2' of https://github.com/elkuku/joomla-cms in…
elkuku 44412b1
Remove files from libraries/vendor
elkuku 3da748d
Move Files from media/vendor so they don't get removed on install...
elkuku 80e077f
Change the path where our 3pd files live for now
elkuku c4d1c12
Copy debug bar assets using the build.js script
elkuku 869e6f6
Remove vendor files
elkuku 6ebe793
Merge branch '4.0-dev' into debug-bar-2
elkuku e2ce6e5
Ignore minified files
elkuku 52bd91f
Revert Ignore minified files
elkuku 0ca6d06
Add minified files
elkuku 1f3badc
Add some color
elkuku 2ccb844
Let's fetch the files from the 'right' place...
elkuku 296fc69
Update some code
elkuku 81b56fc
Let's use tabs.....
elkuku 2402030
Let's use tabs.....
elkuku bb4cc1c
Fix CS - Thank @Quy
elkuku 7954e8b
Fix more CS
elkuku 6aff483
Fix file path not readable
elkuku 22ff915
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku 4fd63c7
I like to move it, move it :man_dancing:
elkuku 69ab395
Add a @todo
elkuku 7f90136
Add a debug view to com_content to display extended information
elkuku 282c12b
Fix a doc block
elkuku 04ec732
@todo Move it the 'right way' (tm) :man_dancing:
elkuku 398639c
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku 64e56f1
Remove proposal
elkuku cac840a
Use full paths
elkuku 0f596d0
Submit more data
elkuku 2b91400
Cleanup debug.php
elkuku a43c4df
Fix CS
elkuku 159e318
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku 215655e
Call $db->disconnect() in the "right" place
elkuku 0df391b
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku bab8e58
Update composer.lock file
elkuku 94916d2
Fix CS
elkuku f9111c6
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku a4f7e15
Review doc blocks - Thanks @Quy
elkuku b68a26e
Re-order XML tags - Thanks @Quy
elkuku a9e4ace
Collect only relevant information on untranslated language strings
elkuku 902843b
Use the SQLQueriesWidget to display database queries
elkuku 1daa740
Make loaded language files clickable
elkuku a04db00
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku b8b9464
Namespace debug monitor
elkuku 41ce3ed
Set a dummy monitor for extended db debugging
elkuku 5e567ae
Add a "fork" of the sqlqueries widget
elkuku a351da1
Modify the sqlqueries widget
elkuku ea46629
Add a method to format caller information
elkuku 6447436
Add stack trace
elkuku 6102603
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku e59d900
Fix dupe filter labels
elkuku 4a80ad4
Move custom widgets to /media
elkuku ee2d518
Make the caller clickable
elkuku 8402e95
Make the blue bluer
elkuku fdfe5cc
Remove target attribute from caller link
elkuku 5e406c3
Change an icon
elkuku cc8153a
aDD SOME j! info
elkuku 4f184ca
Fix a parse error
elkuku 7506f4a
Fix CS
elkuku 9ee8fc8
Make query traces and request data optional
elkuku 7c90d4d
Display a blank tab if there are no language errors
elkuku 96c2870
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku ed51556
Remove unused import
elkuku 58d7104
Update composer.lock file
elkuku aa08caf
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku 0e9ccdf
Add a badge for loaded language files
elkuku ecbb27c
Make language errors clickable
elkuku ef1441d
Remove commented code
elkuku 9b78c9b
Format XML file
elkuku ba623e4
Disable info link
elkuku ba07b6a
Remove obsolete CSS
elkuku 003e5a8
Change debugbar logo
elkuku b91ec80
Add database information
elkuku 6705c32
Remove obsolete code
elkuku de1469f
Fix CS
elkuku 84fff04
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku ce941e7
Add a visual indicator for loaded language files - thanks @infograf768
elkuku f2b890c
Display accurate location and a stack trace for untranslated language…
elkuku ec65393
Add more return types
elkuku eb8cafc
Add more return types
elkuku cea53f0
Fix a path
elkuku 234b2f7
Fix a notice
elkuku 391f3b9
Make the separator line blue and add some padding to query list
elkuku b5f6fc8
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku a68cf20
Add memory marks on profiler tab = thanks @Hackwar
elkuku e9061a1
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku 9e08267
Remove unused parameter
elkuku 75247d0
Make quwey profiles and explains optional
elkuku d9ec1d2
Update language file
elkuku 3211dfe
Add support for query explains
elkuku 87c1fd4
Merge remote-tracking branch 'origin/4.0-dev' into debug-bar-2
elkuku 3a931a8
Modify CSS
elkuku File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we dont need this string, just remove it please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 😉