Commit Graph

398 Commits

Author SHA1 Message Date
Denis Sokolov 60fbf75d7d Contributing: simplify
The forking process is explained imprecisely, and people can figure it
out using GitHub help anyway.

The less text there are the better chances of reading it.
2014-02-16 14:56:33 +01:00
Denis Sokolov d6dcec2e3d PrettyPageHandler: remove deprecated notices
Until we handle deprecated errors in a graceful manner,
triggering this aborts the application, which defeats the purpose of compatibility.
Also see issue #100.
2014-02-16 14:37:08 +01:00
Denis Sokolov c22d92d1db JsonResponseHandler: send the content type, close #90 2014-02-16 14:13:48 +01:00
Denis Sokolov d46c3782c0 Refactor out the canSendHeaders check 2014-02-16 14:12:39 +01:00
Denis Sokolov 368a6bb49e Travis: explain why we need prefer-source 2014-02-16 13:52:37 +01:00
Denis Sokolov 2f06135abe Travis: explain why we do not use 5.3.0 2014-02-16 13:52:09 +01:00
Denis 597a44ae8d Merge pull request #136 from GrahamCampbell/travis
Added more php versions to travis
2014-02-16 14:32:43 +02:00
Graham Campbell f6e8d33db3 Added more php versions to travis 2014-02-16 12:27:27 +00:00
Denis d3b5099fd6 Merge pull request #135 from staabm/patch-2
Fixed phpdoc
2014-02-16 14:08:14 +02:00
Markus Staab 95788c3648 Fixed phpdoc 2014-02-16 13:04:48 +01:00
Denis Sokolov 55961257c6 Merge remote-tracking branch 'origin/feature/exception-chaining'
Conflicts:
	src/Whoops/Exception/Inspector.php
2014-02-16 12:53:05 +01:00
Denis dc2c1559f4 Minor cleanup to Exception\Frame::equals 2014-02-07 13:32:07 +02:00
Denis 89191b4c5f Merge pull request #132 from synchrone/feature/exception-chaining
Prepending frames from previousException to inspected exception
2014-02-07 12:36:45 +02:00
Aleksandr Bogdanov ba1f97e55f Checking if one of comparing Frames is an Unknown frame to keep them separate 2014-02-05 13:31:34 +01:00
Aleksandr Bogdanov 64f25c4fff Adding PHPDoc for Frame::equals 2014-02-05 13:30:31 +01:00
Aleksandr Bogdanov d294a7e9ad Prepending exception frame list with previous exception's topmost part that matters for #43 2014-02-04 12:32:04 +01:00
Denis 3575d084a0 Merge pull request #129 from GrahamCampbell/master
CS Fixes
2014-01-18 10:13:07 -08:00
Graham Campbell 1a06357eac CS fixes 2014-01-18 16:24:28 +00:00
Denis ea8e2bc200 Merge pull request #127 from GrahamCampbell/master
Added hhvm to travis
2013-12-31 05:41:37 -08:00
Graham Campbell fe719739a7 Added hhvm to travis 2013-12-31 13:23:51 +00:00
Denis be73f644f4 Merge pull request #125 from GrahamCampbell/master
Minor Tweaks
2013-12-31 04:27:03 -08:00
Graham Campbell 413963a22a Updated travis config 2013-12-31 12:13:52 +00:00
Graham Campbell c28f4a7664 Fixed file endings 2013-12-31 12:13:39 +00:00
Denis 885144914d Merge pull request #124 from staabm/patch-1
added new handlers to Available Handlers readme section
2013-12-27 07:45:38 -08:00
Markus Staab 64a53e6840 added new handlers to Available Handlers readme section 2013-12-27 16:41:58 +01:00
Denis 621868d9d2 Merge pull request #123 from staabm/patch-1
update readme to mention response formats
2013-12-27 07:15:35 -08:00
Markus Staab 9b7deb5caf update readme to mention response formats 2013-12-27 14:44:24 +01:00
Denis 10818e4795 Merge pull request #121 from staabm/soap
Support SOAP Exception handler
2013-12-27 05:32:36 -08:00
Markus Staab fbf0e1d2e2 added a SoapResponseHandler. 2013-12-27 09:02:39 +01:00
Denis Sokolov 764bbc3c40 Contributing: remove the suggestion to contact @imfilp on Twitter
@filp is now less actively involved with the project.
People contacting him on Twitter directly will both bother him,
and delay the useful feedback getting back to the project.
2013-12-20 10:30:04 +02:00
Denis Sokolov 1fe3eded24 Readme: split contributing section into its own file
A contributing file is a de facto standard today.
In particular, GitHub even uses it to display the information about
contributing in appropriate locations:
https://github.com/blog/1184-contributing-guidelines
2013-12-20 10:29:58 +02:00
Denis b287924d5d Template: add Whoops class on the top container 2013-12-12 22:28:03 +02:00
Denis Sokolov a0eecfac49 PrettyPageHandler: helpful message for users of functionality removed in 98140ba 2013-12-12 12:06:52 +02:00
Denis Sokolov 158636c2e1 Remove whoops-test environment variable 2013-12-12 12:03:26 +02:00
Denis Sokolov 6577f1485c PrettyPageHandler: use correct error level for deprecated notices 2013-12-11 19:20:02 +02:00
Denis Sokolov 98140ba126 PrettyPageHandler: handleUnconditionally, close #115 2013-12-11 19:02:18 +02:00
Denis Sokolov 62e7b63876 TemplateHelper: simplify preserving the scope clean 2013-12-11 19:02:18 +02:00
Denis Sokolov 4d6287f9c9 TemplateHelper: whitespace cleanup 2013-12-11 19:02:11 +02:00
Denis Sokolov 33a27e58ed Merge remote-tracking branch 'origin/feature/prettyhandler-fix'
Conflicts:
	src/Whoops/Handler/PrettyPageHandler.php
	src/Whoops/Resources/pretty-template.php
2013-12-08 23:47:17 +02:00
Denis Sokolov 91e3fd4b08 Minor comment to explain the shutdown handler 1.0.10 2013-12-04 15:19:30 +01:00
Denis Sokolov 63b136a2c4 Fix #112: pass exception handling on fatal errors properly 2013-11-14 21:07:07 +01:00
Denis Sokolov ab1b5b8848 Run: isLevelFatal helper 2013-11-14 21:06:05 +01:00
Denis Sokolov 720648a588 XmlResponseHandler: make toXml private 2013-11-14 20:46:53 +01:00
Denis Sokolov 6cbd1a1ef2 XmlResponseHandler: revert ze1 compatibility mode 2013-11-14 20:46:52 +01:00
Denis Sokolov d45823aae6 XmlResponseHandler::toXml: refactor 2013-11-14 20:46:52 +01:00
Denis Sokolov c4c172318e XmlResponseHandlerTest: more thorough and correct 2013-11-14 20:46:52 +01:00
Denis b9332e1f66 Merge pull request #110 from Itrulia/master
Updated PHPDoc of Run#pushHandler
2013-11-12 06:15:41 -08:00
Karl Merkli a7b9a3157e Updated PHPDoc of Run#pushHandler
Updated the PHPDoc of Run#pushHandler so IDE's won't give an error if callable is used.
2013-11-12 14:23:01 +01:00
Denis Sokolov adb0b51542 Document why testing the register method does not work 2013-11-06 17:35:12 +01:00
Denis Sokolov 966d2ed1c6 Merge branch 'feature/error-control-operator-support' 2013-11-06 17:07:26 +01:00