MediaWiki r8670 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r8669‎ | r8670 (on ViewVC)‎ | r8671 >
Date:15:26, 27 April 2005
Author:gabrielwicke
Status:old
Tags:
Comment:
remove hr's too, ticks
Modified paths:

Diff [purge]

Index: trunk/extensions/catfeed/catfeed.php
@@ -102,8 +102,9 @@
103103 "/\n===\s*(.*)\s*===\s*\n/" => "\n* \$1\n", # h3
104104 "/\n==\s*(.*)\s*==\s*\n/" => "\n* \$1\n", # h2
105105 "/\n=\s*(.*)\s*=\s*\n/" => "\n* \$1\n", # h1
106 - "/'''(.*)'''/" => "\$1", # bold
107 - "/''(.*)''/" => "\$1", # italic
 106+ "/'''([^']+)'''/" => "\$1", # bold
 107+ "/''([^']+)''/" => "\$1", # italic
 108+ "/\n----+/" => "", # hr
108109 "/<([^>]{1,2000})>/s" => "", # any html tags
109110 "/__\w{1,60}__/i" => "", # __notoc__ etc
110111 "/(\n\s*)+/" => "\n" # many newlines

Status & tagging log

  • 15:03, 12 September 2011 Meno25 (Talk | contribs) changed the status of r8670 [removed: ok added: old]
  • 14:06, 1 July 2009 ^demon (Talk | contribs) changed the status of r8670 [removed: new added: ok]
Personal tools
Namespaces

Variants
Views
Actions
Navigation
Support
Download
Development
Communication
Toolbox