Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

#9941 closed defect (worksforme)

Error in the validation message of a query that contains a date field in trac in Spanish

Reported by: imunoz@… Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

This happens with trac in Spanish. Steps for reproducing the error are:

  • Try to make a query with a date field typing on it 01/01/10 ("DD/MM/YY") and submit.
  • Then you will see this message ""01%2F01%2F01" es una fecha no válida, o el formato de fecha es desconocido. Intente "DD/MM/YY" en su lugar.".

Actually, the format that works is this one "2010-01-01" that is YYYY-MM-DD

Attachments (0)

Change History (4)

comment:1 by Remy Blank, 13 years ago

Keywords: needinfo added

There seems to be one layer of encoding too many. Can you tell us what web frontend you are using (mod_wsgi, fcgi, mod_python, …) and what web server? Any proxying (nginx, …)?

comment:2 by anonymous, 13 years ago

I've tested in a trac 0.12 with uwsgi and nginx

comment:3 by Remy Blank, 13 years ago

We have had this kind of quoting issue with nginx before. If you were using tracd, you could try the --unquote option, but with WSGI I don't know how you could fix that.

comment:4 by Christian Boos, 13 years ago

Resolution: worksforme
Status: newclosed

No feedback in more than 3 months - closing.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.