|
From: <var...@us...> - 2021-10-12 17:14:10
|
Revision: 10629
http://sourceforge.net/p/phpwiki/code/10629
Author: vargenau
Date: 2021-10-12 17:14:07 +0000 (Tue, 12 Oct 2021)
Log Message:
-----------
pgsrc/Help%2FWikiPollPlugin: add "admin" argument
Modified Paths:
--------------
trunk/pgsrc/Help%2FWikiPollPlugin
Modified: trunk/pgsrc/Help%2FWikiPollPlugin
===================================================================
--- trunk/pgsrc/Help%2FWikiPollPlugin 2021-10-11 16:39:06 UTC (rev 10628)
+++ trunk/pgsrc/Help%2FWikiPollPlugin 2021-10-12 17:14:07 UTC (rev 10629)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 11 Oct 2021 20:36:16 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FWikiPollPlugin;
@@ -24,9 +24,8 @@
Administration:
{{{
-<<WikiPoll page=PhpWikiPoll admin=1>>
+<<WikiPoll page=PhpWikiPoll admin=true>>
}}}
-and protect this page properly (e.g. ~PhpWikiPoll/Admin)
== Arguments ==
@@ -37,12 +36,16 @@
! Default value
|-
| **require_all**
-| 1 if all questions must be answered
-| 1
+| Boolean: if true, all questions must be answered
+| true
|-
| **require_least**
-| How many at least
+| Minimum number of questions that must be answered
| 0
+|-
+| **admin**
+| Boolean: if true, an administrator can view and reset statistics (//not yet implemented//)
+| false
|}
== Example ==
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|