catagits/Catalyst-Action-REST.git
2011-04-25 Joel Bernstein separate request/response possible content-typees fix-accepted-content-types mirror/fix-accepted-content-types
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-02-25 Tomas Doran Fix test
2011-01-24 Dave Rolsky bump version to 0.89 0.89
2011-01-24 Dave Rolsky Release date for 0.89
2011-01-24 Dave Rolsky Add x_authority metadata for BOBTFISH
2011-01-23 Dave Rolsky Clarify final Accept rule for browser-ness
2011-01-22 Dave Rolsky Changes for next release
2011-01-22 Dave Rolsky Changes to accommodate Action::REST::ForBrowsers
2011-01-22 Dave Rolsky Just check that request does the expected role
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 Doc immutabilization changes
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-22 Dave Rolsky use done_testing in all .t files
2011-01-20 Dave Rolsky Fix a typoe comment
2011-01-19 Tomas Doran Merge arcanez stuff and mine
2011-01-11 Tomas Doran Version 0.88 0.88
2011-01-11 Tomas Doran Update README
2011-01-11 Tomas Doran Fix warning and test blank body behavior
2011-01-11 Tomas Doran Fix spelling test.
2011-01-07 Justin Hunter fix for undef bodies
2010-12-02 Tomas Doran Fix docs
2010-11-24 Tomas Doran Note this is deprecated
2010-11-03 Tomas Doran Version 0.87 0.87
2010-11-03 Tomas Doran Fix for Moose changes
2010-10-11 Tomas Doran Fix warning
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-07-07 Tomas Doran Write more tests.
2010-06-16 Tomas Doran Clean up the version number test
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 Move changes 0.84
2010-05-06 Tomas Doran Changelog
2010-05-06 Tomas Doran Merge remote branch 'origin/master'
2010-05-06 Tomas Doran Bump versions, changelog
2010-05-06 Tomas Doran Additional test to ensure the response body actually...
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 Changelog
2010-02-08 Tomas Doran Docs and fix test
2010-02-08 nperez Add HTTP method DELETE
2010-02-08 Tomas Doran Add tests which should fail, but don't.
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-28 Dave Rolsky Add pod spelling test
2010-01-28 Dave Rolsky Add missing puncuation
2010-01-27 Dave Rolsky Move fREW's changes under 0.82
2010-01-22 Arthur Axel... add Changes
2010-01-22 Arthur Axel... fix json to encode_blessed
2010-01-22 Arthur Axel... 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-18 Tomas Doran Ensure author side tests are always run
2010-01-18 Tomas Doran Update README
2010-01-17 Dave Rolsky Don't require an env var to run pod tests
2010-01-17 Dave Rolsky Add more changes
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 Add changes for 0.82
2010-01-17 Dave Rolsky Shut up log output from Catalyst with null log object
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 Changelog
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 Change repos metadata to make catgit master
2010-01-10 Tomas Doran Add author_requires for optional modules and autogenera...
2010-01-10 Tomas Doran Fix docs
2009-12-19 Tomas Doran Merge branch 'master' of github.com:bobtfish/catalyst...
2009-12-19 Tomas Doran Bump versions 0.80
2009-12-19 Tomas Doran Fix test warning
2009-12-19 Tomas Doran Changelog
2009-12-19 Andrew Rodland Add tests for Serialize::View error behavior
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...
next