v1.21
[catagits/Catalyst-Action-REST.git] / t / lib /
2014-09-12 Arthur Axel 'fREW... fix missing v1.15 v1.15
2013-09-05 John Napiorkowski oh my god, its full of tiny version numbers 1.12
2013-06-16 Dagfinn Ilmari Man... Fix infinite recursion in tests under Catalyst 5.90040
2013-03-15 Shea Levy Test-case: When view is set, don't serialize
2012-07-02 Wallace Reis Remove not_implemented from the list of allowed methods
2012-06-29 Wallace Reis Bugfix _dispatch_rest_method
2012-06-25 Wallace Reis Add failing tests for OPTIONS
2012-06-22 Wallace Reis Add HEAD requests support to T::Rest
2012-06-05 Tomas Doran Fix display of foo_GET mehods in non-root controllers
2012-01-30 Tomas Doran Added fix for RT 63537 (from Gerv) and tests to check it.
2012-01-04 Tomas Doran Add optional location parameter to status_acceped handl...
2011-11-29 Caleb Cushing create status 302 "found"
2011-11-25 Caleb Cushing add 403 Forbidden
2011-10-12 Brian Phillips allow request/response deserialization/serialization...
2011-09-21 Brian Phillips new action class to handle deserializing multi-part...
2011-07-31 Johannes Plunien Add deserialize_http_methods attribute to Catalyst...
2011-02-25 Tomas Doran Fix test
2011-01-22 Dave Rolsky Changes to accommodate Action::REST::ForBrowsers
2011-01-22 Dave Rolsky Action::REST::ForBrowsers works, with tests
2011-01-11 Tomas Doran Fix warning and test blank body behavior
2011-01-07 Justin Hunter fix for undef bodies
2010-09-01 Tomas Doran Add a json_options key to the REST controller
2010-07-07 Tomas Doran Write more tests.
2010-05-06 Tomas Doran Commit patch from Fabien Wernli
2010-02-08 Tomas Doran Docs and fix test
2010-02-08 Tomas Doran Add tests which should fail, but don't.
2010-01-17 Dave Rolsky Shut up log output from Catalyst with null log object
2009-12-19 Tomas Doran Fix test warning
2009-12-19 Andrew Rodland Add tests for Serialize::View error behavior
2009-12-17 Andrew Rodland Add tests for Serialize::View error behavior
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-10-26 Tomas Doran Manual setup_components not needed
2009-10-26 Tomas Doran Tests which I believe show that JSON encoding is handle...
2009-08-27 Arthur Axel 'fREW... Merge branch 'master' of git://github.com/bobtfish...
2009-08-26 Tomas Doran Made the test more clear, works here..
2009-08-26 Tomas Doran Merge branch 'master' into frew-forward_to_actions
2009-08-26 Arthur Axel 'fREW... add extra test for Action and not just Private
2009-08-26 Arthur Axel 'fREW... add failing test (for private action)
2009-08-20 franck cuny add tests for status
2009-07-25 Arthur Axel 'fREW... tests for dispatching to actions
2009-07-25 Tomas Doran (t0m) Merge cherry pick of whitespace cleanups
2009-06-29 t0m Rip the testapp embedded in the test out, this isn...
2009-03-28 Hans Dieter Pearcey partial revert of e540a1fa72e4a5425c59a9397a3353f4784d7...
2009-03-25 Hans Dieter Pearcey failing test for RT#43840
2009-03-25 Hans Dieter Pearcey refactor another single-file app
2009-03-25 Hans Dieter Pearcey refactor into umbrella test application
2009-03-25 Hans Dieter Pearcey fix broken single-file test application
2008-06-16 claco r1682@mbp: claco | 2008-06-16 19:54:33 -0400
2008-01-04 adam Updating my email address
2008-01-03 jshirley Hey, how about I actually add in my test controller...
2008-01-03 jshirley Configuration patches to handle component based configu...
2007-03-09 adam Refactored the Content-Type negotiation to live in...
2006-12-03 adam r53@latte: adam | 2006-12-03 16:00:44 -0800
2006-12-03 adam r49@latte: adam | 2006-12-03 12:30:40 -0800
2006-12-01 adam r42@latte: adam | 2006-11-30 23:59:03 -0800
2006-10-16 adam Added Test Suite