Commit Graph

  • 4e91f821b3 Move exception title/message to left over the frames list Filipe Dobreira 2015-06-07 13:59:59 +01:00
  • 52fe756fa4 Tweak panel borders Filipe Dobreira 2015-06-06 22:16:16 +01:00
  • e91727e5de Move header section outside right pane and to the top Filipe Dobreira 2015-06-06 21:54:35 +01:00
  • 721e900931 CS fix around kbd styles Filipe Dobreira 2015-06-06 21:48:16 +01:00
  • 184308426d Reduce vertical spacings Filipe Dobreira 2015-06-06 21:48:00 +01:00
  • d5aa7dc7d3 Tweak code box shadow, normalize (some) greys Filipe Dobreira 2015-06-06 17:40:39 +01:00
  • c9d33eec7f First pass on PrettyPageHandler stylesheet Filipe Dobreira 2015-06-06 17:29:58 +01:00
  • 50a288b510 Readme: capitalize PHP name Denis Sokolov 2015-11-14 22:08:27 +02:00
  • d4921cdaca Merge pull request #315 from staabm/async-prettify Denis Sokolov 2015-11-09 10:53:15 +02:00
  • af85afffcb load prettify asynchronously to speedup rendering Markus Staab 2015-11-04 11:12:16 +01:00
  • 2c9283691c Merge pull request #316 from staabm/patch-1 Denis Sokolov 2015-11-08 11:43:25 +02:00
  • fc797c68f3 added note about requirement of "open file in editor" feature Markus Staab 2015-11-04 12:06:09 +01:00
  • fd31098d26 Merge pull request #311 from franzliedke/patch-1 Denis Sokolov 2015-10-31 15:13:21 +02:00
  • 923304a159 Reference PSR-7 middleware package Franz Liedke 2015-10-31 12:33:29 +01:00
  • 9a393ceb80 Merge pull request #307 from kminek/patch-1 Denis Sokolov 2015-09-27 12:47:06 +03:00
  • 468bf8fbbb less vibrant color Grzesiek W 2015-09-27 11:19:50 +02:00
  • de5a724634 tuned help labels Grzesiek W 2015-09-26 19:02:01 +02:00
  • 9542837a31 changed phpDoc return to bool for consistency Adam Vercimak 2015-08-13 16:56:39 -05:00
  • 48e89ac2a8 Merge branch 'hotfix/move-is-level-fatal' of https://github.com/Vmak11/whoops into bugfix/fix-issue-with-stacktrace Adam Vercimak 2015-08-13 16:55:31 -05:00
  • 9ff9ed2593 change this to bool for consistency Adam Vercimak 2015-08-12 11:40:39 -05:00
  • eb1b7a9945 Separate and clean up frame handling logic - separate the logic for adding missing file line info and removal of error handling frames - added default file and line values other than null - added method to validate next frame to utilize it's file and line values for current frame Adam Vercimak 2015-08-12 09:47:05 -05:00
  • e9742f909f Merge branch 'hotfix/move-is-level-fatal' of https://github.com/Vmak11/whoops into bugfix/fix-issue-with-stacktrace Adam Vercimak 2015-08-12 09:17:07 -05:00
  • 70a23b9317 use the getSeverity method instead here utilized by ErrorException object we will be reviewing Adam Vercimak 2015-08-12 09:11:29 -05:00
  • c4e19d1f75 utilize newly publicized isLevelFatal utility method instead of repeating that logic Adam Vercimak 2015-08-11 23:02:44 -05:00
  • bdaf88555e - move isLevelFatal method to public method to utility class to be utilized by other classes - add some basic documentation to isLevelFatal method Adam Vercimak 2015-08-11 23:01:50 -05:00
  • 12cbfd0aff - avoid cutting stack traces short because line number was empty on next frame (causes issues if second frame is missing line due to being call_user_func_array call) - remove all frames leading up to error frame which removes all error handling type frames from stack trace - utilize Run::isLevelFatal method instead of recreating same logic Adam Vercimak 2015-08-07 16:35:52 -05:00
  • 60e76f99b4 make this publically available for other classes to call Adam Vercimak 2015-08-07 15:16:51 -05:00
  • cfe9ce209d Merge pull request #301 from oligriffiths/patch/json-partial-output Denis Sokolov 2015-07-23 18:48:15 +03:00
  • b85ca7a65f Added JSON_PARTIAL_OUTPUT_ON_ERROR to json_encode to handle recursive stack traces Oli Griffiths 2015-07-22 18:29:44 -04:00
  • beeece593e Travis: disable sudo Denis Sokolov 2015-07-22 10:40:32 +03:00
  • 35e765dc9e Merge pull request #300 from oligriffiths/patch/xdebug-backtrace Denis Sokolov 2015-07-22 08:23:11 +03:00
  • 3935598cde Only call getSeverity on ErrorException classes Oli Griffiths 2015-07-21 15:19:52 -04:00
  • 008ebde575 Added space Oli Griffiths 2015-07-21 14:24:22 -04:00
  • c7ab11811a Implemented backtrace for fatal errors using xdebug Oli Griffiths 2015-07-21 14:22:17 -04:00
  • fe32a402b0 Revert changes to InspectorTest John S Long 2015-07-14 08:26:47 -05:00
  • 14818029f7 Remove exception from imports, correct Throwable doc typehints John S Long 2015-07-14 08:11:32 -05:00
  • 7ec3444b79 Change Exception to Throwable in documentation John S Long 2015-06-14 18:23:43 -05:00
  • e47c104d21 Rough changes to get PHP7 working. John S Long 2015-05-20 13:40:12 -05:00
  • 494fa733db Merge pull request #297 from oldskool/patch-1 Denis Sokolov 2015-06-30 11:10:58 +03:00
  • 13cd497105 Update README.md Jan Dorsman 2015-06-30 09:54:13 +02:00
  • 72538eeb70 Merge pull request #295 from ragtek/patch-1 1.1.7 1.1.10 v1 Denis Sokolov 2015-06-29 08:42:04 +03:00
  • ae904bfcd4 Update Open Files In An Editor.md ragtek 2015-06-29 00:06:18 +02:00
  • 052ea326c3 Merge pull request #294 from GrahamCampbell/patch-1 Denis Sokolov 2015-06-29 00:36:30 +03:00
  • 50da5dd936 Fixed indentation Graham Campbell 2015-06-28 22:16:54 +01:00
  • fe46cd20b8 Merge pull request #293 from ragtek/feature/editor-phpstorm Denis Sokolov 2015-06-29 00:07:54 +03:00
  • 566a207e71 Update PrettyPageHandler.php ragtek 2015-06-28 22:38:22 +02:00
  • 101b34d71e adds phpstorm support daniel.fatkic@gmail.com 2015-06-28 22:35:10 +02:00
  • 568d54e1e0 Merge pull request #291 from staabm/lessempty Denis Sokolov 2015-06-05 17:35:44 +03:00
  • 658cd817db Merge pull request #290 from staabm/sglobals Denis Sokolov 2015-06-05 17:32:48 +03:00
  • 382160704b Adjusted rendering of empty superglobals to take less visual space Markus Staab 2015-06-05 15:50:58 +02:00
  • 5b2ad56d0d Move $_SERVER superglobals to the end of the globals-table. Markus Staab 2015-06-05 15:39:52 +02:00
  • f5202d3d46 Readme: add Laravel 5 mention Denis Sokolov 2015-06-03 19:51:34 +03:00
  • 37b5e653c9 Readme: add dependency badges from Versioneye 1.1.6 Denis Sokolov 2015-05-29 18:12:07 +03:00
  • 061dd1d36a Merge pull request #288 from GrahamForks/patch-1 Denis Sokolov 2015-05-29 18:10:07 +03:00
  • 0389e19061 Removed broken badge Graham Campbell 2015-05-29 13:56:24 +01:00
  • a0febe0497 Merge pull request #286 from GrahamCampbell/patch-1 Denis Sokolov 2015-05-28 13:26:33 +03:00
  • e800b9c83f Cleanup lock file Graham Campbell 2015-05-28 11:21:44 +01:00
  • 0be5b8d02c Merge pull request #285 from andrejguran/master Denis Sokolov 2015-05-28 13:09:05 +03:00
  • df6770257e updated doc Andrej Guran 2015-05-28 09:48:26 +00:00
  • 5a762cfdaf getEditorHref returns false if editor is not set Andrej Guran 2015-05-28 09:34:44 +00:00
  • 0550f18640 Merge pull request #282 from Geolim4/master Denis Sokolov 2015-05-25 00:16:47 +03:00
  • 17dcf47590 Updated editor with a protected helper Geolim4 2015-05-23 16:25:02 +02:00
  • 69042b38f4 Changed: getEditorHref() no longer return an array or ajax/url, replaced by getEditorAjax() instead. Geolim4 2015-05-15 16:57:47 +02:00
  • d3d3b33dce PHPUnit_Framework_Assert::markTestSkipped() returns void, no need to return anything. Geolim4 2015-05-15 03:50:38 +02:00
  • ccd137eec8 Callable editor can now return an array Geolim4 2015-05-15 03:49:13 +02:00
  • c522ade8a7 Fixed incorrect namespace path in phpDoc comment. Geolim4 2015-05-15 03:10:21 +02:00
  • db5619046d Excluded Intellij config directory Geolim4 2015-05-15 02:58:46 +02:00
  • 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. Geolim4 2015-05-09 17:42:18 +02:00
  • 285e5152b8 Merge pull request #277 from JayBizzle/patch-1 Denis Sokolov 2015-04-12 19:35:52 +03:00
  • 6e909fbf26 Fixed help overlay flicker Mark Beech 2015-04-10 22:22:23 +01:00
  • c982fe62c4 Merge pull request #275 from colin-kiegel/hhvm-flush-before-exit 1.1.5 Denis Sokolov 2015-03-30 18:26:59 +03:00
  • 845c881347 HHVM fix - flush before exit Colin Kiegel 2015-03-30 12:40:57 +02:00
  • 8f3d7b9e9d Merge pull request #273 from staabm/help Denis Sokolov 2015-03-28 12:25:38 +02:00
  • 20e0b8fdb5 Fixed cs Markus Staab 2015-03-27 22:27:34 +01:00
  • 25d3e87c51 added help overlay. added ctrl+up/ctrl+down shortcuts to scroll between frames. Markus Staab 2015-03-25 17:01:15 +01:00
  • b4f41db672 Merge pull request #274 from matthew-james/patch-1 Denis Sokolov 2015-03-26 19:01:29 +02:00
  • 9803177431 fix typo in API Documentation Matt A 2015-03-26 12:25:21 -04:00
  • e836694368 Merge pull request #271 from TomasVotruba/travis-improvements Denis Sokolov 2015-03-15 13:28:26 +02:00
  • dce86b3399 travis: run coverage just once Tomas Votruba 2015-03-15 12:34:11 +01:00
  • 7af7801f2f travis: --dev is by default for couple of months Tomas Votruba 2015-03-15 12:31:35 +01:00
  • f924458af1 Merge pull request #268 from staabm/severity Denis Sokolov 2015-03-14 02:05:38 +02:00
  • 2025eeba43 Merge pull request #270 from staabm/hellip Denis Sokolov 2015-03-13 13:11:29 +02:00
  • 349fe0f632 Merge pull request #269 from staabm/patch-1 Denis Sokolov 2015-03-13 13:10:26 +02:00
  • ceb6337e68 fixed ellipsis for non-utf8 apps Markus Staab 2015-03-13 10:54:16 +01:00
  • 6a82df42df error-code should be wrapped in ErrorException->severity. fixes #267. Markus Staab 2015-03-13 09:51:41 +01:00
  • bf316a0928 test ci on php7 Markus Staab 2015-03-13 09:58:19 +01:00
  • dcce91553e Merge pull request #263 from mahagr/master 1.1.4 Denis Sokolov 2015-02-17 17:50:31 +02:00
  • fa66cb6c00 Fix #262: Silenced errors won't fill error_get_last() array Matias Griese 2015-02-17 14:42:26 +02:00
  • 01f84f8121 Merge pull request #259 from staabm/userfunc Denis Sokolov 2015-01-22 17:11:11 +02:00
  • 8d15a7357e directly invoke callables instead of call_user_func. Markus Staab 2015-01-22 10:35:56 +01:00
  • 37ba42c184 Merge pull request #257 from funivan/patch-1 Denis Sokolov 2015-01-21 22:08:56 +02:00
  • a7907a39ee Fix phpdoc ivan 2015-01-21 16:28:03 +02:00
  • 9e1ffa25c3 Run: clarify passing exception to handle() Denis Sokolov 2015-01-15 13:37:30 +02:00
  • 7a87266885 Run: clarify sendHttpCode type Denis Sokolov 2015-01-15 13:26:50 +02:00
  • f397d9890a Scrutinizer: ignore deprecated parts Denis Sokolov 2015-01-15 13:22:39 +02:00
  • 298d7be3dc Merge pull request #253 from hannesvdvreken/patch-1 Denis Sokolov 2015-01-15 08:45:28 +02:00
  • b247a8e380 Merge pull request #254 from hannesvdvreken/patch-2 Denis Sokolov 2015-01-15 08:44:47 +02:00
  • b571bc3180 Backticks for code blocks Hannes Van De Vreken 2015-01-14 21:56:34 +01:00
  • 2face1a5cc More consistent spaces Hannes Van De Vreken 2015-01-14 21:54:17 +01:00
  • e5d05f5130 Showcase with PSR-2 Hannes Van De Vreken 2015-01-14 21:50:33 +01:00