r9939 - apps/gobi/trunk/code/Page

[email protected] Sun, 20 Sep 2009 07:12:23 +0200 (CEST)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090920051223.789433D0E3@mia>
Author: hannes
Date: 2009-09-20 07:12:23 +0200 (Sun, 20 Sep 2009)
New Revision: 9939

Modified:
   apps/gobi/trunk/code/Page/Permissions.js
Log:
Add explanation to _default_permissions comment to what is what

Details at http://dev.helma.org/trac/helma/changeset/9939

Modified: apps/gobi/trunk/code/Page/Permissions.js
===================================================================
--- apps/gobi/trunk/code/Page/Permissions.js	2009-09-20 05:11:16 UTC (rev 9938)
+++ apps/gobi/trunk/code/Page/Permissions.js	2009-09-20 05:12:23 UTC (rev 9939)
@@ -18,7 +18,7 @@
  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-// default permissions
+// default permissions required for READ, WRIte, COMMENT, MANAGE actions
 this._defaultPermission = [ANYBODY, REGISTERED, REGISTERED, ADMIN];
 
 /**