Commit Graph

413 Commits

Author SHA1 Message Date
Denis 20c0b90ee4 Contributing: add a note about Zepto 2014-02-17 09:49:28 +02:00
Denis bcc9a8f9e3 Merge pull request #128 from franzliedke-pulls/bundled-jquery
Offline jQuery / Zepto
2014-02-17 09:47:52 +02:00
Denis d193d131e5 Merge pull request #141 from GrahamCampbell/mockery
Updated Mockery
2014-02-17 09:46:25 +02:00
Denis 07341989ab Merge pull request #140 from GrahamCampbell/alias
Added 1.1 Branch Alias
2014-02-17 09:45:51 +02:00
Denis 75b26abd0a README: add note on integrating with CakePHP
Thanks to @oldskool in #130.
2014-02-17 09:39:13 +02:00
Franz Liedke 4362be09df Use on() instead of delegate().
delegate() is deprecated.
2014-02-16 15:33:34 +01:00
Franz Liedke fda2b8ea1b Use event delegation.
This way, we avoid binding the event handler to all lines. Instead, we
bind to the container and simply pass on control to the targeted frame.
2014-02-16 15:26:32 +01:00
Franz Liedke 9a7df7fb48 Improve selectors, jQuery style. 2014-02-16 15:24:14 +01:00
Graham Campbell 0a65ea5ebe Updated mockery 2014-02-16 14:23:58 +00:00
Graham Campbell 2e3e1a1270 Added 1.1 branch alias 2014-02-16 14:22:43 +00:00
Denis Sokolov 7f1220e081 Contributing: add an advice to ask our opinion before investing much time 2014-02-16 14:57:30 +01:00
Denis Sokolov 026535681a Contributing: add a link to a list of possible features 2014-02-16 14:56:45 +01:00
Denis Sokolov 60fbf75d7d Contributing: simplify
The forking process is explained imprecisely, and people can figure it
out using GitHub help anyway.

The less text there are the better chances of reading it.
2014-02-16 14:56:33 +01:00
Denis Sokolov d6dcec2e3d PrettyPageHandler: remove deprecated notices
Until we handle deprecated errors in a graceful manner,
triggering this aborts the application, which defeats the purpose of compatibility.
Also see issue #100.
2014-02-16 14:37:08 +01:00
Denis Sokolov c22d92d1db JsonResponseHandler: send the content type, close #90 2014-02-16 14:13:48 +01:00
Denis Sokolov d46c3782c0 Refactor out the canSendHeaders check 2014-02-16 14:12:39 +01:00
Denis Sokolov 368a6bb49e Travis: explain why we need prefer-source 2014-02-16 13:52:37 +01:00
Denis Sokolov 2f06135abe Travis: explain why we do not use 5.3.0 2014-02-16 13:52:09 +01:00
Denis 597a44ae8d Merge pull request #136 from GrahamCampbell/travis
Added more php versions to travis
2014-02-16 14:32:43 +02:00
Graham Campbell f6e8d33db3 Added more php versions to travis 2014-02-16 12:27:27 +00:00
Denis d3b5099fd6 Merge pull request #135 from staabm/patch-2
Fixed phpdoc
2014-02-16 14:08:14 +02:00
Markus Staab 95788c3648 Fixed phpdoc 2014-02-16 13:04:48 +01:00
Denis Sokolov 55961257c6 Merge remote-tracking branch 'origin/feature/exception-chaining'
Conflicts:
	src/Whoops/Exception/Inspector.php
2014-02-16 12:53:05 +01:00
Denis dc2c1559f4 Minor cleanup to Exception\Frame::equals 2014-02-07 13:32:07 +02:00
Denis 89191b4c5f Merge pull request #132 from synchrone/feature/exception-chaining
Prepending frames from previousException to inspected exception
2014-02-07 12:36:45 +02:00
Aleksandr Bogdanov ba1f97e55f Checking if one of comparing Frames is an Unknown frame to keep them separate 2014-02-05 13:31:34 +01:00
Aleksandr Bogdanov 64f25c4fff Adding PHPDoc for Frame::equals 2014-02-05 13:30:31 +01:00
Aleksandr Bogdanov d294a7e9ad Prepending exception frame list with previous exception's topmost part that matters for #43 2014-02-04 12:32:04 +01:00
Denis 3575d084a0 Merge pull request #129 from GrahamCampbell/master
CS Fixes
2014-01-18 10:13:07 -08:00
Graham Campbell 1a06357eac CS fixes 2014-01-18 16:24:28 +00:00
Franz Liedke b575a80c0b Use correct header height for scrolling back up. 2014-01-18 15:08:39 +01:00
Franz Liedke fd469f86dc No animate() in Zepto. 2014-01-18 15:07:23 +01:00
Franz Liedke 2852d3be18 Include Zepto library so that JS on error pages still works. 2014-01-18 14:54:14 +01:00
Denis ea8e2bc200 Merge pull request #127 from GrahamCampbell/master
Added hhvm to travis
2013-12-31 05:41:37 -08:00
Graham Campbell fe719739a7 Added hhvm to travis 2013-12-31 13:23:51 +00:00
Denis be73f644f4 Merge pull request #125 from GrahamCampbell/master
Minor Tweaks
2013-12-31 04:27:03 -08:00
Graham Campbell 413963a22a Updated travis config 2013-12-31 12:13:52 +00:00
Graham Campbell c28f4a7664 Fixed file endings 2013-12-31 12:13:39 +00:00
Denis 885144914d Merge pull request #124 from staabm/patch-1
added new handlers to Available Handlers readme section
2013-12-27 07:45:38 -08:00
Markus Staab 64a53e6840 added new handlers to Available Handlers readme section 2013-12-27 16:41:58 +01:00
Denis 621868d9d2 Merge pull request #123 from staabm/patch-1
update readme to mention response formats
2013-12-27 07:15:35 -08:00
Markus Staab 9b7deb5caf update readme to mention response formats 2013-12-27 14:44:24 +01:00
Denis 10818e4795 Merge pull request #121 from staabm/soap
Support SOAP Exception handler
2013-12-27 05:32:36 -08:00
Markus Staab fbf0e1d2e2 added a SoapResponseHandler. 2013-12-27 09:02:39 +01:00
Denis Sokolov 764bbc3c40 Contributing: remove the suggestion to contact @imfilp on Twitter
@filp is now less actively involved with the project.
People contacting him on Twitter directly will both bother him,
and delay the useful feedback getting back to the project.
2013-12-20 10:30:04 +02:00
Denis Sokolov 1fe3eded24 Readme: split contributing section into its own file
A contributing file is a de facto standard today.
In particular, GitHub even uses it to display the information about
contributing in appropriate locations:
https://github.com/blog/1184-contributing-guidelines
2013-12-20 10:29:58 +02:00
Denis b287924d5d Template: add Whoops class on the top container 2013-12-12 22:28:03 +02:00
Denis Sokolov a0eecfac49 PrettyPageHandler: helpful message for users of functionality removed in 98140ba 2013-12-12 12:06:52 +02:00
Denis Sokolov 158636c2e1 Remove whoops-test environment variable 2013-12-12 12:03:26 +02:00
Denis Sokolov 6577f1485c PrettyPageHandler: use correct error level for deprecated notices 2013-12-11 19:20:02 +02:00