DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:editor

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:editor [2010-10-10 14:32] – downloadurl lupo49plugin:editor [2023-06-22 07:12] (current) – old revision restored (2021-02-07 09:30) saggi
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: Shows a list of recently changed pages by a given user or IP address. (previous authors: Esther Brunner) +description: Shows a list of recently changed pages by a given user or IP address. 
-author     : Gina Häußge, Michael Klier +author     : Dokufreaks (previous author: Gina Häußge, Michael Klier, Esther Brunner) 
-email      : dokuwiki@chimeric.de+email      : freaks@dokuwiki.org
 type       : syntax, helper type       : syntax, helper
-lastupdate : 2008-08-21+lastupdate : 2020-12-13
 compatible : 2006-11-06  compatible : 2006-11-06 
-depends    : feed, pagelist, include+depends    : tag, include
 conflicts  conflicts 
-similar    :  +similar    : userhistory 
-tags       : users, changelog, ip, listing+tags       : users, changelog, ip, listing, history
  
-downloadurl: http://cloud.github.com/downloads/dokufreaks/plugin-editor/plugin-editor.tgz+downloadurl: https://github.com/dokufreaks/plugin-editor/tarball/master 
 +bugtracker : https://github.com/dokufreaks/plugin-editor/issues 
 +sourcerepo : https://github.com/dokufreaks/plugin-editor
 ---- ----
- 
-^  Download | [[http://cloud.github.com/downloads/dokufreaks/plugin-editor/plugin-editor.tgz|plugin-editor.tgz]] | 
  
 ===== Description ===== ===== Description =====
Line 29: Line 29:
 ^ [group] | usergroup with an @ sign as first char | required | ^ [group] | usergroup with an @ sign as first char | required |
 ^ [flags] | pagelist flags delimited by ''&'', see [[pagelist#flags]] | optional | ^ [flags] | pagelist flags delimited by ''&'', see [[pagelist#flags]] | optional |
 +Pagelist can also handle tags, when the [[Tag]] plugin is installed.
  
 ===== Bugs / Feature Requests ===== ===== Bugs / Feature Requests =====
-Please report bugs or feature requests at the [[http://github.com/dokufreaks/plugin-editor/issues|Bug tracker]].+ 
 +Please report bugs or feature requests at the [[https://github.com/dokufreaks/plugin-editor/issues|Bug tracker]].
  
 ===== Further Resources ===== ===== Further Resources =====
-  * [[http://github.com/dokufreaks/plugin-editor/tree/master|Git Repository]] + 
-  * [[http://github.com/dokufreaks/plugin-editor/issues|Bug Tracker]]+  * [[https://github.com/dokufreaks/plugin-editor/tree/master|Git Repository]] 
 +  * [[https://github.com/dokufreaks/plugin-editor/issues|Bug Tracker]]
  
 ===== Changes ===== ===== Changes =====
  
-{{rss>http://github.com/feeds/dokufreaks/commits/plugin-editor/master}}+{{rss>https://github.com/dokufreaks/plugin-editor/commits/master.atom date}}
  
 +===== FAQ =====
 +
 +==== How to show edits of user on his userpage? ====
 +
 +This can be accomplished with the [[mypage]] plugin. There is an example on how to use it with the editor plugin.
 +
 +==== How do i change format of dates?====
 +
 +It uses DokuWiki default setting. See [[config:dformat]] config option about configuring your own format.
 +
 +
 +==== How to display all edits, not only the recent ones ====
 +
 +To display all edits, increase the setting [[config:recent_days]] to a very large number, such as 3650 (~10 years). This should be done in advance since the index of recent changes is not rebuilt automatically. This might make the wiki slow when saving a page though.
  
 ===== Discussion ===== ===== Discussion =====
 +
 +
 ==== Reduce Results to a specific Number ==== ==== Reduce Results to a specific Number ====
 +
 Hi, is it somehow possible to reduce the shown results for example to 10? Hi, is it somehow possible to reduce the shown results for example to 10?
 > Yep, I really would like to have this possibility too... (great work btw!) > Yep, I really would like to have this possibility too... (great work btw!)
  
-==== Feature Requests ==== 
-  * Automatic use: Rather then require markup how about a call like foo.com/edit/username to show username's edits. 
- 
-> I've taken a stab at making an Editor Action plugin before, but couldn't wrap my head around it.  This would make a good example problem.   --- //[[abr.programmer@gmail.com|abr]] 2008/10/18 07:09//  
- 
-==== Problem ===== 
-Hi, I do not see the date, there's only ''d.m.y H:i'' Any hints?  
- 
-> This comes from the conf/dokuwiki.php file.  modify this line:<code>$conf['dformat'    = 'd.m.y H:i';</code><code>$conf['dformat'    = '%Y/%m/%d %H:%M';</code>  that did it for me. 
  
 ==== Display pages by date instead of user ==== ==== Display pages by date instead of user ====
Line 66: Line 77:
  
 >> Yes, I'd be interested in mergin this functionality. If you have it ready you can just send me your patch and I'll add it.  --- //[[chi@chimeric.de|Michael Klier]] 2009/05/18 11:49// >> Yes, I'd be interested in mergin this functionality. If you have it ready you can just send me your patch and I'll add it.  --- //[[chi@chimeric.de|Michael Klier]] 2009/05/18 11:49//
 +
 +
plugin/editor.1286713964.txt.gz · Last modified: 2010-10-10 14:32 by lupo49

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