Commit Graph

431 Commits

Author SHA1 Message Date
Denis fbf594b33e Readme: simplify authors 2014-02-18 01:23:48 +02:00
Denis e8ffebeaca Readme: start simplifying 2014-02-18 01:21:02 +02:00
Denis Sokolov 4a97cb06f2 Contributing: add a note about contributing an integration with a framework 2014-02-17 15:05:12 +01:00
Denis Sokolov 71277f6355 Remove Silex dependency 2014-02-17 14:35:13 +01:00
Denis 598789aa1f Merge pull request #147 from GrahamCampbell/use
Added Missing Use Statement
2014-02-17 15:22:47 +02:00
Denis ecf24d7da3 Merge pull request #146 from GrahamCampbell/pretty
Minor Pretty Page Handler Improvement
2014-02-17 15:22:26 +02:00
Graham Campbell ad8a8bb844 Added missing use statement 2014-02-17 13:16:39 +00:00
Graham Campbell 12bf1b1304 Minor pretty page handler improvement 2014-02-17 13:12:19 +00:00
Denis 029bb2be5a Testing: fix typo in 8a5a7bd3 2014-02-17 14:23:00 +02:00
Denis 5a9fc88fa8 Composer: in development, we require 5.3.3 for testing 2014-02-17 13:50:03 +02:00
Denis 8780bc9f09 Testing: enable more tests on HHVM using native Exceptions 2014-02-17 13:49:42 +02:00
Denis c67b08826f Tests: minor clarification on xdebug skipped test 2014-02-17 13:49:42 +02:00
Denis ebed97c906 Merge pull request #144 from GrahamCampbell/zepto
Updated Zepto To 1.1.3
2014-02-17 13:37:22 +02:00
Denis 372a05c7c1 Merge pull request #143 from GrahamCampbell/composer
Updated Composer Dependencies
2014-02-17 13:37:06 +02:00
Graham Campbell ff9e2648e9 Updated zepto to 1.1.3 2014-02-17 11:35:10 +00:00
Graham Campbell 708d79c05c Updated composer dependencies 2014-02-17 11:33:07 +00:00
Denis 343fcd1fd2 Merge pull request #142 from GrahamCampbell/hhvm
Improved HHVM Support
2014-02-17 13:26:36 +02:00
Graham Campbell c515730f12 Improved hhvm support 2014-02-17 10:45:48 +00:00
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