DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:authorstats

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:authorstats [2016-07-07 12:27] – [Discussion] 185.73.170.93plugin:authorstats [2023-08-22 22:26] (current) Klap-in
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: Plugin that outputs statistics about the wiki's authors.+description: Plugin that outputs statistics about the wiki's authors
 author     : Constantinos (ConX) Xanthopoulos author     : Constantinos (ConX) Xanthopoulos
 email      : conx@xanthopoulos.info email      : conx@xanthopoulos.info
 type       : syntax type       : syntax
-lastupdate : 2016-06-21 +lastupdate : 2022-03-12 
-compatible : 2010-11-07, Binky, Rincewind, Angua, Adora Belle, Weatherwax, Ponder Stibbons, "Detritus" +compatible : 2010-11-07, Binky, Rincewind, Angua, Adora Belle, Weatherwax, Ponder Stibbons, "Detritus", "Elenor Of Tsort", "Frusterick Manners", Greebo, Hogfather, igor 
-depends    : +depends    : pagelist 
 conflicts  conflicts 
-similar    : stats+similar    : stats, statdisplay
 tags       : authors, statistics, users, report tags       : authors, statistics, users, report
  
Line 25: Line 25:
 ===== Installation ===== ===== Installation =====
  
-Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually. +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
- +
-**NOTE:** This plugin Requires PHP 5.3+ due using namespaces+
 ===== Example of Usage ===== ===== Example of Usage =====
  
-** Saving a page including in the code "<AUTHORSTATS>and "<AUTHORSTATS 16>".** \\ This will submit two tables. One with metrics since the beginning of the wiki and one with metrics for the last 16 months.+** Saving a page including in the code ''<AUTHORSTATS>'' and ''<AUTHORSTATS 16>''.** \\ This will submit two tables. One with metrics since the beginning of the wiki and one with metrics for the last 16 months.
  
 {{http://i.imgur.com/Em9wf.png?nolink&450}} {{http://i.imgur.com/Em9wf.png?nolink&450}}
Line 41: Line 39:
 ** Current Year Contributions Graph ** ** Current Year Contributions Graph **
  
-{{https://i.imgur.com/F3BsP8I.png}}+{{https://i.imgur.com/kFd7rlu.png}}
  
 ===== Syntax ===== ===== Syntax =====
Line 52: Line 50:
  
  
-** Current Year Contributions Graph **+** Current Year-to-Date Contributions Graph **
 <code><AUTHORSTATS YEARGRAPH></code> <code><AUTHORSTATS YEARGRAPH></code>
  
Line 61: Line 59:
                        | '<AUTHORSTATS [num]>'                        | '<AUTHORSTATS [num]>'
                        | '<AUTHORSTATS YEARGRAPH>'                        | '<AUTHORSTATS YEARGRAPH>'
-[num] ::= integer+                       | '<AUTHORSTATS YEARGRAPH [num]>' 
 +                       | '<AUTHORSTATS YEARGRAPH [num] [sort]>' 
 +[num]  ::= integer 
 +[sort] ::= 'asc' 
 +         | 'ascending' 
 +         | 'desc' 
 +         | 'descending' 
 +         | 'rev' 
 +         | 'reverse'
 </code> </code>
  
Line 68: Line 74:
  
   * [[https://github.com/sophron | George Chatzisofroniou (aka. sophron)]] who is the original author!!!   * [[https://github.com/sophron | George Chatzisofroniou (aka. sophron)]] who is the original author!!!
-  * Gerrit Uitslag (aka. Klap-in) for his bug-reports and feedback.+  * Gerrit Uitslag (aka. Klap-in) for his bug reports and feedback.
  
 ===== Bugs and Issues ===== ===== Bugs and Issues =====
  
-To inform us about a bug or even send me a patch please use GitHub's Issue tracking interface.+To inform us about a bug or even send me a patch please use [[https://github.com/ConX/dokuwiki-plugin-authorstats/issues|GitHub's Issue tracking interface]].
  
-===== Discussion ===== 
  
-  * Please anybody help! How can it be made the name of an auther to be a link to his userhomepage? 
-  * how can i display the fullname instead of the loginname of authers? thanks 
-  * feature requests: 
  
-**1.SORTABLE**  +===== Discussion ===== 
-It's works correctly you need install sortable plugin;+ 
 +**1. SORTABLE**  
 +For sorting you need to install [[plugin:sortablejs|sortablejs]] plugin and use it as follows:
  
 <code> <code>
-<sortable  1=alpha 2=numeric  3=numeric 4=numeric 5=numeric 6=numeric 7=numeric>+<sortable 1=alpha 2=numeric 3=numeric 4=numeric 5=numeric 6=numeric 7=numeric>
 <AUTHORSTATS>  <AUTHORSTATS> 
 </sortable> </sortable>
 </code> </code>
                  
-**2.<AUTHORSTATS YEARGRAPH #y> to display yeargraph of year #yr**+**2. <AUTHORSTATS YEARGRAPH #y [sort]> to display yeargraph of year #yr** 
 +<code> 
 +<AUTHORSTATS YEARGRAPH> 
 +<AUTHORSTATS YEARGRAPH 2> 
 +<AUTHORSTATS YEARGRAPH 2 desc> 
 +</code> 
 + 
 + 
 +**3. Admin panel menu** 
 + 
 +Question: What does the "Authorstats" menu in the admin panel do? 
 + 
 +It says "//To force the generation of the authorstats DB click on the button below//". What does that mean? 
 + 
 +When should this be performed? 
 + 
 +tx 
 + 
 +**4. User Configuration** 
 + 
 +If you want that, deleted Users not get anymore shown in the Statistics simply go to the Configuration Manager searh for the Section of the Plugin and uncheck the box where it Says Show deleted Users.
plugin/authorstats.1467887271.txt.gz · Last modified: 2016-07-07 12:27 by 185.73.170.93

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki