Markus Staab
3eb5a59ebd
tests: Make sure we close all output-buffer we started beforehand
2019-06-24 16:00:23 +02:00
Markus Staab
38ad9c4656
Make sure we close all output-buffer we started beforehand
2019-06-24 15:51:07 +02:00
Denis Sokolov
1a1a1044ad
Changelog for 2.4.0
2.4.0
2019-06-23 12:00:00 +03:00
Denis Sokolov
3eec3537be
Merge pull request #630 from tflori/append-handler
...
feat!: add append and prepend handler instead of reverse execution
2019-06-23 11:46:09 +03:00
Thomas Flori
5fa7623246
style: rename handlerStack to handlerQueue
2019-06-22 23:23:05 +02:00
Thomas Flori
f41c4a2a5a
feat!: add append and prepend handler instead of reverse execution
...
BREAKING CHANGE: since "pushHandler()" was actually prepending handlers
it is now an alias for prependHandler but "popHandler()" is still
removing the last handler.
2019-06-22 08:59:57 +02:00
Denis Sokolov
a28d5cef33
Changelog for 2.3.2
2.3.2
2019-06-21 12:00:00 +03:00
Denis Sokolov
d1f91d76db
Mark PHPStorm as working outside Mac, fix #561
2019-06-21 12:00:00 +03:00
Denis Sokolov
51c2de8397
Show traces for non-fatal ErrorExceptions, close #562 , #524
2019-06-21 12:00:00 +03:00
Denis Sokolov
114a8f04c1
Fix tab switcher, close #573
2019-06-21 12:00:00 +03:00
Denis Sokolov
b5483e7edf
Document replaying errors
2019-06-21 12:00:00 +03:00
Denis Sokolov
96b5407262
Merge pull request #609 from tflori/plaintext-previous
...
add previous exception messages to plain text output
2019-06-21 12:24:50 +03:00
Denis Sokolov
bb6f11f833
Merge pull request #567 from mluzarow/css-z-index-fix
...
CSS z-index fix
2019-06-21 12:20:28 +03:00
Denis Sokolov
97cdc3fe57
Update subl: link
2019-06-21 12:00:00 +03:00
Denis Sokolov
5585fdc562
Merge pull request #569 from arrilot/patch-1
...
Do not block other shutdown handlers
2019-06-21 12:04:15 +03:00
Denis Sokolov
8f86efb991
Merge pull request #568 from gms8994/allow-copy-paste-of-paths
...
Switch from div to span to allow copy and paste
2019-06-21 12:03:01 +03:00
Denis Sokolov
2cc44e404c
Merge pull request #579 from XzenTorXz/master
...
added hide-error button
2019-06-21 11:59:50 +03:00
Denis Sokolov
bf9d677c44
Explicit HHVM version in Travis
2019-06-21 12:00:00 +03:00
Denis Sokolov
6960e41005
Merge pull request #624 from zsilbi/file-contents-fix
...
File contents fix
2019-06-21 11:55:31 +03:00
Denis Sokolov
59a1df0381
Merge pull request #625 from SvenRtbg/patch-1
...
Make call static
2019-06-21 11:54:22 +03:00
Denis Sokolov
b993aac371
Merge pull request #617 from dmitryuk/addEditor
...
fix resolver callable phpDoc in addEditor
2019-06-21 11:47:16 +03:00
Denis Sokolov
256de2d7f2
Merge pull request #628 from staabm/patch-3
...
Prevent „strlen() expects parameter 1 to be string, array given“ Warning
2019-06-21 11:46:38 +03:00
Denis Sokolov
bcf293755a
Add tracking to Blackfire logo
2019-06-11 12:00:00 +03:00
Denis Sokolov
98d008a7b6
Add Blackfire sponsor
2019-06-08 12:00:00 +03:00
Markus Staab
646476779f
Prevent „strlen() expects parameter 1 to be string, array given“ Warning
2019-05-16 20:51:55 +02:00
Markus Staab
b7a424d81f
Update src/Whoops/Handler/XmlResponseHandler.php
...
Co-Authored-By: SvenRtbg <sven@rtbg.de >
2019-04-30 21:42:14 +02:00
SvenRtbg
81d3981b7a
Make call static
...
Fixes #602
2019-04-30 17:03:05 +02:00
Németh Balázs
81bbf2b5a9
Exception cleared
2019-04-29 21:35:03 +02:00
Németh Balázs
1df9ac10a0
Fix file_get_contents to handle internal PHP extension errors correctly.
2019-04-29 15:39:27 +02:00
Balázs Németh
adf2894a06
Merge pull request #1 from filp/master
...
Update
2019-04-29 15:31:41 +02:00
Denis Sokolov
2583ec09af
Merge pull request #620 from olach/feature/espresso
...
Added support for opening files in Espresso editor
2019-02-28 11:46:49 +02:00
Ola Christensson
73f5fa910b
Add support for opening files in Espresso
2019-02-28 09:58:08 +01:00
coden
6610055305
fix resolver callable phpDoc in addEditor
2019-02-05 16:37:16 +07:00
Denis Sokolov
d430294289
Merge pull request #611 from michaelKaefer/patch-1
...
Replace "E_ALL | E_STRICT" with "E_ALL"
2018-12-09 01:02:48 +02:00
Michael Käfer
1b17a9c675
Replace "E_ALL | E_STRICT" with "E_ALL"
...
See my more detailed explanation here: https://stackoverflow.com/questions/1638238/whats-the-point-of-e-all-e-strict-if-its-the-same-value-as-e-all/53685722#53685722
2018-12-08 19:57:14 +01:00
Thomas Flori
54bf2dfdd0
suggested changes for previous output in plaintext handler
2018-12-03 10:18:07 +01:00
Thomas Flori
88b9298110
add previous exception messages to plain text output
...
Can be disabled via `PlainTextHandler::addPreviousToOutput(false)` and
adds lines between the exception and the trace containing the exception
and line of creator.
The method `Inspector::getFrames()` already appends all frames from the
previous exceptions. So there is no need in adding the trace for each
previous exception.
IMO the test tests something that it should not test: the output of the
line number. But that should be in a separate PR. I've at least added
constants for the line numbers so that you only have to change them once
for all tests.
2018-12-03 08:24:44 +01:00
Denis Sokolov
700d20a51e
Merge pull request #606 from bautrukevich/patch-1
...
Update README.md
2018-11-22 12:02:34 +02:00
Siarhei Bautrukevich
da2fef3f8a
Update README.md
...
Replace "handers" with "handlers"
2018-11-22 12:15:05 +03:00
Denis Sokolov
bc0fd11bc4
Changelog for 2.3.1
2.3.1
2018-10-23 12:00:00 +03:00
Denis Sokolov
8eb6d5354b
Merge pull request #599 from SilverFire/fix/frame-unknown-file
...
Prevent exception from Whoops when caught exception frame is not related to real file
2018-10-23 09:44:36 +03:00
Denis Sokolov
06e7f16e4d
Fixup changelog change versions
...
2.3.0 has sailed, this will be in another release.
2018-10-23 09:32:54 +03:00
SilverFire - Dmitry Naumenko
fd596a0b39
Added tests
2018-10-22 16:10:42 +03:00
SilverFire - Dmitry Naumenko
388bcebb9d
Prevent exception when caught exception frame is not related to real file
2018-10-22 13:41:25 +03:00
Denis Sokolov
a9f129b99d
Changelog for 2.3.0
2.3.0
2018-10-20 12:00:00 +03:00
Denis Sokolov
d52aaee61b
Merge pull request #596 from florianorben/593-display-list-of-prev-exception-msgs
...
Display messages from previous exceptions
2018-10-20 19:18:21 +03:00
Denis Sokolov
33e8f29974
Merge pull request #597 from staabm/patch-2
...
Added a php 7.3 build
2018-10-20 19:15:56 +03:00
Florian Orben
352cba6165
Display messages from previous exceptions
...
This will add the messages of previous exceptions
to the pretty page handler's exception-message area
2018-10-20 18:10:02 +02:00
Markus Staab
a323dcf451
Added a php 7.3 build
2018-10-20 18:05:52 +02:00
Denis Sokolov
1625ad5b19
Merge pull request #595 from staabm/patch-3
...
make the "Open:" label also clickable
2018-10-20 18:25:32 +03:00