dokufreaks / plugin-tag

Assign category tags to wiki pages
http://dokuwiki.org/plugin:tag
GNU General Public License v2.0
54 stars 38 forks source link

User: last contributor instead of creator #212

Open arlt opened 4 years ago

arlt commented 4 years ago

The list of pages e.g. created by ?do=showtag&tag=tagname creates a list of pages with the original creator of the page. This isn't ideal as the last editor is, too. But the creator of the page sometimes has already no account anymore or has left the company.

So i vote for the last user who has changed the page:

$meta['last_change']['user']

https://github.com/dokufreaks/plugin-tag/blob/ec837d24d19baf5778511e1b1d6f481980dcd73f/helper.php#L223

I am not sure if this is the only place where one must change the plugin...

Klap-in commented 2 years ago

In the configuration manager, you can set which columns to show. Maybe it is more logic to hide this extra info? See: plugin»tag»pagelist_flags, default: list. Hiding the users names, change it to: list,nouser for hiding date as well: list,nouser,nodate

I'm wondering, if it not makes more sense to use list,nouser,nodate as default.

arlt commented 2 years ago

@klap-in If you have documentation which must be reviewed and updated on a regulary basis, one will have the last change date and the last contributor. So you have a chance to

The value of the "user" attribute is clearly losing value over time.