Commit Graph

457 Commits

Author SHA1 Message Date
Denis Sokolov 4e48f6b95c Run: refactor outputting slightly 2014-02-24 19:06:27 +01:00
Denis Sokolov 7c31eee445 PlainTextHandler: improve addTraceToOutput docblock 2014-02-24 18:53:50 +01:00
Denis 64695506eb PlainTextHandler: cleanup use statement 2014-02-23 10:49:08 +02:00
Denis df5e2c98c2 Merge pull request #158 from biapy/master
Add a PlainTextHandler for command line and LoggerInterface (Monolog).
2014-02-23 10:44:47 +02:00
Denis 632ae4ca27 Merge pull request #161 from GrahamCampbell/use
Removed Two Unused Use Statements
2014-02-22 15:30:14 +02:00
Pierre-Yves Landuré 05be5673be Add a PlainTextHandler for command line and LoggerInterface (Monolog) output. 2014-02-22 13:46:51 +01:00
Graham Campbell 9dd2077a38 Removed unused use statements 2014-02-22 12:46:17 +00:00
Filipe Dobreira 8253d65922 Merge pull request #160 from studioromeo/patch-1
Fixes anchor hashes in readme
2014-02-21 16:55:21 +00:00
Robert Rhoades 3acbb1e939 Fixes anchor hashes in readme
Guides for installing whoops with silex zend & phalcon weren't skipping to the right section. This was due to the hash being all lowercase.
2014-02-21 16:42:17 +00:00
Denis Sokolov de543bce05 Formatter to avoid duplication in handlers 2014-02-20 19:36:12 +01:00
Denis adc17bafc0 Merge pull request #157 from GrahamCampbell/scrutinizer
Enabled code coverage in scrutinizer config
2014-02-20 19:38:19 +02:00
Graham Campbell 7945dfbf09 Enabled code coverage in scrutinizer config 2014-02-20 17:36:35 +00:00
Denis 7888a22c3b README: logically group badges 2014-02-20 19:36:00 +02:00
Denis Sokolov 41dbc09327 Merge remote-tracking branch 'graham/code-coverage' 2014-02-20 18:26:52 +01:00
Graham Campbell 182fa2b678 Updated badges 2014-02-20 11:49:27 +00:00
Graham Campbell 9e2e6ec105 Send code coverage to scrutinizer 2014-02-20 11:47:10 +00:00
Filipe Dobreira 853137d768 Merge pull request #154 from GrahamCampbell/scrutinizer
Danke! 👍
2014-02-20 11:41:20 +00:00
Graham Campbell 426ab86812 Updated badges 2014-02-20 11:40:51 +00:00
Denis 209b991125 Merge branch 'docs' 2014-02-20 09:44:36 +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
Denis 9566f76189 Documentation: make links relative 2014-02-20 09:41:00 +02:00
Graham Campbell b22af293be Moved over docs from wiki 2014-02-19 22:55:57 +00:00
Denis Sokolov 022b1421b9 Use Scrutinizer config to add more tools and only check the source 2014-02-19 20:17:43 +01:00
Denis 19dc11b8a6 Merge pull request #156 from GrahamCampbell/fixes
Minor Fixes
2014-02-20 18:38:42 +02:00
Graham Campbell ba509724e6 Minor fixes 2014-02-20 14:00:20 +00:00
Filipe Dobreira 27185a1bbc Update README.md
Added @denis-sokolov to the README - Thank you so much for all the work you've done! :) 👍
2014-02-18 20:23:39 +00:00
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