Elgg / community_plugins

Elgg community plugin repository
17 stars 16 forks source link

newest plugin shows invalid items in listing #125

Open jdalsem opened 9 years ago

jdalsem commented 9 years ago

On https://community.elgg.org/plugins the newest plugin listing shows "old" plugins as recently updated, but with no releases when you click on them...

example: https://community.elgg.org/plugins/384387 https://community.elgg.org/plugins/384298

are they deleted by accident?

juho-jaakkola commented 9 years ago

Difficult to say why the releases are missing. I don't think we have any feature that could delete releases accidentally.

Most likely the list is based on the last update time of the project entity. And the delete event of a release has updated the time_updated column of the project entity.

jdalsem commented 9 years ago

Most likely the list is based on the last update time of the project entity. Most likely the delete event of a release has updated the time_updated column of the project entity.

that is what i guessed, but some of these plugins are "old" and i do not see why those releases should have been deleted...

beck24 commented 9 years ago

The releases probably weren't deleted, but are missing metadata that has since become required for display - like a version number