View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0000247 | WackoWiki | handler | public | 2008-12-17 14:51 | 2009-10-13 16:03 | 
| Reporter | administrator | Assigned To | administrator | ||
| Priority | normal | Severity | tweak | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.2 | ||||
| Target Version | 5.0.beta | Fixed in Version | 5.0.beta | ||
| Summary | 0000247: avoid output of DIV "commentform" for user without rights for comments | ||||
| Description | don't show the empty <div class=\"commentform\"> for user without rights for comments | ||||
| Steps To Reproduce | move DIV container for commentform also inside the conditional if [RECENT] print("<div class=\"commentform\">\n"); if ($this->HasAccess("comment")) { [FIX] if ($this->HasAccess("comment")) { print("<div class=\"commentform\">\n");  | ||||
| Additional Information | Firebug is your friend ;) | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2008-12-17 14:51 | administrator | New Issue | |
| 2008-12-17 14:51 | administrator | Status | new => assigned | 
| 2008-12-17 14:51 | administrator | Assigned To | => administrator | 
| 2008-12-17 14:51 | administrator | Legacy | => NEW | 
| 2008-12-17 14:52 | administrator | Note Added: 0000539 | |
| 2008-12-17 14:52 | administrator | Status | assigned => resolved | 
| 2008-12-17 14:52 | administrator | Resolution | open => fixed | 
| 2008-12-17 14:52 | administrator | Fixed in Version | => 5.0.0 | 
| 2008-12-17 14:54 | administrator | Description Updated | |
| 2008-12-17 15:03 | administrator | Additional Information Updated | |
| 2009-10-13 16:00 | administrator | Target Version | 5.0.0 => 5.0.beta | 
| 2009-10-13 16:03 | administrator | Fixed in Version | 5.0.0 => 5.0.beta | 
| 2010-03-08 10:14 | administrator | Category | Handler => handler |