From: Aaron Schulz Date: Wed, 14 Sep 2011 17:15:07 +0000 (+0000) Subject: Added @todo items X-Git-Tag: 1.31.0-rc.0~27669 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=bd84f54ff1c4f83867625c4fb9a9f46464e58315;p=lhc%2Fweb%2Fwiklou.git Added @todo items --- 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.