r82316 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r82315
|
r82316
|
r82317
>
Date:
02:05, 17 February 2011
Author:
juliano
Status:
deferred
Tags:
Comment:
Parser::clearState() is no longer safe in 1.17a (since
r79129
) if Parser
doesn't contain a ParserOptions object.
Modified paths:
/trunk/extensions/Wikilog/WikilogCommentPager.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Wikilog/WikilogCommentPager.php
—
—
@@ -85,11 +85,6 @@
86
86
# This is too expensive, limit listing.
87
87
if ( $this->mLimit > $wgWikilogExpensiveLimit )
88
88
$this->mLimit = $wgWikilogExpensiveLimit;
89
-
90
- # We will need a clean parser if not including.
91
- if ( !$this->mIncluding ) {
92
- $wgParser->clearState();
93
- }
94
89
}
95
90
96
91
/**
Follow-up revisions
Revision
Commit summary
Author
Date
r83228
Get rid of another Parser::clearState() (followup
r82316
).
juliano
18:40, 4 March 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r79129
MFT
r78011
r78014
r78015
r78016
r78099
r78117
r78161
r78170
r78172
r78199
r78...
...
platonides
19:58, 28 December 2010
Status & tagging log
06:17, 7 March 2011
MaxSem
(
talk
|
contribs
)
changed the
status
of r82316
[
removed:
new
added:
deferred]