17 years ago r49@latte: adam | 2006-12-03 12:30:40 -0800
adam [Sun, 3 Dec 2006 20:27:23 +0000]
 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.

17 years ago r48@latte: adam | 2006-12-03 11:32:40 -0800
adam [Sun, 3 Dec 2006 20:27:14 +0000]
 r48@latte:  adam | 2006-12-03 11:32:40 -0800
 Fixed up YAML tests

17 years ago r17839@Little-Shiny (orig r5614): zarquon | 2006-11-29 00:26:49 +0100
marcus [Fri, 1 Dec 2006 13:38:48 +0000]
 r17839@Little-Shiny (orig r5614):  zarquon | 2006-11-29 00:26:49 +0100
 fixed formatting issues
 r17840@Little-Shiny (orig r5615):  zarquon | 2006-11-29 03:14:30 +0100
 test harnesses different deployment scenarios - 1st draft"

 r17841@Little-Shiny (orig r5616):  jester | 2006-11-29 04:03:56 +0100
 Basic edits on mvc.pod (more intro needed)
 r17842@Little-Shiny (orig r5617):  claco | 2006-11-29 04:53:21 +0100
 Added Handel/Catalyst 2006 Advent Entry
 r17843@Little-Shiny (orig r5618):  zarquon | 2006-11-29 10:01:05 +0100
 editorial work
 r17844@Little-Shiny (orig r5619):  zarquon | 2006-11-29 10:25:20 +0100
 a stab of expanding parts of the text to bring a bit more discussion
 r17845@Little-Shiny (orig r5620):  fireartist | 2006-11-29 10:49:09 +0100
 reverted back to r5439

 r17846@Little-Shiny (orig r5621):  claco | 2006-11-29 16:49:32 +0100
 s/The/To/ typo fix
 r17847@Little-Shiny (orig r5622):  ash | 2006-11-30 09:57:03 +0100
 Updated copy - example still needs improving
 r17848@Little-Shiny (orig r5623):  ash | 2006-11-30 09:57:36 +0100
 typo
 r17849@Little-Shiny (orig r5624):  zarquon | 2006-11-30 10:56:24 +0100
 grammar nazi
 r17850@Little-Shiny (orig r5625):  fireartist | 2006-11-30 11:35:28 +0100
 $w->find_elements() now supports the same arguments as get_elements()

 r17851@Little-Shiny (orig r5626):  fireartist | 2006-11-30 12:18:58 +0100
 updated svn address in docs

 r17852@Little-Shiny (orig r5627):  ash | 2006-11-30 14:36:04 +0100
 Updated to v0.02 from CPAN
 r17853@Little-Shiny (orig r5628):  blblack | 2006-11-30 16:32:44 +0100
 Added Alg::C3 0.06 and Cat 5.7006 as pre-reqs.
 Reverted misguided comment-out of calculateMRO checks,
   replaced with a cached check (runtime @ISA mods still
   prohibited)
 Move the ->isa checks out to a separate private sub,
   cache them with the MRO check, and do them in a
   smarter (faster) way
 Bumped version to 0.02, Changes updates for release, etc.

 r17854@Little-Shiny (orig r5629):  jshirley | 2006-11-30 16:51:51 +0100
 Adding CatTube as an example
 r17855@Little-Shiny (orig r5630):  zarquon | 2006-11-30 21:12:12 +0100
 first entry
 r17856@Little-Shiny (orig r5631):  zarquon | 2006-11-30 21:20:17 +0100
 argh typo
 r17857@Little-Shiny (orig r5632):  zarquon | 2006-11-30 21:22:59 +0100
 another tweak
 r17858@Little-Shiny (orig r5633):  phaylon | 2006-12-01 00:04:06 +0100
 cat app layout advent stub
 r17859@Little-Shiny (orig r5634):  adam | 2006-12-01 02:31:32 +0100
 Added documentation and CPAN requirements updates from Daisuke Maki
 Added Daisuke Maki to the Contributers section
 Updated the Changelog for release
 Added a MANIFEST.SKIP

 r17862@Little-Shiny (orig r5637):  adam | 2006-12-01 08:55:42 +0100
  r42@latte:  adam | 2006-11-30 23:59:03 -0800
  Refactored Catalyst::Action::REST dispatching
  Added in an automated OPTIONS handler
  Refactored Test::Rest to use Closures
  Added tests for Catalyst::Action::REST

 r17863@Little-Shiny (orig r5638):  adam | 2006-12-01 09:08:14 +0100
  r44@latte:  adam | 2006-12-01 00:12:17 -0800
  Fixed some spacing in the Changelog
  Added some documentation for the re-factored Catalyst::Action::REST

 r17864@Little-Shiny (orig r5639):  adam | 2006-12-01 09:12:17 +0100
  r46@latte:  adam | 2006-12-01 00:16:31 -0800
  Ran perltidy

 r17865@Little-Shiny (orig r5640):  zarquon | 2006-12-01 09:32:52 +0100
 oops s/pl/pm/
 r17866@Little-Shiny (orig r5641):  ash | 2006-12-01 12:51:30 +0100
 Changed example to not use chained, and changed copy a bit

17 years ago r46@latte: adam | 2006-12-01 00:16:31 -0800
adam [Fri, 1 Dec 2006 08:12:17 +0000]
 r46@latte:  adam | 2006-12-01 00:16:31 -0800
 Ran perltidy

17 years ago r44@latte: adam | 2006-12-01 00:12:17 -0800
adam [Fri, 1 Dec 2006 08:08:14 +0000]
 r44@latte:  adam | 2006-12-01 00:12:17 -0800
 Fixed some spacing in the Changelog
 Added some documentation for the re-factored Catalyst::Action::REST

17 years ago r42@latte: adam | 2006-11-30 23:59:03 -0800
adam [Fri, 1 Dec 2006 07:55:42 +0000]
 r42@latte:  adam | 2006-11-30 23:59:03 -0800
 Refactored Catalyst::Action::REST dispatching
 Added in an automated OPTIONS handler
 Refactored Test::Rest to use Closures
 Added tests for Catalyst::Action::REST

17 years agoAdded documentation and CPAN requirements updates from Daisuke Maki
adam [Fri, 1 Dec 2006 01:31:32 +0000]
Added documentation and CPAN requirements updates from Daisuke Maki
Added Daisuke Maki to the Contributers section
Updated the Changelog for release
Added a MANIFEST.SKIP

17 years agoAdding a README
adam [Mon, 20 Nov 2006 03:05:26 +0000]
Adding a README

17 years agoAdding documentation, and a 202 Accepted status helper
adam [Mon, 20 Nov 2006 03:03:02 +0000]
Adding documentation, and a 202 Accepted status helper

17 years agoAdded logging to 4xx status handlers
adam [Fri, 20 Oct 2006 02:15:19 +0000]
Added logging to 4xx status handlers

17 years agoChanged the 4xx status helpers to return error objects
adam [Thu, 19 Oct 2006 22:58:37 +0000]
Changed the 4xx status helpers to return error objects

17 years agoAdded status_bad_request
adam [Thu, 19 Oct 2006 00:23:16 +0000]
Added status_bad_request

17 years agoThe content type for 404's should be text/plain
adam [Wed, 18 Oct 2006 00:15:17 +0000]
The content type for 404's should be text/plain

17 years agoAdded more status_ actions
adam [Tue, 17 Oct 2006 22:41:52 +0000]
Added more status_ actions
Fixed dispatch to work with Chained actions

17 years agoAdded status_created helper method
adam [Tue, 17 Oct 2006 01:03:18 +0000]
Added status_created helper method

17 years agoFixing type (s/Rest/REST/g)
adam [Mon, 16 Oct 2006 22:35:47 +0000]
Fixing type (s/Rest/REST/g)

17 years agoAdding basic pod to Catalyst::Action::REST
adam [Mon, 16 Oct 2006 22:35:08 +0000]
Adding basic pod to Catalyst::Action::REST
Adding initial Makefile.PL

17 years agoRan perltidy
adam [Mon, 16 Oct 2006 22:19:00 +0000]
Ran perltidy

17 years agoAdded Test Suite
adam [Mon, 16 Oct 2006 21:45:18 +0000]
Added Test Suite
Added Generic content-type aware Serialize/Deserialize actions
Added Data::Serializer actions, opening up a whole world of serializing goodness

17 years agoInitial commit of Catalyst-Action-REST
adam [Sat, 14 Oct 2006 01:01:57 +0000]
Initial commit of Catalyst-Action-REST