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