o #399534 by clemens.tolboom and drewish: Add fragment and query string as options when making fields into links.
o #315915 by dixon_: Add another base row class to rows.
o #353403 by agentrickard: Field to provide "more" text.
+ o #377896 by dereine: When ticked "link to node" show node title as a href title attribute.
Views 2.5
Bugs fixed:
if (!empty($this->options['link_to_node']) && $data !== NULL && $data !== '') {
$this->options['alter']['make_link'] = TRUE;
$this->options['alter']['path'] = "node/" . $values->{$this->aliases['nid']};
+ $this->options['alter']['alt'] = check_plain($data);
}
return $data;
}