Version: unspecified
Severity: minor
URL: http://es.wikipedia.org/w/index.php?title=Horrocrux&diff=10238053&oldid=10120363
Description
Description
Details
Details
- Reference
- bz10683
Event Timeline
Comment Actions
Caused a regression breaking redirects to pages with '+' in the title.
Fixed in r25161 to match parser inline link behavior.
Comment Actions
md5 wrote:
It looks like the fix made it so that leading colons will only be removed from links that contain a percent sign. This will break hard category redirects (which I realize have little value, but I've seen them around and it seems like a regression).
Comment Actions
I don't see any regression testing something like #redirect [[:Category:Tests]].
The skipped ltrim() call looks unecessary to me; Title::newFromText() does this anyway (via the secureAndSplit(); it would only have a non-null effect if we passed a different default namespace into newFromText().).