Opened 12 years ago
Closed 10 years ago
#22599 closed enhancement (fixed)
Show reviews in the plugin installer
Reported by: | helen | Owned by: | helen |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | |
Focuses: | administration | Cc: |
Description
Pretty much as it says. Add reviews to the API endpoint, and then allow them to be shown as a tab in the modal. Seems like users should be able to vet via reviews from the comfort of the admin, now that they exist.
Attachments (3)
Change History (17)
#3
@
11 years ago
- Milestone changed from Awaiting Review to WordPress.org
Looks like reviews need to be added to the API endpoint here first.
We could probably just display RSS feeds for now, but they only contain review titles and text. I guess we would also want to see ratings.
This ticket was mentioned in IRC in #wordpress-ui by helen. View the logs.
11 years ago
#5
follow-up:
↓ 6
@
10 years ago
Not only that - show the age of the last update, too. Terrible pulling up things that are years old.
Could it be added to filter out plugins not updated in x months? etc?
#6
in reply to:
↑ 5
@
10 years ago
- Focuses administration added
Replying to leedman:
Not only that - show the age of the last update, too.
We already show that in the modal: 22599.last-updated.png (source).
This ticket was mentioned in IRC in #wordpress-dev by helen. View the logs.
10 years ago
This ticket was mentioned in IRC in #wordpress-dev by tellyworth. View the logs.
10 years ago
This ticket was mentioned in IRC in #wordpress-dev by tellyworth. View the logs.
10 years ago
#10
@
10 years ago
The review break downs are currently clickable (as they are on WordPress.org): https://cloudup.com/cP89YgfE6P2
This results in the repo page being loaded in a messy iframe: https://cloudup.com/cgbtoDi52uW
Could we either remove the links or have them show the filtered reviews in the the same way the first few are on load? https://cloudup.com/citqlBj2blG
#11
@
10 years ago
I've taken 22599-css.diff and made it part of the work being done on #27440.
I've taken mordauk's comment about the link in consideration.
tellyworth: the wp.org API should check that array_sum( (array) $api->ratings ) > 0, not just ! empty( $api->ratings ), before returning a reviews tab in the generated content markup. Otherwise, we end up displaying a tab with nothing in it.
Yes please :)