bloody svn ... Changes file
[catagits/Catalyst-Plugin-SubRequest.git] / Changes
CommitLineData
a23f7a97 1Revision history for Perl extension Catalyst::Plugin::SubRequest
aae30f91 2
1187252a 3 - Added subrequest and subrequest_response names aliased to sub_request and sub_request_response methods
4
87c672db 50.16 2010-01-28 21:09:04 GMT
6 - Add subreq_res to get the full Catalyst::Response back
7 from the sub request. RT#39486
8
61114b68 90.15 2009-11-23 22:47:32 GMT
10 - Be compatible with Catalyst 5.80014 by not writing to the
11 request body directly.
12 - Remove deprecation warnings by moving actions out of the test app.
13
85ec975f 140.14 2009-10-18 18:30:00 BST
15 - Tweak copyright info to ease downstream packaging.
16
6162c29a 170.13 2008-01-06 22:33:00 CET
18 - Update to work with new Stats package.
19
5ed37dbc 200.12 2007-09-12 13:08:00 CET
ad73ee58 21 - Switch to Module::Install
22 - Fixed README (RT #16459)
23
094ec48f 240.11 2007-04-03 14:13:00
39f0812b 25 - $c->req->params restored after sub_request
ad73ee58 26
f51873e5 270.10 2005-12-08 13:15:00
28 - Updated test suite to work with new catalyst.
ad73ee58 29
f51873e5 300.09 2005-10-28 01:07:00
31 - localize body rather than output, which is an alias
ad73ee58 32
c82d9501 330.08 2005-12-10 01:34:00
f51873e5 34 - patch to handle NEXT trouble.
ad73ee58 35
885f6da0 360.07 2005-08-01 12:08:00
37 - reset path.
38 - allow passing params.
ad73ee58 39
2ca51b6b 400.06 2005-06-08 20:27:00
8c464987 41 - Flush params as well
42 - allow stuff to be passed to the stash
ad73ee58 43
8c464987 440.05 2005-03-19 20:27:00
9252a294 45 - Added a log message in debug mode.
ad73ee58 46
8c464987 470.04 2005-03-19 20:27:00
aae30f91 48 - Updated forward to cat5 style
2e5b4f5d 49 - Using Catalyst::Dispatch::dispatch instead of forward.
ad73ee58 50
8c464987 510.03 2005-03-19 20:27:00
aae30f91 52 - Fixed documentation.
ad73ee58 53
8c464987 540.02 2005-03-19 10:32:00
aae30f91 55 - Ooops, missed MANIFEST
56
8c464987 570.01 2005-03-05 22:00:00
aae30f91 58 - first release