Page MenuHomePhabricator

Search for a text string in history
Open, MediumPublicFeature

Description

Author: bugs

Description:
It would be useful to be able to search in the prior revisions of a page in two
modes:

  • Search backwards to find the first time when a specified piece of text appears

(ie, when it was added)

  • Search backwards to find the last time that a specified piece of text appears

(ie, when it was removed)

Ideally one day it would be great to be able to click on text and see who added.
But in the meantime, it would be great to simply be able to search for a phrase
like "He was a supporter of Hitler." and to be able to leap to the revision when
that text first appeared.

(a slightly souped up version might show a condensed history consisting of
groups of revisions where the phrase appears at least once followed by groups of
revisions where it doesn't appear at all)


Version: unspecified
Severity: enhancement

Details

Reference
bz9455

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:36 PM
bzimport set Reference to bz9455.
bzimport added a subscriber: Unknown Object (MLST).

robchur wrote:

More or less a duplicate of bug 639..."blame" for MediaWiki.

*** This bug has been marked as a duplicate of 639 ***

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

The Diffindexer (https://github.com/whym/diffindexer) in combination with
Wikihadoop (https://github.com/whym/wikihadoop) offers exactly this
functionality.

Tgr subscribed.

Searching for the edit which added a string that might or might not be present in the current revision is similar to a blame map but not quite the same.

Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 12:24 PM