More spelling skips
[catagits/Catalyst-Action-REST.git] / lib /
2012-02-21 Tomas Doran Version 0.97 0.97
2012-01-30 Tomas Doran Version 0.96 0.96
2012-01-30 Tomas Doran Added fix for RT 63537 (from Gerv) and tests to check it.
2012-01-04 Tomas Doran Version 0.95 0.95
2012-01-04 Tomas Doran Fix periods in jsonp param name. RT#73741
2012-01-04 Tomas Doran Add optional location parameter to status_acceped handl...
2011-12-09 Tomas Doran Version 0.94 0.94
2011-11-29 Caleb Cushing create status 302 "found"
2011-11-25 Caleb Cushing add 403 Forbidden
2011-10-13 Brian Phillips removed extraneous "use"
2011-10-12 Brian Phillips Version 0.93 0.93
2011-10-12 Brian Phillips fix spelling errors
2011-10-12 Brian Phillips allow request/response deserialization/serialization...
2011-10-01 Tomas Doran Fix Pod, update README
2011-10-01 Tomas Doran Add a suitable warning as loading this has global effects
2011-09-21 Brian Phillips new action class to handle deserializing multi-part...
2011-09-20 Brian Phillips allow $c->req->body to be a simple filehandle or a...
2011-09-20 Brian Phillips don't deserialize more than once
2011-08-04 Florian Ragwitz Version 0.91 0.91
2011-07-31 Florian Ragwitz Stop looping over requests methods on every request
2011-07-31 Johannes Plunien Add deserialize_http_methods attribute to Catalyst...
2011-07-05 Tomas Doran Doc fix (moar). thanks bfwg
2011-07-05 Tomas Doran Doc fix. thanks bfwg
2011-03-22 Tomas Doran Fix typo. RT#66501
2011-02-28 Tomas Doran Add dates to copyright for debian
2011-02-25 Tomas Doran Version 0.90 0.90
2011-01-24 Dave Rolsky bump version to 0.89 0.89
2011-01-23 Dave Rolsky Clarify final Accept rule for browser-ness
2011-01-22 Dave Rolsky Changes to accommodate Action::REST::ForBrowsers
2011-01-22 Dave Rolsky Add POD for Action::ForBrowsers
2011-01-22 Dave Rolsky Action::REST::ForBrowsers works, with tests
2011-01-22 Dave Rolsky Move dispatching logic to its own method so it's easier...
2011-01-22 Dave Rolsky Small refactoring of case where there is no code for...
2011-01-22 Dave Rolsky Fix some weirdo indentation
2011-01-22 Dave Rolsky Make all classes immutable
2011-01-22 Dave Rolsky Add explicit 1;
2011-01-22 Dave Rolsky Add explicit 1;
2011-01-22 Dave Rolsky Add explicit 1;
2011-01-20 Dave Rolsky Fix a typoe comment
2011-01-11 Tomas Doran Version 0.88 0.88
2011-01-11 Tomas Doran Fix warning and test blank body behavior
2011-01-07 Justin Hunter fix for undef bodies
2010-12-02 Tomas Doran Fix docs
2010-11-03 Tomas Doran Version 0.87 0.87
2010-11-03 Tomas Doran Fix for Moose changes
2010-09-01 Tomas Doran Version 0.86 0.86
2010-09-01 Tomas Doran Add a json_options key to the REST controller
2010-09-01 Tomas Doran Security patch for the Data::Dumper serializer
2010-07-07 Tomas Doran Add comments to clarify
2010-05-13 Tomas Doran Bump versions 0.85
2010-05-13 Tomas Doran Back compat fix for Gitalist
2010-05-08 Tomas Doran Doc fix
2010-05-06 Tomas Doran Merge remote branch 'origin/master'
2010-05-06 Tomas Doran Bump versions, changelog
2010-05-06 Tomas Doran Commit patch from Fabien Wernli
2010-03-22 t0m Merge commit 'origin/master'
2010-03-22 t0m Revert "When inserting Cat::Req::REST, always add trait...
2010-02-08 Tomas Doran Bump versions 0.83
2010-02-08 Tomas Doran Docs and fix test
2010-02-08 nperez Add HTTP method DELETE
2010-02-04 Tomas Doran Bump versions for release 0.82
2010-01-28 Dave Rolsky Sort list of contributors
2010-01-28 Dave Rolsky Add POD escapes for < and >
2010-01-28 Dave Rolsky Add myself to list of contributors
2010-01-28 Dave Rolsky correct all spelling errors
2010-01-22 Arthur Axel 'fREW... fix json to encode_blessed
2010-01-22 Arthur Axel 'fREW... changes to allow objects instead of classes for Serializers
2010-01-18 Tomas Doran Update the Serialize and Deserialize classes to use...
2010-01-18 Tomas Doran Doc nits pointed out in RT#53780
2010-01-17 Dave Rolsky Move author tests to xt. Finish adding version nums...
2010-01-17 Dave Rolsky add a $VERSION to every module
2010-01-17 Dave Rolsky When inserting Cat::Req::REST, always add trait, rather...
2010-01-17 Dave Rolsky Integrate REST::ForBrowsers. Update docs to point at...
2010-01-14 Tomas Doran Bump versions for release 0.81
2010-01-14 Tomas Doran Trim trailing whitespace
2010-01-14 Tomas Doran BEGIN { extends only needed for method attributes,...
2010-01-14 nebulous regex typo
2010-01-14 nebulous Added a Moose
2010-01-14 Tomas Doran Use strict and warnings
2010-01-14 nebulous Added JSONP module and tests. Child of Catalyst::Action...
2010-01-10 Tomas Doran Fix docs
2009-12-19 Tomas Doran Bump versions 0.80
2009-12-19 Andrew Rodland Add some real error-handling for Serialize::View
2009-12-19 Andrew Rodland View is halfway there. Do we want to poke in $c->error...
2009-12-19 Andrew Rodland Port Serialize classes except for View.
2009-12-19 Andrew Rodland Change Serialize::execute to expect serializers to...
2009-12-19 Tomas Doran Merge remote branch 'hobbs/rework-serializer-return-2'
2009-12-17 Aristotle Pagaltzis simplify (and speed up) `_get_allowed_methods`
2009-12-17 Andrew Rodland Add some real error-handling for Serialize::View
2009-12-17 Andrew Rodland View is halfway there. Do we want to poke in $c->error...
2009-12-17 Andrew Rodland Port Serialize classes except for View.
2009-12-17 Andrew Rodland Change Serialize::execute to expect serializers to...
2009-12-11 Tomas Doran Comment about the yuk
2009-12-11 Tomas Doran Mangle the request class mangling stuff. It's still...
2009-12-11 Tomas Doran Add Trait containing all the real logic
2009-12-11 Tomas Doran Change to Moose
2009-12-11 Tomas Doran Change all classes to Moose
2009-12-11 Tomas Doran Cherry pick everything bar the use parent change from...
2009-12-11 Tomas Doran Fix author info
2009-12-11 Tomas Doran Shuffle all the Pod to the bottom of the file
next