1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-23 17:51:56 +02:00
Commit Graph

795 Commits

Author SHA1 Message Date
Barry vd. Heuvel
0a3f554388 TWeak tab text size 2025-02-21 15:37:47 +01:00
Barry vd. Heuvel
3f589bbbae Always use random_bytes for request ID (#738) v2.1.5 2025-02-21 14:02:05 +01:00
Barry vd. Heuvel
093b837a86 Sort widgets by order (#737) 2025-02-21 13:21:40 +01:00
erikn69
9d43aa42b1 Avoid LF, \t, multiple spaces on timeline (#735) v2.1.4 2025-02-20 20:17:09 +01:00
erikn69
54be1a2e89 Query code after buttons block (#736) 2025-02-20 20:16:33 +01:00
erikn69
194bb6a92a Avoid resize on iframes, small iframes problem (#734) 2025-02-20 12:39:28 +01:00
erikn69
db573c6186 Fix query error_message position (#733) 2025-02-20 12:39:14 +01:00
erikn69
89d07927a8 Fix XXS bug on query params (#732) 2025-02-20 12:39:00 +01:00
Barry vd. Heuvel
1403d0281d Update links (#731) 2025-02-18 14:59:43 +01:00
Jeff Harris
8b3ce647b8 Update JavascriptRenderer.php (#730)
Update baseUrl path to reflect new installation.

---------

Co-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>
v2.1.3
2025-02-18 09:37:35 +01:00
erikn69
a27cbd6bad Fix defer data loading (#728) 2025-02-18 09:21:45 +01:00
Barry vd. Heuvel
917a032fba Allow dataset to defer loading instead of passing all the data (#723)
* Allow dataset to defer loading instead of passing all the data

* Check data when loading

* Tweak loading

* Make configurable
v2.1.2
2025-02-17 14:39:00 +01:00
Barry vd. Heuvel
c683e78de9 Reset input appearance (#727)
* Reset input appearance

* Revert option
2025-02-17 14:38:17 +01:00
Barry vd. Heuvel
2be3ba62a7 Fix badges (#725) 2025-02-13 13:25:58 +01:00
Barry vd. Heuvel
e044ee885e Map tooltip data (#724) v2.1.1 2025-02-13 13:08:20 +01:00
Michaël Jacobs
fa8049c5b6 Fix warning on null query parameter (#722)
* Check if hljs has language (#699)

* Fix PHP 8 warning in `TracedStatement::getSqlWithParameters()` when null was bound

Since PHP 8.0, [built-in functions like `strtr()` will emit a warning when passing `null` to required string parameters](docs):

```
strtr(): Passing null to parameter #1 ($string) of type string is deprecated
```

This can happen when e.g. binding `PDO::PARAM_NULL` to your query.

[docs]: https://www.php.net/manual/en/migration81.deprecated.php#migration81.deprecated.core.null-not-nullable-internal

---------

Co-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>
2025-02-07 20:05:01 +01:00
Barry vd. Heuvel
35e7209b9f Hide empty duration (#720) v2.1.0 2025-02-01 17:26:14 +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 bb21b0dfe0.

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

This reverts commit f622fa5ed5.
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