Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User: last contributor instead of creator #212

Open
arlt opened this issue Jul 3, 2020 · 2 comments
Open

User: last contributor instead of creator #212

arlt opened this issue Jul 3, 2020 · 2 comments

Comments

@arlt
Copy link

arlt commented Jul 3, 2020

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']

'user' => $meta['creator'],

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

@Klap-in
Copy link
Member

Klap-in commented Oct 3, 2022

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
Copy link
Author

arlt commented Oct 4, 2022

@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

  • see if someone has updated it
  • and if not: you can see who may be responsible to do it

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants