From: marcus Date: Wed, 6 Dec 2006 11:17:54 +0000 (+0000) Subject: r17902@Little-Shiny (orig r5676): zarquon | 2006-12-03 13:02:09 +0100 X-Git-Tag: 1.08~277 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9bf13c47ab9dabc0f2e2f52699b9f79d5ced3c31;p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git r17902@Little-Shiny (orig r5676): zarquon | 2006-12-03 13:02:09 +0100 fixed rss and typo in 2006/3.pod courtesy jrockway who is banished from the repos atm r17903@Little-Shiny (orig r5677): zarquon | 2006-12-03 13:03:56 +0100 send correct atom header r17904@Little-Shiny (orig r5678): zarquon | 2006-12-03 13:10:04 +0100 oops r17905@Little-Shiny (orig r5679): jcamacho | 2006-12-03 16:27:26 +0100 change documentation formatting r17906@Little-Shiny (orig r5680): jester | 2006-12-03 19:13:19 +0100 light edits to fastcgi Advent entry r17907@Little-Shiny (orig r5681): zarquon | 2006-12-03 21:20:07 +0100 README change r17908@Little-Shiny (orig r5682): adam | 2006-12-03 21:27:14 +0100 r48@latte: adam | 2006-12-03 11:32:40 -0800 Fixed up YAML tests r17909@Little-Shiny (orig r5683): adam | 2006-12-03 21:27:23 +0100 r49@latte: adam | 2006-12-03 12:30:40 -0800 Fixed things so that not having a Serialization module returns 415. Fixed things so that failure to Deserialize sends the proper status. Refactored the Plugin loading to Catalyst::Action::SerializeBase. Updated the Documentation. Added a whole raft of serializers. (JSON, all the Data::Serializer supported ones, and XML::Simple) Added test cases. Refactored the Catalyst::Action::REST dispatch, so that the default method is called before any _METHOD handlers. In addition, moved the 405 Not Implemented handler to be foo_not_implemented, instead of the default sub. (daisuke++ pointed out the inconsistency and provided a patch, and I added the foo_not_implemented support) Added in automated OPTIONS handler, which constructs the allow header for you, just like the 405 handler. Can be overridden with a normal _METHOD sub. Refactored Test::Rest, so that it uses closures to create the very similar $test->method() subs. Added tests for Catalyst::Action::REST. r17910@Little-Shiny (orig r5684): adam | 2006-12-04 00:56:15 +0100 r53@latte: adam | 2006-12-03 16:00:44 -0800 Renamed some test files, since we don't care about order. Updated for an 0.30 release Deleted the SampleREST test app, since it's been greatly simplified. Updated the README r17911@Little-Shiny (orig r5685): zarquon | 2006-12-04 00:58:25 +0100 entry 4 fastcgi deployment r17912@Little-Shiny (orig r5686): adam | 2006-12-04 01:04:55 +0100 r55@latte: adam | 2006-12-03 16:09:26 -0800 Removed the dreaded "no plan" r17914@Little-Shiny (orig r5688): jshirley | 2006-12-04 01:50:08 +0100 Fixing bug in construction so that __PACKAGE__->config works as well as ConfigLoader-based config r17915@Little-Shiny (orig r5689): zarquon | 2006-12-04 10:11:12 +0100 patch from jrockway r17916@Little-Shiny (orig r5690): jrockway | 2006-12-04 10:41:25 +0100 fixing some patch madness r17917@Little-Shiny (orig r5691): zarquon | 2006-12-05 02:07:06 +0100 day 5 r17918@Little-Shiny (orig r5692): zarquon | 2006-12-05 05:50:49 +0100 wrong day r17919@Little-Shiny (orig r5693): castaway | 2006-12-05 11:02:23 +0100 Link to Catalyst-Manual , thanks nigel! r17921@Little-Shiny (orig r5695): adam | 2006-12-05 21:58:52 +0100 Made the YAML::HTML view automatically append the content-type to it's URLs, since it's only real usefulness is in a browser. r17922@Little-Shiny (orig r5696): adam | 2006-12-05 22:00:51 +0100 Forgot to escape the ? r17923@Little-Shiny (orig r5697): zarquon | 2006-12-06 00:33:57 +0100 day 6 r17924@Little-Shiny (orig r5698): zarquon | 2006-12-06 01:53:09 +0100 added chained recipe r17925@Little-Shiny (orig r5699): matthewt | 2006-12-06 01:57:46 +0100 SCGI engine dirs r17926@Little-Shiny (orig r5700): matthewt | 2006-12-06 01:59:31 +0100 graphics helper dirs r17927@Little-Shiny (orig r5701): zarquon | 2006-12-06 02:31:24 +0100 added chained example MyAdvApp r17928@Little-Shiny (orig r5702): victori | 2006-12-06 05:40:49 +0100 removing old bundle r17929@Little-Shiny (orig r5703): zarquon | 2006-12-06 05:43:46 +0100 slowly editing into shape r17930@Little-Shiny (orig r5704): victori | 2006-12-06 05:43:49 +0100 adding new bundle. r17931@Little-Shiny (orig r5705): adam | 2006-12-06 09:41:49 +0100 r70@latte: adam | 2006-12-06 00:46:28 -0800 Prepping 0.31 for release r17933@Little-Shiny (orig r5707): zamolxes | 2006-12-06 09:55:21 +0100 nothing really ---