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

Automatically notify plugin authors about outdated plugins #73

Open
juho-jaakkola opened this issue Oct 3, 2014 · 6 comments
Open

Automatically notify plugin authors about outdated plugins #73

juho-jaakkola opened this issue Oct 3, 2014 · 6 comments

Comments

@juho-jaakkola
Copy link
Member

Lets add a cron handler to notify plugin author if the plugin is outdated.

We could check e.g. whether:

  • The plugin hasn't received a release n months
  • The recommended version is n minor versions behind the latest stable Elgg release
  • Has the Elgg compatibility setting been updated (this might actually be enough for this feature!)
@juho-jaakkola
Copy link
Member Author

We prefer the author to hand over the project to someone else instead of removing it completely.

So the emails should:

  • Somehow encourage continuation of the project
  • Irritate the author as little as possible

@ewinslow
Copy link
Contributor

ewinslow commented Oct 3, 2014

SGTM

@juho-jaakkola
Copy link
Member Author

@PerJensen had the idea that authors could manually mark a project as unmaintained. We should implement that first and then send notifications only about the projects not marked as such.

@beck24
Copy link
Member

beck24 commented Nov 20, 2014

It's possible also, for very simple plugins, that no changes are necessary. Eg. I have a couple of plugins from 1.8 beta that have not needed any updating all through 1.8 and I expect to work in 1.9.

Should we have some way of marking them as still supported - that would prevent the 'unmaintained' message from showing for a while longer? Maybe a 'remind me in 6 months' or something?

@juho-jaakkola
Copy link
Member Author

We could also just check whether the plugin compatibility has been updated.

Simply tick the checkbox for 1.9 and you're done.

@beck24
Copy link
Member

beck24 commented Nov 20, 2014

good point

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

No branches or pull requests

3 participants