View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000124 | WackoWiki | localization | public | 2007-10-30 06:45 | 2009-08-19 09:39 |
| Reporter | administrator | Assigned To | administrator | ||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.2 | ||||
| Target Version | 4.3.rc | Fixed in Version | 4.3.rc | ||
| Summary | 0000124: localize message: Unknown action "something" | ||||
| Description | /classes/wacko.php - Line 1585 $result = $this->IncludeBuffered(strtolower($action).".php", "Unknown action \"$action\"", $params, $this->config["action_path"]); change to $result = $this->IncludeBuffered(strtolower($action).".php", "".$this->GetResourceValue("UnknownAction")." \"$action\"", $params, $this->config["action_path"]); | ||||
| Additional Information | add to /lang/wakka.xy.php [de] "UnknownAction" => "Unbekannte Aktion", [en] "UnknownAction" => "Unknown action", | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-10-30 06:45 | administrator | New Issue | |
| 2007-10-30 06:45 | administrator | Legacy | => NEW |
| 2007-10-30 06:46 | administrator | Assigned To | => administrator |
| 2007-10-30 06:46 | administrator | Status | new => resolved |
| 2007-10-30 06:46 | administrator | Resolution | open => fixed |
| 2007-10-30 06:46 | administrator | Fixed in Version | => 5.0.0 |
| 2007-10-30 06:46 | administrator | Target Version | => 5.0.0 |
| 2007-10-30 07:09 | administrator | Summary | localize Message: Unknown action "something" => localize message: Unknown action "something" |
| 2009-08-19 09:22 | administrator | Fixed in Version | 5.0.0 => 4.3.rc |
| 2009-08-19 09:39 | administrator | Target Version | 5.0.0 => 4.3.rc |
| 2010-03-08 10:16 | administrator | Category | Localization => localization |