X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e2e42f2c1ae049ddc494e80c3ddbc93869aceff5;hb=1ca3c638ef1fa4f106ef2d301e3f72e31c872c9e;hp=2a63066449426f0a81d4e02071f31f061d4ef271;hpb=e0a6ddb2fad8960edbc1104cdb7c909acf5b7b00;p=catagits%2FReaction.git diff --git a/Changes b/Changes index 2a63066..e2e42f2 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,35 @@ Revision history for Reaction -0.002000 +0.003000 - + - Fix Order role to allow for exclusions (for non-indexed columns) and + coerceion of the column name to allow proper ORDER BY generation in + belongs_to rels and fields that do not map directly to columns. + - Fix Package names in POD for various files. this was causing some + weirdness in CPAN. + - All Reaction::UI::ViewPort::* now uses MooseX::Types + - Add 'action' attribute to Action viewport + - Adapt widget and layout to changes + - Add example of explicitly stating action to ComponentUI + - Don't override custom location in push_viewport + - Wire layout_args, which was forgotten + example of how to use it +0.002000 - 29 Apr 2008 + - Update CheckUniques role to use around instead of overrides - Stop using ACCEPT_CONTEXT, use InstancePerContext instead - - up the dependency version on Devel::Declare to 003004 - - Updated ViewPort::Action to support action-wide messages and - error messages via attributes message and error_message. + - Added an error_message attribute to IM::Action + - Updated ViewPort::Action to support action-wide messages and error + messages via attribute message and model's error_message attribute. - Updated templates and widget to match this - Added an example to ComponentUI + - Add support for the external MooseX::Types::Common and + MooseX::Types::DateTime type libraries in the VPs + - Eliminate memory leak related to InstancePerContext + - Move the short-cut code from flush_view to flush to prevent events + from happening if serving a static file + - lots more documentation + - dependencies all updated for Catalyst 5.80 + +0.001002 - 28 Apr 2008 + - the 002 changes is the real thing but mst shipped a broken dist + with this version :( 0.001001 - 12 Aug 2008 - Initital public release