493 Commits

Author SHA1 Message Date
Kyle 29e7ca0a16 Add __serialize and __unserialize to FrameCollection 2021-09-19 14:03:46 +02:00
Kyle a767384f4e Add ReturnTypeWillChange to FrameCollection
Fix PHP 8.1 compatibility
2021-09-19 13:52:38 +02:00
Denis Sokolov 13f817190c PrettyPageHandler: fix scrolling too far, fixup 7376a42
Co-authored-by: jonathan <jonathanpap013@gmail.com>
2021-08-29 12:00:00 +00:00
Denis Sokolov 6ac04436d3 Merge pull request #696 from erikn69/master
xdebug.file_link_format template by default without xdebug extension loaded
2021-08-29 18:04:16 +03:00
Izuho Fujiwara 444d133e05 Fix Callable to lowercase
Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
2021-08-06 18:54:30 +09:00
Izuho Fujiwara 198e7120b4 Fix Callable to lowercase 2021-08-06 16:05:00 +09:00
Izuho Fujiwara 59f635b597 Fix phpdoc of the function to be called 2021-08-06 15:48:54 +09:00
Izuho Fujiwara 3684f84feb Add types that appendHandler can take 2021-08-06 15:15:14 +09:00
Denis Sokolov 7376a422a1 PrettyPageHandler: switch syntax highlighting to Prism.js 2021-07-13 12:00:00 +00:00
Erik Niebla 892303b326 xdebug.file_link_format template by default without extension loaded 2021-06-04 15:27:12 -05:00
Erik Niebla bbb55e6cab Netbeans editor 2021-06-03 15:48:03 -05:00
Dan Wallis 04116f5017 Avoid redirects away from error page 2021-04-14 22:14:24 +01:00
prdatur 937fad41aa - Enhance PrettyPageHandler to allow hiding super globals with non-string value. (non-string values will have a fixed asterisk length of 3)
- Fix missing @throws annotation.
- Fix typo in doc-block
- Add new string/non-string behaviour to doc-block description.

Fixes #690
2021-03-30 13:54:34 +02:00
Lode Claassen 051070dddb allow to customize the exit code send in cli context 2021-03-19 16:38:24 +01:00
Gwilyn aca5735cdb Consistent type-hints for static returns. 2021-03-16 11:12:11 +10:30
Gwilyn c283074233 Builder-style handlers.
All add/set methods now self-return so handlers can be configured inline.
2021-03-16 11:04:53 +10:30
Gregor Harlan a32b5019a4 Fix styles of copy/hide buttons after hover 2021-01-21 22:06:15 +01:00
Denis Sokolov fe474a517f Merge pull request #678 from AmraniCh/fix-copy-btn-issue
Fix copy button issue
2020-11-08 06:47:21 +02:00
AmraniCh 98675a35e9 Fix copy button issue 2020-11-05 18:39:16 +01:00
Denis Sokolov 57fc454eea Merge pull request #676 from AmraniCh/improve-phpdocs
[Whoops\Run] Improve PHPdocs
2020-11-01 09:09:40 +02:00
El Amrani Chakir 624c4b8d12 Adding psalm-var tag
Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
2020-11-01 12:00:00 +00:00
AmraniCh 48d5d8b564 [Whoops\Run] Improve PHPdocs 2020-11-01 12:00:00 +00:00
Alexander Grigorev dc30a4cb68 Check exists xdebug_is_enabled
Ubuntu 20.04
PHP 8.0 RC3
php8.0-xdebug (2.9.8+2.8.1+2.5.5+3.0.0~beta1-2+ubuntu20.04.1+deb.sury.org+1)
extension_loaded('xdebug') -> true
xdebug_is_enabled -> function does not exist
2020-11-01 04:44:59 +03:00
Gabriel Wanzek 8339648ab6 Add Exception getCode to formatExceptionAsDataArray 2020-10-19 17:53:02 +02:00
Denis Sokolov 5d5fe9bb3d Rename confusingly named blacklist feature in PrettyPageHandler to hideSuperglobalKey 2020-06-14 12:00:00 +03:00
Graham Campbell ba8999b2ee Further phpdoc fixes 2020-05-05 14:11:50 +01:00
Denis Sokolov 17d0d3f266 Merge pull request #664 from Druid33/642_ability_set_own_template_handler
set  protected
2020-05-05 15:28:07 +03:00
Denis Sokolov 081f403cbb Merge pull request #662 from basteyy/patch-1
Add method for adding custom javascript files
2020-05-05 15:25:44 +03:00
Druid33 ea217b9d6d set protected 2020-05-05 09:00:57 +02:00
Graham Campbell ad70a86846 PHPDoc fixes 2020-04-28 10:40:07 +01:00
bas tey a830a65b67 Add method for adding custom javascript files
I add a method whichs allows adding javascript-files to the layout. It's realized exactly like the custom css method.
2020-04-27 21:21:36 +02:00
Takamichi Urata b21e7c9c21 fix anonymous class dumping 2020-01-14 14:03:13 +09:00
Denis Sokolov c09b64303e Fix getFileLines comment, fixup 8338e582 2020-01-12 21:12:31 +02:00
Denis Sokolov 48810fbdb5 removeFirstHandler and removeLastHandler 2019-12-29 12:00:00 +02:00
Denis Sokolov f2eb7d6d42 appendHandler and prependHandler 2019-12-25 12:00:00 +02:00
Denis Sokolov 8957f6fb70 Revert "feat!: add append and prepend handler instead of reverse execution"
This reverts commit f41c4a2a5a.
2019-12-25 12:00:00 +02:00
Denis Sokolov b909d8899e Revert "style: rename handlerStack to handlerQueue"
This reverts commit 5fa7623246.
2019-12-25 12:00:00 +02:00
Denis Sokolov 77e91f02e3 PrettyPageHandler: explain why not all arguments are dumped 2019-12-03 12:00:00 +02:00
Denis Sokolov ecc5258b74 Merge pull request #645 from TysonAndre/patch-1
Fix usage of __METHOD__ inside of closure
2019-11-03 15:23:56 +02:00
Denis Sokolov cef858f51c Fix handler list incorrectly marking all handlers as active, #646 2019-11-03 12:00:00 +02:00
Tyson Andre d799d46962 Fix usage of __METHOD__ inside of closure
The value of __METHOD__ would be a description of the nearest function-like, i.e. `'{closure}'`

This was detected via static analysis (Phan)
2019-11-02 18:02:43 -04:00
Tobias Tom 31cd201af7 Implemented automatic editor configuration if Xdebug is available. 2019-08-07 09:57:45 +01:00
Denis Sokolov f3108dfdeb Merge pull request #632 from staabm/patch-3
Make sure we close all output-buffer we started beforehand
2019-07-04 16:34:53 +03:00
Jeroen Derks f9773aa988 updated function handleException() moved assignments outside of try/catch (#3) 2019-07-02 08:31:37 +02:00
Markus Staab 38ad9c4656 Make sure we close all output-buffer we started beforehand 2019-06-24 15:51:07 +02:00
Thomas Rupprecht 5e4dfacfc7 add editor-constants 2019-06-24 10:46:26 +02: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 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