Index: trunk/phase3/includes/WikiPage.php |
— | — | @@ -98,6 +98,8 @@ |
99 | 99 | * (and only when) $wgActions[$action] === true. This allows subclasses |
100 | 100 | * to override the default behavior. |
101 | 101 | * |
| 102 | + * @todo: move this UI stuff somewhere else |
| 103 | + * |
102 | 104 | * @return Array |
103 | 105 | */ |
104 | 106 | public function getActionOverrides() { |
— | — | @@ -1294,6 +1296,8 @@ |
1295 | 1297 | /** |
1296 | 1298 | * Update the article's restriction field, and leave a log entry. |
1297 | 1299 | * |
| 1300 | + * @todo: seperate the business/permission stuff out from backend code |
| 1301 | + * |
1298 | 1302 | * @param $limit Array: set of restriction keys |
1299 | 1303 | * @param $reason String |
1300 | 1304 | * @param &$cascade Integer. Set to false if cascading protection isn't allowed. |