401 Commits

Author SHA1 Message Date
Denis Sokolov a99f0b1518 Fixup ad2bd7d 2017-10-15 16:05:10 +03:00
Jonas De Taeye 84c99d0064 Align code before and after prettify.
Prettify adds line numbers, and hence shifts the code.
By adding left-padding, we prevent the code from shifting right after `prettify`.
2017-10-15 15:45:51 +03:00
Jonas De Taeye b58f6a9b78 Remove padding around highlighted lines
This is strange, text editors and IDEs don't do this.
Now the code before and after `prettify` have the same height.
2017-10-15 15:45:51 +03:00
Jonas De Taeye ad2bd7d6d4 Include prettify.js
This makes sure whoops still works without internet.
2017-10-15 15:45:51 +03:00
Markus Staab 9e7c2ea58c Prevent possible XSS via target="_blank" urls (#533) 2017-10-10 13:00:26 +03:00
Denis Sokolov a50d24d81a Merge pull request #527 from albercik700/master
Robots - noindex,nofollow
2017-10-10 12:59:01 +03:00
Denis Sokolov c381a879a1 Merge pull request #538 from luismulinari/code-cleaning
Fix some FQNs, typehints and unused code/vars
2017-10-10 12:49:54 +03:00
Luis Henrique Mulinari 06bdb879d3 Fix some FQNs, typehints and unused code/vars 2017-10-09 22:25:27 +02:00
Luis Henrique Mulinari 56ca64e30b Fix coding standards (PSR-2) 2017-10-09 21:57:08 +02:00
albercik700 c5f0d00bb3 Robots - noindex,nofollow 2017-09-29 14:08:43 +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
Denis Sokolov b8e9e68715 Merge pull request #512 from davispuh/patch-1
Don't hide horizontal panel overflow
2017-07-04 17:23:38 +03: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
Dāvis 06b596bf6c Don't hide horizontal panel overflow
We need scrollbar because otherwise when DataTable row is too long it's cut and not visible
2017-06-30 17:10:05 +03:00
USAMI Kenta 7b956f468b Make PlainTextHandler::dump() protected 2017-06-25 05:37:41 +09:00
USAMI Kenta ce426d665d Revert "fixup! Impl PlainTextHandler::dump()"
This reverts commit fd653d9568.
2017-06-25 05:33:54 +09:00
USAMI Kenta fd653d9568 fixup! Impl PlainTextHandler::dump() 2017-06-25 05:10:20 +09:00
USAMI Kenta a7546f1c60 Impl PlainTextHandler::dump()
This function is a wrapper or alternative to var_dump(),
which makes it easy to set the output format.
2017-06-24 16:00:35 +09:00
Markus Staab 771b478cc3 fixed typo 2017-06-06 09:21:39 +02:00
Markus Staab a36d3a0239 hide opener (security) and referer (privacy) from external site links
for in-detail background see https://mathiasbynens.github.io/rel-noopener/
2017-06-05 12:51:39 +02: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
Denis Sokolov b9a6ae2889 Merge pull request #502 from staabm/whitespace
fixed whitespace
2017-06-02 19:56:11 +03:00
Markus Staab 1b31a21cf1 use dedicated getExceptionMessage() method 2017-06-02 17:37:36 +02:00
Markus Staab 7b195385d0 fixed whitespace 2017-06-02 17:33:56 +02:00
Markus Staab 4f34cb4444 Fixed XXS vulnerability in plainText rendered content. Closes #497. 2017-05-17 19:09:39 +02:00
Ottnorml fd43f33b7a Adds DuckDuckGo search suggestion 2017-04-20 23:26:34 +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
Serghei Iakovlev a05cb119e5 Fixed JsonResponseHandler::setJsonApi PHPDoc 2017-01-22 21:46:33 +02:00
Graham Campbell 5e87625387 Deal with header sending correctly 2016-12-25 18:59:26 +00:00
Stephan 2c76d05edf Typo fix. 2016-12-13 09:43:14 +01:00
undercloud f16e672e7b Update TemplateHelper.php 2016-11-09 21:29:08 +04: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
Denis Sokolov 2957e035d8 Merge remote-tracking branch 'jonasdt/ui' 2016-10-11 15:45:16 +03:00
Denis Sokolov e54d5af7b4 Note about silencing errors 2016-10-11 15:40:23 +03:00
Denis Sokolov a73177b6a6 Merge pull request #449 from msheakoski/patch-1
Add IntelliJ IDEA support
2016-10-11 15:40:11 +03:00
Ivan Scherbak 89168f7b76 Add silencedPatterns getter 2016-09-20 10:56:02 +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