Page MenuHomePhabricator

docs: Add authors to authors key in extension
Closed, ResolvedPublic

Description

Background

If folks are coming to the repo either as devs or via the Special:Version page (here enwiki), they are under a false impression.

image.png (934×1 px, 300 KB)

Goal

Update with authors

Acceptance criteria for done

  • Update authors key in extension.json
    • Clarify if a link to a team page should be added

Requirement

Scope: ReadingLists extension

  • Update the authors key in extension.json to accurately reflect the Reading Lists maintainers.
  • The Authors column on Special:Version must display “Reader Experience Team” as a link to the team page.
  • Individual team members’ names must also appear in the list.

BDD

Feature: Display correct author information for ReadingLists extension

  Scenario: Viewing authors on Special:Version
    Given the ReadingLists extension is installed
    When I visit the Special:Version page
    Then the “Authors” column for ReadingLists shows:
      - “Reader Experience Team” as a clickable link to the team page
      - Individual author names listed below it

Test Steps

Test Case 1: Verify authors listed on Special:Version

  1. Navigate to Special:Version on the wiki.
  2. Scroll to the ReadingLists extension entry.
  3. AC1: The “Authors” column includes “Reader Experience Team” as a hyperlink to the correct team page.
  4. AC2: Team member names are listed beneath the team name.

QA Results - Prod

ACStatusDetails
1T408149#11343068
2T408149#11343068

Event Timeline

Volker_E renamed this task from Add authors to authors key in extension to docs: Add authors to authors key in extension.Oct 24 2025, 1:08 AM
Volker_E added a project: Documentation.

Change #1198673 had a related patch set uploaded (by VolkerE; author: VolkerE):

[mediawiki/extensions/ReadingLists@master] docs: Add team link and more authors to ReadingLists 'extension.json'

https://gerrit.wikimedia.org/r/1198673

Skipping straight to sign off as it's already been reviewed and can't be QAed

Also, low priority in the context of this sprint

Change #1198673 merged by jenkins-bot:

[mediawiki/extensions/ReadingLists@master] docs: Add team link and more authors to ReadingLists 'extension.json'

https://gerrit.wikimedia.org/r/1198673

Edtadros subscribed.

Test Result - Prod

Status: ✅ PASS
Environment: enwiki
OS: macOS Tahoe 26.x
Browser: Chrome Canary (latest as of test date)
Device: MS
Emulated Device: NA

Test Case 1: Verify authors listed on Special:Version

  1. Navigate to Special:Version on the wiki.
  2. Scroll to the ReadingLists extension entry.
  3. AC1: The “Authors” column includes “Reader Experience Team” as a hyperlink to the correct team page.
  4. AC2: Team member names are listed beneath the team name.

Confirmed that the link does go to the correct team page as well.

screenshot 1.png (886×1 px, 299 KB)