r97073 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97072‎ | r97073 | r97074 >
Date:17:15, 14 September 2011
Author:aaron
Status:ok
Tags:
Comment:
Added @todo items
Modified paths:
  • /trunk/phase3/includes/WikiPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WikiPage.php
@@ -98,6 +98,8 @@
9999 * (and only when) $wgActions[$action] === true. This allows subclasses
100100 * to override the default behavior.
101101 *
 102+ * @todo: move this UI stuff somewhere else
 103+ *
102104 * @return Array
103105 */
104106 public function getActionOverrides() {
@@ -1294,6 +1296,8 @@
12951297 /**
12961298 * Update the article's restriction field, and leave a log entry.
12971299 *
 1300+ * @todo: seperate the business/permission stuff out from backend code
 1301+ *
12981302 * @param $limit Array: set of restriction keys
12991303 * @param $reason String
13001304 * @param &$cascade Integer. Set to false if cascading protection isn't allowed.

Follow-up revisions

RevisionCommit summaryAuthorDate
r97082Merged revisions 97057,97060,97071,97073-97074,97077-97080 via svnmerge from...dantman18:11, 14 September 2011

Status & tagging log