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
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
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
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
Markus Staab
560d53933a
make the "Open:" label also clickable
2018-10-20 12:20:06 +02:00
Markus Staab
4798f07fc8
Remove superfluous is_file() check
2018-10-18 15:49:17 +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
Adam Averay
a64f9e7ce5
Add viewport meta tag
2018-02-12 23:59:26 +09:00
Adam Averay
4becfc9e46
Stack panels on small screens
2018-02-12 23:35:07 +09:00
Markus Staab
3bb4be38c1
best practice: removed php-end tags
2017-12-13 20:10:27 +01:00
Markus Staab
247b753dec
best practice: removed php end-tags
2017-12-13 20:09:27 +01:00
Markus Staab
8a97669b27
fixed errors in asser() expression
...
hmm why did this work in the first place?
2017-12-01 10:21:54 +01:00
Markus Staab
f39a563afc
fixed 'Calling assert() with a string argument is deprecated' warning with php 7.2
2017-12-01 10:20:29 +01:00
Denis Sokolov
c6081b8838
FrameCollection: fix array_filter mutating the array to be assoc, close #550
2017-11-23 20:22:44 +02:00
Daniel Siepmann
e3ddc1b1b2
BUGFIX: Make application frame selectable
...
It was not possible to activate application frame.
Now the condition is fixed and also css class is fixed.
Therefore one can select to see only application frames.
2017-11-17 11:39:50 +01:00
Denis Sokolov
9f640a4f12
PrettyPageHandler: remove height limitation from frame arguments, close #530
2017-11-17 10:15:51 +02:00
Denis Sokolov
c16791d28d
TemplateHelper: fix XSS if Symfony dumper is not available
2017-11-17 10:15:51 +02:00
Denis Sokolov
1ae2243c0c
Merge pull request #525 from staabm/staabm-patch-2
...
added docs for Handler constants
2017-11-17 10:15:00 +02:00
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
Markus Staab
29d6024aa5
added docs for Handler constants
2017-08-29 09:59:23 +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