From: <var...@us...> - 2016-07-27 14:10:30
|
Revision: 9912 http://sourceforge.net/p/phpwiki/code/9912 Author: vargenau Date: 2016-07-27 14:10:27 +0000 (Wed, 27 Jul 2016) Log Message: ----------- Add pgsrc/Help%2FWikiAdminDeleteAclPlugin pgsrc/Help%2FWikiAdminSetExternalPlugin Modified Paths: -------------- trunk/pgsrc/Help%2FWikiAdminSetAclPlugin trunk/pgsrc/Help%2FWikiAdminSetAclSimplePlugin Added Paths: ----------- trunk/pgsrc/Help%2FWikiAdminDeleteAclPlugin trunk/pgsrc/Help%2FWikiAdminSetExternalPlugin Added: trunk/pgsrc/Help%2FWikiAdminDeleteAclPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminDeleteAclPlugin (rev 0) +++ trunk/pgsrc/Help%2FWikiAdminDeleteAclPlugin 2016-07-27 14:10:27 UTC (rev 9912) @@ -0,0 +1,50 @@ +Date: Wed, 27 Jul 2016 16:08:51 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) +Content-Type: application/x-phpwiki; + pagename=Help%2FWikiAdminDeleteAclPlugin; + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + charset=UTF-8 +Content-Transfer-Encoding: binary + +The **~WikiAdminDeleteAcl** [[Help:WikiPlugin|plugin]] allows to delete page permissions. + +== Usage == +{{{ +<<~WikiAdminDeleteAcl arguments>> +}}} + +== Arguments == + +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **s** +| Pages to select +| //None// +|- +| **info** +| Columns to include in listing +| pagename, perm, mtime, owner, author +|} + +== Example == + +{{{ +<<WikiAdminDeleteAcl s=Temp*>> +}}} + +<<WikiAdminDeleteAcl s=Temp*>> + +== Author == +* Marc-Etienne Vargenau, Alcatel-Lucent + +== See Also == +* [[PhpWikiAdministration]] + +<noinclude> +---- +[[PhpWikiDocumentation]] [[CategoryWikiPlugin]] +</noinclude> Modified: trunk/pgsrc/Help%2FWikiAdminSetAclPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSetAclPlugin 2016-07-27 13:54:55 UTC (rev 9911) +++ trunk/pgsrc/Help%2FWikiAdminSetAclPlugin 2016-07-27 14:10:27 UTC (rev 9912) @@ -1,4 +1,4 @@ -Date: Thu, 10 Dec 2015 18:48:03 +0000 +Date: Wed, 27 Jul 2016 16:08:51 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminSetAclPlugin; @@ -21,7 +21,7 @@ ! Description ! Default value |- -| **p** +| **s** | Pages to select | //None// |- Modified: trunk/pgsrc/Help%2FWikiAdminSetAclSimplePlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSetAclSimplePlugin 2016-07-27 13:54:55 UTC (rev 9911) +++ trunk/pgsrc/Help%2FWikiAdminSetAclSimplePlugin 2016-07-27 14:10:27 UTC (rev 9912) @@ -1,4 +1,4 @@ -Date: Thu, 10 Dec 2015 18:48:03 +0000 +Date: Wed, 27 Jul 2016 16:08:51 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminSetAclSimplePlugin; @@ -21,7 +21,7 @@ ! Description ! Default value |- -| **p** +| **s** | Pages to select | //None// |- Added: trunk/pgsrc/Help%2FWikiAdminSetExternalPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSetExternalPlugin (rev 0) +++ trunk/pgsrc/Help%2FWikiAdminSetExternalPlugin 2016-07-27 14:10:27 UTC (rev 9912) @@ -0,0 +1,50 @@ +Date: Wed, 27 Jul 2016 16:08:51 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) +Content-Type: application/x-phpwiki; + pagename=Help%2FWikiAdminSetExternalPlugin; + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + charset=UTF-8 +Content-Transfer-Encoding: binary + +The **~WikiAdminSetExternal** [[Help:WikiPlugin|plugin]] allows to mark selected pages as external. + +== Usage == +{{{ +<<~WikiAdminSetExternal arguments>> +}}} + +== Arguments == + +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **s** +| Pages to select +| //None// +|- +| **info** +| Columns to include in listing +| pagename, perm, mtime, owner, author +|} + +== Example == + +{{{ +<<WikiAdminSetExternal s=Temp*>> +}}} + +<<WikiAdminSetExternal s=Temp*>> + +== Author == +* Marc-Etienne Vargenau, Alcatel-Lucent + +== See Also == +* [[PhpWikiAdministration]] + +<noinclude> +---- +[[PhpWikiDocumentation]] [[CategoryWikiPlugin]] +</noinclude> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |