= Description = Some translated texts are cached, and the next user that use a different language will see the translated text of the previous user, instead of his translation. == Steps to reproduce == ## Describe the steps needed to reproduce the bug. If we can't reproduce it, we probably can't fix it. 1. Add {{{attachment:this}}} 1. You will see "Add new attachment" link 1. Change your language to another language, like Hebrew 1. Visit the page The page shows the previous language translation, instead of the new language. == Example == ##Add URL that show the bug, screenshot or test wiki markup that fail... [[attachment:this]] ##attachment:screenshot.png ##{{{ ##Example wiki markup that fail ##}}} == Details == ## if the bug is in this wiki, just kill the table and write: This Wiki. ## Describe your environment ## example: moin 1.3.0, Mac OS X 10.3.3, Python 2.3.0, Apache 2.0.48 with mod_python 3.1.2b, using SSL and Authentication This wiki == Workaround == ## How to deal with the bug until it is fixed Refresh the page with the <> link. = Discussion = I think we can handle this after other bugs are solved. It happens only with certain texts on a wiki with multiple language users and have an easy workaround. -- NirSoffer <> This is a result of the parser handling attachment links insted of the formatter. If handling is moved to the formatter these translations can be inserted dynamically. This has to be done anyway. -- FlorianFesti <> = Plan = ## This part is for Moin``Moin developers: Try to move attachments handling into the formatter? * Status: fixed in 1.5 ---- ## When the bug is fixed, replace the category to Category MoinMoinBugFixed ## If this is not a bug, replace with Category MoinMoinNoBug ---- CategoryMoinMoinBugFixed