From: <var...@us...> - 2021-02-20 11:10:04
|
Revision: 10244 http://sourceforge.net/p/phpwiki/code/10244 Author: vargenau Date: 2021-02-20 11:10:02 +0000 (Sat, 20 Feb 2021) Log Message: ----------- pgsrc: improve description of booleans Modified Paths: -------------- trunk/pgsrc/Help%2FAddCommentPlugin trunk/pgsrc/Help%2FAllPagesPlugin trunk/pgsrc/Help%2FAllUsersPlugin trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin trunk/pgsrc/Help%2FAppendTextPlugin trunk/pgsrc/Help%2FAsciiSVGPlugin trunk/pgsrc/Help%2FAtomFeedPlugin trunk/pgsrc/Help%2FAuthorHistoryPlugin trunk/pgsrc/Help%2FBackLinksPlugin trunk/pgsrc/Help%2FCalendarListPlugin trunk/pgsrc/Help%2FCreatePagePlugin trunk/pgsrc/Help%2FCreateTocPlugin trunk/pgsrc/Help%2FDebugBackendInfoPlugin trunk/pgsrc/Help%2FDebugRetransformPlugin trunk/pgsrc/Help%2FExternalSearchPlugin trunk/pgsrc/Help%2FFullTextSearchPlugin trunk/pgsrc/Help%2FIncludePagePlugin trunk/pgsrc/Help%2FIncludeTreePlugin trunk/pgsrc/Help%2FLinkDatabasePlugin trunk/pgsrc/Help%2FLinkSearchPlugin trunk/pgsrc/Help%2FListSubpagesPlugin trunk/pgsrc/Help%2FMostPopularPlugin trunk/pgsrc/Help%2FOrphanedPagesPlugin trunk/pgsrc/Help%2FRssFeedPlugin trunk/pgsrc/Help%2FSearchHighlightPlugin trunk/pgsrc/Help%2FVideoPlugin trunk/pgsrc/Help%2FWikiAdminSelectPlugin trunk/pgsrc/Help%2FWikiAdminSetExternalPlugin trunk/pgsrc/ReleaseNotes Modified: trunk/pgsrc/Help%2FAddCommentPlugin =================================================================== --- trunk/pgsrc/Help%2FAddCommentPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FAddCommentPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Fri, 26 Jul 2019 10:46:32 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FAddCommentPlugin; @@ -24,11 +24,11 @@ ! Default value |- | **jshide** -| Boolean if the comments and/or textbox should be initially hidden and on click expanded. -| 0 +| Boolean. If true, the comments and/or textbox should be initially hidden and on click expanded. +| false |- | **order** -| List comments in chronological (order=normal) or reverse order (order=reverse) +| List comments in chronological (order=normal) or reverse order (order=reverse). | normal |- | **mode** @@ -36,8 +36,8 @@ | add,show |- | **noheader** -| Boolean if the “Comments” header should be omitted. -| 0 +| Boolean. If true, the “Comments” header should be omitted. +| false |- | **pagename** | Attach to which page? Modified: trunk/pgsrc/Help%2FAllPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FAllPagesPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FAllPagesPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FAllPagesPlugin; @@ -32,8 +32,12 @@ | false |- | **info** -| +| Allows multiple columns: info=mtime,hits,summary,version,author,locked,minor or all | none +|- +| **userpages** +| Boolean. If true, display only pages created by users (not the ones created at initialisation of the wiki). +| false |} == Example == Modified: trunk/pgsrc/Help%2FAllUsersPlugin =================================================================== --- trunk/pgsrc/Help%2FAllUsersPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FAllUsersPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FAllUsersPlugin; @@ -25,11 +25,11 @@ ! Default value |- | **noheader** -| Do not display the header +| Boolean. If true, do not display the header. | false |- | **include_empty** -| shows also users which stored their preferences, but never saved their homepage +| Boolean. If true, shows also users which stored their preferences, but never saved their homepage. | true |} Modified: trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin =================================================================== --- trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FAnalyseAccessLogSqlPlugin; @@ -37,7 +37,7 @@ |- | **period** | Use in combination with the //count// parameter. The type of history period to retrieve from the SQL access log. Blank (the default) for all history, or one of “**weeks**”, “**days**”, “**hours**”, or “**minutes**”. -| +| //blank// |- | **count** | Use in combination with the //period// parameter. Must be a number. The number of periods to retrieve from the access log. @@ -45,7 +45,7 @@ |- | **caption** | The value of this parameter is used as the caption for the output. If not set, the caption on the table defaults to the mode. -| +| //blank// |- | **center** | If set, the table is centered on the page, otherwise left justified. Modified: trunk/pgsrc/Help%2FAppendTextPlugin =================================================================== --- trunk/pgsrc/Help%2FAppendTextPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FAppendTextPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FAppendTextPlugin; @@ -42,7 +42,7 @@ | |- | **redirect** -| Redirect to modified page +| Boolean. If true, redirect to modified page. | false |} Modified: trunk/pgsrc/Help%2FAsciiSVGPlugin =================================================================== --- trunk/pgsrc/Help%2FAsciiSVGPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FAsciiSVGPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FAsciiSVGPlugin; @@ -41,10 +41,10 @@ | 200 |- | **script** -| +| One line script. | false |- -| **onmouseover** +| **onmousemove** | | false |} Modified: trunk/pgsrc/Help%2FAtomFeedPlugin =================================================================== --- trunk/pgsrc/Help%2FAtomFeedPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FAtomFeedPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FAtomFeedPlugin; @@ -39,7 +39,7 @@ | 0 |- | **titleonly** -| If //true//, only displays the title of the entry (boolean) +| Boolean. If true, only displays the title of the entry. | false |} Modified: trunk/pgsrc/Help%2FAuthorHistoryPlugin =================================================================== --- trunk/pgsrc/Help%2FAuthorHistoryPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FAuthorHistoryPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 11 Apr 2019 16:43:21 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FAuthorHistoryPlugin; @@ -27,15 +27,15 @@ | none |- | **noheader** -| Do not display page header +| Boolean. If true, do not display page header. | false |- | **includeminor** -| Include minor modifications +| Boolean. If true, include minor modifications. | false |- | **includedeleted** -| Include deleted pages +| Boolean. If true, include deleted pages. | false |- | **author** Modified: trunk/pgsrc/Help%2FBackLinksPlugin =================================================================== --- trunk/pgsrc/Help%2FBackLinksPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FBackLinksPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FBackLinksPlugin; @@ -37,11 +37,11 @@ | Current page |- | **include_self** -| Include yourself in the results. +| Boolean. If true, include yourself in the results. | false |- | **noheader** -| Do not display header. +| Boolean. If true, do not display header. | false |- | **linkmore** Modified: trunk/pgsrc/Help%2FCalendarListPlugin =================================================================== --- trunk/pgsrc/Help%2FCalendarListPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FCalendarListPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Sun, 29 Mar 2020 18:53:38 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FCalendarListPlugin; @@ -12,7 +12,6 @@ Just click any date in the calendar, edit the for that date, then come back to this page. The event should be listed below the calendar. - == Usage == {{{ Modified: trunk/pgsrc/Help%2FCreatePagePlugin =================================================================== --- trunk/pgsrc/Help%2FCreatePagePlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FCreatePagePlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Mon, 30 Mar 2020 15:49:22 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FCreatePagePlugin; @@ -48,8 +48,8 @@ | |- | **overwrite** -| Boolean, whether to overwrite an existing page. -| +| Boolean. If true, overwrite an existing page. +| false |} == Variable Expansion == Modified: trunk/pgsrc/Help%2FCreateTocPlugin =================================================================== --- trunk/pgsrc/Help%2FCreateTocPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FCreateTocPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 4 Apr 2019 19:24:12 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FCreateTocPlugin; @@ -26,7 +26,7 @@ ! Default value |- | **extracollapse** -| Provide a button to hide/display the Table of Contents +| Boolean. If true, provide a button to hide/display the Table of Contents. | true |- | **firstlevelstyle** @@ -42,7 +42,7 @@ | |- | **jshide** -| Boolean if the Table of Contents should be initially hidden and on click expanded. +| Boolean. If true, the Table of Contents should be initially hidden and on click expanded. | false |- | **liststyle** @@ -50,11 +50,11 @@ | dl |- | **noheader** -| Boolean if the Table of Contents header should be omitted. +| Boolean. If true, the Table of Contents header should be omitted. | false |- | **notoc** -| Boolean if the Table of Contents should no be displayed (headers are numbered). +| Boolean. If true, the Table of Contents should no be displayed (headers are numbered). | false |- | **pagename** @@ -74,11 +74,11 @@ | 200px |- | **with_counter** -| Boolean if hierarchical prefixes should be added. +| Boolean. If true, hierarchical prefixes should be added. | false |- | **with_toclink** -| Boolean if headers should link back to the Table of Contents. +| Boolean. If true, headers should link back to the Table of Contents. | false |} Modified: trunk/pgsrc/Help%2FDebugBackendInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FDebugBackendInfoPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FDebugBackendInfoPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 7 Jan 2021 14:58:16 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FDebugBackendInfoPlugin; @@ -32,7 +32,7 @@ | Current pagename |- | **notallversions** -| Boolean. If true, only display information for the last version of the page +| Boolean. If true, only display information for the last version of the page. | false |} Modified: trunk/pgsrc/Help%2FDebugRetransformPlugin =================================================================== --- trunk/pgsrc/Help%2FDebugRetransformPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FDebugRetransformPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FDebugRetransformPlugin; @@ -23,8 +23,8 @@ ! Default value |- | **pagename** -| -| +| The page to show markup retransformation from. +| current pagename |} == Example == Modified: trunk/pgsrc/Help%2FExternalSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FExternalSearchPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FExternalSearchPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 24 Dec 2020 18:13:17 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FExternalSearchPlugin; @@ -41,8 +41,8 @@ | 30 characters |- | **debug** -| Don't really redirect to the external site, just print out the URL that would be redirected to. -| +| Boolean. If true, don't really redirect to the external site, just print out the URL that would be redirected to. +| false |} == Examples == Modified: trunk/pgsrc/Help%2FFullTextSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FFullTextSearchPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FFullTextSearchPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FFullTextSearchPlugin; @@ -29,11 +29,11 @@ | //none// |- | **hilight** -| Highlight results (boolean) +| Boolean. If true, highlight results. | true |- | **case_exact** -| Search with case exact (boolean) +| Boolean. If true, search with case exact. | false |- | **regex** @@ -45,7 +45,7 @@ | ~-hi_content |- | **noheader** -| Do not display header (boolean) +| Boolean. If true, do not display header. | false |- | **exclude** @@ -53,7 +53,7 @@ | false |- | **quiet** -| Be less verbose (boolean) +| Boolean. If true, be less verbose. | true |} Modified: trunk/pgsrc/Help%2FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Mon, 30 Mar 2020 15:49:22 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FIncludePagePlugin; @@ -32,7 +32,7 @@ | most recent revision |- | **quiet** -| If set, inclusion appears as normal content +| Boolean. If true, inclusion appears as normal content. | false |- | **bytes** @@ -56,7 +56,7 @@ | //None// |- | **sectionhead** -| When including a named section show the heading +| Boolean. If true, when including a named section show the heading | false |} Modified: trunk/pgsrc/Help%2FIncludeTreePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludeTreePlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FIncludeTreePlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FIncludeTreePlugin; @@ -43,7 +43,7 @@ | |- | **reclimit** -| +| Max recursion depth. | 2 |- | **info** @@ -55,11 +55,11 @@ | back |- | **firstreversed** -| If true, get BackLinks for the first page and forward links for the rest. Only applicable when direction = 'forward'. +| Boolean. If true, get BackLinks for the first page and forward links for the rest. Only applicable when direction = 'forward'. | false |- | **excludeunknown** -| If true (default) then exclude any mentioned pages which don't exist yet. Only applicable when direction = 'forward'. +| Boolean. If true, then exclude any mentioned pages which don't exist yet. Only applicable when direction = 'forward'. | true |- | **dtree** @@ -67,7 +67,6 @@ | true |} - == Example == {{{ Modified: trunk/pgsrc/Help%2FLinkDatabasePlugin =================================================================== --- trunk/pgsrc/Help%2FLinkDatabasePlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FLinkDatabasePlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FLinkDatabasePlugin; @@ -33,7 +33,7 @@ | false |- | **include_empty** -| +| Boolean. If true, pages that are referenced but not yet created are included in the list. | false |- | **exclude_from** Modified: trunk/pgsrc/Help%2FLinkSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FLinkSearchPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FLinkSearchPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FLinkSearchPlugin @@ -45,7 +45,7 @@ | auto |- | **noform** -| don't show form with results. +| Boolean. If true, don't show form with results. | false |- | **noheader** Modified: trunk/pgsrc/Help%2FListSubpagesPlugin =================================================================== --- trunk/pgsrc/Help%2FListSubpagesPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FListSubpagesPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FListSubpagesPlugin; @@ -34,7 +34,7 @@ | none |- | **noheader** -| Do not display header +| Boolean. If true, do not display header. | false |- | **info** Modified: trunk/pgsrc/Help%2FMostPopularPlugin =================================================================== --- trunk/pgsrc/Help%2FMostPopularPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FMostPopularPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FMostPopularPlugin; @@ -33,7 +33,7 @@ | ~-hits |- | **noheader** -| Do not display header +| Boolean. If true, do not display header. | false |- | **info** Modified: trunk/pgsrc/Help%2FOrphanedPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FOrphanedPagesPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FOrphanedPagesPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FOrphanedPagesPlugin; @@ -26,7 +26,7 @@ | false |- | **include_empty** -| +| Boolean. If true, pages that are referenced but not yet created are included in the list. | false |- | **exclude** Modified: trunk/pgsrc/Help%2FRssFeedPlugin =================================================================== --- trunk/pgsrc/Help%2FRssFeedPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FRssFeedPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Fri, 5 Apr 2019 10:48:21 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FRssFeedPlugin; @@ -39,7 +39,7 @@ | 0 |- | **titleonly** -| If //true//, do not display item body (boolean) +| Boolean. If true, do not display item body. | false |} Modified: trunk/pgsrc/Help%2FSearchHighlightPlugin =================================================================== --- trunk/pgsrc/Help%2FSearchHighlightPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FSearchHighlightPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FSearchHighlightPlugin; @@ -26,11 +26,11 @@ | //none// |- | **case_exact** -| boolean +| Boolean | false |- | **regex** -| boolean +| Boolean | false |} Modified: trunk/pgsrc/Help%2FVideoPlugin =================================================================== --- trunk/pgsrc/Help%2FVideoPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FVideoPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Mon, 28 Dec 2020 19:46:14 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FVideoPlugin; @@ -41,7 +41,7 @@ | 320 |- | **autoplay** -| Auto play the video when page is displayed (boolean). +| Boolean. If true, auto play the video when page is displayed. | false |} Modified: trunk/pgsrc/Help%2FWikiAdminSelectPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSelectPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FWikiAdminSelectPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminSelectPlugin; @@ -24,11 +24,11 @@ ! Default value |- | **noheader** -| Boolean header should be omitted. +| Boolean. If true, header should be omitted. | false |- | **include_empty** -| Boolean +| Boolean. If true, pages that are referenced but not yet created are included in the list. | false |- | **info** Modified: trunk/pgsrc/Help%2FWikiAdminSetExternalPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSetExternalPlugin 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/Help%2FWikiAdminSetExternalPlugin 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiAdminSetExternalPlugin; @@ -22,8 +22,8 @@ ! Default value |- | **external** -| Boolean -| 1 +| Boolean. If true, set the page to external. +| true |- | **s** | Pages to select Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2021-02-04 18:00:47 UTC (rev 10243) +++ trunk/pgsrc/ReleaseNotes 2021-02-20 11:10:02 UTC (rev 10244) @@ -1,4 +1,4 @@ -Date: Sat, 9 Jan 2021 13:05:46 +0000 +Date: Sat, 20 Feb 2021 11:52:37 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=ReleaseNotes; @@ -8,7 +8,7 @@ <<CreateToc with_toclink||=1 headers||=1,2,3 width=300px position=right>> -== 1.6.0 2021-01-XX Marc-Etienne Vargenau == +== 1.6.0 2021-02-XX Marc-Etienne Vargenau == Major release: * PHP 7 compatible (works from PHP 5.3.3 to PHP 7) @@ -40,6 +40,7 @@ * Valid HTML5 and CSS3 logos (in debug mode) * Better is_localhost() function (allow IPv6, allow Windows IIS). Patch by Thierry Nabeth. * Remove Fusionforge-specific files (g view.php wikiadmin.php wikilist.php) +* Remove USE_SAFE_DBSESSION (always true) * PDO patch by Sébastien Le Callonnec * Updated pgsrc pages in all languages * Adding SPDX-License-Identifier in PHP source files This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |