Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
HELP90:_Banners
HELP90:_Banners
nameReleaseNote
nopaneltrue

Introduction

PhixFlow is pleased to announce the release of PhixFlow Version 10.0.6. This page describes the improvements and fixes in this version.

Installing or Upgrading to PhixFlow Version 10.0.6

To install a new PhixFlow instance:

  1. Check System Requirements and Compatibility for details of the PhixFlow system requirements and update any dependencies. 
    1. Please email support@phixflow.com if you are planning to run PhixFlow on an unsupported database version.
  2. Follow the instructions in Installing PhixFlow.

To upgrade an existing PhixFlow instance: 

  1. Check System Requirements and Compatibility for changes to the system requirements or supported database versions. For example, you may need to upgrade your database or Java version.
    1. Please email support@phixflow.com if you are planning to run PhixFlow on an unsupported database version.
  2. Ensure you have a backup of the database before upgrading PhixFlow.
  3. Follow the Upgrading PhixFlow steps. It is important to complete Step 8, in which you apply any Special Upgrade Instructions for all the intermediate releases between your current version and the version to which you are upgrading.

  4. This release includes changes that affect the PhixFlow database. After upgrading, remember to republish the PhixFlow data as described in Step 10 of Upgrading PhixFlow

Special Upgrade Instructions

Info

Grid/Table Styling Changes

In version 8 grid rows were alternating by default (white/grey). This is no longer the default since version 9. This is no longer the default since version 9. To enable alternating colours the 'Grid Row Style' and 'Grid Alternate Row Style'.

In version 8 grid cells had borders by default. This is no longer the default since version 9. Cell borders can be created by setting the top border in 'Row Styles' and a right border on 'Column Styles'.

In version 8 grid rows were highlighted in green when the mouse hovered over them. This is no longer the default since version 9. This can be restored by setting the background colour of the 'Grid Row Hover Style'.

All styles are listed below.

Restoring Grid/Table Styling from 8.3 

If you wish to restore the grid styling from PhixFlow Version 8.3, the following Styles can be updated in Administration → System → Configuration → Styles Tab → Style Settings, .add these styles to the Style's CSS Properties:

Grid Row Style:

    height: 18px

borderRight: 1px solid #d3d3d3

Grid Alternate Row Style:

    background-color: #e6e6e6

Row Selection Style:

    background-color: #07e51c

Grid Row Hover Style:

    background-color: #22FF37

Styling Review

Previously style attributes were wrongly being inherited even when they were not enabled in the parent style. This has been fixed. Applications should be checked to ensure their styling is still correct and that they weren't relying on the previously broken behaviour.

Schema Changes

Info

Schema changes are not required for this release.

Improvements and New Features

N/A

Bug Fixes

N/A