Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#18472 closed Cleanup/optimization (fixed)

`set_language` view documentation improvements

Reported by: Simon Meers Owned by: Simon Meers
Component: Documentation Version: 1.4
Severity: Normal Keywords: i18n, set_language
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

  • I've seen people get confused by including the set_language URL within their i18n_patterns and wondering why it doesn't work (the form POST turns into a redirected GET request which fails); we should probably add a warning to ensure that this URL is locale-independent
  • Why do we have a hardcoded URL as the form action? This should be reversed instead, and possibly have a name added to the URL.

Happy to tackle/commit this, just wanted to make sure I wasn't missing anything.

Change History (4)

comment:1 by Jannis Leidel, 12 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Jannis Leidel, 12 years ago

Both issues are valid, I'd suggest to open a separate ticket for the hardcoded URL though.

comment:3 by Simon Meers <simon@…>, 12 years ago

Resolution: fixed
Status: newclosed

In [d7816c563b58ed53d49956321d549a16e2b2ebc0]:

Fixed #18472 - Added warning regarding set_language / i18n_patterns.

comment:4 by Simon Meers <simon@…>, 12 years ago

In [68fd7f56e18df609561f8c82f247eb0c4cac2f83]:

[1.4.x] Fixed #18472 - Added warning regarding set_language / i18n_patterns.

Backport of d7816c563b58ed53d49956321d549a16e2b2ebc0 from master.

Note: See TracTickets for help on using tickets.
Back to Top