Commit Graph

65 Commits

Author SHA1 Message Date
Jesse O'Brien 4f5cc0cd97 Add semi-colon onto padding to be safe. 2012-12-06 12:04:06 -05:00
Jesse O'Brien 404b59730a Added callback wrapper for JSONP auto wrapping. 2012-12-06 11:57:26 -05:00
Jesse O'Brien 1beea5d594 Add JSONP as a default response. 2012-12-06 11:19:39 -05:00
Taylor Otwell 64605f2223 Merge pull request #706 from Vespakoen/patch-1
(profiler doesn't show up) laravel.done event doesn't get fired for php-fcgi users
2012-08-13 12:16:08 -07:00
Dayle Rees 30175c2a52 fixing merge issues for comment tweaks 2012-07-31 16:55:02 +01:00
Pascal Borreli 8a34aa5077 Fixed typos 2012-07-27 11:29:59 +00:00
Chris Berthe b325e954e3 Merge remote-tracking branch 'upstream/develop' into develop 2012-07-12 11:15:43 -04:00
Franz Liedke db9f220f57 Force UTF-8 charset on JSON responses. 2012-07-07 02:17:12 +03:00
Chris Berthe fafaf724b0 Grammar/Vocabulary fixes
Signed-off-by: Chris Berthe <chrisberthe@gmail.com>
2012-06-13 11:19:20 -04:00
Kelly Banman 338b74c142 Render Responses when cast as string
Signed-off-by: Kelly Banman <kelly.banman@gmail.com>
2012-05-31 16:15:55 -07:00
Koen Schmeets 52fded661d Extending Symfony's Response class and adding & calling the finish method
Signed-off-by: Koen Schmeets <k.schmeets@gmail.com>
2012-05-24 11:50:48 +02:00
Taylor Otwell 9ed91af1e8 added Response::eloquent method. 2012-05-02 08:50:37 -05:00
Taylor Otwell 13638467b4 added Response::json method. 2012-05-02 08:35:26 -05:00
Taylor Otwell 4d2ecdbff2 Tweaking response->render() location. 2012-04-28 14:01:10 -05:00
Taylor Otwell e9bcbeac8f Change location of when $response->render() is called. Make memory cache storage array public. 2012-04-27 13:30:03 -05:00
Taylor Otwell b65fa7040d tweak the status method.: 2012-04-23 13:36:25 -05:00
Taylor Otwell 04eea426e8 tweaking. 2012-04-04 11:19:52 -05:00
Taylor Otwell 2276c6705c use http foundation to create content-disposition headers. 2012-04-01 23:19:45 -05:00
Taylor Otwell 963426cb9e building on http foundation. 2012-04-01 15:33:35 -05:00
Taylor Otwell 730808fb02 converting cookies to use http foundation. 2012-03-28 22:43:58 -05:00
Taylor Otwell ad41be0eed working on stuff. 2012-03-28 22:06:56 -05:00
Taylor Otwell 89766bef84 converting to httpfoundation response. 2012-03-28 17:11:55 -05:00
Taylor Otwell ea820add35 Make headers case-insensitive.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-12 10:40:50 -05:00
Taylor Otwell 2f66c97806 changes 2012-02-18 13:37:02 -06:00
Taylor Otwell 0f2d311739 cleaning up some code. 2012-02-12 16:34:11 -06:00
Taylor Otwell 62856a15ce added config option for display_errors. fixed response::error to use dot syntax. 2012-01-31 13:29:38 -06:00
Taylor Otwell 45969e3593 added render method to response class. 2012-01-25 14:57:43 -06:00
Taylor Otwell 27502918fb fix bundle dependency error possibility. fix WSOD in view rendering. 2012-01-24 08:58:21 -06:00
Taylor Otwell b5442c67fc merged skunkworks into develop. 2012-01-16 13:59:24 -06:00
Taylor Otwell 1b053815d3 Cleaning up comments in response class. 2011-11-23 08:33:07 -06:00
Phill Sparks e994dffc51 Fix Response::of_something() calls 2011-11-23 00:47:58 +00:00
Taylor Otwell 5f348b2c6e refactoring various classes. 2011-11-22 18:00:17 -06:00
Taylor Otwell 895d876463 fixed bugs found when unit testing. 2011-11-02 23:02:23 -05:00
Taylor Otwell 9caf239f6b various refactorings. 2011-11-02 21:27:43 -05:00
Taylor Otwell 92694da3a3 refactoring. 2011-10-31 22:36:30 -05:00
Taylor Otwell ef9e4dfd61 reverting di refactoring. 2011-10-29 22:31:50 -05:00
Taylor Otwell 932a70b6cf refactoring for better dependency injection on a few classes. 2011-10-29 22:24:32 -05:00
Taylor Otwell 9fc9f88a41 refactoring various pieces of the framework. 2011-10-18 20:19:36 -05:00
Taylor Otwell 9fa69e0844 refactoring routing and class comments. 2011-10-13 21:32:11 -05:00
Taylor Otwell 71b0ab8b8d refactoring container for speed. 2011-10-05 18:32:48 -05:00
Taylor Otwell 52b68c060b refactoring. adding back pagination. 2011-10-04 21:43:39 -05:00
Taylor Otwell 442904b277 refactoring. 2011-09-28 22:12:41 -05:00
Taylor Otwell bd4fe8838c refactoring the view class. 2011-09-25 22:13:43 -05:00
Taylor Otwell 938c6f4de3 change response content to public. 2011-09-22 00:43:42 -05:00
Taylor Otwell 5d67672d66 add comments to response class. 2011-09-22 00:25:48 -05:00
Taylor Otwell 0c4018ec88 refactoring. 2011-09-21 21:46:16 -05:00
Taylor Otwell 4525eae25a revert back to more sensible architecture. 2011-09-20 23:14:09 -05:00
Taylor Otwell 77dc8d2014 refactoring various things. 2011-09-16 19:59:20 -05:00
Taylor Otwell fb811af5fc more refactoring for dependency injection. 2011-09-09 20:55:24 -05:00
Taylor Otwell abc1fad6c1 more refactoring and changes. 2011-09-08 17:49:16 -05:00