id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
7232,Explicit separator required in date string,anonymous,hasienda,We had to set the seperator 'sep' in wikiticketcalendar/macro.py \r\nhard coded to "/" to make it work\r\n\r\n{{{\r\nduedate = { 'dmy': '%(dd)s%(sep)s%(mm)s%(sep)s%(yy)s'_\r\n                                'mdy': '%(mm)s%(sep)s%(dd)s%(sep)s%(yy)s'_\r\n                                'ymd': '%(yy)s%(sep)s%(mm)s%(sep)s%(dd)s'\r\n                    }.get(self.date_format_\r\n                    '%(yy)s%(sep)s%(mm)s%(sep)s%(dd)s') % {\r\n                        'dd': dayString_\r\n                        'mm': monthString_\r\n                        'yy': yearString_\r\n                        'sep': "/"\r\n                    }\r\n\r\n}}},defect,closed,normal,WikiCalendarMacro,normal,fixed,date/time format,rjollos,0.11
