summary |
shortlog | log |
commit |
commitdiff |
tree
HEAD ⋅ prev ⋅ next
John Napiorkowski [Sat, 4 Apr 2015 00:02:25 +0000]
more ignoring git files when making tarball
John Napiorkowski [Sat, 4 Apr 2015 00:00:49 +0000]
skip git directory;
John Napiorkowski [Fri, 3 Apr 2015 23:56:38 +0000]
fix reported install issue
Eden Cardim [Wed, 19 Sep 2012 04:22:06 +0000]
added last-minute changes to meta-files for release
Eden Cardim [Mon, 6 Aug 2012 23:01:57 +0000]
preventing original request writer from being left in an inconsistent state
Eden Cardim [Mon, 6 Aug 2012 21:19:50 +0000]
adding test case contributed by nebulous
Eden Cardim [Mon, 6 Aug 2012 21:19:01 +0000]
bumping version
Eden Cardim [Mon, 6 Aug 2012 21:18:29 +0000]
updated changes file (woops)
Eden Cardim [Thu, 19 Jul 2012 03:39:54 +0000]
parameters are now being properly passed to the sub request
Eden Cardim [Wed, 20 Jun 2012 12:08:11 +0000]
prepare 0.18 release
Eden Cardim [Wed, 20 Jun 2012 11:39:00 +0000]
major refactor, all tests passing
nebulous [Thu, 14 Jun 2012 19:41:17 +0000]
A test for $c->req smashing
Tomas Doran [Mon, 8 Aug 2011 08:45:03 +0000]
Small fixes
Tomas Doran [Tue, 22 Mar 2011 09:05:28 +0000]
Version 0.17
Kieren Diment [Mon, 22 Feb 2010 05:08:41 +0000]
bloody svn ... Changes file
Kieren Diment [Mon, 22 Feb 2010 05:07:29 +0000]
Added subrequest and subrequest_response names aliased to sub_request and sub_request_response methods
Tomas Doran [Thu, 28 Jan 2010 21:08:15 +0000]
Apply patch to be able to get the entire request, from RT#39486
Tomas Doran [Mon, 23 Nov 2009 22:53:57 +0000]
Damn, should have depended on new Cat, never mind
Tomas Doran [Mon, 23 Nov 2009 22:52:48 +0000]
Update MANIFEST.SKIP to avoid built dists
Tomas Doran [Mon, 23 Nov 2009 22:50:27 +0000]
Update to work with latest Catalyst and not warn
Tomas Doran [Mon, 23 Nov 2009 22:41:11 +0000]
Trim trailing space
Matt S Trout [Sun, 18 Oct 2009 17:46:05 +0000]
0.14 SubRequest - now with debian friendly copyright info
Tomas Doran [Sat, 23 May 2009 11:09:06 +0000]
Add repository resource to all the MI Makefile.PLs
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000]
Bump required Module::Install version in everything. janus++
Marcus Ramberg [Sun, 6 Jan 2008 21:50:33 +0000]
Fix subrequest to work with latest catalyst
Marcus Ramberg [Wed, 12 Sep 2007 11:50:08 +0000]
released subrequest
Brian Cassidy [Thu, 6 Sep 2007 16:08:38 +0000]
distro updates. switch to module::install. regen readme (RT #16459)
Marcus Ramberg [Tue, 3 Apr 2007 16:04:34 +0000]
New version of subrequest on cpan
David Kamholz [Mon, 11 Dec 2006 22:37:22 +0000]
another attempt at fixing SubRequest
David Kamholz [Mon, 11 Dec 2006 19:14:21 +0000]
better setting of request_mods: use method if available
Kieren Diment [Mon, 11 Dec 2006 11:33:46 +0000]
subrequest patched to make docs match impl
David Kamholz [Sat, 18 Nov 2006 19:36:43 +0000]
nuke File::Slurp dependency in SubRequest
David Kamholz [Sat, 4 Nov 2006 04:43:27 +0000]
update new subrequest plugin for proper $c->stats handling
David Kamholz [Fri, 3 Nov 2006 03:26:18 +0000]
quick fix to new SubRequest
Matt S Trout [Thu, 29 Jun 2006 19:59:31 +0000]
made SubReq create its own context
Matt S Trout [Fri, 21 Apr 2006 19:54:00 +0000]
test + fix from ted
David Kamholz [Fri, 10 Mar 2006 12:46:54 +0000]
very minor cleanup to SubRequest
Marcus Ramberg [Thu, 8 Dec 2005 12:16:35 +0000]
prepared to release fixed subrequest
Marcus Ramberg [Thu, 27 Oct 2005 23:10:51 +0000]
content was not localized properly.
Matt S Trout [Mon, 17 Oct 2005 11:44:33 +0000]
- Refactored subrequest to use local instead of variable copy
Marcus Ramberg [Sun, 16 Oct 2005 21:45:25 +0000]
released 0.8
Marcus Ramberg [Mon, 1 Aug 2005 10:12:01 +0000]
uploaded 0.07 to the server, fixing path, and allowing you to pass params.
Marcus Ramberg [Mon, 11 Jul 2005 10:56:39 +0000]
use local for stash.
Marcus Ramberg [Fri, 24 Jun 2005 15:51:51 +0000]
updated to 0.06
Marcus Ramberg [Wed, 8 Jun 2005 14:52:51 +0000]
added support for passing stash
prepared for release.
Marcus Ramberg [Sun, 24 Apr 2005 23:02:40 +0000]
added: log message
Marcus Ramberg [Mon, 18 Apr 2005 22:58:40 +0000]
Fixed: dispatch really works now.
Marcus Ramberg [Mon, 18 Apr 2005 21:11:49 +0000]
updated pod for 5.0, added some debug to testapp.
Marcus Ramberg [Mon, 18 Apr 2005 19:51:33 +0000]
Added: Initial import of C-P-SubReq