1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

756 Commits

Author SHA1 Message Date
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
Atsushi Matsuo
9f7597754a
Fix not rendering correctly in some cases (#658) 2024-06-19 11:21:39 +02:00
Barry vd. Heuvel
11896db266
Escape doctrine entries (#657)
* Escape doctrine entries

* Add PDO browsertest
2024-06-10 11:29:12 +02:00
Barry vd. Heuvel
6d6791b4fa
Add note about drivers 2024-06-10 11:17:33 +02:00
Anders Jenbo
a747812b5b
Add support for CodeLite links (#656) 2024-06-10 10:36:01 +02:00
erikn69
7705be9c2a
fix cross-origin iframe and no parent debugbar (#651)
* fix `cross-origin` iframe and no parent debugbar

* fix iframe flag default value
2024-05-13 15:42:06 +02:00
parallels999
20cffd75fe
Fix line-height on tabs (#649) 2024-05-12 07:19:53 +02:00
erikn69
7715ec5136
Fix TypeError: data.__meta is undefined (#655) 2024-05-11 16:57:29 +02:00
Steve Lacey
40d2d7e986
Remove .sr-only and .sr-only-focusable from FA css (#653) 2024-04-15 12:55:03 +02:00
Nick Retel
cd46685df8
Remove border on right side of the close button (#648)
* Better alignments icons

* refined icons

* improve widgets list item padding

* Remove border on right side of the close button
2024-04-04 18:23:18 +02:00
Barry vd. Heuvel
ca2597a6ad Tweak active badge 2024-04-04 11:41:46 +02:00
Nick Retel
dc11707041
UI refinements toolbar (#647)
* Better alignments icons

* refined icons

* improve widgets list item padding

* Ui refinements

* Apply background blur to make sure tooltip text is readable in front of text

* undo change that didn't have any effect

* proper adjustment of previous commit

* Revert fully rounded shape on the tab counters

* remove px for 0 value
2024-04-04 11:29:12 +02:00
Barry vd. Heuvel
7aa9a27a0b
Inherit table (#646) v1.22.3 2024-04-03 21:39:26 +02:00
Barry vd. Heuvel
424be4f885 Fix header/dropdown height v1.22.2 2024-04-03 13:46:22 +02:00
Barry vd. Heuvel
1afd4034fb Fix history width 2024-04-03 09:38:03 +02:00
Barry vd. Heuvel
1000304444 Fix open button 2024-04-03 09:33:47 +02:00
Nick Retel
043febc757
Improve align of icons in the header on the right side (#645)
* Better alignments icons

* refined icons

* improve widgets list item padding
2024-04-03 09:08:17 +02:00
Barry vd. Heuvel
d7b6e1dc2d
Hide bidge unless >1 datasets (#643) v1.22.1 2024-04-01 12:44:20 +02:00
Barry vd. Heuvel
2a722cccf5
Combine dropdown with dataset handler (#642)
* Combine dropdown with dataset handler

* Add test for tab
v1.22.0
2024-04-01 11:12:18 +02:00
Barry vd. Heuvel
5a9481d667 Add scripts 2024-04-01 09:02:56 +02:00
Barry vd. Heuvel
f9b5949093
Refactor browser test, test monolog bridge (#641)
* Refactor browser test, test monolog bridge

* Rename

* Add Doctrine
2024-03-31 20:14:48 +02:00
Barry vd. Heuvel
0bf3a5f466
Add ajax test (#640) 2024-03-31 19:09:53 +02:00
Barry vd. Heuvel
2bfe379a66
Add browser test (#639)
* Add browser test with Panther
2024-03-30 08:50:08 +01:00
Chun-Sheng, Li
6706ad4d2d
Improve assertion and ignore cached PHPUnit file (#462) 2024-03-30 07:26:17 +01:00