Ticket #901 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

automatic conversion of URLs to links broken

Reported by: ray Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version:
Severity: normal Keywords:
Cc:

Description

There's a functionality to convert URLs and email addresses to links while typing. This is broken by rev[484] / fix for #699

The problem is here, that the RegEx? which is supposed to distinguish between is to generic

Change History

Changed 6 years ago by ray

  • status changed from new to closed
  • resolution set to fixed

the above should mean: which is supposed to distinguish between IPs and dates

committed rev [634]

  • fixed issue
  • added config var xinha_config.convertUrlsToLinks default false (which is consistent for URLs, because these weren't converted before due to the bug and inconsistent for email addresses)

Changed 6 years ago by gogo

In changeset:672 I have made the config default to true, my comment on the changeset shows why this should be so.

Note: See TracTickets for help on using tickets.