Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#31865 closed enhancement (fixed)

Add Plugins Active Installs to core

Reported by: dd32's profile dd32 Owned by: dd32's profile dd32
Milestone: 4.2 Priority: normal
Severity: normal Version: 4.2
Component: Upgrade/Install Keywords: has-patch commit
Focuses: Cc:

Description

Since WordPress.org now displays Active Installs inplace of the Download count, WordPress should also present that information.

There's two implementation possibilities:

  1. Remove Download count entirely, and replace it with Active Installs
  2. Simply display Active Installs as a new item above Downloads

The active Install count isn't exposed through the API yet, however will be made available for this ticket shortly.

Thoughts?

Attachments (1)

31865.diff (7.8 KB) - added by dd32 10 years ago.

Download all attachments as: .zip

Change History (9)

#1 @pento
10 years ago

Definitely replace download count with active installs.

#2 @DrewAPicture
10 years ago

  • Keywords needs-patch added

Seems like we try to be consistent with .org whenever possible, so I'd be willing to entertain including this in 4.2 as long as we get the associated string changes from %s downloads to %s active installs, etc. done before beta 4 is tagged tomorrow.

Feel free to milestone this once there's a patch :-)

#3 @DrewAPicture
10 years ago

  • Keywords 4.2-strings added

@dd32
10 years ago

#4 @dd32
10 years ago

  • Milestone changed from Awaiting Review to 4.2

31865.diff contains the core alterations needed, the API has been updated.

Can someone review the strings for me? I'm mostly concerned with the seemingly-random capitalisation on the listing screen.

#5 @DrewAPicture
10 years ago

  • Keywords has-patch added; needs-patch removed

#6 @DrewAPicture
10 years ago

  • Keywords commit added

@dd32: The strings look good to me.

#7 @dd32
10 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 31990:

Plugins Browser: Replace the download count with the number of Active installs of the plugin.
Fixes #31865

#8 @DrewAPicture
10 years ago

  • Keywords 4.2-strings removed

Thank you!

Note: See TracTickets for help on using tickets.