Documentation for a historical release of Infusion: 1.3
Please view the Infusion Documentation site for the latest documentation.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

This page is currently being drafted, and is still incomplete.

This page provides instructions for upgrading your Fluid Infusion from version 1.2 to version 1.3.

Framework

This release includes a restructuring of Framework files that may require changes the import paths in your HTML files.

If you are using a concatenated file such as the provided InfusionAll.js or a custom build created using the Infusion Builder, you do not need to worry about these changes: All necessary files are included in the concatenated file. If, however, you are including dependencies individually, you will need to make the changes described below.

Individual components have specific requirements of the Framework, and do not necessarily include all Framework files. If you are working with a specific component, see the documentation for that component below.

On this Page

Files

Old File List

<script type="text/javascript" src="framework/core/js/Fluid.js"></script>
<script type="text/javascript" src="framework/core/js/FluidDOMUtilities.js"></script>
<script type="text/javascript" src="framework/core/js/JavaProperties.js"></script>
<script type="text/javascript" src="framework/core/js/FluidDebugging.js"></script>
<script type="text/javascript" src="framework/core/js/DataBinding.js"></script>
<script type="text/javascript" src="framework/core/js/jquery.keyboard-a11y.js"></script>
<script type="text/javascript" src="framework/core/js/ProgressiveEnhancement.js"></script>

<script type="text/javascript" src="lib/fastXmlPull/js/fastXmlPull.js"></script>
<script type="text/javascript" src="framework/renderer/js/fluidParser.js"></script>
<script type="text/javascript" src="framework/renderer/js/fluidRenderer.js"></script>

New File List

<script type="text/javascript" src="framework/core/js/Fluid.js"></script>
<script type="text/javascript" src="framework/core/js/FluidDocument.js"></script>
<script type="text/javascript" src="framework/core/js/FluidDOMUtilities.js"></script>
<script type="text/javascript" src="framework/core/js/JavaProperties.js"></script>
<script type="text/javascript" src="framework/core/js/FluidDebugging.js"></script>
<script type="text/javascript" src="framework/core/js/DataBinding.js"></script>
<script type="text/javascript" src="framework/core/js/jquery.keyboard-a11y.js"></script>
<script type="text/javascript" src="framework/core/js/FluidView.js"></script>
<script type="text/javascript" src="framework/core/js/FluidIoC.js"></script>
<script type="text/javascript" src="framework/core/js/FluidRequests.js"></script>
<script type="text/javascript" src="framework/core/js/ModelTransformation.js"></script>

<script type="text/javascript" src="framework/enhancement/js/ProgressiveEnhancement.js"></script>

<script type="text/javascript" src="lib/fastXmlPull/js/fastXmlPull.js"></script>
<script type="text/javascript" src="framework/renderer/js/fluidParser.js"></script>
<script type="text/javascript" src="framework/renderer/js/fluidRenderer.js"></script>
<script type="text/javascript" src="framework/renderer/js/RendererUtilities.js"></script>

Inline Edit

Upgrading Inline Edit to 1.3

Pager

Upgrading Pager to 1.3

Progress

Upgrading Progress to 1.3

Reorderer

Upgrading Reorderer to 1.3

Table of Contents

Upgrading Table of Contents to 1.3

UI Options

Upgrading UI Options to 1.3

Uploader

Upgrading Uploader to 1.3

  • No labels