fix up some pod
[catagits/Reaction.git] / Changes
1 Revision history for Reaction
2 0.003000 - 
3         - Fix Order role to allow for exclusions (for non-indexed columns) and
4           coerceion of the column name to allow proper ORDER BY generation in
5           belongs_to rels and fields that do not map directly to columns.
6         - Fix Package names in POD for various files. this was causing some
7           weirdness in CPAN.
8         - All Reaction::UI::ViewPort::* now uses MooseX::Types
9         - Add 'action' attribute to Action viewport
10           - Adapt widget and layout to changes
11           - Add example of explicitly stating action to ComponentUI
12         - Don't override custom location in push_viewport
13         - Wire layout_args, which was forgotten + example of how to use it
14         - CRUD functionality is now implemented as roles, so it can be used 
15           without needing to use Controller::Collection::CRUD
16         - Deprecate redirect_to and move it to an external role
17         - Controllers no longer 'use Reaction::Class' which was causing 
18           problems with metaclass compatibility. 'use Moose' is now the
19           preferred approach.
20 0.002000 - 29 Apr 2008
21         - Update CheckUniques role to use around instead of overrides
22         - Stop using ACCEPT_CONTEXT, use InstancePerContext instead
23         - Added an error_message attribute to IM::Action
24         - Updated ViewPort::Action to support action-wide messages and error
25           messages via attribute message and model's error_message attribute.
26           - Updated templates and widget to match this
27           - Added an example to ComponentUI
28         - Add support for the external MooseX::Types::Common and 
29           MooseX::Types::DateTime type libraries in the VPs
30         - Eliminate memory leak related to InstancePerContext
31         - Move the short-cut code from flush_view to flush to prevent events
32           from happening if serving a static file
33         - lots more documentation
34         - dependencies all updated for Catalyst 5.80
35
36 0.001002 - 28 Apr 2008
37         - the 002 changes is the real thing but mst shipped a broken dist
38           with this version :(
39
40 0.001001 - 12 Aug 2008
41         - Initital public release