Page MenuHomePhabricator

regular expressions in Mediazilla generating links
Closed, DeclinedPublic

Description

Author: gangleri

Description:
Hallo!

The following renders to a link:
[[meta:Help:AaBbCc and PAGENAMEE]]
[[eo:Aŭstralio]]

The following does not
[[meta:Help:ĀāĆćĎďĒēĜĝĤĥĨĩĴĵĹĺŃń and PAGENAMEE]]
[[meta:Help:ĀāĆćĎďĒēĜĝĤĥĨĩĴĵĹĺŃń_and_PAGENAMEE]]
[[eo:Aŭstralio]]

see

It seems that characters are handeled fifferently.

BTW "_" versus "space": "_" prevents braking long links

[[meta:Help:AaBbCc AaBbCc AaBbCc AaBbCc AaBbCc AaBbCc AaBbCc AaBbCc AaBbCc
AaBbCc AaBbCc AaBbCc]]

[[meta:Help:AaBbCc_AaBbCc_AaBbCc_AaBbCc_AaBbCc_AaBbCc_AaBbCc_AaBbCc_AaBbCc_AaBbCc_AaBbCc_AaBbCc]]

Best regards Reinhardt [[user:gangleri]]


Version: unspecified
Severity: trivial

Details

Reference
bz3610

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:51 PM
bzimport set Reference to bz3610.
bzimport added a subscriber: Unknown Object (MLST).

gangleri wrote:

correction:

The following renders to a link:
[[meta:Help:AaBbCc and PAGENAMEE]]
[[eo:Auxstralio]]

robchur wrote:

That the links are rendered at all is convenience. This is not a problem with
our software, but our hacks. We don't need to extend a five-minute regex. for
the sake of some exotic titles; we have a URL field for this.