1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 13:28:35 +01:00

10 Commits

Author SHA1 Message Date
Claas Augner
2a95c20da4 docs: addException => addThrowable (#419)
ExceptionsCollector->addException() is deprecated since #281.
2019-09-05 15:46:04 +02:00
James Johnston
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
James Johnston
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
Steve Pavarno
cea4d73dd3 Update docs for PDOConnector (#305)
see #299
2016-11-28 19:59:25 +01:00
Dmitry Teslitsky
8d12ad1393 Fix type 2014-05-23 17:36:16 +03:00
Graham Campbell
0071105c25 CS fixes 2014-01-16 21:41:41 +00:00
Pascal Borreli
68dfa87ef6 Fixed typos 2013-08-16 00:52:32 +01:00
Mike Almond
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
maximebf
c11336485b updated docs 2013-08-13 17:29:44 +10:00
maximebf
dda267ebd1 updated docs and README 2013-08-13 12:29:40 +10:00