The title of the Relation module relations contains text like node -> node or node <-> node. Due to a bug in Views (I think), this will be sometimes displayed as node -&gt; node. Perhaps it is a good idea to replace the ASCII arrows with unicode arrows → and ↔.
It is 2012, we should be able to use these Unicode features to our benefit instead of relying on ASCII art.

I'll post a patch.

Comments

Jorrit’s picture

Assigned: Jorrit » Unassigned
Status: Active » Needs review
StatusFileSize
new3.4 KB

Here is the patch, I hope you like it.

steveoliver’s picture

StatusFileSize
new3.71 KB

rolled another one on top of #1 with replacements at /admin/content/relations (relation_ui.module).

Status: Needs review » Needs work

The last submitted patch, relation-unicode-arrows-1761614-2.patch, failed testing.

steveoliver’s picture

Status: Needs work » Needs review
StatusFileSize
new13.95 KB

This should pass, updated relation_migrate test assertions to match.

Status: Needs review » Needs work

The last submitted patch, relation-unicode-arrows-1761614-4.patch, failed testing.

steveoliver’s picture

Status: Needs work » Needs review
StatusFileSize
new14.01 KB

Ahh.. re-rolled against HEAD.

chx’s picture

Status: Needs review » Reviewed & tested by the community

I added steveolivier to the maintainers so he can commit it.

steveoliver’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Committed in 3a6acdf. Thanks, Jorrit and chx.