From: <var...@us...> - 2010-09-08 10:19:36
|
Revision: 7677 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7677&view=rev Author: vargenau Date: 2010-09-08 10:19:29 +0000 (Wed, 08 Sep 2010) Log Message: ----------- Add a nice box Modified Paths: -------------- trunk/pgsrc/PhpWikiAdministration%2FSetAclSimple trunk/pgsrc/SetGlobalAccessRightsSimple trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetAclSimple trunk/themes/fusionforge/pgsrc/SetGlobalAccessRightsSimple Modified: trunk/pgsrc/PhpWikiAdministration%2FSetAclSimple =================================================================== --- trunk/pgsrc/PhpWikiAdministration%2FSetAclSimple 2010-09-08 10:08:16 UTC (rev 7676) +++ trunk/pgsrc/PhpWikiAdministration%2FSetAclSimple 2010-09-08 10:19:29 UTC (rev 7677) @@ -1,4 +1,4 @@ -Date: Tue, 31 Aug 2010 11:36:04 +0000 +Date: Wed, 8 Sep 2010 12:16:55 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,21 +8,17 @@ charset=UTF-8 Content-Transfer-Encoding: binary +{| style="width: 100%; background-color: #e9fbff; border-style: solid; border-color: blue; border-width: 2px;" +|- +| {{(on)}} **//Liberal Access Rights//** means **//Everyone can edit//**. +|- +| {{(on)}} **//Restrictive Access Rights//** means **//Only logged users can see the page//**. +|} + For more complex Access Rights modifications, see **[[phpwiki:?action=setacl|SetAcl]]**. ---- -//Liberal Access Rights// means //Everyone can edit//. - -view:_EVERY; edit:_EVERY; create:_EVERY; list:_EVERY; remove:_ADMIN,_OWNER; purge:_ADMIN,_OWNER; dump:_ADMIN,_OWNER; change:_ADMIN,_OWNER' - - -//Restrictive Access Rights// means //Only logged users can see the page//. - -view:_AUTHENTICATED,-_EVERY; edit:_AUTHENTICATED,-_EVERY; create:_AUTHENTICATED,-_EVERY; list:_AUTHENTICATED,-_EVERY; remove:_ADMIN,_OWNER; purge:_ADMIN,_OWNER; dump:_ADMIN,_OWNER; change:_ADMIN,_OWNER - ----- - <<WikiAdminSetAclSimple>> ---- Modified: trunk/pgsrc/SetGlobalAccessRightsSimple =================================================================== --- trunk/pgsrc/SetGlobalAccessRightsSimple 2010-09-08 10:08:16 UTC (rev 7676) +++ trunk/pgsrc/SetGlobalAccessRightsSimple 2010-09-08 10:19:29 UTC (rev 7677) @@ -1,4 +1,4 @@ -Date: Tue, 31 Aug 2010 11:36:04 +0000 +Date: Wed, 8 Sep 2010 12:16:55 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -11,17 +11,15 @@ This action page will allow you to set the default access rights for wiki pages. Pages without individual access rights will use these default access rights. +{| style="width: 100%; background-color: #e9fbff; border-style: solid; border-color: blue; border-width: 2px;" +|- +| {{(on)}} **//Liberal Access Rights//** means **//Everyone can edit//**. +|- +| {{(on)}} **//Restrictive Access Rights//** means **//Only logged users can see the page//**. +|} + ---- -//Liberal Access Rights// means //Everyone can edit//. - -view:_EVERY; edit:_EVERY; create:_EVERY; list:_EVERY; remove:_ADMIN,_OWNER; purge:_ADMIN,_OWNER; dump:_ADMIN,_OWNER; change:_ADMIN,_OWNER' - - -//Restrictive Access Rights// means //Only logged users can see the page//. - -view:_AUTHENTICATED,-_EVERY; edit:_AUTHENTICATED,-_EVERY; create:_AUTHENTICATED,-_EVERY; list:_AUTHENTICATED,-_EVERY; remove:_ADMIN,_OWNER; purge:_ADMIN,_OWNER; dump:_ADMIN,_OWNER; change:_ADMIN,_OWNER - <<WikiAdminSetAclSimple s=. info=pagename>> ---- Modified: trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetAclSimple =================================================================== --- trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetAclSimple 2010-09-08 10:08:16 UTC (rev 7676) +++ trunk/themes/fusionforge/pgsrc/PhpWikiAdministration%2FSetAclSimple 2010-09-08 10:19:29 UTC (rev 7677) @@ -1,4 +1,4 @@ -Date: Tue, 31 Aug 2010 11:36:17 +0000 +Date: Wed, 8 Sep 2010 12:17:19 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,21 +8,17 @@ charset=UTF-8 Content-Transfer-Encoding: binary +{| style="width: 100%; background-color: #e9fbff; border-style: solid; border-color: blue; border-width: 2px;" +|- +| {{(on)}} **//Liberal Access Rights//** means **//Everyone can edit//**, even if not member of the project. +|- +| {{(on)}} **//Restrictive Access Rights//** means **//Only project members can see the page//**. +|} + For more complex Access Rights modifications, see **[[phpwiki:?action=setacl|SetAcl]]**. ---- -//Liberal Access Rights// means //Everyone can edit//, even if not member of the project. - -view:_EVERY; edit:_EVERY; create:_EVERY; list:_EVERY; remove:_ADMIN,_OWNER; purge:_ADMIN,_OWNER; dump:_ADMIN,_OWNER; change:_ADMIN,_OWNER' - - -//Restrictive Access Rights// means //Only project members can see the page//. - -view:_AUTHENTICATED,-_EVERY; edit:_AUTHENTICATED,-_EVERY; create:_AUTHENTICATED,-_EVERY; list:_AUTHENTICATED,-_EVERY; remove:_ADMIN,_OWNER; purge:_ADMIN,_OWNER; dump:_ADMIN,_OWNER; change:_ADMIN,_OWNER - ----- - <<WikiAdminSetAclSimple>> ---- Modified: trunk/themes/fusionforge/pgsrc/SetGlobalAccessRightsSimple =================================================================== --- trunk/themes/fusionforge/pgsrc/SetGlobalAccessRightsSimple 2010-09-08 10:08:16 UTC (rev 7676) +++ trunk/themes/fusionforge/pgsrc/SetGlobalAccessRightsSimple 2010-09-08 10:19:29 UTC (rev 7677) @@ -1,4 +1,4 @@ -Date: Tue, 31 Aug 2010 11:36:04 +0000 +Date: Wed, 8 Sep 2010 12:17:19 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -11,17 +11,15 @@ This action page will allow you to set the default access rights for wiki pages. Pages without individual access rights will use these default access rights. +{| style="width: 100%; background-color: #e9fbff; border-style: solid; border-color: blue; border-width: 2px;" +|- +| {{(on)}} **//Liberal Access Rights//** means **//Everyone can edit//**, even if not member of the project. +|- +| {{(on)}} **//Restrictive Access Rights//** means **//Only project members can see the page//**. +|} + ---- -//Liberal Access Rights// means //Everyone can edit//, even if not member of the project. - -view:_EVERY; edit:_EVERY; create:_EVERY; list:_EVERY; remove:_ADMIN,_OWNER; purge:_ADMIN,_OWNER; dump:_ADMIN,_OWNER; change:_ADMIN,_OWNER' - - -//Restrictive Access Rights// means //Only project members can see the page//. - -view:_AUTHENTICATED,-_EVERY; edit:_AUTHENTICATED,-_EVERY; create:_AUTHENTICATED,-_EVERY; list:_AUTHENTICATED,-_EVERY; remove:_ADMIN,_OWNER; purge:_ADMIN,_OWNER; dump:_ADMIN,_OWNER; change:_ADMIN,_OWNER - <<WikiAdminSetAclSimple s=. info=pagename>> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |