Denis Sokolov
052ea326c3
Merge pull request #294 from GrahamCampbell/patch-1
...
Fixed indentation
2015-06-29 00:36:30 +03:00
Graham Campbell
50da5dd936
Fixed indentation
2015-06-28 22:16:54 +01:00
Denis Sokolov
fe46cd20b8
Merge pull request #293 from ragtek/feature/editor-phpstorm
...
Feature/editor phpstorm
2015-06-29 00:07:54 +03: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
568d54e1e0
Merge pull request #291 from staabm/lessempty
...
Adjusted rendering of empty superglobals to take less visual space
2015-06-05 17:35:44 +03: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
382160704b
Adjusted rendering of empty superglobals to take less visual space
...
Before the actual usefull information did not fit onto screen because
the empty-indication of super-globals took too much visual space.
2015-06-05 15:50:58 +02:00
Markus Staab
5b2ad56d0d
Move $_SERVER superglobals to the end of the globals-table.
...
closes #209 .
2015-06-05 15:39:52 +02:00
Denis Sokolov
f5202d3d46
Readme: add Laravel 5 mention
2015-06-03 19:51:34 +03:00
Denis Sokolov
37b5e653c9
Readme: add dependency badges from Versioneye
1.1.6
2015-05-29 18:12:07 +03:00
Denis Sokolov
061dd1d36a
Merge pull request #288 from GrahamForks/patch-1
...
Removed broken badge
2015-05-29 18:10:07 +03:00
Graham Campbell
0389e19061
Removed broken badge
2015-05-29 13:56:24 +01:00
Denis Sokolov
a0febe0497
Merge pull request #286 from GrahamCampbell/patch-1
...
Cleanup .gitignore file
2015-05-28 13:26:33 +03:00
Graham Campbell
e800b9c83f
Cleanup lock file
2015-05-28 11:21:44 +01:00
Denis Sokolov
0be5b8d02c
Merge pull request #285 from andrejguran/master
...
getEditorHref returns false if editor is not set
2015-05-28 13:09:05 +03: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
Denis Sokolov
0550f18640
Merge pull request #282 from Geolim4/master
...
Specific-fix for some protocols that quit the page...
2015-05-25 00:16:47 +03: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
d3d3b33dce
PHPUnit_Framework_Assert::markTestSkipped() returns void, no need to return anything.
2015-05-15 03:50:38 +02:00
Geolim4
ccd137eec8
Callable editor can now return an array
2015-05-15 03:49:13 +02:00
Geolim4
c522ade8a7
Fixed incorrect namespace path in phpDoc comment.
2015-05-15 03:10:21 +02:00
Geolim4
db5619046d
Excluded Intellij config directory
2015-05-15 02:58:46 +02:00
Geolim4
1cbf8a51b7
Specific-fix for some protocols that quit the page such as IntelliJ Platform REST API.
...
Indeed, as it returns a valid http response, the browser quits the page and then leaves the Whoops page.
2015-05-09 17:42:18 +02:00
Denis Sokolov
285e5152b8
Merge pull request #277 from JayBizzle/patch-1
...
Fixed help overlay flicker
2015-04-12 19:35:52 +03:00
Mark Beech
6e909fbf26
Fixed help overlay flicker
...
When hovering over the help button, if you move your mouse pointer slowly, the overlay flickers because the button loses focus when the overlay is displayed.
The added CSS property will prevent the overlay from receiving pointer events. It isn't a perfect solution though. It works in all modern browsers, but no versions of IE less than IE11.
http://caniuse.com/#feat=pointer-events
2015-04-10 22:22:23 +01:00
Denis Sokolov
c982fe62c4
Merge pull request #275 from colin-kiegel/hhvm-flush-before-exit
...
HHVM fix - flush before exit
1.1.5
2015-03-30 18:26:59 +03:00
Colin Kiegel
845c881347
HHVM fix - flush before exit
...
See https://github.com/facebook/hhvm/issues/4055 .
2015-03-30 12:40:57 +02:00
Denis Sokolov
8f3d7b9e9d
Merge pull request #273 from staabm/help
...
added inline-help for PrettyPage Handler
2015-03-28 12:25:38 +02:00
Markus Staab
20e0b8fdb5
Fixed cs
2015-03-27 22:27:34 +01:00
Markus Staab
25d3e87c51
added help overlay.
...
added ctrl+up/ctrl+down shortcuts to scroll between frames.
2015-03-27 09:53:18 +01:00
Denis Sokolov
b4f41db672
Merge pull request #274 from matthew-james/patch-1
...
fix typo in API Documentation
2015-03-26 19:01:29 +02:00
Matt A
9803177431
fix typo in API Documentation
...
should be addResourcePath (singular) - https://github.com/filp/whoops/blob/master/src/Whoops/Handler/PrettyPageHandler.php#L377
2015-03-26 12:25:21 -04:00
Denis Sokolov
e836694368
Merge pull request #271 from TomasVotruba/travis-improvements
...
Travis improvements
2015-03-15 13:28:26 +02:00
Tomas Votruba
dce86b3399
travis: run coverage just once
2015-03-15 12:34:11 +01:00
Tomas Votruba
7af7801f2f
travis: --dev is by default for couple of months
2015-03-15 12:31:35 +01:00
Denis Sokolov
f924458af1
Merge pull request #268 from staabm/severity
...
error-code should be wrapped in ErrorException->severity
2015-03-14 02:05:38 +02:00
Denis Sokolov
2025eeba43
Merge pull request #270 from staabm/hellip
...
fixed ellipsis for non-utf8 apps
2015-03-13 13:11:29 +02:00
Denis Sokolov
349fe0f632
Merge pull request #269 from staabm/patch-1
...
test ci on php7
2015-03-13 13:10:26 +02:00
Markus Staab
ceb6337e68
fixed ellipsis for non-utf8 apps
2015-03-13 10:54:16 +01:00
Markus Staab
6a82df42df
error-code should be wrapped in ErrorException->severity. fixes #267 .
2015-03-13 10:41:22 +01:00
Markus Staab
bf316a0928
test ci on php7
2015-03-13 09:58:19 +01:00
Denis Sokolov
dcce91553e
Merge pull request #263 from mahagr/master
...
Fix #262 : Silenced errors won't fill error_get_last() array
1.1.4
2015-02-17 17:50:31 +02:00
Matias Griese
fa66cb6c00
Fix #262 : Silenced errors won't fill error_get_last() array
2015-02-17 14:42:26 +02:00
Denis Sokolov
01f84f8121
Merge pull request #259 from staabm/userfunc
...
directly invoke callables instead of call_user_func.
2015-01-22 17:11:11 +02:00
Markus Staab
8d15a7357e
directly invoke callables instead of call_user_func.
...
eases debugging, because of simpler stacktraces.
2015-01-22 15:36:47 +01:00
Denis Sokolov
37ba42c184
Merge pull request #257 from funivan/patch-1
...
Fix phpdoc
2015-01-21 22:08:56 +02:00
ivan
a7907a39ee
Fix phpdoc
2015-01-21 16:28:03 +02:00