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

           Summary: Deprecated Article::insertNewArticle 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::insertNewArticle still used in core (also in some svn
extensions).

docs/hooks.txt:saved, that is before insertNewArticle() is called
includes/Title.php: * - This is called from Article::insertNewArticle() to
allow
includes/EditPage.php: $this->mArticle->insertNewArticle( $this->textbox1,
$this->summary,
includes/Article.php: function insertNewArticle( $text, $summary, $isminor,
$watchthis, $suppressRC=false, $comment=false, $bot=false ) {

maintenance/parserTests.inc: $art->insertNewArticle($text, '', false, false );
maintenance/addwiki.php: $wgArticle->insertNewArticle( <<<EOT

extensions/YouTubeAuthSub/YouTubeAuthSub_body.php:
$a->insertNewArticle($content,
extensions/SpamDiffTool/SpamDiffTool.php: $a->insertNewArticle($text,
wfMsg('spamdifftool_summary'), false, $watch);
extensions/wikiforum/wikiforum.php:
$article->insertNewArticle($wgRequest->getVal('threadDescription', ''),
WF_Msg('ThreadNew'), false, false);
extensions/Postcomment/SpecialPostcomment.php:
$article->insertNewArticle($text, "", true, $watch, false, false, true);
extensions/TalkHere/TalkHereArticle.php: if ($name == 'insertNewArticle') {


-- 
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