Page MenuHomePhabricator

Use WikiPage instead of Article where possible in LiquidThreads
Open, LowPublic

Description

LiquidThreads extension

Analise where Article (not WikiPage) is really needed.

Expected result

  • use WikiPage instead of multiple types of argument Page|WikiPage|Article
  • use WikiPage instead of Article where is enough (after research and confirmation)

Examples:
\Threads::synchroniseArticleData()

WikipPage is enough:
\Threads::withSummary
\Threads::articleClause
\Threads::newThreadTitle

Done:
\Threads::withRoot() https://phabricator.wikimedia.org/T251360

Event Timeline

Art-Baltai renamed this task from LiquidThreads use WikiPage where is possible to LiquidThreads use WikiPage where is optimal.May 12 2020, 10:06 PM
Pppery renamed this task from LiquidThreads use WikiPage where is optimal to Use WikiPage instead of Article where possible in LiquidThreads.Tue, Jun 25, 3:35 AM