Page MenuHomePhabricator

Basic XML Feed support for history
Closed, ResolvedPublic

Description

Author: foenyx

Description:
Add a basic XML Feed support for a page history.
Each item of the history become an Item of the feed, with the date,
author of the version and url to the old version of the article.


Version: unspecified
Severity: enhancement

Details

Reference
bz472

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 6:54 PM
bzimport set Reference to bz472.

foenyx wrote:

a basic implementation of the XML Feed for the history

Attached:

  • Bug 680 has been marked as a duplicate of this bug. ***
  • Bug 1773 has been marked as a duplicate of this bug. ***

Patch needs updating to 1.5 schema.

Reimplemented on trunk in r14428. Includes pretty diffs,
updating the RC feed code.