TiddlyWiki.org

Ticket #682 (assigned defect)

Opened 2 months ago

Last modified 2 months ago

encodeTiddlyLink() ignores non-WikiWords

Reported by: FND Assigned to: FND (accepted)
Priority: major Milestone: 2.5
Component: core Version:
Severity: medium Keywords:
Cc:

Description (Last modified by FND)

String.encodeTiddlyLink() encloses tiddler titles in brackets only when they contain a space. However, tiddler titles can be non-WikiWords? without containing a space (e.g. "foo"), resulting in those not being encoded as links.

Therefore, this method should always enclose the respective title in brackets (note that this does not have any negative effects on WikiWords?).

Attachments

ticket682.patch (2.4 kB) - added by FND on 11/07/08 12:12:55.

Change History

17/06/08 11:19:10 changed by FND

  • owner changed from JeremyRuston to FND.
  • status changed from new to assigned.

17/06/08 11:20:13 changed by FND

  • description changed.

11/07/08 11:56:26 changed by MartinBudden

  • milestone changed from 2.4.1 to 2.5.

11/07/08 12:12:55 changed by FND

  • attachment ticket682.patch added.