diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-01 09:01:10 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-01 09:01:10 +0000 |
commit | e3d7877d7958a0f5df5a8b593eb953ea8e78fa14 (patch) | |
tree | eccee482bf725f89092f57b161b1e228572560fa | |
parent | 91c4bda1ec6640abb8b1a585e1fd1f8955d53fd1 (diff) |
Add @todos
-rw-r--r-- | core/helpers/access.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/helpers/access.php b/core/helpers/access.php index 9ca54779..d2de30f7 100644 --- a/core/helpers/access.php +++ b/core/helpers/access.php @@ -64,6 +64,10 @@ * o In the near future, we'll be moving the "view" columns out of Access_Intent_Model and * directly into Item_Model. By doing this, we'll be able to find viewable items (the most * common permission access) without doing table joins. + * + * o Support setting an intent back to "neutral" so that it can use the parent's value. + * + * o Write unit tests. */ class access_Core { const DENY = 0; |