Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#17384 closed task (blessed) (fixed)

Credits page

Reported by: nacin's profile nacin Owned by: nacin's profile nacin
Milestone: 3.2 Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

We should have a credits page linked in the footer, similar to the 'Your Rights' screen added in #17383.

It should pull from an API, which would receive the WP version and the locale. We'll then return the core team, recent top contributors, and the list of props for that version. The locale can be used for translations or for showing the translators. The initial API endpoint is devoid of the props list, but those will follow in a follow-up commit.

Props especially to matt, jane, markjaquith on the concept and text.

Attachments (2)

0001-Fix-markup-on-credits-page-see-17384.patch (2.3 KB) - added by Utkarsh 13 years ago.
17384.diff (393 bytes) - added by helenyhou 11 years ago.

Download all attachments as: .zip

Change History (14)

#1 @nacin
13 years ago

In [17877]:

Credits page. see #17384.

#2 @nacin
13 years ago

In [17879]:

Make the footer text code a bit easier to read. see #17383, #17384.

#3 @hakre
13 years ago

The credits screen could contain the list active of plugins and the theme and credit the authors of those.

#4 @dougwrites
13 years ago

  • Cc heymrpro@… added

Can we put specific content into the help tab for this screen, such as:

The links next to each picture lead to that person's profile in the WordPress.org community directory. You can register your own profile at http://wordpress.org/support/register.php to start contributing. WordPress always needs more people to report bugs, patch bugs, test betas, translate strings, write documentation, build WordCamps, and add questions, answers, and suggestions to the Support Forums.

#5 @nacin
13 years ago

In [17909]:

Add core contributors to credits page, first pass. see #17384.

#6 @nacin
13 years ago

In [17910]:

Show display names from wp.org profiles on the credits page. see #17384.

#7 @nacin
13 years ago

The API now returns display names from the WP.org profiles. In the event you wish to update your profile, note that the data is cached for 12 hours.

The props list on WP.org gets updated manually. We can probably update it each beta/RC and freeze at final.

Those checking this out on beta 1: core won't know how to handle the API response data, as the format has changed. (Shouldn't be any more backwards incompatible changes at this point.) Update to trunk or the latest nightly (well, tomorrow's nightly) for the good stuff.

#8 @nacin
13 years ago

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

#9 @nacin
13 years ago

In [17911]:

Use correct variable, see #17384.

#10 @Utkarsh
13 years ago

  • Cc admin@… added

Attached a patch to fix minor HTML validation errors.

#11 @dd32
13 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Just re-opening since there's a patch here.

The $counter use is probably not needed (As the $member_Slug should be unique; I believe there was a bug in the API causing someone to be there twice). The Alt for the gravatars seems like redundant data to me.. In the Admin bar we set it to an empty string however, so perhaps that should be done here too?

#12 @nacin
13 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from reopened to closed

In [17942]:

Credits page HTML closing tag and alt fix, props Utkarsh. Link gravatars to profiles. fixes #17384.

@helenyhou
11 years ago

Note: See TracTickets for help on using tickets.