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
7376a422a1
PrettyPageHandler: switch syntax highlighting to Prism.js
2021-07-13 12:00:00 +00:00
Gregor Harlan
a32b5019a4
Fix styles of copy/hide buttons after hover
2021-01-21 22:06:15 +01:00
AmraniCh
98675a35e9
Fix copy button issue
2020-11-05 18:39:16 +01:00
Denis Sokolov
cef858f51c
Fix handler list incorrectly marking all handlers as active, #646
2019-11-03 12:00:00 +02:00
Denis Sokolov
114a8f04c1
Fix tab switcher, close #573
2019-06-21 12:00:00 +03:00
Denis Sokolov
bb6f11f833
Merge pull request #567 from mluzarow/css-z-index-fix
...
CSS z-index fix
2019-06-21 12:20:28 +03:00
Denis Sokolov
2cc44e404c
Merge pull request #579 from XzenTorXz/master
...
added hide-error button
2019-06-21 11:59:50 +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
Markus Staab
560d53933a
make the "Open:" label also clickable
2018-10-20 12:20:06 +02:00
Franz Ehrlich
8ab74dbc1c
added hide-error button
2018-06-13 11:34:28 +02:00
Mackenzie
175ba0896f
Added z-index fix.
...
Added a very high z-index so that the whoops page never appears under sticky headers or have any other misc content float over the page.
2018-03-05 08:02:36 -06: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
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
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
albercik700
c5f0d00bb3
Robots - noindex,nofollow
2017-09-29 14:08:43 +02: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
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
Ottnorml
fd43f33b7a
Adds DuckDuckGo search suggestion
2017-04-20 23:26:34 +02: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
ae7e83b4d1
PrettyPageHandler: show plain text in the comment at the top of the output
2016-09-04 18:58:28 +03:00
Denis Sokolov
fa964b8377
Merge pull request #397 from jonasdt/break-on-delimiter
...
Break filenames and namespaces on the delimiter
2016-09-04 17:51:20 +03:00
Denis Sokolov
69e4ab6472
Merge pull request #417 from andrey-helldar/patch-1
...
Add transition style to hover effect
2016-09-04 17:48:02 +03:00
kevin olson
f45f1849ea
bug fixes and prettyprint optimization ( #439 )
...
* addresses #438 and #437 , adds prettyprint optimization
* == to === via codacy reco
* addresses feature request
* Alter JsonResponseHandlertest to accomodate error to errors
* wrong dimension
* Revert "== to === via codacy reco"
This reverts commit 4a2e9909d0 .
* Revert "addresses feature request"
This reverts commit 631e267e19 .
* more reverts
2016-09-03 16:26:01 +03:00
kevin olson
36c3166093
properly showing 10 lines of code below and above
2016-08-06 20:06:05 -07:00
kevin olson
feac912e74
Cleanup and comment
2016-08-06 19:44:58 -07:00
kevin olson
8897fb2296
Fixes issue with syntax highlight breaking, fixes
2016-08-06 19:39:30 -07:00
Andrey Helldar
f76f8af1f6
Add transition to hover effect
2016-05-24 15:59:00 +09:00
Brian Adams
3ed2d37c86
Make code-block use tab size of 4 instead of browser default of 8
2016-05-06 13:06:49 -05:00
Andrey Savchenko
6f60e70639
Adjusted editor link color
...
Fixes #413
2016-05-06 17:23:30 +03:00
Jonas De Taeye
6c3c7e1ee2
Fix editor-link color
2016-03-15 00:29:02 +01:00
Jonas De Taeye
d9da41ad35
Add j and k shortcuts
...
Ctrl+up is already used by OSX.
Similar to vim:
j = frame down
k = frame up
2016-03-15 00:29:02 +01:00
Jonas De Taeye
799e0f1d77
Don't scroll if the frame is visible
...
Replace the native scrollIntoView with a custom implementation that only scrolls if the frame is not visible.
Don't scroll the active frame to the top.
Fix code style
2016-03-15 00:28:59 +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
Jonas De Taeye
752b2aa485
Make sure method-info aligns after breaking on delimiter
2016-03-14 00:30:50 +01:00
Jonas De Taeye
fccd52e442
Don't expand the header if only reveals white space
2016-03-14 00:09:47 +01:00
Jonas De Taeye
de8480f168
Remove unnecessary padding above environment
2016-03-14 00:09:05 +01:00
Jonas De Taeye
bbe394e94a
Spit layout into fixed position panels
2016-03-14 00:03:54 +01:00