Bug #2142
WikingApplicationHelperPatch: InstanceMethods: wikipedia language can only be 1 character
Start date:
29 Jan 2013
Due date:
% Done:
100%
Redmine version:
External issue:
Description
Dear Andriy,
in the modul WikingApplicationHelperPatch: InstanceMethods is bug in the regex WIKING_LINK_RE. A +
is missing: (?:\[([^\]])\])
shoud be (?:\[([^\]]+)\])
– see WikiNG.patch.
Greatings from Germany,
Daniel Gloger
Related issues
History
#1
Updated by Andriy Lesyuk about 12 years ago
- Status changed from New to Open
- Target version changed from 1.0.0b to 0.0.4
Thanks!
#2
Updated by Andriy Lesyuk almost 12 years ago
- Status changed from Open to In Progress
- % Done changed from 50 to 100
#3
Updated by Andriy Lesyuk almost 12 years ago
- Status changed from In Progress to Closed
Applied in changeset r38.
#4
Updated by Andriy Lesyuk over 7 years ago
- Related to Support #2419: Wikipedia languages added