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
Next revisionBoth sides next revision
plugin:editor [2012-11-29 16:42] Klap-inplugin:editor [2019-07-05 23:17] – [Editor Plugin] Tag added: history Michaelsy
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 : 2016-04-26
 compatible : 2006-11-06  compatible : 2006-11-06 
-depends    : feed, pagelist, include+depends    : tag, include
 conflicts  conflicts 
 similar    : userhistory 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/archive/master.zip
 sourcerepo : https://github.com/dokufreaks/plugin-editor sourcerepo : https://github.com/dokufreaks/plugin-editor
 bugtracker : https://github.com/dokufreaks/plugin-editor/issues bugtracker : https://github.com/dokufreaks/plugin-editor/issues
 donationurl:  donationurl: 
 ---- ----
- 
-^  Download | [[http://cloud.github.com/downloads/dokufreaks/plugin-editor/plugin-editor.tgz|plugin-editor.tgz]] | 
  
 ===== Description ===== ===== Description =====
Line 32: Line 30:
 ^ [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 =====
  
-===== Discussion ===== +==== How to show edits of user on his userpage? ====
-==== Reduce Results to a specific Number ==== +
-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!)+
  
-==== Feature Requests ==== +This can be accomplished with the [[mypage]] pluginThere is an example on how to use it with the editor plugin.
-  * 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// +==== How do i change format of dates?====
  
->> This can be accomplished with the [[mypage]] pluginThere is an example on how to use it with the editor plugin.  --- [[user>viktro|Viktor Söderqvist]] //2011/05/01 23:11//+It uses DokuWiki default setting. See [[config:dformat]] config option about configuring your own format.
  
-==== 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.+==== How to display all edits, not only the recent ones ====
  
-Any examples? I am having trouble displaying anything with Rincewind.+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 ===== 
 + 
 + 
 +==== Reduce Results to a specific Number ==== 
 + 
 +Hi, is it somehow possible to reduce the shown results for example to 10? 
 +> Yep, really would like to have this possibility too..(great work btw!)
  
  
Line 75: Line 79:
 >> 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//
  
-==== 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.  --- [[user>viktro|Viktor Söderqvist]] //2011/05/01 23:11// 
plugin/editor.txt · Last modified: 2023-06-22 07:12 by saggi

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