View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000370 | XMB1 | Bugs | public | 2010-04-07 10:56 | 2010-04-09 17:17 |
Reporter | miqrogroove | Assigned To | miqrogroove | ||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Product Version | 1.9.8 SP2 | ||||
Target Version | 1.9.11.09 | Fixed in Version | 1.9.11.09 | ||
Summary | 0000370: Author Name Handling in forumdisplay | ||||
Description | There are a couple of legacy bugs surrounding the use of if ($thread['author'] == $lang['textanonymous']) { First of all, textanonymous has never appeared in post.php, making this condition invalid. I confirmed this by registering a username equal to the translation of 'Anonymous' and attempted to view a forum where that user had posted. The username link is missing in that case. Secondly, the translation of 'Anonymous' is missing in the thread author column when viewing forums with anonymous threads. Third, we are using is_null($thread['uid']) in newer versions to check for the user's existence, but only for the thread author. I believe this check can be extended to the lastpost field by using MySQL's SUBSTRING_INDEX() function and a second table join. | ||||
Tags | No tags attached. | ||||
MySQL Version | |||||
PHP Version | |||||
Web Server | |||||
Browser | |||||
Flags | |||||
Original Reporter | |||||
SVN Revision | 2347 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-04-07 10:56 | miqrogroove | New Issue | |
2010-04-07 10:59 | miqrogroove | Description Updated | |
2010-04-08 09:11 | miqrogroove | Status | new => assigned |
2010-04-08 09:11 | miqrogroove | Assigned To | => miqrogroove |
2010-04-08 09:35 | miqrogroove | SVN Revision | => 2347 |
2010-04-08 09:35 | miqrogroove | Status | assigned => resolved |
2010-04-08 09:35 | miqrogroove | Fixed in Version | => 1.9.11.09 |
2010-04-08 09:35 | miqrogroove | Resolution | open => fixed |
2010-04-09 17:17 | miqrogroove | Status | resolved => closed |