Achievements:

- removed excess escapes (htmlspecialchars really needed?)

* urlencode icons for all powered tooltips (some contain obscure symbols)

Spell:
 - added relatedTabs "criteria of" and "contains" (the later should be reworked with generic loot access)

 * implemented first draft of conditions in listview as extraCol; condition: {type, typeId, status}; currently only inpmplemented in the item-brick
 * obligatory oneliners all over the place fixing stuff that boggles the mind
This commit is contained in:
Sarjuuk
2013-07-07 23:22:40 +02:00
parent 79ee421833
commit a8804f6440
13 changed files with 280 additions and 78 deletions

View File

@@ -209,7 +209,7 @@ abstract class BaseType
return Util::localizedString($this->curTpl, $field);
$value = $this->curTpl[$field];
return is_numeric($value) ? floatVal($value) : $value;
return is_numeric($value) ? floatVal($value) : $value;
}
public function getMatches()