undo change allowing domain in redirect_to
[catagits/Reaction.git] / Changes
CommitLineData
d0736579 1Revision history for Reaction
c1b16a7d 20.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.
e516f7e6 6 - Fix Package names in POD for various files. this was causing some
7 weirdness in CPAN.
7b5e71ad 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
b5a45848 12 - Don't override custom location in push_viewport
4ad1eed3 13 - Wire layout_args, which was forgotten + example of how to use it
83529ec1 140.002000 - 29 Apr 2008
538915b9 15 - Update CheckUniques role to use around instead of overrides
d0736579 16 - Stop using ACCEPT_CONTEXT, use InstancePerContext instead
eb52e595 17 - Added an error_message attribute to IM::Action
18 - Updated ViewPort::Action to support action-wide messages and error
19 messages via attribute message and model's error_message attribute.
e0a6ddb2 20 - Updated templates and widget to match this
21 - Added an example to ComponentUI
baee102d 22 - Add support for the external MooseX::Types::Common and
23 MooseX::Types::DateTime type libraries in the VPs
bdfdc97f 24 - Eliminate memory leak related to InstancePerContext
25 - Move the short-cut code from flush_view to flush to prevent events
26 from happening if serving a static file
83529ec1 27 - lots more documentation
28 - dependencies all updated for Catalyst 5.80
29
300.001002 - 28 Apr 2008
31 - the 002 changes is the real thing but mst shipped a broken dist
32 with this version :(
7adfd53f 33
d0736579 340.001001 - 12 Aug 2008
35 - Initital public release