r51510 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51509‎ | r51510 | r51511 >
Date:17:09, 5 June 2009
Author:nikerabbit
Status:ok (Comments)
Tags:
Comment:
This function is NOT deprecated, per Simetrical
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -1446,7 +1446,8 @@
14471447 }
14481448
14491449 /**
1450 - * @deprecated use Article::doEdit()
 1450+ * This function is not deprecated until somebody fixes the core not to use
 1451+ * it. Nevertheless, use Article::doEdit() instead.
14511452 */
14521453 function insertNewArticle( $text, $summary, $isminor, $watchthis, $suppressRC=false, $comment=false, $bot=false ) {
14531454 $flags = EDIT_NEW | EDIT_DEFER_UPDATES | EDIT_AUTOSUMMARY |

Comments

#Comment by Simetrical (talk | contribs)   17:21, 5 June 2009

For the record, I didn't support or suggest this change, despite the commit summary.

#Comment by Nikerabbit (talk | contribs)   19:14, 11 June 2009

Quite a stupid commit, may I say.

Status & tagging log