catagits/Catalyst-Action-REST.git
2009-03-25 Hans Dieter... make a dev release because I'm cautious 0.67_01
2009-03-25 Hans Dieter... add .git to skip
2009-03-25 Hans Dieter... add VERSION to README so that perl-reversion is happier
2009-03-25 Hans Dieter... fix RT#42025 by making C::Request::REST less unfriendly
2009-03-25 Hans Dieter... add to Changes
2009-03-25 Hans Dieter... change dependency to Catalyst::Runtime
2009-03-25 Hans Dieter... add myself to Changes
2009-03-25 Hans Dieter... replace many uses of $controller->config with $controll...
2009-03-25 Hans Dieter... failing test for RT#43840
2009-03-25 Hans Dieter... refactored test application
2009-03-25 Hans Dieter... refactor another single-file app
2009-03-25 Hans Dieter... refactor into umbrella test application
2009-03-25 Hans Dieter... fix broken single-file test application
2009-03-11 timbunce Add content_type_stash_key to enable a stash entry...
2009-03-11 timbunce Fix test count in t/catalyst-action-rest.t
2009-03-11 timbunce Change requires('Catalyst-Runtime',...) to requires...
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-30 dhoss spelling fix, s/svae/save/;
2009-01-28 jshirley Fixing Makefile.PL, RT#42859
2009-01-28 jshirley Fixing the JSON::Syck reference
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 Updating MANIFEST.SKIP to not include .shipit
2008-08-14 jshirley Relocating CHangelog to Changes to be more perlish
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-06-30 lukes r7361@luke-mbp (orig r7801): lukes | 2008-05-26 15...
2008-06-16 claco r1682@mbp: claco | 2008-06-16 19:54:33 -0400
2008-01-04 adam Updating changelod, 0.60 release.
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 Adding changelog entries
2008-01-03 jshirley Bad fix for YAML::SYck 0.92 breakage. Yay for backcompat.
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...
2008-01-03 jshirley 0.60 release branch
2008-01-03 jshirley Relocation of C::A::REST 0.50 to new layout path for...
2007-07-07 adam Prepping for release 0.50
2007-07-07 adam Making the default serializer be specified by content...
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...
2007-03-02 adam Added some debug logging - From Dave Rolksy
2007-01-30 adam Added preference for equally weighted accept headers...
2007-01-30 marcus r14406@Little-Shiny (orig r5360): janus | 2006-11...
2006-12-06 marcus r17902@Little-Shiny (orig r5676): zarquon | 2006...
2006-12-06 adam r70@latte: adam | 2006-12-06 00:46:28 -0800
2006-12-05 adam Forgot to escape the ?
2006-12-05 adam Made the YAML::HTML view automatically append the conte...
2006-12-04 adam r55@latte: adam | 2006-12-03 16:09:26 -0800
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-03 adam r48@latte: adam | 2006-12-03 11:32:40 -0800
2006-12-01 marcus r17839@Little-Shiny (orig r5614): zarquon | 2006...
2006-12-01 adam r46@latte: adam | 2006-12-01 00:16:31 -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 a README
2006-11-20 adam Adding documentation, and a 202 Accepted status helper
2006-10-20 adam Added logging to 4xx status handlers
2006-10-19 adam Changed the 4xx status helpers to return error objects
2006-10-19 adam Added status_bad_request
2006-10-18 adam The content type for 404's should be text/plain
2006-10-17 adam Added more status_ actions
2006-10-17 adam Added status_created helper method
2006-10-16 adam Fixing type (s/Rest/REST/g)
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