Commit Graph

108 Commits

Author SHA1 Message Date
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 77e91f02e3 PrettyPageHandler: explain why not all arguments are dumped 2019-12-03 12:00:00 +02:00
Tobias Tom 31cd201af7 Implemented automatic editor configuration if Xdebug is available. 2019-08-07 09:57:45 +01:00
Thomas Rupprecht 5e4dfacfc7 add editor-constants 2019-06-24 10:46:26 +02: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
Markus Staab 646476779f Prevent „strlen() expects parameter 1 to be string, array given“ Warning 2019-05-16 20:51:55 +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
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
Gregor Harlan e730eb22af editor callback: allow to return empty value 2018-06-30 13:56:13 +02:00
petecoop ffa20d37be Add Atom URI Handler 2018-02-21 10:22:39 +00:00
Jonas De Taeye ad2bd7d6d4 Include prettify.js
This makes sure whoops still works without internet.
2017-10-15 15:45:51 +03:00
Luis Henrique Mulinari 56ca64e30b Fix coding standards (PSR-2) 2017-10-09 21:57:08 +02:00
Julián Gutiérrez ffbbd2c06c Make PrettyPageHandler more easily extendable (#517)
separate code and frames extraction
2017-08-03 21:23:40 +03:00
Markus Staab 521565a485 safe unnecessary php_sapi_name() func call.
use builtin constant PHP_SAPI instead.
2017-08-02 15:10:43 +02:00
林振宇 e7e5df001d change single quotes to double quotes, and added documention for open file doc 2017-07-04 09:47:34 +08:00
林振宇 25f6d6f91e Add open referenced files support for VSCode 2017-07-03 17:21:59 +08:00
Markus Staab 0e9ce65d65 Support phps' docref_root ini-param. Fixes #499. 2017-06-03 20:20:32 +02:00
Denis Sokolov 57569ab75d Merge pull request #503 from staabm/msg
use dedicated getExceptionMessage() method
2017-06-02 19:58:47 +03:00
Markus Staab 1b31a21cf1 use dedicated getExceptionMessage() method 2017-06-02 17:37:36 +02:00
Markus Staab 4f34cb4444 Fixed XXS vulnerability in plainText rendered content. Closes #497. 2017-05-17 19:09:39 +02:00
Markus Staab 4b12547c38 Update PrettyPageHandler.php 2017-03-07 09:38:16 +01:00
Markus Staab d928d9bc72 Update PrettyPageHandler.php 2017-03-07 09:37:35 +01:00
Markus Staab 7bb5d5b542 Update PrettyPageHandler.php 2017-03-06 09:27:50 +01:00
Markus Staab e319f72b90 Update PrettyPageHandler.php 2017-03-06 09:26:33 +01:00
Markus Staab 1584b29f4e Update PrettyPageHandler.php 2017-03-06 09:25:54 +01:00
Markus Staab e316e7d257 fixed undefined index $GLOBALS when auto_globals_jit is enabled 2017-03-06 09:24:44 +01:00
Gregor Harlan d2829561ca allow to change the application root path 2017-02-18 13:47:11 +01:00
Markus Staab 021679a2a6 Allow sensitive data contained within one of the superglobal arrays beeing masked. 2017-02-17 12:08:21 +01:00
Serghei Iakovlev 2d523f5d72 Improved PrettyPageHandler::getEditor 2017-01-23 08:36:32 +02:00
Graham Campbell 5e87625387 Deal with header sending correctly 2016-12-25 18:59:26 +00:00
Marat 111cc1656e more detailed partitioning of layout for easy redefinition layout items 2016-10-13 15:25:50 +03:00
Denis Sokolov 50f5a53801 Merge remote-tracking branch 'jonasdt/app-frames' 2016-10-11 18:32:04 +03:00
msheakoski 0301af3049 Add IntelliJ IDEA support
Some of us use IntelliJ IDEA with the PHP plugin instead of PhpStorm
2016-09-10 15:41:25 -04:00
Denis Sokolov ae7e83b4d1 PrettyPageHandler: show plain text in the comment at the top of the output 2016-09-04 18:58:28 +03:00
Denis Sokolov d251b2dc1e Merge pull request #405 from shakhraj/inspector-in-data-table-callback
Pass Inspector into data table callbacks
2016-09-04 17:49:05 +03:00
Andreas Möller c37aae68fe Fix: Use short array syntax 2016-07-24 19:36:49 +02:00
Jonas De Taeye 952354ae61 Make dependency on VarDumper optional 2016-04-07 03:44:52 +02:00
Andrij d0c1cba8eb Pass Inspector into data table callbacks 2016-03-21 12:46:16 +02:00
Jonas De Taeye 78d170fb02 Only dump object internals if a custom caster exists 2016-03-20 14:41:13 +01:00
Jonas De Taeye 531d887fee Allow to filter frames belonging to the application.
When using a framework, many of the frames are generated by the framework and are most of the times not relevant.
If you specify which paths are part of the application, tabs will be shown to toggle between only application and all frames.
2016-03-14 00:54:55 +01:00
ExplodingCabbage d7d89b0cce Set Content-Type: text/html in PrettyPageHandler
This will make the pretty HTML pages work properly even if the user already spat out a different Content-Type header prior to their error.
2015-12-11 19:51:06 +00:00
daniel bannert 6f8fda303a replaced ZeroClipboard with clipboard | fixes #313 2015-11-17 13:46:27 +00:00
Graham Campbell 50da5dd936 Fixed indentation 2015-06-28 22:16:54 +01:00
ragtek 566a207e71 Update PrettyPageHandler.php 2015-06-28 22:38:22 +02:00
daniel.fatkic@gmail.com 101b34d71e adds phpstorm support 2015-06-28 22:35:10 +02:00
Denis Sokolov 658cd817db Merge pull request #290 from staabm/sglobals
Move $_SERVER superglobals to the end of the globals-table.
2015-06-05 17:32:48 +03:00
Markus Staab 5b2ad56d0d Move $_SERVER superglobals to the end of the globals-table.
closes #209.
2015-06-05 15:39:52 +02:00
Andrej Guran df6770257e updated doc 2015-05-28 09:48:26 +00:00