Changes between Version 3 and Version 4 of UpgradingModelGlue/UpgradingFromModelGlue2

Show
Ignore:
Timestamp:
03/23/10 16:56:13 (16 years ago)
Author:
boomfish (IP: 66.194.118.10)
Comment:

Added info on changes to event.forward()

Legend:

Unmodified
Added
Removed
Modified
  • UpgradingModelGlue/UpgradingFromModelGlue2

    v3 v4  
    1010 
    11112. Model-Glue 3 requires at least version 1.2 of the !ColdSpring Framework (http://www.coldspringframework.org/). 
     12 
     133. The names of the arguments of the '''forward()''' method in the event object have changed. The order of the arguments remain the same, so changing your '''forward()''' calls using from named arguments to ordered arguments resolves this issue. 
     14 
     154. The '''forward()''' method in the event object preserves the state by default in Model-Glue 3. The default in Model-Glue 2 was for forwards to not preserve the event state. To have a forward not preserve the event state in Model-Glue 3, set the third argument to false.