1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-06-28 13:43:13 +02:00
Commit Graph

776 Commits

Author SHA1 Message Date
90c7a692e2 update license 2025-01-26 17:21:52 +01:00
ced797fc15 Add tests 2025-01-26 17:20:25 +01:00
ae9e2dbb1e Add static var to set DataHasher 2025-01-26 17:09:34 +01:00
534cd4397a Merge branch 'master' into feat-openhandler-actionable 2025-01-26 16:37:10 +01:00
3fab678a22 Feat fix links ()
* fix links

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

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

* Update matrix
2025-01-26 15:51:52 +01:00
ae1f47ca11 Dark Theme + Theme variables + UI tweaks ()
* 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
c0f9ec6492 Add dev keyword () 2025-01-04 20:07:21 +01:00
c0a7802053 Set lineheight to 1.2 instead of 1 () 2025-01-02 20:47:28 +01:00
021f38fba3 Update hljs and github theme ()
* Update hljs and github theme

* Tweak pre border
2025-01-02 20:47:13 +01:00
db56adc179 Revert dragging ()
* Revert "Tweak percentage for sticky ()"

This reverts commit bb21b0dfe0.

* Revert "Dragging Feature (followup) ()"

This reverts commit f622fa5ed5.
2025-01-01 09:55:39 +01:00
bb21b0dfe0 Tweak percentage for sticky () 2024-12-16 14:45:01 +01:00
f3b0022b54 Check if hljs has language () 2024-12-15 20:19:03 +01:00
f622fa5ed5 Dragging Feature (followup) ()
* 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
7be5a75512 Bump to 1.24 dev branch () 2024-12-15 16:21:04 +01:00
4d63fa8921 Add cursor editor support () 2024-12-12 12:21:27 +01:00
39174ebe5f Allow tooltip to show as key/value list ()
* Allow tooltip to show as key/value list

* Align left
2024-12-12 12:11:10 +01:00
c2f1006129 Update openhandler.js ()
Update canonical search in url ?& symbols debug handler url ajax
2024-12-12 12:10:27 +01:00
0a2ddcb45c tweak install so that gitclip works () 2024-12-09 16:01:58 +01:00
a333676518 Update repo 2024-12-05 20:02:25 +01:00
0815f47bdd Fix Panic Nova link template ()
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
1b5dfcb0cd Fix PHP 8.4 deprecations () 2024-11-22 14:56:48 +01:00
aeaa271575 Replace implicit nullable types in parameter declarations () 2024-11-22 14:49:10 +01:00
933e1b632c Update README.md 2024-10-29 14:54:29 +01:00
687400043d Remove trace args in Exceptions ()
* Remove trace args in Exceptions

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

* Make hidden tabs configurable

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

@nckrtl
2024-09-09 14:59:35 +02:00
1b5cabe0ce Add test-case for Fix parameter output if parameter is Datetime or array [v1.22.4] ()
* 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
02d26dbb2e Fix parameter output if parameter is Datetime or array [v1.22.4] ()
* Fix parameter output if parameter is Datetime or array

* use array_map for parsing parameters
2024-09-09 10:00:24 +02:00
dc1500f0f9 Add actionable interface for usage in openhandler 2024-09-07 15:24:16 +02:00
ec4979077f Prevent query backtrace showing on editor link click () v1.22.4 2024-09-06 19:37:59 +02:00
643767a32f Fix $query['params'] can be "null" () 2024-09-06 16:20:03 +02:00
43aafef83d Upgrade FA to 6.6 () 2024-08-30 16:34:10 +02:00
ba06b0606a Fix link alignment issue () 2024-08-28 12:57:46 +02:00
aa815c8e64 Fix badges () 2024-08-01 16:28:30 +02:00
055740c7c9 Add PHP 8.4 to the test matrix () 2024-07-18 10:58:39 +02:00
c9cb28d5ee added Dotkernel integration () 2024-07-02 09:24:16 +02:00
9f7597754a Fix not rendering correctly in some cases () 2024-06-19 11:21:39 +02:00
11896db266 Escape doctrine entries ()
* Escape doctrine entries

* Add PDO browsertest
2024-06-10 11:29:12 +02:00
6d6791b4fa Add note about drivers 2024-06-10 11:17:33 +02:00