Bug 1029729

Summary: Valid dates are being marked as invalid
Product: [Community] PressGang CCMS Reporter: Lee Newson <lnewson>
Component: DocBook-builderAssignee: Lee Newson <lnewson>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.2   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-13 02:58:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Lee Newson 2013-11-13 02:50:15 UTC
The date "Thursday July 18 2013" is being marked as invalid when it is actually a valid date.

Comment 1 Lee Newson 2013-11-13 02:58:40 UTC
Fixed in csprocessor 1.2.3

The cause of this was the cleanDate() function which was used to clean days such as "Thurs", "Thur" and "Tues", so that they would be valid for our validator. However this was working on "Thursday" and "Tuesday", reducing them down to "Thuday" and "Tueday" respectively.