Commit Graph

798 Commits

Author SHA1 Message Date
Denis Sokolov fcfe85f2f5 Merge pull request #428 from localheinz/fix/unused
Fix: Remove unused imports
2016-07-27 23:31:16 +03:00
Denis Sokolov d65dbb9e3e Merge pull request #429 from localheinz/fix/short-array
Fix: Use short array syntax
2016-07-24 23:02:29 +03:00
Denis Sokolov c3bc5c9ae6 Merge pull request #427 from localheinz/fix/bootstrapping
Fix: Simplify test bootstrapping
2016-07-24 22:59:35 +03:00
Andreas Möller c37aae68fe Fix: Use short array syntax 2016-07-24 19:36:49 +02:00
Andreas Möller f5c2db6724 Fix: Remove unused imports 2016-07-24 19:35:27 +02:00
Andreas Möller 46c0835901 Fix: Simplify test bootstrapping 2016-07-24 19:34:01 +02:00
Denis Sokolov 8828aaa217 Merge pull request #415 from websiteduck/patch-1
Make code-block use tab size of 4 instead of browser default of 8
2.1.3
2016-05-06 20:25:35 +02:00
Brian Adams 3ed2d37c86 Make code-block use tab size of 4 instead of browser default of 8 2016-05-06 13:06:49 -05:00
Denis Sokolov 94bf9404bf Merge pull request #414 from Rarst/patch-1
Adjusted editor link color
2016-05-06 17:04:22 +02:00
Andrey Savchenko 6f60e70639 Adjusted editor link color
Fixes #413
2016-05-06 17:23:30 +03:00
Denis Sokolov d13505b240 Merge pull request #407 from jonasdt/fix-dependency
Make dependency on VarDumper optional
2.1.2
2016-04-07 08:16:25 +02:00
Jonas De Taeye 952354ae61 Make dependency on VarDumper optional 2016-04-07 03:44:52 +02:00
Denis Sokolov afab26b3c6 Merge pull request #404 from jonasdt/remove-internals
Don't dump object internals
2.1.1
2016-04-05 20:46:47 +02:00
Denis Sokolov 2cc2533a40 Merge pull request #392 from theofidry/travis
Cache composer packages and secure PHP versions
2016-03-20 18:24:37 +02:00
Jonas De Taeye 78d170fb02 Only dump object internals if a custom caster exists 2016-03-20 14:41:13 +01:00
Jonas De Taeye 2583623e33 Don't dump verbose information 2016-03-20 14:39:07 +01:00
Jonas De Taeye 9278a21fac Allow to set the cloner 2016-03-20 14:38:42 +01:00
Denis Sokolov a9d17d13ac Merge pull request #391 from theofidry/run-interface
Add RunInterface
2016-03-13 15:00:54 +02:00
Théo FIDRY a9d343d75e Fix tests 2016-03-13 12:26:51 +00:00
Denis Sokolov 8da9523f07 Changelog for 2.1.0 2.1.0 2016-03-13 12:22:39 +02:00
Théo FIDRY a84b078d1e Cache composer packages and secure PHP versions 2016-03-12 13:41:19 +00:00
Théo FIDRY 7054419685 Add RunInterface
Closes #390.
2016-03-12 13:29:53 +00:00
Denis Sokolov 1de56025c4 Merge pull request #387 from jonasdt/frame-args
Dump frame arguments below the source code
2016-03-06 15:11:36 +02:00
Jonas De Taeye d801002839 Add description to HtmlDumperOutput 2016-02-18 22:28:37 +05:30
Jonas De Taeye 965284ea67 Close the by default expanded objects of dumped vars 2016-02-18 22:21:45 +05:30
Jonas De Taeye 4a3bb52581 Don't use syntax highlighting in the details section 2016-02-18 11:43:13 +05:30
Jonas De Taeye f73af14a5c Update syntax highlighting of the dumped vars
Tries to be as close as possible to the source code syntax highlighting.
2016-02-18 11:42:18 +05:30
Jonas De Taeye 1ebda61309 Dump the frame arguments below the source code 2016-02-18 11:40:15 +05:30
Jonas De Taeye 0c87a150e1 Remove unused use statement 2016-02-18 11:37:38 +05:30
Jonas De Taeye 122c8c13d6 Use a callable class instead of a closure as second argument to HtmlDumper::dump
HtmlDumper::dump calls HtmlDumper::setOutput and this method resets the headerIsDumped property every time the $output argument changes.
This results in including the global styles and scripts on each dump.
We prevent this from happening by reusing the same HtmlDumperOutput object.
2016-02-18 11:36:33 +05:30
Jonas De Taeye 3df80b1539 Use property instead of static variable 2016-02-18 11:28:02 +05:30
Jonas De Taeye 186d299d47 Require symfony/var-dumper for development 2016-02-18 11:17:52 +05:30
Markus Staab c25bbbcedc Added support for printing frame args in the framestack. 2016-02-18 00:26:25 +05:30
Denis Sokolov c477d2ff70 Note about Sublime protocol on OS X 2016-02-16 11:23:12 +02:00
Denis Sokolov c05d1de478 Add Graham and Markus to Readme 2016-02-16 10:14:48 +02:00
Denis Sokolov 782e7acecf Switch to packaged phpunit 2016-02-13 22:27:20 +02:00
Denis Sokolov bad82de557 Update ajax only example for Whoops 2, fix #381 2016-02-05 21:33:27 +02:00
Denis Sokolov 309313cc2a Merge pull request #380 from trvrnrth/typo-fix
Fix copy to clipboard tooltip typo in header
2016-02-04 20:53:56 +02:00
Trevor North 92c4e8e7bb Fix copy to clipboard tooltip typo in header 2016-02-02 12:58:08 +00:00
Denis Sokolov 16ca66b424 Merge pull request #378 from PrisisForks/issue-367-svg
Issue 367 svg
2016-02-01 12:43:42 +02:00
anolilab 8a3f56b78a fixes #367 Inline SVG instead of base64 dumped binary images
move license disclaimers to html

improve css | small fix on html

	modified:   src/Whoops/Resources/css/whoops.base.css
	modified:   src/Whoops/Resources/views/header.html.php
2016-02-01 11:39:09 +01:00
Daniel Bannert 90a046731e Merge pull request #3 from filp/master
update
2016-02-01 10:16:45 +01:00
Denis Sokolov e1ad243bee Add changelog 2016-01-29 21:07:09 +02:00
Denis Sokolov 4ff8d4fcbe Document SystemFacade capability 2016-01-25 09:40:06 +02:00
Denis Sokolov da04b6feb2 Remove http_response_code workaround for PHP 5.4 2016-01-24 12:53:05 +02:00
Denis Sokolov 73e30dc9bd Merge branch 'php_runtime_facade' 2016-01-23 23:04:51 +02:00
Denis Sokolov e18d217043 Add a workaround for dynamic default parameters in PHP 5.5 2016-01-23 23:01:04 +02:00
Guido Contreras Woda 30b6a3b264 Use a system facade to allow consumers of Whoops\Run to mock any system call that it would do through native functions. 2016-01-22 15:00:37 -03:00
Denis Sokolov 7831e57b27 Merge pull request #371 from youssefhad/master
highlight line error
2016-01-20 06:14:26 +02:00
Youssef 0e5b4feec1 highlight line error 2016-01-19 21:14:58 +00:00