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

12 Commits

Author SHA1 Message Date
30f65f18f7 Fix class name missing full import (#540) 2023-09-19 21:53:10 +02:00
d848222fd5 Makes the PDO wrapper transparent (#407)
* Making PDO wrapper transparent

* Fix check for instance type before enveloping PDO
2021-06-22 09:12:03 +02:00
2a95c20da4 docs: addException => addThrowable (#419)
ExceptionsCollector->addException() is deprecated since #281.
2019-09-05 15:46:04 +02:00
35fa8abe90 Use new HtmlVariableListWidget with collectors (#346)
Introduce a new HtmlVariableListWidget that is similar to
VariableListWidget but for variables with HTML contents.

Update the collectors that use the existing VariableListWidget to use
DebugBarVarDumper to dump the variables using the VarDumper HtmlDumper.
Because many debug bar users may not yet support inline static assets,
default to use the old VariableListWidget for now.

Updated collectors:

* ConfigCollector
* RequestDataCollector
2017-07-21 13:35:58 +02:00
54214dadb6 Update MessagesCollector to support HTML var dumping (#345)
Use the new DebugBarVarDumper class to support dumping variables in
interactive collapsible HTML; the new useHtmlVarDumper() function will
enable this.

Since this will require users to handle the new inline assets provided
by the JavascriptRenderer, make this dumping format optional and default
to the old behavior for now.
2017-07-21 13:35:32 +02:00
cea4d73dd3 Update docs for PDOConnector (#305)
see #299
2016-11-28 19:59:25 +01:00
8d12ad1393 Fix type 2014-05-23 17:36:16 +03:00
0071105c25 CS fixes 2014-01-16 21:41:41 +00:00
68dfa87ef6 Fixed typos 2013-08-16 00:52:32 +01:00
04a2332c69 Update the base collectors doc to show how to collect multiple PDO connections
Updating the docs to reflect the changes in the `PDOCollector` class

Reference maximebf/php-debugbar#5
2013-08-15 08:03:41 -04:00
c11336485b updated docs 2013-08-13 17:29:44 +10:00
dda267ebd1 updated docs and README 2013-08-13 12:29:40 +10:00