https://bugzilla.wikimedia.org/show_bug.cgi?id=18892

           Summary: Deprecated Article::updateArticle still used in core
           Product: MediaWiki
           Version: 1.15-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Page editing
        AssignedTo: [email protected]
        ReportedBy: [email protected]
            Blocks: 700


Deprecated Article::updateArticle still used in core (also in some svn
extensions).

includes/EditPage.php: if ( $this->mArticle->updateArticle( $text,
$this->summary, $this->minoredit,
includes/Article.php: function updateArticle( $text, $summary, $minor,
$watchthis, $forceBot = false, $sectionanchor = '' ) {

maintenance/cleanupSpam.php: $article->updateArticle( '', wfMsg(
'spam_blanking', $domain ),
maintenance/cleanupSpam.php: $article->updateArticle( $rev->getText(), wfMsg(
'spam_reverting', $domain ), false, false );

extensions/SpamDiffTool/SpamDiffTool.php: $a->updateArticle($text,
wfMsg('spamdifftool_summary'), false, $watch) ;
extensions/SpamDiffTool/SpamDiffTool.php: $wgOut->redirect($wgScript . "?" .
urldecode($returnto) ); // clear the redirect set by updateArticle
extensions/SpamBlacklist/cleanup.php: $article->updateArticle( '', "All
revisions matched the spam blacklist ($match), blanking",
extensions/SpamBlacklist/cleanup.php: $article->updateArticle( $rev->getText(),
"Cleaning up links to $match", false, false );
extensions/Postcomment/SpecialPostcomment.php: $article->updateArticle($text,
"", true, $watch);
extensions/TalkHere/TalkHereArticle.php: else if ($name == 'updateArticle' &&
$res) {
extensions/DynamicPageList/DynamicPageList2.php: $message =
$this->updateArticleByRule($title,$text,$updateRules);
extensions/DynamicPageList/DynamicPageList2.php: function
updateArticleByRule($title,$text,$rulesText) {
extensions/DynamicPageList/DynamicPageList2.php: if ($exec)
$articleX->updateArticle($text, $summary, false, $titleX->userIsWatching());


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to