11 years agoAdd failing tests for default HEAD dispatch
Wallace Reis [Fri, 22 Jun 2012 11:26:50 +0000]
Add failing tests for default HEAD dispatch

11 years agoAdd HEAD requests support to T::Rest
Wallace Reis [Fri, 22 Jun 2012 11:12:12 +0000]
Add HEAD requests support to T::Rest

11 years agoBit of rework for _dispatch_rest_method
Wallace Reis [Thu, 21 Jun 2012 20:13:42 +0000]
Bit of rework for _dispatch_rest_method

11 years agoVersion 1.02 1.02
Tomas Doran [Tue, 5 Jun 2012 21:33:54 +0000]
Version 1.02

11 years agoSpelling
Tomas Doran [Tue, 5 Jun 2012 21:43:18 +0000]
Spelling

11 years agoChangelog
Tomas Doran [Tue, 5 Jun 2012 21:39:31 +0000]
Changelog

11 years agoMake public response building methods for errors
Wallace Reis [Fri, 1 Jun 2012 12:33:00 +0000]
Make public response building methods for errors

_unsupported_media_type and _serialize_bad_request which can be extended
from an action-role to return custom error reponse.

11 years agoFix display of foo_GET mehods in non-root controllers
Tomas Doran [Tue, 5 Jun 2012 21:33:00 +0000]
Fix display of foo_GET mehods in non-root controllers

11 years agoVersion 1.01 1.01
Tomas Doran [Tue, 29 May 2012 19:20:14 +0000]
Version 1.01

11 years agoChangelog
Tomas Doran [Tue, 29 May 2012 19:19:32 +0000]
Changelog

11 years agoOops. ENV setting should be in ::XS classes
Wallace Reis [Tue, 29 May 2012 15:44:02 +0000]
Oops. ENV setting should be in ::XS classes

11 years agoRework ::XS serializer and deserializer classes
Wallace Reis [Tue, 29 May 2012 15:33:49 +0000]
Rework ::XS serializer and deserializer classes

Make ::XS ones be a bare extension over JSON classes and ensure that
JSON::XS is loaded or die.

11 years agoEnable UTF-8 for JSON::XS serializer
Wallace Reis [Mon, 28 May 2012 14:58:38 +0000]
Enable UTF-8 for JSON::XS serializer

12 years agoVersion 1.00 1.00
Tomas Doran [Fri, 13 Apr 2012 08:34:40 +0000]
Version 1.00

12 years agoShoot auto_include. RT#76524
Tomas Doran [Fri, 13 Apr 2012 08:30:56 +0000]
Shoot auto_include. RT#76524

12 years agoVersion 0.99 0.99
Tomas Doran [Tue, 28 Feb 2012 09:12:15 +0000]
Version 0.99

12 years agoVersion 0.98 0.98
Tomas Doran [Tue, 21 Feb 2012 11:41:26 +0000]
Version 0.98

12 years agoMore spelling skips
Tomas Doran [Tue, 21 Feb 2012 10:05:19 +0000]
More spelling skips

12 years agoVersion 0.97 0.97
Tomas Doran [Tue, 21 Feb 2012 09:59:55 +0000]
Version 0.97

12 years agoTest fix
Tomas Doran [Tue, 21 Feb 2012 09:59:44 +0000]
Test fix

12 years agoMerge remote branch 'shadowcat/master'
Tomas Doran [Mon, 30 Jan 2012 11:33:27 +0000]
Merge remote branch 'shadowcat/master'

* shadowcat/master:
  Fix a typo in Changes

12 years agoVersion 0.96 0.96
Tomas Doran [Mon, 30 Jan 2012 11:22:38 +0000]
Version 0.96

12 years agoAdded fix for RT 63537 (from Gerv) and tests to check it.
Tomas Doran [Mon, 30 Jan 2012 11:21:59 +0000]
Added fix for RT 63537 (from Gerv) and tests to check it.

12 years agoFix typo, thanks bricas
Tomas Doran [Wed, 4 Jan 2012 20:39:25 +0000]
Fix typo, thanks bricas

12 years agoFix a typo in Changes
Dave Rolsky [Wed, 4 Jan 2012 20:03:42 +0000]
Fix a typo in Changes

12 years agoVersion 0.95 0.95
Tomas Doran [Wed, 4 Jan 2012 19:34:41 +0000]
Version 0.95

12 years agoFix periods in jsonp param name. RT#73741
Tomas Doran [Wed, 4 Jan 2012 19:34:03 +0000]
Fix periods in jsonp param name. RT#73741

12 years agoAdd optional location parameter to status_acceped handler. RT#7369
Tomas Doran [Wed, 4 Jan 2012 15:51:26 +0000]
Add optional location parameter to status_acceped handler. RT#7369

12 years agoSpelling test
Tomas Doran [Fri, 9 Dec 2011 08:46:34 +0000]
Spelling test

12 years agoVersion 0.94 0.94
Tomas Doran [Fri, 9 Dec 2011 08:41:28 +0000]
Version 0.94

12 years agoadd change log message for added statuses
Caleb Cushing [Fri, 9 Dec 2011 02:36:30 +0000]
add change log message for added statuses

Signed-off-by: Caleb Cushing <xenoterracide@gmail.com>

12 years agotrim changelog
Tomas Doran [Thu, 8 Dec 2011 23:23:11 +0000]
trim changelog

12 years agocreate status 302 "found"
Caleb Cushing [Tue, 29 Nov 2011 01:11:29 +0000]
create status 302 "found"

Signed-off-by: Caleb Cushing <xenoterracide@gmail.com>

12 years agoadd 403 Forbidden
Caleb Cushing [Fri, 25 Nov 2011 01:44:45 +0000]
add 403 Forbidden

Signed-off-by: Caleb Cushing <xenoterracide@gmail.com>

12 years agoremoved extraneous "use"
Brian Phillips [Thu, 13 Oct 2011 03:41:36 +0000]
removed extraneous "use"

12 years agoVersion 0.93 0.93
Brian Phillips [Wed, 12 Oct 2011 16:45:19 +0000]
Version 0.93

12 years agofix spelling errors
Brian Phillips [Wed, 12 Oct 2011 17:03:56 +0000]
fix spelling errors

12 years agoallow request/response deserialization/serialization by callback
Brian Phillips [Wed, 12 Oct 2011 17:05:41 +0000]
allow request/response deserialization/serialization by callback

12 years agoVersion 0.92 0.92
Tomas Doran [Sat, 1 Oct 2011 10:06:45 +0000]
Version 0.92

12 years agoFix Pod, update README
Tomas Doran [Sat, 1 Oct 2011 10:08:27 +0000]
Fix Pod, update README

12 years agoAdd a suitable warning as loading this has global effects
Tomas Doran [Sat, 1 Oct 2011 10:04:23 +0000]
Add a suitable warning as loading this has global effects

12 years agonew action class to handle deserializing multi-part HTTP request data
Brian Phillips [Wed, 21 Sep 2011 12:24:42 +0000]
new action class to handle deserializing multi-part HTTP request data

12 years agoallow $c->req->body to be a simple filehandle or a string
Brian Phillips [Tue, 20 Sep 2011 20:21:38 +0000]
allow $c->req->body to be a simple filehandle or a string

Previously, it was assumed that the $c->req->body was both a filehandle
and a filename (something that was only true for File::Temp objects) and
didn't work if the request body was a plain string.  This distribution
now allows for either a filehandle or a string which is slightly different
semantics than specifically File::Temp objects (which are file handles
which string-ify to the filename)

12 years agodon't deserialize more than once
Brian Phillips [Tue, 20 Sep 2011 20:08:35 +0000]
don't deserialize more than once

i.e. once on the begin, secondly on the action itself

12 years agoVersion 0.91 0.91
Florian Ragwitz [Thu, 4 Aug 2011 12:37:58 +0000]
Version 0.91

12 years agoRe-generate README
Florian Ragwitz [Thu, 4 Aug 2011 12:43:01 +0000]
Re-generate README

12 years agoIgnore META files, no matter what their format is
Florian Ragwitz [Thu, 4 Aug 2011 12:43:53 +0000]
Ignore META files, no matter what their format is

12 years agoIgnore MYMETA files
Florian Ragwitz [Thu, 4 Aug 2011 12:42:50 +0000]
Ignore MYMETA files

12 years agoStop looping over requests methods on every request
Florian Ragwitz [Sun, 31 Jul 2011 18:50:20 +0000]
Stop looping over requests methods on every request

12 years agoAdd deserialize_http_methods attribute to Catalyst::Action::Deserialize.
Johannes Plunien [Sun, 31 Jul 2011 16:17:53 +0000]
Add deserialize_http_methods attribute to Catalyst::Action::Deserialize.

12 years agoDoc fix (moar). thanks bfwg
Tomas Doran [Tue, 5 Jul 2011 09:34:34 +0000]
Doc fix (moar). thanks bfwg

12 years agoDoc fix. thanks bfwg
Tomas Doran [Tue, 5 Jul 2011 09:30:24 +0000]
Doc fix. thanks bfwg

13 years agoFix typo. RT#66501
Tomas Doran [Tue, 22 Mar 2011 08:47:58 +0000]
Fix typo. RT#66501

13 years agoAdd dates to copyright for debian
Tomas Doran [Mon, 28 Feb 2011 19:53:20 +0000]
Add dates to copyright for debian

13 years agoVersion 0.90 0.90
Tomas Doran [Fri, 25 Feb 2011 13:58:21 +0000]
Version 0.90

13 years agoFix test
Tomas Doran [Fri, 25 Feb 2011 13:56:12 +0000]
Fix test

13 years agobump version to 0.89 0.89
Dave Rolsky [Mon, 24 Jan 2011 21:58:23 +0000]
bump version to 0.89

13 years agoRelease date for 0.89
Dave Rolsky [Mon, 24 Jan 2011 21:58:02 +0000]
Release date for 0.89

13 years agoAdd x_authority metadata for BOBTFISH
Dave Rolsky [Mon, 24 Jan 2011 21:56:59 +0000]
Add x_authority metadata for BOBTFISH

13 years agoClarify final Accept rule for browser-ness
Dave Rolsky [Sun, 23 Jan 2011 18:11:24 +0000]
Clarify final Accept rule for browser-ness

13 years agoChanges for next release
Dave Rolsky [Sat, 22 Jan 2011 16:02:59 +0000]
Changes for next release

13 years agoChanges to accommodate Action::REST::ForBrowsers
Dave Rolsky [Sat, 22 Jan 2011 15:57:30 +0000]
Changes to accommodate Action::REST::ForBrowsers

13 years agoJust check that request does the expected role
Dave Rolsky [Sat, 22 Jan 2011 15:57:13 +0000]
Just check that request does the expected role

13 years agoAdd POD for Action::ForBrowsers
Dave Rolsky [Sat, 22 Jan 2011 15:55:25 +0000]
Add POD for Action::ForBrowsers

13 years agoAction::REST::ForBrowsers works, with tests
Dave Rolsky [Sat, 22 Jan 2011 15:50:14 +0000]
Action::REST::ForBrowsers works, with tests

13 years agoMove dispatching logic to its own method so it's easier to reuse
Dave Rolsky [Fri, 21 Jan 2011 20:34:52 +0000]
Move dispatching logic to its own method so it's easier to reuse

13 years agoSmall refactoring of case where there is no code for a given rest metohd
Dave Rolsky [Fri, 21 Jan 2011 20:19:48 +0000]
Small refactoring of case where there is no code for a given rest metohd

13 years agoFix some weirdo indentation
Dave Rolsky [Fri, 21 Jan 2011 20:17:36 +0000]
Fix some weirdo indentation

13 years agoDoc immutabilization changes
Dave Rolsky [Sat, 22 Jan 2011 16:03:34 +0000]
Doc immutabilization changes

13 years agoMake all classes immutable
Dave Rolsky [Fri, 21 Jan 2011 20:07:27 +0000]
Make all classes immutable

13 years agoAdd explicit 1;
Dave Rolsky [Fri, 21 Jan 2011 20:07:00 +0000]
Add explicit 1;

13 years agoAdd explicit 1;
Dave Rolsky [Fri, 21 Jan 2011 20:06:27 +0000]
Add explicit 1;

13 years agoAdd explicit 1;
Dave Rolsky [Fri, 21 Jan 2011 20:05:35 +0000]
Add explicit 1;

13 years agouse done_testing in all .t files
Dave Rolsky [Sat, 22 Jan 2011 15:59:41 +0000]
use done_testing in all .t files

13 years agoFix a typoe comment
Dave Rolsky [Thu, 20 Jan 2011 21:14:05 +0000]
Fix a typoe comment

13 years agoMerge arcanez stuff and mine
Tomas Doran [Wed, 19 Jan 2011 00:43:18 +0000]
Merge arcanez stuff and mine

13 years agoVersion 0.88 0.88
Tomas Doran [Tue, 11 Jan 2011 23:08:23 +0000]
Version 0.88

13 years agoUpdate README
Tomas Doran [Tue, 11 Jan 2011 23:10:27 +0000]
Update README

13 years agoFix warning and test blank body behavior
Tomas Doran [Tue, 11 Jan 2011 23:07:31 +0000]
Fix warning and test blank body behavior

13 years agoFix spelling test.
Tomas Doran [Tue, 11 Jan 2011 23:06:04 +0000]
Fix spelling test.

13 years agofix for undef bodies
Justin Hunter [Fri, 7 Jan 2011 20:20:43 +0000]
fix for undef bodies

13 years agoFix docs
Tomas Doran [Thu, 2 Dec 2010 18:12:43 +0000]
Fix docs

13 years agoNote this is deprecated
Tomas Doran [Wed, 24 Nov 2010 00:25:37 +0000]
Note this is deprecated

13 years agoVersion 0.87 0.87
Tomas Doran [Wed, 3 Nov 2010 19:48:07 +0000]
Version 0.87

13 years agoFix for Moose changes
Tomas Doran [Wed, 3 Nov 2010 19:47:50 +0000]
Fix for Moose changes

13 years agoFix warning
Tomas Doran [Mon, 11 Oct 2010 15:46:57 +0000]
Fix warning

13 years agoVersion 0.86 0.86
Tomas Doran [Wed, 1 Sep 2010 22:15:39 +0000]
Version 0.86

13 years agoAdd a json_options key to the REST controller
Tomas Doran [Wed, 1 Sep 2010 22:03:45 +0000]
Add a json_options key to the REST controller

13 years agoSecurity patch for the Data::Dumper serializer
Tomas Doran [Wed, 1 Sep 2010 21:52:43 +0000]
Security patch for the Data::Dumper serializer

http://lists.scsys.co.uk/pipermail/catalyst-dev/2010-September/001829.html

13 years agoAdd comments to clarify
Tomas Doran [Wed, 7 Jul 2010 21:25:31 +0000]
Add comments to clarify

13 years agoWrite more tests.
Tomas Doran [Wed, 7 Jul 2010 21:25:19 +0000]
Write more tests.

For foo_XXXX methods being dispatched as proper actions (via ->forward)
if they have action objects

13 years agoClean up the version number test
Tomas Doran [Wed, 16 Jun 2010 01:45:05 +0000]
Clean up the version number test

13 years agoBump versions 0.85
Tomas Doran [Thu, 13 May 2010 08:12:59 +0000]
Bump versions

13 years agoBack compat fix for Gitalist
Tomas Doran [Thu, 13 May 2010 08:11:09 +0000]
Back compat fix for Gitalist

Views don't render 3XX responses as you don't care if you're in a browser,
whereas normal structured serialization methods (e.g. JSON) do probably
want to render an entity.

13 years agoDoc fix
Tomas Doran [Sat, 8 May 2010 20:50:37 +0000]
Doc fix

13 years agoMove changes 0.84
Tomas Doran [Thu, 6 May 2010 08:31:52 +0000]
Move changes

13 years agoChangelog
Tomas Doran [Thu, 6 May 2010 08:30:38 +0000]
Changelog

13 years agoMerge remote branch 'origin/master'
Tomas Doran [Thu, 6 May 2010 08:29:40 +0000]
Merge remote branch 'origin/master'

* origin/master:
  Revert "When inserting Cat::Req::REST, always add trait, rather than sometimes using the Cat::Req::REST class directly."

13 years agoBump versions, changelog
Tomas Doran [Thu, 6 May 2010 08:27:42 +0000]
Bump versions, changelog

13 years agoAdditional test to ensure the response body actually really works
Tomas Doran [Thu, 6 May 2010 08:27:06 +0000]
Additional test to ensure the response body actually really works