Andrij
d0c1cba8eb
Pass Inspector into data table callbacks
2016-03-21 12:46:16 +02:00
Denis Sokolov
1de56025c4
Merge pull request #387 from jonasdt/frame-args
...
Dump frame arguments below the source code
2016-03-06 15:11:36 +02: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
Jonas De Taeye
186d299d47
Require symfony/var-dumper for development
2016-02-18 11:17:52 +05:30
Markus Staab
c25bbbcedc
Added support for printing frame args in the framestack.
2016-02-18 00:26:25 +05:30
Denis Sokolov
c477d2ff70
Note about Sublime protocol on OS X
2016-02-16 11:23:12 +02:00
Denis Sokolov
c05d1de478
Add Graham and Markus to Readme
2016-02-16 10:14:48 +02:00
Denis Sokolov
782e7acecf
Switch to packaged phpunit
2016-02-13 22:27:20 +02:00
Denis Sokolov
bad82de557
Update ajax only example for Whoops 2, fix #381
2016-02-05 21:33:27 +02:00
Denis Sokolov
309313cc2a
Merge pull request #380 from trvrnrth/typo-fix
...
Fix copy to clipboard tooltip typo in header
2016-02-04 20:53:56 +02:00
Trevor North
92c4e8e7bb
Fix copy to clipboard tooltip typo in header
2016-02-02 12:58:08 +00:00
Denis Sokolov
16ca66b424
Merge pull request #378 from PrisisForks/issue-367-svg
...
Issue 367 svg
2016-02-01 12:43:42 +02: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
Daniel Bannert
90a046731e
Merge pull request #3 from filp/master
...
update
2016-02-01 10:16:45 +01:00
Denis Sokolov
e1ad243bee
Add changelog
2016-01-29 21:07:09 +02:00
Denis Sokolov
4ff8d4fcbe
Document SystemFacade capability
2016-01-25 09:40:06 +02:00
Denis Sokolov
da04b6feb2
Remove http_response_code workaround for PHP 5.4
2016-01-24 12:53:05 +02:00
Denis Sokolov
73e30dc9bd
Merge branch 'php_runtime_facade'
2016-01-23 23:04:51 +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
Denis Sokolov
7831e57b27
Merge pull request #371 from youssefhad/master
...
highlight line error
2016-01-20 06:14:26 +02:00
Youssef
0e5b4feec1
highlight line error
2016-01-19 21:14:58 +00:00
Denis Sokolov
d7a75b6d95
Merge pull request #369 from vinkla/patch-1
...
Add .editorconfig file
2016-01-16 00:28:01 +02:00
Denis Sokolov
1e5d1fcbda
Merge pull request #366 from PrisisForks/issue-159-link-to-google-stackoverflow
...
Issue 159 link to google stackoverflow
2016-01-15 19:14:34 +02:00
Vincent Klaiber
6b11d5c369
Add .editorconfig file
...
This closes #368
2016-01-15 14:41:47 +01: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
Daniel Bannert
b439d1714f
Merge pull request #2 from filp/master
...
pull
2016-01-14 14:46:46 +01:00
Denis Sokolov
983c85af6b
Readme: remove disclaimer about unstable v2
2016-01-12 22:22:13 +02:00
Denis Sokolov
4fb47f0c01
Merge pull request #362 from kenjis/patch-1
...
Fix sample code
2016-01-11 07:56:33 +02:00
kenjis
c4bc3d8798
Fix sample code
...
Add `;` at the end.
2016-01-11 10:31:33 +09:00
Denis Sokolov
d6d1dfaac6
Switch Laravel 5 recommendation to Laravel-Exceptions
2016-01-06 20:02:36 +02:00
Denis Sokolov
a327942c50
Add a note about a possible problem in Laravel 5 integration
2.0.0
2016-01-06 19:51:21 +02:00
Denis Sokolov
309303e34d
Merge pull request #360 from filp/highlight-current-line
...
Highlight the current line, fix #359
2016-01-04 08:53:46 +02:00
Denis Sokolov
facbeba34f
Highlight the current line, fix #359
2016-01-03 20:22:04 +02:00
Denis Sokolov
1ebe728ae0
Merge pull request #357 from filp/fix-util-funcs
...
Move utility functions to the utility class, fix #351
2015-12-20 19:51:11 +02:00
Denis Sokolov
083d5a674e
Move utility functions to the utility class, fix #351
2015-12-20 18:45:53 +02:00
Denis Sokolov
eb1ce6439d
Merge pull request #354 from vinkla/php
...
Bump PHP to 5.5.9
2.0.0-alpha2
2015-12-15 14:27:17 +02:00
Vincent Klaiber
c333e610bf
Bump PHP to 5.5.9
2015-12-15 13:26:08 +01:00
Denis Sokolov
fd3ec08c15
Merge pull request #353 from vinkla/patch-1
...
Allow PHPUnit 5.0 as dev dependency
2015-12-15 14:24:09 +02:00
Vincent Klaiber
efd5db4ce1
Allow PHPUnit 5.0
...
The commit message speaks for itself.
2015-12-15 13:19:32 +01:00
Denis Sokolov
3d248eec83
Merge pull request #352 from flaviocopes/patch-1
...
Fix for PHP7
2015-12-14 18:14:38 +02:00
Flavio Copes
6fe35892a9
Skip test if Error class does not exist
2015-12-14 16:05:57 +01:00
Flavio Copes
068348a648
Add unit test, fails on PHP7 if Inspector::getTrace() requires Exception instead of also allowing Error
2015-12-14 15:21:21 +01:00