Geolim4
d3d3b33dce
PHPUnit_Framework_Assert::markTestSkipped() returns void, no need to return anything.
2015-05-15 03:50:38 +02:00
Geolim4
ccd137eec8
Callable editor can now return an array
2015-05-15 03:49:13 +02:00
Geolim4
c522ade8a7
Fixed incorrect namespace path in phpDoc comment.
2015-05-15 03:10:21 +02:00
Geolim4
db5619046d
Excluded Intellij config directory
2015-05-15 02:58:46 +02:00
Geolim4
1cbf8a51b7
Specific-fix for some protocols that quit the page such as IntelliJ Platform REST API.
...
Indeed, as it returns a valid http response, the browser quits the page and then leaves the Whoops page.
2015-05-09 17:42:18 +02:00
Denis Sokolov
285e5152b8
Merge pull request #277 from JayBizzle/patch-1
...
Fixed help overlay flicker
2015-04-12 19:35:52 +03:00
Mark Beech
6e909fbf26
Fixed help overlay flicker
...
When hovering over the help button, if you move your mouse pointer slowly, the overlay flickers because the button loses focus when the overlay is displayed.
The added CSS property will prevent the overlay from receiving pointer events. It isn't a perfect solution though. It works in all modern browsers, but no versions of IE less than IE11.
http://caniuse.com/#feat=pointer-events
2015-04-10 22:22:23 +01:00
Denis Sokolov
c982fe62c4
Merge pull request #275 from colin-kiegel/hhvm-flush-before-exit
...
HHVM fix - flush before exit
1.1.5
2015-03-30 18:26:59 +03:00
Colin Kiegel
845c881347
HHVM fix - flush before exit
...
See https://github.com/facebook/hhvm/issues/4055 .
2015-03-30 12:40:57 +02:00
Denis Sokolov
8f3d7b9e9d
Merge pull request #273 from staabm/help
...
added inline-help for PrettyPage Handler
2015-03-28 12:25:38 +02:00
Markus Staab
20e0b8fdb5
Fixed cs
2015-03-27 22:27:34 +01:00
Markus Staab
25d3e87c51
added help overlay.
...
added ctrl+up/ctrl+down shortcuts to scroll between frames.
2015-03-27 09:53:18 +01:00
Denis Sokolov
b4f41db672
Merge pull request #274 from matthew-james/patch-1
...
fix typo in API Documentation
2015-03-26 19:01:29 +02:00
Matt A
9803177431
fix typo in API Documentation
...
should be addResourcePath (singular) - https://github.com/filp/whoops/blob/master/src/Whoops/Handler/PrettyPageHandler.php#L377
2015-03-26 12:25:21 -04:00
Denis Sokolov
e836694368
Merge pull request #271 from TomasVotruba/travis-improvements
...
Travis improvements
2015-03-15 13:28:26 +02:00
Tomas Votruba
dce86b3399
travis: run coverage just once
2015-03-15 12:34:11 +01:00
Tomas Votruba
7af7801f2f
travis: --dev is by default for couple of months
2015-03-15 12:31:35 +01:00
Denis Sokolov
f924458af1
Merge pull request #268 from staabm/severity
...
error-code should be wrapped in ErrorException->severity
2015-03-14 02:05:38 +02:00
Denis Sokolov
2025eeba43
Merge pull request #270 from staabm/hellip
...
fixed ellipsis for non-utf8 apps
2015-03-13 13:11:29 +02:00
Denis Sokolov
349fe0f632
Merge pull request #269 from staabm/patch-1
...
test ci on php7
2015-03-13 13:10:26 +02:00
Markus Staab
ceb6337e68
fixed ellipsis for non-utf8 apps
2015-03-13 10:54:16 +01:00
Markus Staab
6a82df42df
error-code should be wrapped in ErrorException->severity. fixes #267 .
2015-03-13 10:41:22 +01:00
Markus Staab
bf316a0928
test ci on php7
2015-03-13 09:58:19 +01:00
Denis Sokolov
dcce91553e
Merge pull request #263 from mahagr/master
...
Fix #262 : Silenced errors won't fill error_get_last() array
1.1.4
2015-02-17 17:50:31 +02:00
Matias Griese
fa66cb6c00
Fix #262 : Silenced errors won't fill error_get_last() array
2015-02-17 14:42:26 +02:00
Denis Sokolov
01f84f8121
Merge pull request #259 from staabm/userfunc
...
directly invoke callables instead of call_user_func.
2015-01-22 17:11:11 +02:00
Markus Staab
8d15a7357e
directly invoke callables instead of call_user_func.
...
eases debugging, because of simpler stacktraces.
2015-01-22 15:36:47 +01:00
Denis Sokolov
37ba42c184
Merge pull request #257 from funivan/patch-1
...
Fix phpdoc
2015-01-21 22:08:56 +02:00
ivan
a7907a39ee
Fix phpdoc
2015-01-21 16:28:03 +02:00
Denis Sokolov
9e1ffa25c3
Run: clarify passing exception to handle()
2015-01-15 13:37:30 +02:00
Denis Sokolov
7a87266885
Run: clarify sendHttpCode type
2015-01-15 13:26:50 +02:00
Denis Sokolov
f397d9890a
Scrutinizer: ignore deprecated parts
2015-01-15 13:22:39 +02:00
Denis Sokolov
298d7be3dc
Merge pull request #253 from hannesvdvreken/patch-1
...
More consistent spaces
2015-01-15 08:45:28 +02:00
Denis Sokolov
b247a8e380
Merge pull request #254 from hannesvdvreken/patch-2
...
Showcase with PSR-2
2015-01-15 08:44:47 +02:00
Hannes Van De Vreken
b571bc3180
Backticks for code blocks
2015-01-14 21:56:34 +01:00
Hannes Van De Vreken
2face1a5cc
More consistent spaces
2015-01-14 21:54:17 +01:00
Hannes Van De Vreken
e5d05f5130
Showcase with PSR-2
2015-01-14 21:50:33 +01:00
Hannes Van De Vreken
d5dbc7e532
More consistent spaces
2015-01-14 21:46:44 +01:00
Denis Sokolov
834196ffb9
Readme: remove restriction in sample require command
2015-01-05 15:09:17 +02:00
Denis Sokolov
23e97145b2
Merge pull request #250 from moufmouf/patch-1
...
Added a reference to whoops-stackphp
2014-12-19 12:52:17 +01:00
David Négrier
3bbdf3fbe3
Added a reference to whoops-stackphp
...
Hi!
I just built a very simple bridge between [StackPHP](http://stackphp.com/ ) and Whoops (https://github.com/thecodingmachine/whoops-stackphp ). If you are not aware, StackPHP is a development convention based on Symfony 2 HttpKernelInterface to build "middlewares" routers that can be chained easily.
The Whoops middleware is heavily based on the code of the Silex integration, and is now used by default in the Mouf PHP framework (http://mouf-php.com )
Hope you'll enjoy it.
2014-12-18 10:19:02 +01:00
Denis Sokolov
542400d233
Merge pull request #248 from jacobbednarz/include-prettier-fonts
2014-11-29 11:19:11 +02:00
Jacob Bednarz
71103c1baa
Fix quotation marks
2014-11-27 19:12:59 +10:00
Jacob Bednarz
98cae75f45
Add in prettier fonts than currently available
...
This standardises the font stack to be the same across the board.
2014-11-27 19:00:58 +10:00
Denis Sokolov
85d4b9ac87
Inspector: cleanup hasPreviousException syntax
2014-11-15 09:46:20 +02:00
Denis Sokolov
8829e3c0d5
Readme: add link to Silex 2 integration, close #245
2014-11-08 09:39:31 +02:00
Denis Sokolov
2e60a199d3
Readme: add link to pimple integration, close #244
2014-11-08 09:37:03 +02:00
Denis Sokolov
1d5f717cf7
Readme: add link to Slim bridge, close #243
2014-11-05 16:05:46 +02:00
Denis Sokolov
125695ce34
Merge pull request #242 from oldskool/master
...
Add CakePHP3 instructions to README
2014-11-05 08:19:21 +02:00
oldskool
8e26c2cdc1
Add CakePHP3 instructions to README
...
Adding a link to CakePHP 3 error handler class and instructions
2014-11-04 23:46:51 +01:00