Rename Javascript files which are part of demo portal

Description

The JS files which are part of the portal are confusingly named. Their names are currently the same as the demo name, which in many cases is the same as a component name. Hence we have for example a file named "uioptions.js" which does not actually contain the UIOptions component but merely the demo for it. This causes confusion when bringing up particular files in an IDE, especially on case-insensitive platforms. Similarly "renderer.js" in demos/renderer/data does not contain the renderer but demonstration data for the renderer.
I propose a rename to "componentnameDemo.js" for demo files and "componentnameDemoData.js" for data files used in the demos.

Environment

None

Activity

Show:

Michelle D'Souza September 1, 2011 at 7:35 PM

Pull request https://github.com/fluid-project/infusion/pull/142 merged into project repo at 775660bb181320a2b23dd1d61994bb2f2f88cae2

Michelle D'Souza September 1, 2011 at 7:35 PM

Bug Parade Infusion

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created August 31, 2011 at 7:46 PM
Updated March 3, 2014 at 5:06 PM
Resolved September 1, 2011 at 7:35 PM