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
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
9542837a31
changed phpDoc return to bool for consistency
2015-08-13 16:56:39 -05:00
Adam Vercimak
48e89ac2a8
Merge branch 'hotfix/move-is-level-fatal' of https://github.com/Vmak11/whoops into bugfix/fix-issue-with-stacktrace
2015-08-13 16:55:31 -05:00
Adam Vercimak
9ff9ed2593
change this to bool for consistency
2015-08-12 11:40:39 -05:00
Adam Vercimak
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
2015-08-12 09:47:05 -05:00
Adam Vercimak
e9742f909f
Merge branch 'hotfix/move-is-level-fatal' of https://github.com/Vmak11/whoops into bugfix/fix-issue-with-stacktrace
...
Conflicts:
src/Whoops/Exception/Inspector.php
src/Whoops/Run.php
2015-08-12 09:17:07 -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