r36431 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36430‎ | r36431 | r36432 >
Date:18:42, 18 June 2008
Author:shinjiman
Status:old
Tags:
Comment:
* (bug 14216) Grouping references link displays are urlencoded instead rendering the normal text
patch by fdcn
Modified paths:
  • /trunk/extensions/Cite/Cite_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Cite/Cite_body.php
@@ -202,7 +202,7 @@
203203 if ( isset( $argv['group'] ) ){
204204 if (! $wgAllowCiteGroups ) return array(false); //remove when groups are fully tested.
205205 // Group given.
206 - $group = $this->validateName( $argv['group'] );
 206+ $group = $argv['group'];//don't apply validateName for group display
207207 unset( $argv['group']);
208208 --$cnt;
209209 }
@@ -715,4 +715,4 @@
716716 /**#@-*/
717717 }
718718
719 -?>
\ No newline at end of file
 719+?>

Follow-up revisions

RevisionCommit summaryAuthorDate
r36513Parser test case for bug 14216...brion18:41, 20 June 2008

Status & tagging log