327 Commits

Author SHA1 Message Date
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
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
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
Colin Kiegel 845c881347 HHVM fix - flush before exit
See https://github.com/facebook/hhvm/issues/4055.
2015-03-30 12:40:57 +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 f924458af1 Merge pull request #268 from staabm/severity
error-code should be wrapped in ErrorException->severity
2015-03-14 02:05:38 +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
Matias Griese fa66cb6c00 Fix #262: Silenced errors won't fill error_get_last() array 2015-02-17 14:42:26 +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
ivan a7907a39ee Fix phpdoc 2015-01-21 16:28:03 +02:00
Denis Sokolov 9e1ffa25c3 Run: clarify passing exception to handle() 2015-01-15 13:37:30 +02:00
Denis Sokolov 7a87266885 Run: clarify sendHttpCode type 2015-01-15 13:26:50 +02:00
Jacob Bednarz 71103c1baa Fix quotation marks 2014-11-27 19:12:59 +10:00
Jacob Bednarz 98cae75f45 Add in prettier fonts than currently available
This standardises the font stack to be the same across the board.
2014-11-27 19:00:58 +10:00
Denis Sokolov 85d4b9ac87 Inspector: cleanup hasPreviousException syntax 2014-11-15 09:46:20 +02:00
Graham Campbell 0346c26963 CS fixes 2014-09-27 11:05:51 +01:00
Adrian Budau 9456d5ca61 Fixed pull request 231 bitmask operators 2014-09-27 12:42:16 +03:00
Adrian Budau de44287113 Changed the way isLevelFatal is made. Now using bitwise AND instead of
checking the presence in a predefined array.
2014-09-26 22:15:19 +03:00
Denis Sokolov bb5a04497e Merge pull request #222 from richardhinkamp/silex-cli
Use PlainTextHandler when in CLI mode
2014-09-23 07:08:46 +03:00
Matthew Turland ea032d84af Modified Silex provider to use HttpException status codes
If the exception does not have HttpException in its inheritance tree, the current value of 500 will be used as a fallback.
2014-08-28 10:31:38 -05:00
Thijs Scheepers 1ea65331d7 Added array_key_exists check
Added array_key_exists check to check for misconfigured environments like Google App Engine
2014-08-25 11:56:50 +02:00
Richard Hinkamp 0639e7a942 Use PHP_SAPI constant 2014-08-01 20:15:28 +02:00
Richard Hinkamp 7fa8f35f01 Use PlainTextHandler when in CLI mode 2014-08-01 20:05:50 +02:00
Denis Sokolov aab9850b40 PlainTextHandler: fig logger call 2014-07-10 09:30:52 +03:00
Andreas Kluth a51b8a8f23 #217 - Fixed open_basedir raises when 'Unknown' is passed to is_file 2014-07-09 17:03:36 +02:00
Denis Sokolov 806ab0007a Merge pull request #213 from staabm/patch-2
Fixed soap fault response for strice soap clients
2014-05-25 11:28:45 +09:00
John Long a1d1f5c10e Include exception code and, if applicable, error constant. 2014-05-24 20:06:50 -05:00
Markus Staab 7a6549cf5c Fixed soap fault response for strice soap clients
Sopa clients which validate the soap fault against a xsd require the stacktrace to be nested in a child-element of `<detail>`
2014-05-24 11:51:30 +02:00
Denis Sokolov c876556f9e Formatter: in plain simplify escaping 2014-05-22 00:25:45 +09:00
Denis Sokolov ba0b86c1de Merge pull request #206 from staabm/clip
added ZeroClipboard integration
2014-05-21 19:23:03 +09: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
Andrew 6a8a63ed28 Fixes #207 2014-05-19 15:04:47 +03:00
Markus Staab 3c852924e0 added ZeroClipboard integration 2014-05-19 11:42:03 +02:00
Graham Campbell 82404400af Clean up toXml 2014-04-26 10:32:55 +01:00
Denis Sokolov f6b790e41c TemplateHelper: fix whitespace broken by GitHub editor in 70e23d1c 2014-03-31 11:08:37 +02:00
Denis Sokolov 70e23d1c52 TemplateHelper: improve invalid utf8 handling in hhvm 2014-03-31 07:21:53 +03:00
Denis aa5b1f9ce5 TemplateHelper: cleanup consistent quote characters 2014-03-31 07:02:54 +03:00
Denis 5bfdc6465b TemplateHelper: cleanup escape comments 2014-03-31 07:02:33 +03:00
Graham Campbell 9310d3d8db PHP 5.3 potential improvement 2014-03-30 18:22:17 +01:00
Denis Sokolov 35115f7e7f TemplateHelper: silent workaround for 5.3 for d76904a 2014-03-30 18:52:42 +02:00
Denis Sokolov d76904a0d8 TemplateHelper: fix escape with broken utf-8, close #163
If the source file that triggered an exception, had an illegal
UTF-8 sequence (because, for example, it wasn't UTF-8),
when PrettyPageHandler would try to show its source on the screen,
htmlspecialchars would return an empty string, resulting in no
source on the screen.

The workaround at least shows question marks instead of the original
characters. Guessing the correct encoding and reencoding that
to UTF-8 is too much bother at this point,
and the current approach still works well enough to see
where the error is coming from.
2014-03-30 18:39:42 +02:00
Denis Sokolov 808efeba08 Merge remote-tracking branch 'maug/master' 2014-03-26 21:08:24 +01:00
Denis a72c03a5fc Merge pull request #182 from GrahamCampbell/fix
Improved Resources
2014-03-21 23:52:03 +02:00
Graham Campbell cd0726a346 Fixed getResourcesPath function 2014-03-21 21:38:46 +00:00