Changes between Version 2 and Version 3 of UpgradingModelGlue/UpgradingFromModelGlue2
- Timestamp:
- 11/16/09 22:48:37 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpgradingModelGlue/UpgradingFromModelGlue2
v2 v3 1 = Upgrading From Model-Glue 2 = 2 1 3 Upgrading from Model-Glue 2 to Model-Glue 3 has been designed to be as painless as possible. Great pains went into ensuring backwards compatibility as much as humanly possible. 2 4 3 The process to upgrade from Model-Glue 2 to Model-Glue 3 should be as easy as replacing your existing ModelGlue directory with a fresh MG3 copy. Sounds easy, doesn't it?5 The process to upgrade from Model-Glue 2 to Model-Glue 3 should be as easy as replacing your existing !ModelGlue directory with a fresh MG3 copy. Sounds easy, doesn't it? 4 6 5 7 Well, we wish it were. There are a few issues that might trip you up. We'll explain what they are and how to get around them: 6 8 7 1 ColdFusion 9 introduced the '''trace()''' method. This conflicts with the MG trace method onEventContext.cfc. You will need to update your codebase and change all instances of '''trace()''' to '''addTraceStatement()'''9 1. !ColdFusion 9 introduced the '''trace()''' method. This conflicts with the MG trace method on !EventContext.cfc. You will need to update your codebase and change all instances of '''trace()''' to '''addTraceStatement()''' 8 10 9 2 Model-Glue 3 requires at least version 1.2 of theColdSpring Framework (http://www.coldspringframework.org/).11 2. Model-Glue 3 requires at least version 1.2 of the !ColdSpring Framework (http://www.coldspringframework.org/).
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)