Changeset 272
- Timestamp:
- 12/15/06 18:53:31 (2 years ago)
- Location:
- framework/trunk
- Files:
-
- 1 added
- 3 modified
-
fusebox5.cfm (modified) (1 diff)
-
fuseboxApplication.cfc (modified) (1 diff)
-
fuseboxEvent.cfc (added)
-
myFusebox.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/fusebox5.cfm
r258 r272 59 59 <cfset structAppend(attributes,URL,true) /> 60 60 <cfset structAppend(attributes,form,true) /> 61 <!--- FB51: ticket 164: add OO synonym for attributes scope ---> 62 <cfparam name="variables.event" default="#createObject('component','fuseboxEvent').init(attributes)#" /> 61 63 62 64 <!--- FB5: myFusebox is an object but has FB41-compatible public properties ---> -
framework/trunk/fuseboxApplication.cfc
r270 r272 93 93 hint="I am the myFusebox data structure." /> 94 94 95 <!--- fixed ticket 1 39 again--->95 <!--- fixed ticket 164 ---> 96 96 <cfset var myVersion = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#" /> 97 97 -
framework/trunk/myFusebox.cfc
r270 r272 51 51 <cfcomponent hint="I provide the per-request myFusebox data structure and some convenience methods."> 52 52 <cfscript> 53 // fixed ticket 1 39 again53 // fixed ticket 164 54 54 this.version.runtime = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#"; 55 55
