View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000392 | WackoWiki | formatter | public | 2011-07-02 11:43 | 2011-07-03 10:33 |
| Reporter | administrator | Assigned To | administrator | ||
| Priority | normal | Severity | minor | Reproducibility | sometimes |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.3.0 | ||||
| Target Version | 5.0.rc | Fixed in Version | 5.0.rc | ||
| Summary | 0000392: shortend url uses + instead %20 -> body OK -> output not | ||||
| Description | case: <a class="outerlink" title="Outgoing link" href="http://sourceforge.net/apps/trac/sourceforge/wiki/Project+database"><img alt="externer Link" src="http://wackowiki.org/themes/default/icons/web.gif">http://sourceforge.net/apps/tr[...]i/Project%20database</a> the causing function: pre_link function -> str_replace(' ', '+', urldecode($tag)) fails ? Solution: str_replace(' ', '%20', urldecode($tag)) <a class="outerlink" title="Outgoing link" href="http://sourceforge.net/apps/trac/sourceforge/wiki/Project%20web%20and%20developer%20web%20platform#Caching"> <img alt="www" src="http://wackowiki.org/themes/default/icons/web.gif"> http://sourceforge.net/apps/tr[...]web platform#Caching </a> | ||||
| Additional Information | http://www.php.net/manual/de/function.urldecode.php | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-07-02 11:43 | administrator | New Issue | |
| 2011-07-02 11:43 | administrator | Status | new => assigned |
| 2011-07-02 11:43 | administrator | Assigned To | => administrator |
| 2011-07-02 20:10 | administrator | Additional Information Updated | |
| 2011-07-03 10:19 | administrator | Note Added: 0000802 | |
| 2011-07-03 10:19 | administrator | Status | assigned => resolved |
| 2011-07-03 10:19 | administrator | Resolution | open => fixed |
| 2011-07-03 10:19 | administrator | Fixed in Version | => 5.0.rc |
| 2011-07-03 10:33 | administrator | Description Updated |