Commit Graph

754 Commits

Author SHA1 Message Date
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
Denis Sokolov 5ea9a3acdf Merge pull request #339 from staabm/borderradius
Use rounded corners for frame-index.
2015-12-12 22:42:36 +02:00
Denis Sokolov 753557c09f Merge branch 'php7'
BC: typehint

Conflicts:
	src/Whoops/Exception/Inspector.php
2015-12-12 22:41:12 +02:00
Denis Sokolov e9def68b76 Merge pull request #347 from filp/fix-flaky-plain-text-tests
Fix flaky PlainTextHandler tests by replacing exact matching of strings
2015-12-12 22:38:23 +02:00
Denis Sokolov 4cbf3a8bda Fix flaky PlainTextHandler tests by replacing exact matching of strings 2015-12-12 22:17:19 +02:00
Denis Sokolov b0a29b3eac Merge pull request #346 from filp/local-phpunit
Local phpunit
2015-12-12 22:04:20 +02:00
Denis Sokolov 1ac952ef30 Install local phpunit
This ensures we run the same consistent version of phpunit,
and is generally more convenient.
2015-12-12 22:00:08 +02:00
Denis Sokolov 443868a1c3 Allow running local phpunit 2015-12-12 21:59:18 +02:00
Denis Sokolov 1bcf660e31 Merge pull request #345 from ExplodingCabbage/master
Fix handling of Content-Type headers
2015-12-12 13:00:24 +02:00
ExplodingCabbage d7d89b0cce Set Content-Type: text/html in PrettyPageHandler
This will make the pretty HTML pages work properly even if the user already spat out a different Content-Type header prior to their error.
2015-12-11 19:51:06 +00:00
ExplodingCabbage 1467640a51 Remove bizarre check for existence of class that will always exist 2015-12-11 19:49:32 +00:00
Denis Sokolov 754330b898 Merge pull request #338 from staabm/onlycmd
Removed PlainTextHandler->(onlyForCommandLine|outputOnlyIfCommandLine…
2015-11-29 18:42:28 +02:00
Markus Staab 38e6fc6cbe Use rounded corners for frame-index. 2015-11-29 16:38:10 +01:00