1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-06-08 23:26:40 +02:00

779 Commits

Author SHA1 Message Date
Barry vd. Heuvel
1a4cc88586 Hide empty duration 2025-02-01 16:35:11 +01:00
Barry vd. Heuvel
2b9c176409
Group timeline (#719) 2025-02-01 16:19:55 +01:00
Barry vd. Heuvel
fc4f376cfc
Link time widget to timeline (#718) 2025-02-01 16:16:07 +01:00
Barry vd. Heuvel
5037594c0e
Add link for indicator (#717) 2025-02-01 14:27:48 +01:00
erikn69
603d8c7599
Fix icon on symfony HtmlDumper (#714) v2.0.1 2025-01-31 10:14:40 +01:00
Barry vd. Heuvel
2995b9b93f
Fix openhandler theme (#715)
* Copy debugbar theme to openhandler

* TWeak table layout
2025-01-31 10:10:21 +01:00
Barry vd. Heuvel
3ed7ea3d3d
Update README.md (#713) 2025-01-30 20:01:16 +01:00
Barry vd. Heuvel
8b89a30a57
Fix reset settings (#712)
* Fix reset settings

* Reset index
v2.0.0-beta2 v2.0.0
2025-01-30 19:33:55 +01:00
Barry vd. Heuvel
3fab678a22
Feat fix links (#710)
* fix links

* Tweak hover
v2.0.0-beta1
2025-01-26 16:14:22 +01:00
Barry vd. Heuvel
ba74cf8788
Set PHP to min 8 (#709)
* Set PHP to min 8

* Update matrix
2025-01-26 16:02:05 +01:00
Barry vd. Heuvel
0851b43e9c
Update composer.json (#708) 2025-01-26 15:53:59 +01:00
Barry vd. Heuvel
9bd8cdb961
Rename package to php-debugbar/debugbar and bump to 2.x (#707)
* Update composer.json

* Update matrix
2025-01-26 15:51:52 +01:00
Barry vd. Heuvel
ae1f47ca11
Dark Theme + Theme variables + UI tweaks (#703)
* Add option to set theme

* Replace colors with variables

* Use mask for icons

* Fix borders

* Use better variables

* Remove theme

* Add github dark

* Fix select

* Tweak open handler

* Fix inputs

* Fix toolbar

* Fix labels

* Add theme switcher

* Use :after for icons

* Slight tweak to base css

* Tweak restore btn

* Use font variables, tweak timeline

* TWeak openhandler

* Tweak query hover

* Remove openhandler padding

* Fix dataset switcher

* Tweak toolbar

* Move settings, simplify storage

* Add floating position and autoshow to settings

* Tweak constructor

* Add test

* Add hide empty tabs option

* Tweak loading

* Fix test

* Breathe a little

* Add screenshots to tests, test light/dark

* Run screenshot only on 8.4

* Tweak folder

* Tweak

* Rename var

* Twaek hover

* TWeak sql

* Tweak accent

* Fix overly fanatic rename

* Tweak to header
2025-01-26 15:41:20 +01:00
Barry vd. Heuvel
c0f9ec6492
Add dev keyword (#706) 2025-01-04 20:07:21 +01:00
Barry vd. Heuvel
c0a7802053
Set lineheight to 1.2 instead of 1 (#705) 2025-01-02 20:47:28 +01:00
Barry vd. Heuvel
021f38fba3
Update hljs and github theme (#704)
* Update hljs and github theme

* Tweak pre border
2025-01-02 20:47:13 +01:00
Barry vd. Heuvel
db56adc179
Revert dragging (#701)
* Revert "Tweak percentage for sticky (#700)"

This reverts commit bb21b0dfe05159d69e2d91896b949c9a71e105e5.

* Revert "Dragging Feature (followup) (#697)"

This reverts commit f622fa5ed52c102097ecef4dd8a78c40df8e9285.
2025-01-01 09:55:39 +01:00
Barry vd. Heuvel
bb21b0dfe0
Tweak percentage for sticky (#700) 2024-12-16 14:45:01 +01:00
Barry vd. Heuvel
f3b0022b54
Check if hljs has language (#699) 2024-12-15 20:19:03 +01:00
Barry vd. Heuvel
f622fa5ed5
Dragging Feature (followup) (#697)
* feat: dragging feature added

* fix: dragging feature integrated

* fix: not unbind other events handlers

* fix: default display css

* improved: border left & right after drag the snap

* fix: ensure snap/button repositions correctly on window resize

* Add bottom left or right offset

* Tweak click and restore

---------

Co-authored-by: devzkhalil <devzkhalil@gmail.com>
Co-authored-by: erikn69 <erikn_69@hotmail.com>
Co-authored-by: MD Khalil <70958192+devzkhalil@users.noreply.github.com>
2024-12-15 16:21:13 +01:00
Barry vd. Heuvel
7be5a75512
Bump to 1.24 dev branch (#698) 2024-12-15 16:21:04 +01:00
Roman Miranda
4d63fa8921
Add cursor editor support (#688) 2024-12-12 12:21:27 +01:00
Barry vd. Heuvel
39174ebe5f
Allow tooltip to show as key/value list (#686)
* Allow tooltip to show as key/value list

* Align left
2024-12-12 12:11:10 +01:00
leparkour
c2f1006129
Update openhandler.js (#685)
Update canonical search in url ?& symbols debug handler url ajax
2024-12-12 12:10:27 +01:00
Tac Tacelosky
0a2ddcb45c
tweak install so that gitclip works (#696) 2024-12-09 16:01:58 +01:00
Barry vd. Heuvel
a333676518
Update repo 2024-12-05 20:02:25 +01:00
Watts Martin
0815f47bdd
Fix Panic Nova link template (#694)
The URL scheme for Nova is incorrect; per Panic's recent post (https://social.panic.com/@panic/112689904216756608) this now uses the correct format. This is tested (briefly) with Laravel for confirmation.
v1.23.4
2024-12-05 11:36:51 +01:00
erikn69
1b5dfcb0cd
Fix PHP 8.4 deprecations (#693) 2024-11-22 14:56:48 +01:00
Jesper Noordsij
aeaa271575
Replace implicit nullable types in parameter declarations (#687) 2024-11-22 14:49:10 +01:00
Barry vd. Heuvel
933e1b632c
Update README.md 2024-10-29 14:54:29 +01:00
Barry vd. Heuvel
687400043d
Remove trace args in Exceptions (#691)
* Remove trace args in Exceptions

* Always cleanup args
v1.23.3
2024-10-29 13:24:25 +01:00
erikn69
689720d724
Delete chromedriver file (#684) v1.23.2 2024-09-16 13:23:09 +02:00
erikn69
1bca59fe66
Fix #681 (#682) v1.23.1 2024-09-11 20:12:52 +02:00
erikn69
bac734286d
Fix array to string converstion (#681) 2024-09-11 19:35:03 +02:00
Alius
b210445e32
Fix parameter output if parameter is zero (#679) 2024-09-11 10:38:45 +02:00
Barry vd. Heuvel
0b40a63e63
Check copy result (#678) 2024-09-10 19:39:33 +02:00
Barry vd. Heuvel
0143b7c17d
Bump to 1.23-dev v1.23.0 2024-09-10 19:28:47 +02:00
Barry vd. Heuvel
63bae27159
Hide empty collectors until used (#672)
* Hide empty collectors until used

* Make hidden tabs configurable

* Tweak default, add test
2024-09-10 19:28:00 +02:00
Barry vd. Heuvel
cc8f41e0bd
Use zero width for copy height (#677) 2024-09-10 18:54:34 +02:00
Barry vd. Heuvel
ce4762b069
Enable copy, tweak icon (#676) 2024-09-10 17:59:08 +02:00
Lars Moelleken
4eb7fd73a1
debugbar.css: fix broken CSS (#675)
is broken since this change: cd46685df8 (diff-f8b1773a74ff6db4b152bc60684f28e27084381920026052bac436b09db55d31L173) 

@nckrtl
2024-09-09 14:59:35 +02:00
Barry vd. Heuvel
1b5cabe0ce
Add test-case for Fix parameter output if parameter is Datetime or array [v1.22.4] #671 (#673)
* Fix parameter output if parameter is Datetime or array

* use array_map for parsing parameters

* Add test-case for Doctrine datetime

* Fix doctrine query

---------

Co-authored-by: Alius <aliusa@users.noreply.github.com>
v1.22.5
2024-09-09 10:05:55 +02:00
Alius
02d26dbb2e
Fix parameter output if parameter is Datetime or array [v1.22.4] (#671)
* Fix parameter output if parameter is Datetime or array

* use array_map for parsing parameters
2024-09-09 10:00:24 +02:00
erikn69
ec4979077f
Prevent query backtrace showing on editor link click (#667) v1.22.4 2024-09-06 19:37:59 +02:00
erikn69
643767a32f
Fix $query['params'] can be "null" (#663) 2024-09-06 16:20:03 +02:00
erikn69
43aafef83d
Upgrade FA to 6.6 (#669) 2024-08-30 16:34:10 +02:00
erikn69
ba06b0606a
Fix link alignment issue (#668) 2024-08-28 12:57:46 +02:00
erikn69
aa815c8e64
Fix badges (#664) 2024-08-01 16:28:30 +02:00
Atsushi Matsuo
055740c7c9
Add PHP 8.4 to the test matrix (#661) 2024-07-18 10:58:39 +02:00
arhimede
c9cb28d5ee
added Dotkernel integration (#659) 2024-07-02 09:24:16 +02:00