Bump versions
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / REST.pm
2009-09-28 Tomas Doran (t0m) Bump versions 0.78
2009-08-27 Tomas Doran Changelog, bump versions 0.77
2009-08-27 Tomas Doran Dink to s/: Private/: Action/
2009-08-27 Arthur Axel 'fREW... Doc, Changelog, Attribution
2009-08-27 Arthur Axel 'fREW... Merge branch 'master' of git://github.com/bobtfish...
2009-08-26 Tomas Doran Merge branch 'master' into frew-forward_to_actions
2009-08-21 t0m Changelogging 0.76
2009-08-17 Tomas Doran (t0m) Bump versions, use eval trick with version numbers...
2009-07-28 Arthur Axel 'fREW... I'm an idiot
2009-07-25 Arthur Axel 'fREW... tests for dispatching to actions
2009-07-25 Arthur Axel 'fREW... Merge branch 'master' of git://github.com/bobtfish...
2009-07-22 t0m Add release date, shuffle maintainers
2009-07-21 unknown allow actions for methods
2009-07-16 t0m You mean next::method I think
2009-07-13 t0m Bump version numbers so I can depend on the new code...
2009-07-12 t0m importing Catalyst has special, magical effects. You...
2009-07-05 t0m Fix contrubutors / maintainer section
2009-07-05 t0m Strip trailing whitespace, tidy up and fix POD
2009-07-05 t0m Yet more sanity
2009-07-05 t0m Make saner
2009-07-05 t0m Remote trailing space
2009-06-29 t0m Rewrite REST _METHOD action handling to fake being... fixes_5_80_forward_stats_warnings
2009-06-29 t0m Fix version no
2009-06-29 t0m Merge
2009-06-28 Hans Dieter Pearcey fix packaging 0.73
2009-06-25 Hans Dieter Pearcey bump for packaging 0.72
2009-05-28 agladdish Committing switch from NEXT to MRO::Compat.
2009-03-28 Hans Dieter Pearcey 0.71 0.71
2009-03-28 Hans Dieter Pearcey 0.70 0.70
2009-03-26 Hans Dieter Pearcey 0.69 0.69
2009-03-26 Hans Dieter Pearcey Merge branch 'master' of git://github.com/jshirley...
2009-03-26 Jay Shirley Moving app lookup to _insert_self_into
2009-03-26 Hans Dieter Pearcey 0.68 0.68
2009-03-26 Hans Dieter Pearcey release 0.67_01 unchanged as 0.67 0.67
2009-03-25 Hans Dieter Pearcey make a dev release because I'm cautious 0.67_01
2009-03-25 Hans Dieter Pearcey fix RT#42025 by making C::Request::REST less unfriendly
2009-02-01 dhoss added further documentation on Apache disallowing encod...
2009-02-01 dhoss Added note that Apache will refuse %2F in urls unless...
2009-02-01 dhoss Began a "Troubleshooting" section.
2009-01-28 jshirley Fixing Makefile.PL, RT#42859
2008-08-20 jshirley Fixing the tests to run without JSON at all, revamping...
2008-08-15 jshirley Actually fixing the version number (hopefully)
2008-08-14 jshirley Version bump to 0.64 to fix Module::Install weirdness
2008-07-09 jshirley Changing from JSON::Syck to JSON and JSON::XS
2008-07-02 jshirley Update to 0.62, updated Module::Install
2008-06-30 jshirley Version update to 0.61, updated changelog
2008-01-04 adam Updating my email address
2008-01-04 claco r1144@mbp: claco | 2008-01-03 19:43:42 -0500
2008-01-03 jshirley Configuration patches to handle component based configu...
2007-07-07 adam Prepping for release 0.50
2007-05-24 adam perltidy
2007-05-24 adam Making the controller be an instance, not a class.
2007-03-09 adam Refactored the Content-Type negotiation to live in...
2006-12-06 adam r70@latte: adam | 2006-12-06 00:46:28 -0800
2006-12-03 adam r53@latte: adam | 2006-12-03 16:00:44 -0800
2006-12-01 adam r44@latte: adam | 2006-12-01 00:12:17 -0800
2006-12-01 adam r42@latte: adam | 2006-11-30 23:59:03 -0800
2006-12-01 adam Added documentation and CPAN requirements updates from...
2006-11-20 adam Adding documentation, and a 202 Accepted status helper
2006-10-17 adam Added more status_ actions
2006-10-16 adam Adding basic pod to Catalyst::Action::REST
2006-10-16 adam Ran perltidy
2006-10-16 adam Added Test Suite
2006-10-14 adam Initial commit of Catalyst-Action-REST