Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F2058
wiki.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, 8:31 PM
2014-11-21 20:31:35 (UTC+0)
Size
891 B
Referenced Files
None
Subscribers
None
wiki.patch
View Options
Index: includes/Parser.php
===================================================================
--- includes/Parser.php (revision 14432)
+++ includes/Parser.php (working copy)
@@ -2776,8 +2776,10 @@
wfDebug( "$fname: template loop broken at '$part1'\n" );
} else {
# set $text to cached message.
+ $isHTML = true;
$text = $linestart . $this->mTemplates[$piece['title']];
}
+ $noparse = true;
}
# Load from database
Index: includes/SpecialPage.php
===================================================================
--- includes/SpecialPage.php (revision 14432)
+++ includes/SpecialPage.php (working copy)
@@ -311,7 +311,9 @@
$profName = 'Special:' . $page->getName();
wfProfileIn( $profName );
+ $saveit = $this->mStripState;
$page->execute( $par );
+ $this->mStripState = $saveit;
wfProfileOut( $profName );
$retVal = true;
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1635
Default Alt Text
wiki.patch (891 B)
Attached To
Mode
T4447: Inclusion of special pages with parameters
Attached
Detach File
Event Timeline
Log In to Comment