Changes between Version 1 and Version 2 of Ticket #14425


Ignore:
Timestamp:
2017-02-28T04:58:41+01:00 (7 years ago)
Author:
nyurik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14425 – Description

    v1 v2  
    99
    1010* double language link ("en:en:Foo" -> "en:Foo")
     11{{{
     12  This part is not implemented because it requires regex backreferences in validators,
     13  which don't work for some reason:  *[wikipedia =~ /^([-a-z]{2,12}:)\1/] {...}
     14}}}
    1115
    12   TODO - this requires regex backreferences in validators, which don't work for some reason:
    13      *[wikipedia =~ /^([-a-z]{2,12}:)\1/] {...}
    14 
    15 To do this, we need a few additional validator functions -- trim, upper and lower (for completeness)
     16This patch also adds a few additional validator functions: trim, upper and lower (for completeness)