Modify ↓
Opened 14 years ago
Closed 14 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: | 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 , 14 years ago
Keywords: | needinfo added |
---|
comment:3 by , 14 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 , 14 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
No feedback in more than 3 months - closing.
Note:
See TracTickets
for help on using tickets.
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, …)?