Commit Graph

22 Commits

Author SHA1 Message Date
kenjis c4bc3d8798 Fix sample code
Add `;` at the end.
2016-01-11 10:31:33 +09:00
Denis Sokolov 083d5a674e Move utility functions to the utility class, fix #351 2015-12-20 18:45:53 +02:00
Denis Sokolov 3bf469434e Merge pull request #327 from filp/remove-silex-1
Remove integration with Silex 1, fix #101
2015-12-13 01:10:55 +02:00
Markus Staab fa4206ec14 Removed PlainTextHandler->(onlyForCommandLine|outputOnlyIfCommandLine). Added Whoops\isCommandLine() as a more flexible successor. 2015-11-29 16:22:11 +01:00
Denis Sokolov 4ca44a497b Merge remote-tracking branch 'staabm/onlyajax' 2015-11-23 21:32:31 +02:00
Markus Staab 26f3dba7b5 removed onlyForAjaxRequests from JsonResponseHandler. Added a new Whoops\isAjaxRequest helper function to use instead.
Use it before registering a Handler to achive the "onlyForAjaxRequests" functionality.
```
if (Whoops\isAjaxRequest()){
  $run->addHandler($myHandler)
}
```

closes #319.
2015-11-23 09:29:31 +01:00
Denis Sokolov d6b189a074 Remove integration with Silex 1, fix #101 2015-11-22 18:31:16 +02:00
Denis Sokolov 1ff5ed013b Remove Phalcon from core 2015-11-22 11:18:29 +02:00
Markus Staab fc797c68f3 added note about requirement of "open file in editor" feature 2015-11-04 12:06:09 +01:00
ragtek ae904bfcd4 Update Open Files In An Editor.md
added phpstorm to supported editors list
2015-06-29 00:06:18 +02:00
Geolim4 ccd137eec8 Callable editor can now return an array 2015-05-15 03:49:13 +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 298d7be3dc Merge pull request #253 from hannesvdvreken/patch-1
More consistent spaces
2015-01-15 08:45:28 +02:00
Hannes Van De Vreken b571bc3180 Backticks for code blocks 2015-01-14 21:56:34 +01:00
Hannes Van De Vreken 2face1a5cc More consistent spaces 2015-01-14 21:54:17 +01:00
Hannes Van De Vreken e5d05f5130 Showcase with PSR-2 2015-01-14 21:50:33 +01:00
Hannes Van De Vreken d5dbc7e532 More consistent spaces 2015-01-14 21:46:44 +01:00
Denis Sokolov ae05259236 Docs: remove an explicit version from framework integration 2014-05-13 14:05:11 +09:00
Denis Sokolov 614f0de7c8 Docs: fix about PrettyPageHandler resource path methods 2014-04-20 11:14:11 +09:00
Denis 94b320b38b Zend integration: recommend the package by ghislainf 2014-02-26 08:51:39 +02:00
Denis 122aa23c6f Documentation: remove upcoming features
I would like to keep this on the Wiki.
It is hardly documentation, and the list of features is constantly changed based on Issues.
2014-02-20 09:44:13 +02:00
Graham Campbell b22af293be Moved over docs from wiki 2014-02-19 22:55:57 +00:00