https://bugzilla.wikimedia.org/show_bug.cgi?id=17141

           Summary: IPv4 addresses do not sort within sortable tables.
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: need-review
          Severity: enhancement
          Priority: Normal
         Component: User interface
        AssignedTo: [email protected]
        ReportedBy: [email protected]


It would be nice if MediaWiki could correctly sort IPv4 addresses (e.g.
10.1.203.40) in sortable tables. 

Currently, wikibits.js identifies them as numerics and refuses to sort them
correctly. Prepending a "&" to force a text search doesn't help unless the IP
addresses are uglified to include leading zeros (e.g. 010.001.203.040).

I've attached a patch that adds the ability to automatically identify and sort
IPv4 addresses.  It's my first MediaWiki contribution, so please review it
carefully.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to