Ivan Scherbak
89168f7b76
Add silencedPatterns getter
2016-09-20 10:56:02 +03:00
Denis Sokolov
ae7e83b4d1
PrettyPageHandler: show plain text in the comment at the top of the output
2016-09-04 18:58:28 +03:00
Denis Sokolov
55cb0f6b4a
PlainTextHandler: generateResponse
2016-09-04 18:56:47 +03:00
Denis Sokolov
fa964b8377
Merge pull request #397 from jonasdt/break-on-delimiter
...
Break filenames and namespaces on the delimiter
2016-09-04 17:51:20 +03:00
Denis Sokolov
d251b2dc1e
Merge pull request #405 from shakhraj/inspector-in-data-table-callback
...
Pass Inspector into data table callbacks
2016-09-04 17:49:05 +03:00
Denis Sokolov
69e4ab6472
Merge pull request #417 from andrey-helldar/patch-1
...
Add transition style to hover effect
2016-09-04 17:48:02 +03:00
Denis Sokolov
0da0bd6285
Merge pull request #444 from acidjazz/jsonapispec
...
setJsonApi() in JsonResponseHandler to allow format compliant to json:api spec
2016-09-04 14:56:10 +03:00
Denis Sokolov
396b2c8b8f
Merge pull request #420 from PrisisForks/fixes-419
...
Fixes 419
2016-09-04 14:12:18 +03:00
kevin olson
7ddd294018
spaces removed and unused vars re-added
2016-09-04 01:08:40 -07:00
kevin olson
882d26344b
setJsonApi() in JsonResponseHandler to allow format compliant to json:api spec #443
2016-09-03 17:48:28 -07:00
kevin olson
f45f1849ea
bug fixes and prettyprint optimization ( #439 )
...
* addresses #438 and #437 , adds prettyprint optimization
* == to === via codacy reco
* addresses feature request
* Alter JsonResponseHandlertest to accomodate error to errors
* wrong dimension
* Revert "== to === via codacy reco"
This reverts commit 4a2e9909d0 .
* Revert "addresses feature request"
This reverts commit 631e267e19 .
* more reverts
2016-09-03 16:26:01 +03:00
kevin olson
36c3166093
properly showing 10 lines of code below and above
2016-08-06 20:06:05 -07:00
kevin olson
feac912e74
Cleanup and comment
2016-08-06 19:44:58 -07:00
kevin olson
8897fb2296
Fixes issue with syntax highlight breaking, fixes
2016-08-06 19:39:30 -07:00
inssein
4e7ffd30a7
point to interface instead of implementation
2016-07-29 08:49:17 -07:00
Andreas Möller
c37aae68fe
Fix: Use short array syntax
2016-07-24 19:36:49 +02:00
daniel bannert
4b1896882f
changed var cloner to cloneVar
2016-06-02 19:03:05 +02:00
prisis
ff43d44a4c
fixes #419
2016-06-02 16:50:54 +02:00
Andrey Helldar
f76f8af1f6
Add transition to hover effect
2016-05-24 15:59:00 +09:00
Brian Adams
3ed2d37c86
Make code-block use tab size of 4 instead of browser default of 8
2016-05-06 13:06:49 -05:00
Andrey Savchenko
6f60e70639
Adjusted editor link color
...
Fixes #413
2016-05-06 17:23:30 +03:00
Jonas De Taeye
952354ae61
Make dependency on VarDumper optional
2016-04-07 03:44:52 +02:00
Andrij
d0c1cba8eb
Pass Inspector into data table callbacks
2016-03-21 12:46:16 +02:00
Jonas De Taeye
78d170fb02
Only dump object internals if a custom caster exists
2016-03-20 14:41:13 +01:00
Jonas De Taeye
2583623e33
Don't dump verbose information
2016-03-20 14:39:07 +01:00
Jonas De Taeye
9278a21fac
Allow to set the cloner
2016-03-20 14:38:42 +01:00
Jonas De Taeye
752b2aa485
Make sure method-info aligns after breaking on delimiter
2016-03-14 00:30:50 +01:00
Jonas De Taeye
5ae1a04d58
Break filenames and namespaces on the delimiter
2016-03-13 23:42:11 +01:00
Théo FIDRY
7054419685
Add RunInterface
...
Closes #390 .
2016-03-12 13:29:53 +00:00
Jonas De Taeye
d801002839
Add description to HtmlDumperOutput
2016-02-18 22:28:37 +05:30
Jonas De Taeye
965284ea67
Close the by default expanded objects of dumped vars
2016-02-18 22:21:45 +05:30
Jonas De Taeye
4a3bb52581
Don't use syntax highlighting in the details section
2016-02-18 11:43:13 +05:30
Jonas De Taeye
f73af14a5c
Update syntax highlighting of the dumped vars
...
Tries to be as close as possible to the source code syntax highlighting.
2016-02-18 11:42:18 +05:30
Jonas De Taeye
1ebda61309
Dump the frame arguments below the source code
2016-02-18 11:40:15 +05:30
Jonas De Taeye
0c87a150e1
Remove unused use statement
2016-02-18 11:37:38 +05:30
Jonas De Taeye
122c8c13d6
Use a callable class instead of a closure as second argument to HtmlDumper::dump
...
HtmlDumper::dump calls HtmlDumper::setOutput and this method resets the headerIsDumped property every time the $output argument changes.
This results in including the global styles and scripts on each dump.
We prevent this from happening by reusing the same HtmlDumperOutput object.
2016-02-18 11:36:33 +05:30
Jonas De Taeye
3df80b1539
Use property instead of static variable
2016-02-18 11:28:02 +05:30
Markus Staab
c25bbbcedc
Added support for printing frame args in the framestack.
2016-02-18 00:26:25 +05:30
Trevor North
92c4e8e7bb
Fix copy to clipboard tooltip typo in header
2016-02-02 12:58:08 +00:00
anolilab
8a3f56b78a
fixes #367 Inline SVG instead of base64 dumped binary images
...
move license disclaimers to html
improve css | small fix on html
modified: src/Whoops/Resources/css/whoops.base.css
modified: src/Whoops/Resources/views/header.html.php
2016-02-01 11:39:09 +01:00
Denis Sokolov
da04b6feb2
Remove http_response_code workaround for PHP 5.4
2016-01-24 12:53:05 +02:00
Denis Sokolov
e18d217043
Add a workaround for dynamic default parameters in PHP 5.5
2016-01-23 23:01:04 +02:00
Guido Contreras Woda
30b6a3b264
Use a system facade to allow consumers of Whoops\Run to mock any system call that it would do through native functions.
2016-01-22 15:00:37 -03:00
Youssef
0e5b4feec1
highlight line error
2016-01-19 21:14:58 +00:00
anolilab
033e359b3a
fixes #159 added support icons for google | stackoverflow
...
added title to google and stack overflow link
changed name | added license informations | added https call for links | remove float
update License infos
remove slash
modified: src/Whoops/Resources/css/whoops.base.css
modified: src/Whoops/Resources/views/header.html.php
2016-01-15 11:13:11 +01:00
Denis Sokolov
facbeba34f
Highlight the current line, fix #359
2016-01-03 20:22:04 +02:00
Denis Sokolov
083d5a674e
Move utility functions to the utility class, fix #351
2015-12-20 18:45:53 +02:00
Flavio Copes
422760c23f
Fix for PHP7
...
Fixes `Whoops\Exception\ErrorException: Uncaught TypeError: Argument 1 passed to Whoops\Exception\Inspector::getTrace() must be an instance of Exception, instance of Error given`
2015-12-14 12:24:39 +01:00
Denis Sokolov
3bf469434e
Merge pull request #327 from filp/remove-silex-1
...
Remove integration with Silex 1, fix #101
2015-12-13 01:10:55 +02:00
Denis Sokolov
5f777804ff
Merge pull request #330 from filp/final-run
...
Forbid extending Run
BC
2015-12-13 01:10:20 +02:00