Commit Graph

637 Commits

Author SHA1 Message Date
Adam Vercimak c4e19d1f75 utilize newly publicized isLevelFatal utility method instead of repeating that logic 2015-08-11 23:02:44 -05:00
Adam Vercimak bdaf88555e - move isLevelFatal method to public method to utility class to be utilized by other classes
- add some basic documentation to isLevelFatal method
2015-08-11 23:01:50 -05:00
Denis Sokolov cfe9ce209d Merge pull request #301 from oligriffiths/patch/json-partial-output
Added JSON_PARTIAL_OUTPUT_ON_ERROR to json_encode to handle recursive stack traces
2015-07-23 18:48:15 +03:00
Oli Griffiths b85ca7a65f Added JSON_PARTIAL_OUTPUT_ON_ERROR to json_encode to handle recursive stack traces
Added PHP 5.3 support

Updated json_encode to check for JSON_PARTIAL_OUTPUT_ON_ERROR existence
2015-07-23 11:33:16 -04:00
Denis Sokolov beeece593e Travis: disable sudo 2015-07-22 10:40:32 +03:00
Denis Sokolov 35e765dc9e Merge pull request #300 from oligriffiths/patch/xdebug-backtrace
Implemented backtrace for fatal errors using xdebug
2015-07-22 08:23:11 +03:00
Oli Griffiths 3935598cde Only call getSeverity on ErrorException classes 2015-07-21 15:19:52 -04:00
Oli Griffiths 008ebde575 Added space 2015-07-21 14:24:22 -04:00
Oli Griffiths c7ab11811a Implemented backtrace for fatal errors using xdebug 2015-07-21 14:22:17 -04:00
Denis Sokolov 494fa733db Merge pull request #297 from oldskool/patch-1
Update README.md
2015-06-30 11:10:58 +03:00
Jan Dorsman 13cd497105 Update README.md
CakePHP integration links fixed (I switched the CakePHP 3 version to the master branch, since CakePHP 3 has been stable for a while now).
2015-06-30 09:54:13 +02:00
Denis Sokolov 72538eeb70 Merge pull request #295 from ragtek/patch-1
Update Open Files In An Editor.md
1.1.7 1.1.10
2015-06-29 08:42:04 +03:00
ragtek ae904bfcd4 Update Open Files In An Editor.md
added phpstorm to supported editors list
2015-06-29 00:06:18 +02:00
Denis Sokolov 052ea326c3 Merge pull request #294 from GrahamCampbell/patch-1
Fixed indentation
2015-06-29 00:36:30 +03:00
Graham Campbell 50da5dd936 Fixed indentation 2015-06-28 22:16:54 +01:00
Denis Sokolov fe46cd20b8 Merge pull request #293 from ragtek/feature/editor-phpstorm
Feature/editor phpstorm
2015-06-29 00:07:54 +03:00
ragtek 566a207e71 Update PrettyPageHandler.php 2015-06-28 22:38:22 +02:00
daniel.fatkic@gmail.com 101b34d71e adds phpstorm support 2015-06-28 22:35:10 +02:00
Denis Sokolov 568d54e1e0 Merge pull request #291 from staabm/lessempty
Adjusted rendering of empty superglobals to take less visual space
2015-06-05 17:35:44 +03:00
Denis Sokolov 658cd817db Merge pull request #290 from staabm/sglobals
Move $_SERVER superglobals to the end of the globals-table.
2015-06-05 17:32:48 +03:00
Markus Staab 382160704b Adjusted rendering of empty superglobals to take less visual space
Before the actual usefull information did not fit onto screen because
the empty-indication of super-globals took too much visual space.
2015-06-05 15:50:58 +02:00
Markus Staab 5b2ad56d0d Move $_SERVER superglobals to the end of the globals-table.
closes #209.
2015-06-05 15:39:52 +02:00
Denis Sokolov f5202d3d46 Readme: add Laravel 5 mention 2015-06-03 19:51:34 +03:00
Denis Sokolov 37b5e653c9 Readme: add dependency badges from Versioneye 1.1.6 2015-05-29 18:12:07 +03:00
Denis Sokolov 061dd1d36a Merge pull request #288 from GrahamForks/patch-1
Removed broken badge
2015-05-29 18:10:07 +03:00
Graham Campbell 0389e19061 Removed broken badge 2015-05-29 13:56:24 +01:00
Denis Sokolov a0febe0497 Merge pull request #286 from GrahamCampbell/patch-1
Cleanup .gitignore file
2015-05-28 13:26:33 +03:00
Graham Campbell e800b9c83f Cleanup lock file 2015-05-28 11:21:44 +01:00
Denis Sokolov 0be5b8d02c Merge pull request #285 from andrejguran/master
getEditorHref returns false if editor is not set
2015-05-28 13:09:05 +03:00
Andrej Guran df6770257e updated doc 2015-05-28 09:48:26 +00:00
Andrej Guran 5a762cfdaf getEditorHref returns false if editor is not set 2015-05-28 09:34:44 +00:00
Denis Sokolov 0550f18640 Merge pull request #282 from Geolim4/master
Specific-fix for some protocols that quit the page...
2015-05-25 00:16:47 +03:00
Geolim4 17dcf47590 Updated editor with a protected helper 2015-05-23 16:25:02 +02:00
Geolim4 69042b38f4 Changed: getEditorHref() no longer return an array or ajax/url, replaced by getEditorAjax() instead. 2015-05-15 16:57:47 +02:00
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