|
From: <var...@us...> - 2022-02-03 20:01:58
|
Revision: 10978
http://sourceforge.net/p/phpwiki/code/10978
Author: vargenau
Date: 2022-02-03 20:01:55 +0000 (Thu, 03 Feb 2022)
Log Message:
-----------
sortby default is pagename
Modified Paths:
--------------
trunk/lib/plugin/OrphanedPages.php
trunk/pgsrc/Help%2FOrphanedPagesPlugin
Modified: trunk/lib/plugin/OrphanedPages.php
===================================================================
--- trunk/lib/plugin/OrphanedPages.php 2022-02-03 17:49:09 UTC (rev 10977)
+++ trunk/lib/plugin/OrphanedPages.php 2022-02-03 20:01:55 UTC (rev 10978)
@@ -44,16 +44,12 @@
'include_empty' => false,
'exclude' => '',
'info' => '',
- 'sortby' => false,
+ 'sortby' => 'pagename',
'limit' => 0,
'paging' => 'auto',
);
}
- // info arg allows multiple columns
- // info=mtime,hits,summary,version,author,locked,minor,markup or all
- // exclude arg allows multiple pagenames exclude=HomePage,RecentChanges
-
/**
* @param WikiDB $dbi
* @param string $argstr
Modified: trunk/pgsrc/Help%2FOrphanedPagesPlugin
===================================================================
--- trunk/pgsrc/Help%2FOrphanedPagesPlugin 2022-02-03 17:49:09 UTC (rev 10977)
+++ trunk/pgsrc/Help%2FOrphanedPagesPlugin 2022-02-03 20:01:55 UTC (rev 10978)
@@ -1,4 +1,4 @@
-Date: Thu, 3 Feb 2022 18:48:36 +0000
+Date: Thu, 3 Feb 2022 20:43:52 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.1)
Content-Type: application/x-phpwiki;
pagename=Help%2FOrphanedPagesPlugin;
@@ -30,23 +30,23 @@
| false
|-
| **exclude**
-| Comma-separated list of pages to exclude
+| Comma-separated list of pages to exclude.
| //empty//
|-
| **info**
-| List of columns to display
-| //empty//
+| List of columns to display.
+| //empty// (only the page name will be displayed)
|-
| **sortby**
-|
-| false
+| Select column to sort.
+| pagename
|-
| **limit**
-|
+| The number of pages to display. If the limit is 0, all orphaned pages will be displayed.
| 0
|-
| **paging**
-|
+| auto (top + bottom rows if applicable) \\ top (top only if applicable) \\ bottom (bottom only if applicable) \\ none (don't page at all)
| auto
|}
@@ -62,7 +62,7 @@
* [[Help:Reini Urban|Reini Urban]]
== See Also ==
-* [[WantedPages]]
+* [[Help:WantedPagesPlugin]]
<noinclude>
----
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|