Commit Graph

319 Commits

Author SHA1 Message Date
Denis df45025378 Fix #103: header call would hang php development server before 2013-10-20 10:21:29 +03:00
Denis Sokolov 32597004f7 sendHttpCode: avoid a hard-coded protocol version as well as reliance on fixed status codes 2013-10-15 19:27:15 +02:00
Denis Sokolov 0f0649fe0e Fix #88: xdebug file links do not depend on the extension being loaded 2013-10-14 15:31:49 +02:00
Denis Sokolov a6b032c091 Composer: let version be determined by git tags
As per http://getcomposer.org/doc/02-libraries.md#specifying-the-version,
it is recommended to not put explicit version in the composer.json file.

Main advantage of that is that bumping a library version is as easy as adding
a tag, which is significantly different from editing a file and creating
a new commit with meaningless commit message.
2013-10-14 11:56:38 +02:00
Denis 475f090c4f Merge pull request #98 from SlikNL/catch-errors
Allow catching PHP errors
2013-10-14 04:11:08 -07:00
Denis Sokolov 8a5a7bd3c2 Allow catching PHP errors 2013-10-10 14:11:59 +02:00
Filipe Dobreira bc58800db2 Merge pull request #95 from funkjedi/patch-1
Adding JsonResponseHandler to Phalcon provider
2013-10-03 01:49:26 -07:00
Tim Robertson fb366ae22f Adding JsonResponseHandler to Phalcon provider 2013-09-24 18:22:35 -04:00
Filipe Dobreira aa782a8174 Merge pull request #94 from bitdeli-chef/master
Add a Bitdeli Badge to README
2013-09-19 08:06:47 -07:00
Bitdeli Chef c7da4cf39f Add a Bitdeli badge to README 2013-09-19 15:07:36 +00:00
filp c2820518b0 Tiny CS fix 2013-08-06 23:00:05 +01:00
filp 8bdce73986 Return correct http status code & message, fix #87 2013-08-06 22:57:14 +01:00
filp d086796e7c Version bump 1.0.8 2013-08-06 21:39:59 +01:00
filp 04b3779755 Merge branch 'SlikNL-autoload-strict' 2013-08-06 21:36:49 +01:00
Filipe Dobreira e74defdd23 Merge pull request #84 from pinepain/master
Add PhpStormOpener to editors README section
2013-08-02 03:09:27 -07:00
Bogdan Padalko 11ea831c3a Add PhpStormOpener to editors README section 2013-08-02 12:06:37 +03:00
filp d4985c88b3 Fix docblock in FrameTest 2013-08-01 21:25:54 +01:00
filp d250756d44 Frame - handle eval()'d code (initial solution) 2013-08-01 21:23:08 +01:00
Filipe Dobreira 71ee83ad9c Merge pull request #80 from jgmullor/master
Fix a semicolon in a use of Symfony\Component\HttpFoundation\Request
2013-07-24 04:09:19 -07:00
José Gilberto Mullor c52a13ebd9 Fix a semicolon in a use of Symfony\Component\HttpFoundation\Request 2013-07-24 10:31:35 +02:00
Filipe Dobreira 636655d0ae Merge pull request #79 from dmyers/master
Fixed broken links in readme
2013-07-20 10:46:12 -07:00
Derek Myers 3c4ddea887 Fixed broken links in readme 2013-07-20 12:24:52 -05:00
Filipe Dobreira f99637a9bb Fix d'oh! 2013-07-17 08:35:41 +01:00
filp a43ff35401 Multiple CS/PHPDoc fixes 2013-07-15 21:40:35 +01:00
filp fbf201b57f Merge #75 - send HTTP status code 2013-07-15 21:30:48 +01:00
Filipe Dobreira ed2d548310 Merge pull request #77 from SlikNL/unit-tests
Fix incomplete tests
2013-07-15 13:24:14 -07:00
filp f83625d66a Fix #70 - Check that file exists in Frame::getFileContents 2013-07-15 20:33:59 +01:00
filp 23bfd21fc8 Fix method doc 2013-07-15 20:20:55 +01:00
filp a0d48a27b1 Remove & ignore composer.lock 2013-07-15 20:20:18 +01:00
filp 5307eba8eb Fix #41 - Various PHPDoc & CS fixes 2013-07-15 20:09:43 +01:00
filp e93281891e Add missing semi-colon to js in pretty-template.php 2013-07-15 18:45:51 +01:00
Denis Sokolov 1cf8483ba2 Fix incomplete tests 2013-07-15 19:02:45 +02:00
Denis Sokolov b0e6294d31 Run: sendHttpCode 2013-07-15 19:00:04 +02:00
Filipe Dobreira 15f75286e5 Merge pull request #76 from SlikNL/silence-errors
silenceErrorsInPaths
2013-07-15 02:17:07 -07:00
Denis Sokolov 13148b12c7 silenceErrorsInPaths 2013-07-11 18:13:07 +02:00
Filipe Dobreira b03b00fdbe Merge pull request #72 from steffkes/example-examples
change ../example/.. to ../examples/.. in the comments of the example files
2013-07-07 02:39:26 -07:00
steffkes 3805c2ee75 change ../example/.. to ../examples/.. in the comments of the example files 2013-07-04 15:24:55 +02:00
Denis Sokolov 52f6b0af2d Workaround PHP bug 42098, autoload in strict errors 2013-07-03 18:18:02 +02:00
Filipe Dobreira cb2fa6ce8b MORE BADGES 2013-06-19 22:39:43 +02:00
filp 4e3846a616 Small fix to README 2013-06-10 13:24:03 +01:00
filp 12e144c788 Version bump 1.0.7 2013-06-10 13:22:13 +01:00
filp a15afdb6fe Fix/cherry-pic #47, possibly #58 - clear all output buffers on quit 2013-06-10 13:20:33 +01:00
Filipe Dobreira 59e6b2360a Merge pull request #56 from softius/master
Adjust frames to display ErrorException
2013-06-10 05:06:53 -07:00
Iacovos Constantinou a857eb60ff Adjust frames to display ErrorException 2013-06-08 07:39:08 +03:00
filp 703c10a7e9 Fix #50, Handler::QUIT and Handler::LAST_HANDLER do the same thing :0 2013-06-07 21:38:22 +01:00
filp 88d0c57ac4 Tweak stack frame index color 2013-06-07 21:30:00 +01:00
Carlos Cima d1f8c260d9 Add index to stack trace in pretty page template 2013-06-06 14:41:04 -03:00
filp fdfc5eea54 Fix docblock in Phalcon service provider 2013-06-06 08:37:05 +01:00
Filipe Dobreira 7ac090dc45 Merge pull request #52 from funkjedi/feature/phalcon
Added a provider for Phalcon
2013-06-06 00:19:44 -07:00
Tim Robertson 3f129702ae Adding usage to README 2013-06-05 19:07:11 -04:00