Commit Graph

377 Commits

Author SHA1 Message Date
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
Denis Sokolov ed0674f942 Remove an exception for strict errors in Run.php
There is no indication why that special handling is necessary,
as it should be picked up by the regular error handling,
as every other type of error in the current file.
2013-11-06 17:06:55 +01:00
Denis Sokolov 3c19676d3c Add a simple XmlResponseHandlerTest 2013-11-06 16:39:57 +01:00
Denis Sokolov a5aef6e620 Clean up XmlResponseHandler whitespace and comments 2013-11-06 16:39:48 +01:00
Joao Gilberto Magalhaes f5b68062b3 Add the XmlResponseHandler 2013-11-06 16:33:09 +01:00
Denis aa19c2c2e7 Merge pull request #108 from pborreli/patch-1
Fixed typo
2013-11-05 14:43:23 -08:00
Pascal Borreli 3542daa073 Fixed typo 2013-11-05 20:59:32 +00:00
Denis 6de5a6fbb6 Merge pull request #107 from GrahamCampbell/master
Minor punctuation fixes
1.0.9
2013-10-28 15:06:33 -07:00
Graham Campbell fbe4d8450d Minor punctuation fixes 2013-10-28 19:04:52 +00:00
Denis ce3b1cbceb Merge pull request #105 from stephandesouza/master
Not always an Event Error need to throw an Exception.
2013-10-22 13:13:17 -07:00
Stephan de Souza 560ff95f52 Not always an Event Error need to throw an Exception. 2013-10-22 17:01:36 -03:00
Denis df45025378 Fix #103: header call would hang php development server before 2013-10-20 10:21:29 +03:00
Denis Sokolov 32597004f7 sendHttpCode: avoid a hard-coded protocol version as well as reliance on fixed status codes 2013-10-15 19:27:15 +02:00
Denis Sokolov 0f0649fe0e Fix #88: xdebug file links do not depend on the extension being loaded 2013-10-14 15:31:49 +02:00
Denis Sokolov a6b032c091 Composer: let version be determined by git tags
As per http://getcomposer.org/doc/02-libraries.md#specifying-the-version,
it is recommended to not put explicit version in the composer.json file.

Main advantage of that is that bumping a library version is as easy as adding
a tag, which is significantly different from editing a file and creating
a new commit with meaningless commit message.
2013-10-14 11:56:38 +02:00
Denis 475f090c4f Merge pull request #98 from SlikNL/catch-errors
Allow catching PHP errors
2013-10-14 04:11:08 -07:00
Denis Sokolov 8a5a7bd3c2 Allow catching PHP errors 2013-10-10 14:11:59 +02:00
Filipe Dobreira bc58800db2 Merge pull request #95 from funkjedi/patch-1
Adding JsonResponseHandler to Phalcon provider
2013-10-03 01:49:26 -07:00
Tim Robertson fb366ae22f Adding JsonResponseHandler to Phalcon provider 2013-09-24 18:22:35 -04:00
Filipe Dobreira aa782a8174 Merge pull request #94 from bitdeli-chef/master
Add a Bitdeli Badge to README
2013-09-19 08:06:47 -07:00
Bitdeli Chef c7da4cf39f Add a Bitdeli badge to README 2013-09-19 15:07:36 +00:00