Anonymous | Login | Signup for a new account | 2021-02-24 18:22 GMT | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001310 | SiT! | i18n | public | 2010-04-30 10:51 | 2010-07-15 21:32 | ||||
Reporter | jko | ||||||||
Assigned To | paulh | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | Windows | OS | Windows | OS Version | XP+Later | ||||
Product Version | 3.60 LTS | ||||||||
Target Version | 3.61 LTS | Fixed in Version | 3.61 LTS | ||||||
Summary | 0001310: not working fallback in AJAX-contexthelp | ||||||||
Description | There is a bug in the ajax context help which renders the context help useless if no fitting translation was found. ajaxdata.php: old: if (!file_exists($helpfile)) $helpfile = APPLICATION_HELPPATH . "{$_SESSION['lang']}". DIRECTORY_SEPARATOR. "en-GB/{$context}.txt"; fixed: if (!file_exists($helpfile)) $helpfile = APPLICATION_HELPPATH . "en-GB/{$context}.txt"; | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
paulh (administrator) 2010-05-02 10:48 |
Can repro |
paulh (administrator) 2010-05-02 11:02 |
r6465 and bfd8621 resolve this, thank jko Added this in 3.61 as its a relatively simple bug fix which won't impact other areas |
![]() |
|||
Date Modified | Username | Field | Change |
2010-04-30 10:51 | jko | New Issue | |
2010-05-02 10:48 | paulh | Note Added: 0003124 | |
2010-05-02 10:48 | paulh | Assigned To | => paulh |
2010-05-02 10:48 | paulh | Status | new => confirmed |
2010-05-02 11:02 | paulh | Note Added: 0003125 | |
2010-05-02 11:02 | paulh | Status | confirmed => resolved |
2010-05-02 11:02 | paulh | Resolution | open => fixed |
2010-05-02 11:02 | paulh | Target Version | => 3.61 LTS |
2010-07-15 21:32 | ivan | Status | resolved => closed |
2010-07-15 21:32 | ivan | Fixed in Version | => 3.61 LTS |
Copyright © 2000 - 2021 MantisBT Team |