Apply patch to be able to get the entire request, from RT#39486
[catagits/Catalyst-Plugin-SubRequest.git] / Changes
CommitLineData
a23f7a97 1Revision history for Perl extension Catalyst::Plugin::SubRequest
aae30f91 2
87c672db 30.16 2010-01-28 21:09:04 GMT
4 - Add subreq_res to get the full Catalyst::Response back
5 from the sub request. RT#39486
6
61114b68 70.15 2009-11-23 22:47:32 GMT
8 - Be compatible with Catalyst 5.80014 by not writing to the
9 request body directly.
10 - Remove deprecation warnings by moving actions out of the test app.
11
85ec975f 120.14 2009-10-18 18:30:00 BST
13 - Tweak copyright info to ease downstream packaging.
14
6162c29a 150.13 2008-01-06 22:33:00 CET
16 - Update to work with new Stats package.
17
5ed37dbc 180.12 2007-09-12 13:08:00 CET
ad73ee58 19 - Switch to Module::Install
20 - Fixed README (RT #16459)
21
094ec48f 220.11 2007-04-03 14:13:00
39f0812b 23 - $c->req->params restored after sub_request
ad73ee58 24
f51873e5 250.10 2005-12-08 13:15:00
26 - Updated test suite to work with new catalyst.
ad73ee58 27
f51873e5 280.09 2005-10-28 01:07:00
29 - localize body rather than output, which is an alias
ad73ee58 30
c82d9501 310.08 2005-12-10 01:34:00
f51873e5 32 - patch to handle NEXT trouble.
ad73ee58 33
885f6da0 340.07 2005-08-01 12:08:00
35 - reset path.
36 - allow passing params.
ad73ee58 37
2ca51b6b 380.06 2005-06-08 20:27:00
8c464987 39 - Flush params as well
40 - allow stuff to be passed to the stash
ad73ee58 41
8c464987 420.05 2005-03-19 20:27:00
9252a294 43 - Added a log message in debug mode.
ad73ee58 44
8c464987 450.04 2005-03-19 20:27:00
aae30f91 46 - Updated forward to cat5 style
2e5b4f5d 47 - Using Catalyst::Dispatch::dispatch instead of forward.
ad73ee58 48
8c464987 490.03 2005-03-19 20:27:00
aae30f91 50 - Fixed documentation.
ad73ee58 51
8c464987 520.02 2005-03-19 10:32:00
aae30f91 53 - Ooops, missed MANIFEST
54
8c464987 550.01 2005-03-05 22:00:00
aae30f91 56 - first release