Fixes Defects: PH00457,PH02384,PH02409,PH08718,PI10709,PI26797,PI45670,PI50760,PI67743 This patch contains the following software changes: PH00457: Problem: In ClearQuest Web, constant lists are sorted in multi-line string fields even if auto sort is unchecked in the Designer. Fix: In ClearQuest Web, constant lists are no longer sorted in multi-line string fields if auto sort is unchecked in the Designer. PH02384: Problem: Under some circumstances, attachments cannot be added to a ClearQuest Web record if a session timeout occurs during a record modification. Fix: If a record has a session timeout during a modification action, ClearQuest Web has been fixed to allow the addition of a new attachment. PH02409: Problem: If a ClearQuest Web record has a validation failure, then any new attachments added during record modification will display a size of '0'. Fix: This condition has been corrected. If a ClearQuest Web record has a validation failure, all attachments will still display their correct size values. PH08718: Problem: In ClearQuest Web, running a list view custom query containing a date field as one of the display columns will throw an Unparseable date error. As a result of the error, the query does not return any results. The error will not be thrown if the date field is defined as the first or last column in the result set. Any other position in the result set has the problem. Fix: In ClearQuest Web, running a list view custom query containing a date field as one of the display columns will not throw the Unparseable date error. PI10709: Problem: The ClearQuest 'importutil exportlist' command exports all items in the list to a single line rather than a new line for each entry. Example: Item1Item2Item3 Fix: The ClearQuest 'importutil exportlist' command has been fixed so that each item in the list is exported to a new line. Example: Item1 Item2 Item3 PI26797: Problem: Depending on browser version and content, multi-line fields submitted though ClearQuest Web may contain newline characters in addition or opposed to carriage return plus newline to represent line breaks. Fix: By default, all multi-line data submitted though ClearQuest Web will now contain carriage return plus newline to represent line breaks. This behavior can be reverted by an Administrator to the previous state by running the installutil setmasterproperty command on the property CM_CRLF_FOR_MULTILINE and setting it to 0. PI45670: Problem: ClearQuest Web templates fail with the following error message if there is a hook which sets some fields to be read-only "Error from RPC server: PROPPATCH failed: CRMUD0060E The field xxxxxxxxxx cannot be modified because it is current read-only." Fix: ClearQuest Web now tracks the user's actions on the form in the same order they are entered and saves them in the template. Now when a users loads the CQ Web template, it will be loaded in the order saved and the above error won't happen anymore. PI50760: Problem: ClearQuest Web drop-down list box control allows users to enter values outside the list. This makes the behavior no different than a drop-down combo box. Fix: There is a new ClearQuest Web Site Configuration under the Application Options tab called "Drop down List Box Limit to List". When it's enabled, if a ClearQuest Web user types a value not in the drop-down list box control, they will receive an error message. This site configuration is disabled by default. PI67743: Problem: The QueryFilterNode method BuildFilter does not return a value. Fix: Added a new BuildFilterEx API that returns the FieldFilter object which can be used to change properties of the filter. The new API is otherwise identical to BuildFilter.