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