order_by fixes including enable_order_by and coerce_order_by
[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.
83529ec1 60.002000 - 29 Apr 2008
538915b9 7 - Update CheckUniques role to use around instead of overrides
d0736579 8 - Stop using ACCEPT_CONTEXT, use InstancePerContext instead
eb52e595 9 - Added an error_message attribute to IM::Action
10 - Updated ViewPort::Action to support action-wide messages and error
11 messages via attribute message and model's error_message attribute.
e0a6ddb2 12 - Updated templates and widget to match this
13 - Added an example to ComponentUI
baee102d 14 - Add support for the external MooseX::Types::Common and
15 MooseX::Types::DateTime type libraries in the VPs
bdfdc97f 16 - Eliminate memory leak related to InstancePerContext
17 - Move the short-cut code from flush_view to flush to prevent events
18 from happening if serving a static file
83529ec1 19 - lots more documentation
20 - dependencies all updated for Catalyst 5.80
21
220.001002 - 28 Apr 2008
23 - the 002 changes is the real thing but mst shipped a broken dist
24 with this version :(
7adfd53f 25
d0736579 260.001001 - 12 Aug 2008
27 - Initital public release