Editor Plugin

editor plugin by Gina Häußge, Michael Klier
Shows a list of recently changed pages by a given user or IP address. (previous authors: Esther Brunner)

Last updated on 2008-08-21. Provides Syntax, Helper.
Compatible with DokuWiki 2006-11-06.

Requires feed, include, pagelist.
Similar to pageseditees, querychangelog.

Tagged with changelog, ip, listing, users.

    Download plugin-editor.tgz

    Description

    The Editor Plugin shows a list of recently changed pages by a given user or IP address. The syntax is:

    {{editor>[namespace]?[user|ip|group]&[flags]}}
    [namespace] the namespace to be searched for changes by the editor optional; default is the whole wiki
    [user] username of the editor required
    [ip] IP address of the editor required
    [group] usergroup with an @ sign as first char required
    [flags] pagelist flags delimited by &, see flags optional

    Bugs / Feature Requests

    Please report bugs or feature requests at the Bug tracker.

    Further Resources

    Changes

    Discussion

    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

    • 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 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:
    $conf['dformat']     = 'd.m.y H:i';
    $conf['dformat']     = '%Y/%m/%d %H:%M';

    that did it for me.

    Display pages by date instead of user

    Hi, I've made a modification to the plugin so that it allows filtering by date instead of user. You can either display (for a given namespace or globally) pages that have been edited since a certain date or pages that have been edited during a given period (e.g. in the last 7 days). Changing this was a pretty straightforward find-and-replace-job.

    Would you be interested in merging the functionality? Otherwise I would just release it on my own (with appropriate credit). – Georg Sorst, 04/18/2009.

    I just noticed that Dokuwiki 2009-02-14 now has a function for this (getRecentsSince()), so it should be even easier to integrate. – Georg Sorst, 04/18/2009.
    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. — Michael Klier 2009/05/18 11:49
     
    plugin/editor.txt · Last modified: 2009/12/04 12:52 by 212.84.235.66
     
    Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
    Imprint Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
    WikiForumIRCBugsGitXRefTranslate