User contributions
- 16:46, 17 April 2014 (diff | hist) . . (-599) . . Template:Delink (switch to Module:Delink, which should be more efficient)
- 12:15, 15 April 2013 (diff | hist) . . (+168) . . Module:Delink (better decoding support)
- 11:56, 15 April 2013 (diff | hist) . . (+2) . . Module:Delink (group the bad characters together)
- 11:54, 15 April 2013 (diff | hist) . . (-254) . . Module:Delink (simplify bad title check)
- 11:44, 15 April 2013 (diff | hist) . . (+36) . . Module:Delink (decode HTML entities in URLs)
- 06:13, 6 April 2013 (diff | hist) . . (+1) . . m Module:Delink (use "refs" instead of "ref" in line with other parameter names)
- 06:11, 6 April 2013 (diff | hist) . . (+11) . . Module:Delink (limit strip marker removal to ref tags)
- 05:26, 6 April 2013 (diff | hist) . . (+127) . . Module:Delink (account for lines containing only spaces)
- 20:52, 5 April 2013 (diff | hist) . . (0) . . Module:Delink (Reorder whitespace testing)
- 20:46, 5 April 2013 (diff | hist) . . (+168) . . Module:Delink (deal with multiple-line external links)
- 20:37, 5 April 2013 (diff | hist) . . (+1) . . Module:Delink (full delete character handling in urls)
- 18:40, 5 April 2013 (diff | hist) . . (+1) . . Module:Delink (try checking for ASCII delete character for URLs)
- 18:25, 5 April 2013 (diff | hist) . . (+1) . . Module:Delink (fix whitespace pattern match again - a single line break makes a space)
- 18:15, 5 April 2013 (diff | hist) . . (+8) . . Module:Delink (fix pattern match)
- 17:51, 5 April 2013 (diff | hist) . . (-3) . . Module:Delink (try removing slashes from newlin-matching pattern)
- 13:33, 5 April 2013 (diff | hist) . . (+315) . . Module:Delink (handle multiple-line links)
- 11:58, 5 April 2013 (diff | hist) . . (+6) . . Module:Delink (whitespace test)
- 10:07, 5 April 2013 (diff | hist) . . (+266) . . Module:Delink (add (opt-in) code for removing strip markers)
- 09:31, 5 April 2013 (diff | hist) . . (+205) . . Module:Delink (make each parse optional)
- 08:50, 5 April 2013 (diff | hist) . . (+2) . . Module:Delink (html comments are probably mostly removed by the parser anyway - testing)
- 08:24, 5 April 2013 (diff | hist) . . (+79) . . Module:Delink (remove html comments)
- 10:25, 4 April 2013 (diff | hist) . . (+382) . . m Module:Delink (Undid revision 548632488 by Mr. Stradivarius (talk) nope, doesn't quite work)
- 10:24, 4 April 2013 (diff | hist) . . (-382) . . Module:Delink (Try parsing wikilinks and URLs on the same pass)
- 08:47, 4 April 2013 (diff | hist) . . (+364) . . Module:Delink (split the search algorithm out into its own function, add data type checks)
- 01:27, 4 April 2013 (diff | hist) . . (+154) . . Module:Delink (use pcall and mw.title.new to check for valid titles)
- 01:00, 4 April 2013 (diff | hist) . . (+86) . . Module:Delink (remove extra whitespace)
- 00:42, 4 April 2013 (diff | hist) . . (+11) . . Module:Delink (whitespace matching for urls should be working this time, hopefully)
- 00:19, 4 April 2013 (diff | hist) . . (-1) . . Module:Delink (revert - doesn't work)
- 00:18, 4 April 2013 (diff | hist) . . (+2) . . Module:Delink (add anchor to the url pattern)
- 00:16, 4 April 2013 (diff | hist) . . (-1) . . Module:Delink (better whitespace matching for urls)
- 23:06, 3 April 2013 (diff | hist) . . (+495) . . Module:Delink (handle nested links)
- 22:27, 3 April 2013 (diff | hist) . . (-9) . . Module:Delink (revert - false values for gsub blank the whole match rather than preserving the string)
- 22:24, 3 April 2013 (diff | hist) . . (+4) . . Module:Delink (try capturing the whole of the pattern, in case it isn't doing this already)
- 22:20, 3 April 2013 (diff | hist) . . (+83) . . Module:Delink (return false for bad links rather than returning the entire string)
- 20:48, 3 April 2013 (diff | hist) . . (+195) . . Module:Delink (check for characters that are allowed in titles but not in link title areas)
- 20:36, 3 April 2013 (diff | hist) . . (-28) . . Module:Delink (fix bad pattern)
- 20:24, 3 April 2013 (diff | hist) . . (+112) . . Module:Delink (deal with multiple pipes in the reverse pipe trick)
- 18:29, 3 April 2013 (diff | hist) . . (+10) . . Module:Delink (better variable name)
- 18:27, 3 April 2013 (diff | hist) . . (-71) . . Module:Delink (change description at the top to be more accurate)
- 18:19, 3 April 2013 (diff | hist) . . (+6) . . Module:Delink (add "//" url prefix)
- 18:17, 3 April 2013 (diff | hist) . . (+4) . . Module:Delink (better prefix test)
- 18:14, 3 April 2013 (diff | hist) . . (+1,084) . . Module:Delink (delink urls)
- 14:33, 3 April 2013 (diff | hist) . . (+224) . . Module:Delink (deal with most bad links)
- 11:35, 3 April 2013 (diff | hist) . . (-135) . . Module:Delink (move the colon trick processing to earlier in the chain)
- 11:23, 3 April 2013 (diff | hist) . . (-21) . . Module:Delink (move cat/interwiki/file check earlier to the start of the processing chain)
- 10:46, 3 April 2013 (diff | hist) . . (+1,280) . . Module:Delink (deal with categories/interwikis and the colon trick)
- 10:11, 3 April 2013 (diff | hist) . . (+2) . . Module:Delink (tweak pipe trick spacing)
- 09:47, 3 April 2013 (diff | hist) . . (+2,209) . . N Module:Delink (Moving from Module:User:Mr. Stradivarius/sandbox2. Still under development, but is obviously destined to be a full-blown module, so moving to a better title.)