Commit Graph

94 Commits

Author SHA1 Message Date
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
Andrej Guran 5a762cfdaf getEditorHref returns false if editor is not set 2015-05-28 09:34:44 +00:00
Geolim4 17dcf47590 Updated editor with a protected helper 2015-05-23 16:25:02 +02:00
Geolim4 69042b38f4 Changed: getEditorHref() no longer return an array or ajax/url, replaced by getEditorAjax() instead. 2015-05-15 16:57:47 +02:00
Geolim4 ccd137eec8 Callable editor can now return an array 2015-05-15 03:49:13 +02:00
Markus Staab 6a82df42df error-code should be wrapped in ErrorException->severity. fixes #267. 2015-03-13 10:41:22 +01:00
Graham Campbell 0346c26963 CS fixes 2014-09-27 11:05:51 +01:00
John Long a1d1f5c10e Include exception code and, if applicable, error constant. 2014-05-24 20:06:50 -05:00
Markus Staab 9cf5c51bd6 refactored view-logic into Formatter class. moved clipboard button to the top right corner. 2014-05-21 12:00:53 +02:00
Graham Campbell cd0726a346 Fixed getResourcesPath function 2014-03-21 21:38:46 +00:00
Graham Campbell 0fd7e9e2af Improved resources 2014-03-21 21:04:02 +00:00
Graham Campbell 7a456e1263 Added custom css stylesheet functionality 2014-03-17 20:30:33 +00:00
Denis Sokolov 1df369d02f PrettyPageHandler: clarify return type for getDataTables 2014-03-11 09:26:48 +01:00
Graham Campbell 50ebe5b9d0 Resources docblock fix 2014-02-25 10:48:23 +00:00
Graham Campbell f1e40a2438 Minor fixes 2014-02-25 10:38:17 +00:00