Changeset 2567


Ignore:
Timestamp:
01/31/10 18:56:56 (2 years ago)
Author:
benedikt
Message:
  • Fixed #2191: TLD .me not accepted
  • checked all TLD against ICAN DB
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r2559 r2567  
    11ispCP ω 1.0.4 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42010-01-31 Benedikt Heintel 
     5        - GUI: 
     6                * Fixed #2191: TLD .me not accepted 
    37 
    482010-01-31 Sascha Bay 
  • trunk/gui/include/input-checks.php

    r2540 r2567  
    538538                $pattern = 
    539539                        '@^(?: 
    540                                 (?:a[cdefgilmnoqrstuwxz]|aero|arpa|asia)| 
    541                                 (?:b[abdefghijmnorstvwyz]|biz)| 
    542                                 (?:c[acdfghiklmnorsuvxyz]|cat|com|coop)| 
     540                                (?:a[cdefgilmnoqrstuwxz]|aero|asia)| 
     541                                (?:b[abdefghijlmnorstvwyz]|biz)| 
     542                                (?:c[acdfghiklmnoruvxyz]|cat|com|coop)| 
    543543                                d[ejkmoz]| 
    544544                                (?:e[ceghrstu]|edu)| 
     
    550550                                k[eghimnprwyz]| 
    551551                                l[abcikrstuvy]| 
    552                                 (?:m[acdghklmnopqrstuvwxyz]|mil|mobi|museum)| 
     552                                (?:m[acdefghklmnopqrstuvwxyz]|mil|mobi|museum)| 
    553553                                (?:n[acefgilopruz]|name|net)| 
    554554                                (?:om|org)| 
    555555                                (?:p[aefghklmnrstwy]|pro)| 
    556556                                qa| 
    557                                 r[eouw]| 
     557                                r[eosuw]| 
    558558                                s[abcdeghijklmnortuvyz]| 
    559559                                (?:t[cdfghjklmnoprtvwz]|tel|travel)| 
Note: See TracChangeset for help on using the changeset viewer.