FLUID-3453: rethink the value for postClass->minified in postClass.php in the Infusion Builder

Metadata

Source
FLUID-3453
Type
Bug
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
N/A
Reporter
Laurel Williams
Created
2009-12-18T15:20:57.000-0500
Updated
2014-03-03T11:20:13.173-0500
Versions
  1. 1.4
Fixed Versions
  1. 1.5
Component
  1. Infusion Builder

Description

The value for postClass->minified is a boolean, true or false value. However throughout the code we often need to use an integer value. So the boolean value is perhaps not as useful as initially anticipated. In fact, it is often confusing, as in the case where you have to use !$mininifiy to represent source. It may be just as easy and less confusing to use the string values defined in PostClass.php (SOURCE and MINIFIED).

Comments