Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F4842
cite_body.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
•
bzimport
Nov 21 2014, 10:09 PM
2014-11-21 22:09:24 (UTC+0)
Size
507 B
Referenced Files
None
Subscribers
None
cite_body.patch
View Options
Index: Cite_body.php
===================================================================
--- Cite_body.php (revision 36127)
+++ Cite_body.php (working copy)
@@ -202,7 +202,7 @@
if ( isset( $argv['group'] ) ){
if (! $wgAllowCiteGroups ) return array(false); //remove when groups are fully tested.
// Group given.
- $group = $this->validateName( $argv['group'] );
+ $group = $argv['group'];//don't apply validateName for group display
unset( $argv['group']);
--$cnt;
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4406
Default Alt Text
cite_body.patch (507 B)
Attached To
Mode
T16216: Grouping references does not support DBCS characters
Attached
Detach File
Event Timeline
Log In to Comment