Index: trunk/phase3/includes/Parser.php |
— | — | @@ -4337,7 +4337,7 @@ |
4338 | 4338 | if ( count( $matches ) == 0 ) { |
4339 | 4339 | continue; |
4340 | 4340 | } |
4341 | | - $tp = Title::newFromText( urldecode( $matches[1] ) ); |
| 4341 | + $tp = Title::newFromText( $matches[1] ); |
4342 | 4342 | $nt =& $tp; |
4343 | 4343 | if( is_null( $nt ) ) { |
4344 | 4344 | # Bogus title. Ignore these so we don't bomb out later. |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -224,7 +224,6 @@ |
225 | 225 | * (bug 13866) skins/common/shared.css - invalid attribute fixing |
226 | 226 | * Hide edit section links on Special:Undelete |
227 | 227 | * (bug 13860) Fix "Justify paragraphs" option for Modern skin |
228 | | -* (bug 11659) Urldecode image names in galleries |
229 | 228 | * (bug 13168) accessibility links in Modern skin link to wrong anchor id |
230 | 229 | * (bug 13185) No line break after 'subpages' class in Modern skin |
231 | 230 | * (bug 13583) No "poweredby" in Modern skin |