﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
3382	[PATCH] Multiple fixes	James Yonan	permon	"This patch is against http://trac-hacks.org/svn/mediawikipluginmacro (r2483)

 * Fixed issue where _specialUrlPat regex in replaceFreeExternalLinks was failing to render external links in paragraphs containing newlines because the re.DOTALL regex flag was not being used to allow .* to match newlines.

 * Fixed bug in replaceFreeExternalLinks where the loop variable 'i' was being stepped on for another purpose by code inside the loop.

 * Fixed regex issue where control-char ranges for ascii were being specified to match against unicode strings.

 * Fixed issue where nextItem was called with only one rather than the required two parameters.

 * Support rendering of anchor links such as: {{{[[#heading 4|heading four]]}}}

"	defect	new	normal	MediaWikiPluginMacro	normal				0.11
