Metadata
- Source
- FLUID-2402
- Type
- Task
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- Justin Obara
- Created
2009-03-25T11:35:52.000-0400 - Updated
2011-01-21T09:24:14.250-0500 - Versions
- N/A
- Fixed Versions
-
- 1.0
- Component
-
- Framework
Description
API Name Changes
Requires public nomination and discussion before changes can be made.
Here is the list of changes we decided on:
fluid.findKeyInObject() -> fluid.keyForValue()
uploader.repairFromUpload() -> uploader.refreshAfterUpload()
fluid.assembleSuperModel() -> fluid.assembleModel()
DARApplier -> ChangeApplier
Comments
-
Justin Obara commented
2009-03-25T11:36:25.000-0400 Clean Up Parade 1.0
-
Eli Cochran commented
2009-03-31T17:50:13.000-0400 repairFromUpload() has been changed to refreshAfterUpload()
-
Colin Clark commented
2009-04-01T00:28:13.000-0400 I've committed the changes for fluid.keyForValue(), fluid.assembleModel(), and the ChangeApplier-related names.
-
Colin Clark commented
2009-04-01T00:29:17.000-0400 Name changes are in and backwards compatibility has been preserved where necessary. The four commits to this issue should be code reviewed before closing.