Changes between Version 4 and Version 5 of UpgradingModelGlue/UpgradingFromModelGlue2

Show
Ignore:
Timestamp:
03/23/10 17:19:33 (16 years ago)
Author:
boomfish (IP: 66.194.118.10)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpgradingModelGlue/UpgradingFromModelGlue2

    v4 v5  
    11112. Model-Glue 3 requires at least version 1.2 of the !ColdSpring Framework (http://www.coldspringframework.org/). 
    1212 
    13 3. 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. 
     133. The names of the arguments of the '''forward()''' method in !EventContext.cfc 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. 
    1414 
    15 4. 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. 
     154. The '''forward()''' method in !EventContext.cfc 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. If you are not already passing a second argument, you can set it to "" (the default).