1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-09 11:04:01 +02:00
Commit Graph

769 Commits

Author SHA1 Message Date
f2619d3012 Update composer.json 2025-01-26 15:53:47 +01:00
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
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
c0f9ec6492 Add dev keyword (#706) 2025-01-04 20:07:21 +01:00
c0a7802053 Set lineheight to 1.2 instead of 1 (#705) 2025-01-02 20:47:28 +01:00
021f38fba3 Update hljs and github theme (#704)
* Update hljs and github theme

* Tweak pre border
2025-01-02 20:47:13 +01:00
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
bb21b0dfe0 Tweak percentage for sticky (#700) 2024-12-16 14:45:01 +01:00
f3b0022b54 Check if hljs has language (#699) 2024-12-15 20:19:03 +01:00
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
7be5a75512 Bump to 1.24 dev branch (#698) 2024-12-15 16:21:04 +01:00
4d63fa8921 Add cursor editor support (#688) 2024-12-12 12:21:27 +01:00
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
c2f1006129 Update openhandler.js (#685)
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 (#696) 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 (#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
1b5dfcb0cd Fix PHP 8.4 deprecations (#693) 2024-11-22 14:56:48 +01:00
aeaa271575 Replace implicit nullable types in parameter declarations (#687) 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 (#691)
* Remove trace args in Exceptions

* Always cleanup args
v1.23.3
2024-10-29 13:24:25 +01:00
689720d724 Delete chromedriver file (#684) v1.23.2 2024-09-16 13:23:09 +02:00
1bca59fe66 Fix #681 (#682) v1.23.1 2024-09-11 20:12:52 +02:00
bac734286d Fix array to string converstion (#681) 2024-09-11 19:35:03 +02:00
b210445e32 Fix parameter output if parameter is zero (#679) 2024-09-11 10:38:45 +02:00
0b40a63e63 Check copy result (#678) 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 (#672)
* 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 (#677) 2024-09-10 18:54:34 +02:00
ce4762b069 Enable copy, tweak icon (#676) 2024-09-10 17:59:08 +02:00
4eb7fd73a1 debugbar.css: fix broken CSS (#675)
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] #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
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
ec4979077f Prevent query backtrace showing on editor link click (#667) v1.22.4 2024-09-06 19:37:59 +02:00
643767a32f Fix $query['params'] can be "null" (#663) 2024-09-06 16:20:03 +02:00
43aafef83d Upgrade FA to 6.6 (#669) 2024-08-30 16:34:10 +02:00
ba06b0606a Fix link alignment issue (#668) 2024-08-28 12:57:46 +02:00
aa815c8e64 Fix badges (#664) 2024-08-01 16:28:30 +02:00
055740c7c9 Add PHP 8.4 to the test matrix (#661) 2024-07-18 10:58:39 +02:00
c9cb28d5ee added Dotkernel integration (#659) 2024-07-02 09:24:16 +02:00
9f7597754a Fix not rendering correctly in some cases (#658) 2024-06-19 11:21:39 +02:00
11896db266 Escape doctrine entries (#657)
* 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
a747812b5b Add support for CodeLite links (#656) 2024-06-10 10:36:01 +02:00
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
20cffd75fe Fix line-height on tabs (#649) 2024-05-12 07:19:53 +02:00
7715ec5136 Fix TypeError: data.__meta is undefined (#655) 2024-05-11 16:57:29 +02:00
40d2d7e986 Remove .sr-only and .sr-only-focusable from FA css (#653) 2024-04-15 12:55:03 +02:00
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
ca2597a6ad Tweak active badge 2024-04-04 11:41:46 +02:00