From e3d7877d7958a0f5df5a8b593eb953ea8e78fa14 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 1 Dec 2008 09:01:10 +0000 Subject: Add @todos --- core/helpers/access.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/helpers') 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; -- cgit v1.2.3