Closed
Bug 398352
Opened 18 years ago
Closed 18 years ago
Remember current locale for in-page article links
Categories
(support.mozilla.org :: Knowledge Base Software, task)
Tracking
(Not tracked)
RESOLVED
FIXED
0.5
People
(Reporter: djst, Assigned: nkoth)
Details
When a page links to another page using the English page name, the actual page served should be the current locale.
Example:
User visits http://support.mozilla.com/sv/kb/Article1, which has a link to a related article Article2. When clicking on it, the "/sv/" part of the URL should be maintained even though the in-page link didn't explicitly link to the Swedish version of the page. The user should end up on http://support.mozilla.com/sv/kb/Article2.
Reporter | ||
Comment 1•18 years ago
|
||
To clarify, this bug is about using the wiki syntax for links to other pages. If you only refer to the English page name in the link, it should remember the locale the user is visiting. So in the example above, even though the link pointed to "Article2" (English name of article), it should still serve the Swedish page if a translation exists.
Updated•18 years ago
|
Target Milestone: --- → 0.2
Reporter | ||
Updated•18 years ago
|
Assignee: nobody → nelson
Assignee | ||
Comment 2•18 years ago
|
||
See Bug 398353 for more info
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•16 years ago
|
Whiteboard: tiki_triage
Comment 3•16 years ago
|
||
This is SUMO-specific handling of URLs
Not sure about upstream...
Whiteboard: tiki_triage → tiki_discuss
Comment 4•16 years ago
|
||
This doesn't seem sumo_only to me, as it could influence how the wiki parser generates internal links in any multilingual situation, and how those links are interpreted. The bug linked in comment 2 has more information, but neither of them have patches or revision numbers. >.<
Comment 5•16 years ago
|
||
There doesn't appear to have been any code committed specifcally to SUMO for this, it's using underlying Tiki behavior anyway. Nothing to upstream.
Whiteboard: tiki_discuss
You need to log in
before you can comment on or make changes to this bug.
Description
•