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
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
1f34f246f0
Merge pull request #350 from staabm/patch-1
...
Update php-min version to 5.5
2015-12-13 23:00:06 +02:00
Markus Staab
ae1e32535d
Removed no longer supported phpversions from travis
2015-12-13 21:58:12 +01:00
Markus Staab
c830d3b53f
Update php-min version to 5.5
2015-12-13 21:22:11 +01:00
Daniel Bannert
a429e6d619
Merge pull request #1 from filp/master
...
pull
2015-12-13 14:09:16 +01:00
Denis Sokolov
bccc463305
Merge pull request #348 from filp/fix-var-dumper-suggestion
...
Fix var-dumper suggestion string, fixup 6a1c86bb
2015-12-13 14:57:40 +02:00
Denis Sokolov
3bf469434e
Merge pull request #327 from filp/remove-silex-1
...
Remove integration with Silex 1, fix #101
2.0.0-alpha1
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
Denis Sokolov
2681c8893e
Fix var-dumper suggestion string, fixup 6a1c86bb
...
https://getcomposer.org/doc/04-schema.md#suggest
2015-12-13 01:09:06 +02:00
Denis Sokolov
33429746ff
Merge pull request #334 from filp/separate-soap-handler
...
Move SOAP handler out
2015-12-13 01:08:35 +02:00
Denis Sokolov
a6aaf57c03
Move SOAP handler out
2015-12-13 01:08:09 +02:00