id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 4457,Unable to use an empty separator,Cheung Kwok-kuen,Noah Kantrowitz,"I defined this in conf/trac.ini, {{{ [datefield] format = ymd separator = }}} expecting to use the format YYYYMMDD. When I input such date into the form, the Trac gives me a validation failure. The following message appears in the log file, {{{ Trac[filter] DEBUG: DateFieldModule: Got an exception, assuming it is a validation failure. Traceback (most recent call last): File ""build/bdist.linux-i686/egg/datefield/filter.py"", line 72, in validate_ticket if len(val.split(self.date_sep)) != 3: ValueError: empty separator }}} Looking at the code, it seems the validation code always expect a separator. This probably isn't a serious issue... people can certainly use YYYY-MM-DD instead.",defect,closed,normal,DateFieldPlugin,normal,fixed,,,0.11