Page MenuHomePhabricator

ActiveAbstract: remove dependency on pre-MCR database schema
Closed, ResolvedPublic

Description

The extension should not rely on pre-MCR fields in the revision table, and should not assume that the text table is used. Specifically:

  • remove all references to rev_text_id or ar_text_id.
  • remove usages of Revision::getRevisionText()
  • remove reliance on the 'text' flag to Revision::getQueryInfo()

See the parent task(s) for more details.

Care should be taken to maintain backwards compatibility with older versions of MediaWiki, as declared in extension.json.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Change 524591 had a related patch set uploaded (by Daniel Kinzler; owner: Daniel Kinzler):
[mediawiki/extensions/ActiveAbstract@master] Remove usages of getRevisionText.

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

Change 524591 merged by jenkins-bot:
[mediawiki/extensions/ActiveAbstract@master] Remove usages of getRevisionText.

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