24 Commits

Author SHA1 Message Date
Denis Sokolov 8781b453b2 Revert "Change deprecated pushHandler to prependHandler"
This reverts commit 410526d38c.
2019-12-25 12:00:00 +02:00
Denis Sokolov 08e23fa81f Revert "Change deprecated pushHandler to prependHandler"
This reverts commit 4e8c2138bd.
2019-12-25 12:00:00 +02:00
Denis Sokolov dcc38c0a79 Merge pull request #635 from beebus/patch-3
Change deprecated pushHandler to prependHandler
2019-07-24 13:05:27 +03:00
Michael Beebower 4e8c2138bd Change deprecated pushHandler to prependHandler
On https://github.com/filp/whoops/blob/master/src/Whoops/Run.php on lines 43-54, it states that pushHandler is being replaced with prependHandler.

Specifically:
* @deprecated use appendHandler and prependHandler instead
     */
    public function pushHandler($handler)
    {
        return $this->prependHandler($handler);
    }
2019-07-23 21:53:08 -05:00
Michael Beebower 410526d38c Change deprecated pushHandler to prependHandler
On https://github.com/filp/whoops/blob/master/src/Whoops/Run.php on lines 43-54, it states that pushHandler is being replaced with prependHandler.

Specifically:
* @deprecated use appendHandler and prependHandler instead
     */
    public function pushHandler($handler)
    {
        return $this->prependHandler($handler);
    }
2019-07-23 21:49:52 -05:00
Denis Sokolov 3f5cbd0e6a Add applicationPaths to the example 2016-10-11 18:32:23 +03:00
Denis Sokolov d251b2dc1e Merge pull request #405 from shakhraj/inspector-in-data-table-callback
Pass Inspector into data table callbacks
2016-09-04 17:49:05 +03:00
kevin olson 882d26344b setJsonApi() in JsonResponseHandler to allow format compliant to json:api spec #443 2016-09-03 17:48:28 -07:00
Andreas Möller c37aae68fe Fix: Use short array syntax 2016-07-24 19:36:49 +02:00
Andrij d0c1cba8eb Pass Inspector into data table callbacks 2016-03-21 12:46:16 +02:00
Denis Sokolov bad82de557 Update ajax only example for Whoops 2, fix #381 2016-02-05 21:33:27 +02:00
Denis Sokolov d6b189a074 Remove integration with Silex 1, fix #101 2015-11-22 18:31:16 +02:00
Graham Campbell 0346c26963 CS fixes 2014-09-27 11:05:51 +01:00
Denis Sokolov 71277f6355 Remove Silex dependency 2014-02-17 14:35:13 +01:00
steffkes 3805c2ee75 change ../example/.. to ../examples/.. in the comments of the example files 2013-07-04 15:24:55 +02:00
filp 55a4a1f698 Update example to use FrameCollection::map 2013-05-10 20:39:41 +01:00
filp c37eb037d2 Move output buffer clearing to individual handlers 2013-04-20 12:12:54 +01:00
filp e05c5f0f08 Add JsonResponseHandler example 2013-03-17 16:21:16 +00:00
filp d20bee0c99 Update code-base to 'Whoops' 2013-03-17 12:31:50 +00:00
filp e5d0080cef Re-structure Providers into their own namespace 2013-03-15 20:41:51 +00:00
filp 15ba133d7b Get rid of branding 2013-03-15 19:45:58 +00:00
filp e5e6674438 Add PrettyPageHandler::showBranding(bool) to add ability to hide 'damnit' branding 2013-03-15 18:47:59 +00:00
filp a23dfa9c66 Add PrettyPageHandler::addDataTable & example 2013-03-14 11:34:43 +00:00
filp 6b226d3580 Move example files to examples/ 2013-03-14 11:20:34 +00:00