Commit Graph

714 Commits

Author SHA1 Message Date
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
Markus Staab fa4206ec14 Removed PlainTextHandler->(onlyForCommandLine|outputOnlyIfCommandLine). Added Whoops\isCommandLine() as a more flexible successor. 2015-11-29 16:22:11 +01:00
Denis Sokolov 9425bc243f Merge pull request #320 from staabm/sfvardump
Optionally use symfony/var-dumper to pretty print var-dumping
2015-11-24 16:11:16 +02:00
Denis Sokolov 67b8984c6f Fixup 4ca44a4 2015-11-23 21:55:11 +02:00
Denis Sokolov 4ca44a497b Merge remote-tracking branch 'staabm/onlyajax' 2015-11-23 21:32:31 +02:00
Markus Staab 6a1c86bb44 Optionally use symfony/var-dumper to pretty print var-dumping
Closes #308
2015-11-23 09:44:32 +01:00
Markus Staab 26f3dba7b5 removed onlyForAjaxRequests from JsonResponseHandler. Added a new Whoops\isAjaxRequest helper function to use instead.
Use it before registering a Handler to achive the "onlyForAjaxRequests" functionality.
```
if (Whoops\isAjaxRequest()){
  $run->addHandler($myHandler)
}
```

closes #319.
2015-11-23 09:29:31 +01:00
Denis Sokolov 7285e257ec Merge pull request #331 from ExplodingCabbage/PettyTypoFix
Fix a typo in an exception message
2015-11-23 08:33:08 +02:00
Mark Amery 2845f001e3 Fix a typo in an exception message 2015-11-22 21:05:54 +00:00
Denis Sokolov 9531a1dcb9 Merge pull request #329 from GrahamCampbell/patch-2
Bump min PHP version to 5.3.3
2015-11-22 20:54:38 +02:00
Graham Campbell 6080548067 Removed old travis comment 2015-11-22 18:50:21 +00:00
Graham Campbell 69b7c32794 Bump min PHP version to 5.3.3 2015-11-22 18:49:48 +00:00
Denis Sokolov 65aefebcfb Note about version transition in the Readme 2015-11-22 20:47:36 +02:00
Denis Sokolov 32edbe3f5d Merge pull request #328 from GrahamCampbell/patch-1
Removed pointless self-updated
2015-11-22 20:36:18 +02:00
Graham Campbell 9a579a779c Removed pointless self-updated 2015-11-22 18:07:47 +00:00
Denis Sokolov 577ccdf200 Merge pull request #304 from Vmak11/bugfix/fix-issue-with-stacktrace
Bugfix/fix issue with stacktrace
2015-11-22 18:41:06 +02:00
Denis Sokolov fc553f4b2f Merge pull request #323 from filp/remove-zend
Remove deprecated Zend integration
2015-11-22 18:38:48 +02:00
Denis Sokolov 9994a9e32a Merge pull request #305 from Vmak11/hotfix/move-is-level-fatal
Hotfix/move is level fatal
2015-11-22 18:38:40 +02:00
Denis Sokolov 32610045da Remove deprecated Zend integration 2015-11-22 18:32:19 +02:00
Filipe Dobreira d892dc5147 Fix blurry screenshot in README 2015-11-22 13:58:37 +00:00
Denis Sokolov 6c98041b1d Merge pull request #324 from filp/remove-phalcon
Remove Phalcon from core
2015-11-22 13:30:25 +02:00
Denis Sokolov 2580bef7c0 Merge pull request #326 from GrahamCampbell/patch-2
Use PSR-4 for autoloading
2015-11-22 13:29:52 +02:00
Graham Campbell ff587a3f05 Use PSR-4 for autoloading 2015-11-22 09:35:58 +00:00
Denis Sokolov 1ff5ed013b Remove Phalcon from core 2015-11-22 11:18:29 +02:00
Denis Sokolov 43b9bd0108 Merge branch 'pretty-page-refresh' 2015-11-22 10:52:15 +02:00
Denis Sokolov 39fad45e0a Merge pull request #322 from GrahamForks/patch-1
Bump branch alias to 2.0.x
2015-11-21 17:21:22 +02:00
Graham Campbell 19ecd53d45 Bump branch alias to 2.0.x 2015-11-21 15:14:25 +00:00
Filipe Dobreira 69b3e06841 Remove Bitdeli badge 2015-11-17 13:53:39 +00:00
Filipe Dobreira ca08eb02aa Update COPY icon to match design, README 2015-11-17 13:46:27 +00:00
daniel bannert e9c199e54e add a newline 2015-11-17 13:46:27 +00:00
daniel bannert 6f8fda303a replaced ZeroClipboard with clipboard | fixes #313 2015-11-17 13:46:27 +00:00
Filipe Dobreira ec3a17fb19 Tweak header height 2015-11-17 13:46:26 +00:00
Filipe Dobreira b8e93c9570 Allow expanding the header on hover for long messages, tweak font sizes and weights 2015-11-17 13:46:26 +00:00
Filipe Dobreira b9e1d05ea3 Tweak frame code sizings, replace italics with 300 font weight 2015-11-17 13:46:26 +00:00
Filipe Dobreira 3ff86cc463 Change frame hover color 2015-11-17 13:46:26 +00:00
Filipe Dobreira 6922fb6ae0 Tweak frame index style 2015-11-17 13:46:26 +00:00
Filipe Dobreira e8f434f413 Fix default spacing between panels 2015-11-17 13:46:26 +00:00
Filipe Dobreira 4e91f821b3 Move exception title/message to left over the frames list 2015-11-17 13:46:26 +00:00
Filipe Dobreira 52fe756fa4 Tweak panel borders 2015-11-17 13:46:26 +00:00