Commit Graph

677 Commits

Author SHA1 Message Date
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
Filipe Dobreira e91727e5de Move header section outside right pane and to the top 2015-11-17 13:46:26 +00:00
Filipe Dobreira 721e900931 CS fix around kbd styles 2015-11-17 13:46:25 +00:00
Filipe Dobreira 184308426d Reduce vertical spacings 2015-11-17 13:46:25 +00:00
Filipe Dobreira d5aa7dc7d3 Tweak code box shadow, normalize (some) greys 2015-11-17 13:46:25 +00:00
Filipe Dobreira c9d33eec7f First pass on PrettyPageHandler stylesheet 2015-11-17 13:46:25 +00:00
Denis Sokolov 50a288b510 Readme: capitalize PHP name 2015-11-14 22:08:27 +02:00
Denis Sokolov d4921cdaca Merge pull request #315 from staabm/async-prettify
load prettify asynchronously to speedup rendering
2015-11-09 10:53:15 +02:00
Markus Staab af85afffcb load prettify asynchronously to speedup rendering
Inspired by state of the art frontend performance best practices.
2015-11-09 09:29:09 +01:00
Denis Sokolov 2c9283691c Merge pull request #316 from staabm/patch-1
added note about requirement of "open file in editor" feature
2015-11-08 11:43:25 +02:00
Markus Staab fc797c68f3 added note about requirement of "open file in editor" feature 2015-11-04 12:06:09 +01:00
Denis Sokolov fd31098d26 Merge pull request #311 from franzliedke/patch-1
Reference PSR-7 middleware package
2015-10-31 15:13:21 +02:00
Franz Liedke 923304a159 Reference PSR-7 middleware package 2015-10-31 12:33:29 +01:00
Denis Sokolov 9a393ceb80 Merge pull request #307 from kminek/patch-1
tuned help labels
2015-09-27 12:47:06 +03:00
Grzesiek W 468bf8fbbb less vibrant color 2015-09-27 11:19:50 +02:00
Grzesiek W de5a724634 tuned help labels 2015-09-26 19:02:01 +02:00
Adam Vercimak 9ff9ed2593 change this to bool for consistency 2015-08-12 11:40:39 -05:00
Adam Vercimak 70a23b9317 use the getSeverity method instead here utilized by ErrorException object we will be reviewing 2015-08-12 09:11:29 -05:00
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