From bd84f54ff1c4f83867625c4fb9a9f46464e58315 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 14 Sep 2011 17:15:07 +0000 Subject: [PATCH] Added @todo items --- includes/WikiPage.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/WikiPage.php b/includes/WikiPage.php index 1e750f4d89..ffdf8f75cd 100644 --- a/includes/WikiPage.php +++ b/includes/WikiPage.php @@ -98,6 +98,8 @@ class WikiPage extends Page { * (and only when) $wgActions[$action] === true. This allows subclasses * to override the default behavior. * + * @todo: move this UI stuff somewhere else + * * @return Array */ public function getActionOverrides() { @@ -1294,6 +1296,8 @@ class WikiPage extends Page { /** * Update the article's restriction field, and leave a log entry. * + * @todo: seperate the business/permission stuff out from backend code + * * @param $limit Array: set of restriction keys * @param $reason String * @param &$cascade Integer. Set to false if cascading protection isn't allowed. -- 2.20.1